{"product_id":"business-pack","title":"ビジネスパック","description":"\u003cstyle\u003e\n\/* ★ デザイン設定 *\/\n:root {\n  --bp-grad-1: #A22FD4;\n  --bp-grad-2: #2143C9;\n  --bp-zoom-scale: 1.7;\n  --bp-zoom-speed: 0.3s;\n  --bp-overlay-color: rgba(15, 23, 42, 0.55);\n}\n\n#bp-lp-root {\n  font-family: \"IBM Plex Sans JP\", \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"Noto Sans JP\", sans-serif;\n  color: #1e1e1e;\n  line-height: 1.8;\n  -webkit-font-smoothing: antialiased;\n  width: 100%;\n  overflow: visible !important;\n}\n#bp-lp-root *, #bp-lp-root *::before, #bp-lp-root *::after { box-sizing: border-box; }\n\n\/* ===== 全幅レイアウト ===== *\/\n#bp-lp-root .bp-full-section {\n  width: 100vw !important;\n  position: relative !important;\n  left: 50% !important;\n  right: 50% !important;\n  margin-left: -50vw !important;\n  margin-right: -50vw !important;\n  transform: none !important;\n  z-index: auto !important;\n}\n#bp-lp-root .bp-inner {\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 32px;\n}\n\n#bp-lp-root .bp-grad-text {\n  background: linear-gradient(90deg, var(--bp-grad-1), var(--bp-grad-2));\n  -webkit-background-clip: text; background-clip: text;\n  -webkit-text-fill-color: transparent; color: transparent;\n}\n#bp-lp-root .bp-section-title {\n  font-size: clamp(1.9rem, 4.2vw, 2.7rem);\n  font-weight: 700;\n  text-align: center;\n  max-width: 16em;\n  margin: 0 auto;\n}\n#bp-lp-root .bp-section-sub {\n  text-align: center;\n  font-size: 1.15rem;\n  font-weight: 700;\n  margin: 16px auto 0;\n}\n#bp-lp-root .bp-lead {\n  max-width: 42em;\n  color: #5b6472;\n  font-size: 16px;\n  margin: 18px auto 0;\n  text-align: center;\n}\n\n\/* ===== HERO ===== *\/\n#bp-lp-root .bp-hero-outer {\n  position: relative;\n  min-height: min(88vh, 720px);\n  display: flex;\n  overflow: hidden;\n  background: radial-gradient(ellipse 80% 60% at 30% 20%, rgba(162,47,212,0.35), transparent 60%),\n              radial-gradient(ellipse 70% 60% at 80% 80%, rgba(33,67,201,0.4), transparent 60%),\n              #10131a;\n}\n#bp-lp-root .bp-hero-video-container {\n  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n  width: 100%; height: 100%; z-index: 0;\n}\n#bp-lp-root .bp-hero-video-container video {\n  width: 100vw; height: 56.25vw;\n  min-height: 100vh; min-width: 177.77vh;\n  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n  object-fit: cover; pointer-events: none;\n}\n#bp-lp-root .bp-volume-control {\n  position: absolute; z-index: 5; bottom: 16px; right: 16px;\n  display: flex; align-items: center; gap: 8px;\n  background: rgba(0,0,0,0.55); border-radius: 999px; padding: 6px 14px 6px 6px;\n  transition: background 0.2s ease;\n}\n#bp-lp-root .bp-volume-control:hover { background: rgba(0,0,0,0.75); }\n#bp-lp-root .bp-mute-btn {\n  width: 32px; height: 32px; border-radius: 50%; background: transparent; border: none; cursor: pointer;\n  display: flex; align-items: center; justify-content: center; color: #fff; flex: none; padding: 0;\n}\n#bp-lp-root .bp-mute-btn svg { width: 18px; height: 18px; fill: currentColor; }\n#bp-lp-root .bp-volume-slider {\n  width: 80px; height: 4px; -webkit-appearance: none; appearance: none;\n  background: rgba(255,255,255,0.35); border-radius: 2px; outline: none; cursor: pointer;\n}\n#bp-lp-root .bp-volume-slider::-webkit-slider-thumb {\n  -webkit-appearance: none; appearance: none; width: 13px; height: 13px; border-radius: 50%;\n  background: #fff; cursor: pointer;\n}\n#bp-lp-root .bp-volume-slider::-moz-range-thumb {\n  width: 13px; height: 13px; border-radius: 50%; background: #fff; border: none; cursor: pointer;\n}\n#bp-lp-root .bp-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.25); z-index: 1; }\n#bp-lp-root .bp-hero-body {\n  position: relative; z-index: 2; width: 100%;\n  display: flex; flex-direction: column; justify-content: center; align-items: center;\n  text-align: center; padding: clamp(56px,9vw,96px) 24px;\n}\n#bp-lp-root .bp-hero-h1 { color: #fff; font-size: clamp(2rem,5vw,3.2rem); font-weight: 700; line-height: 1.35; letter-spacing: -0.01em; }\n#bp-lp-root .bp-hero-sub { max-width: 32em; margin: 22px auto 0; color: rgba(255,255,255,0.78); font-size: 16px; }\n#bp-lp-root .bp-buy-button {\n  display: inline-block; background: #fcfcfc; color: #11293d !important;\n  padding: 1.1em 3.2em; border-radius: 999px; font-weight: 800; font-size: clamp(14px,1.2vw,16px);\n  text-decoration: none !important; border: none; cursor: pointer; transition: 0.2s;\n}\n#bp-lp-root .bp-buy-button:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0,0,0,0.35); }\n#bp-lp-root .bp-buy-button.on-light { background: #11293d; color: #fff !important; }\n#bp-lp-root .bp-buy-button.outline { background: transparent; color: #1e1e1e !important; border: 1px solid #1e1e1e; }\n#bp-lp-root .bp-hero-cta { margin-top: 40px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n\n\/* ===== SECTION TONES ===== *\/\n#bp-lp-root .bp-on-white { background: #fcfcfc; padding: clamp(56px,9vw,108px) 0; }\n#bp-lp-root .bp-on-grey { background: #F1F2F4; padding: clamp(56px,9vw,108px) 0; }\n\n\/* ===== ABOUT \/ STRENGTHS ===== *\/\n#bp-lp-root .bp-strength-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 48px; }\n#bp-lp-root .bp-strength {\n  width: clamp(168px,20vw,216px); height: clamp(168px,20vw,216px); border-radius: 50%;\n  display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px;\n  background: linear-gradient(135deg, #bd6ee0, #5878d9);\n  box-shadow: 0 14px 28px rgba(33,67,201,0.18);\n  opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease;\n}\n#bp-lp-root .bp-strength-row.in-view .bp-strength { opacity: 1; transform: none; }\n#bp-lp-root .bp-strength-row .bp-strength:nth-child(1) { transition-delay: 0s; }\n#bp-lp-root .bp-strength-row .bp-strength:nth-child(2) { transition-delay: 0.15s; }\n#bp-lp-root .bp-strength-row .bp-strength:nth-child(3) { transition-delay: 0.3s; }\n#bp-lp-root .bp-strength h3 { font-size: clamp(1.25rem,2.4vw,1.55rem); font-weight: 700; line-height: 1.35; color: #fff; margin: 0; }\n\n\/* ===== ZIGZAG FEATURES ===== *\/\n#bp-lp-root .bp-zigzag { display: flex; align-items: center; gap: 56px; padding: 40px 0; }\n#bp-lp-root .bp-zigzag.reverse { flex-direction: row-reverse; }\n#bp-lp-root .bp-zigzag + .bp-zigzag { border-top: 1px solid #e3e5e8; }\n#bp-lp-root .bp-zigzag-text { flex: 1 1 0; }\n#bp-lp-root .bp-zigzag-media { flex: 1 1 0; aspect-ratio: 16\/9; background: #fff; border: 1.5px dashed rgba(33,67,201,0.22); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #5b6472; font-size: 13px; text-align: center; padding: 16px; }\n#bp-lp-root .bp-zigzag-media.bp-zigzag-video { position: relative; border-style: solid; border-color: #e3e5e8; overflow: hidden; padding: 0; }\n#bp-lp-root .bp-zigzag-media.bp-zigzag-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }\n#bp-lp-root .bp-zigzag h3 { font-size: clamp(1.2rem,2.4vw,1.5rem); font-weight: 700; line-height: 1.5; margin: 0; }\n#bp-lp-root .bp-zigzag p { color: #5b6472; font-size: 15px; margin-top: 14px; max-width: 30em; }\n@media (max-width: 760px) { #bp-lp-root .bp-zigzag, #bp-lp-root .bp-zigzag.reverse { flex-direction: column; gap: 24px; } }\n\n\/* ===== DESIGN SHOWCASE VIDEO ===== *\/\n#bp-lp-root .bp-design-video {\n  position: relative; width: 100%; max-width: 860px; margin: 32px auto 0;\n  aspect-ratio: 16\/9; border-radius: 16px; overflow: hidden;\n  box-shadow: 0 24px 48px rgba(17,41,61,0.18);\n  background: #000;\n}\n#bp-lp-root .bp-design-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }\n\n\/* ===== VARIATIONS \/ CONTENT GRID ===== *\/\n#bp-lp-root .bp-variation-block { margin-top: 56px; }\n#bp-lp-root .bp-variation-block:first-of-type { margin-top: 40px; }\n#bp-lp-root .bp-variation-block h3 { font-size: 1.2rem; font-weight: 700; text-align: center; margin: 0 0 20px; padding-bottom: 15px; border-bottom: 2px solid #e3e5e8; }\n#bp-lp-root .bp-variation-single { margin-top: 20px; aspect-ratio: 21\/9; max-width: 100%; background: #fff; border: 1.5px dashed rgba(33,67,201,0.22); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #5b6472; font-size: 13px; text-align: center; }\n\n#bp-lp-root .bp-asset-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px 14px; margin-top: 20px; }\n#bp-lp-root .bp-asset-grid-3 { grid-template-columns: repeat(3,1fr); }\n#bp-lp-root .bp-asset-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }\n#bp-lp-root .bp-telop-note { text-align: center; color: #5b6472; font-size: 13.5px; margin-top: 20px; max-width: 640px; margin-left: auto; margin-right: auto; }\n#bp-lp-root .bp-asset-item {\n  position: relative; aspect-ratio: 16\/9; background: #000; border-radius: 12px; overflow: hidden;\n  border: 1.5px solid #e3e5e8; cursor: pointer; z-index: 1; transform-origin: center center;\n  transition: transform var(--bp-zoom-speed) ease, box-shadow var(--bp-zoom-speed) ease, border-color var(--bp-zoom-speed) ease;\n}\n#bp-lp-root .bp-asset-item:hover { border-color: #2143C9; transform: translateY(-6px); box-shadow: 0 18px 32px rgba(17,41,61,0.18); z-index: 5; }\n#bp-lp-root .bp-asset-item.is-zoomed { z-index: 999999 !important; transform: scale(var(--bp-zoom-scale)); border-color: #fff; box-shadow: 0 30px 70px rgba(0,0,0,0.4); }\n#bp-lp-root .bp-asset-item video {\n  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;\n  pointer-events: none;\n}\n#bp-lp-root .bp-asset-name {\n  position: absolute; bottom: 10px; left: 14px; z-index: 10;\n  color: #fff; font-size: 12px; font-weight: 700;\n  text-shadow: 0 1px 3px rgba(0,0,0,0.85), 0 0 8px rgba(0,0,0,0.5);\n  opacity: 0; transition: opacity var(--bp-zoom-speed) ease;\n  pointer-events: none;\n}\n#bp-lp-root .bp-asset-item.is-zoomed .bp-asset-name { opacity: 1; }\n.bp-zoom-backdrop {\n  position: fixed; inset: 0; z-index: 999998;\n  background: var(--bp-overlay-color);\n  opacity: 0; pointer-events: none; transition: opacity var(--bp-zoom-speed) ease;\n}\n.bp-zoom-backdrop.is-active { opacity: 1; pointer-events: auto; }\n\n\/* ===== SPEC TABLE ===== *\/\n#bp-lp-root .bp-info-box { background: #fff; max-width: 640px; margin: 32px auto 0; border-radius: 20px; padding: 40px; border: 1px solid #e3e5e8; }\n#bp-lp-root .bp-info-table { width: 100%; border-collapse: collapse; }\n#bp-lp-root .bp-info-table td { padding: 16px 0; border-bottom: 1px solid #e3e5e8; font-size: 15px; }\n#bp-lp-root .bp-info-table td:first-child { color: #5b6472; width: 40%; font-weight: 700; }\n#bp-lp-root .bp-info-table td:last-child { font-weight: 600; }\n\n\/* ===== FAQ ===== *\/\n#bp-lp-root .bp-faq-wrap { margin-top: 32px; max-width: 800px; margin-left: auto; margin-right: auto; }\n#bp-lp-root details.bp-faq-item { border-bottom: 1px solid #e3e5e8; padding: 20px 0; }\n#bp-lp-root details.bp-faq-item:first-of-type { border-top: 1px solid #e3e5e8; }\n#bp-lp-root summary.bp-faq-q {\n  display: flex; align-items: center; justify-content: space-between;\n  cursor: pointer; font-size: 15.5px; font-weight: 700; color: #1e1e1e; list-style: none;\n}\n#bp-lp-root summary.bp-faq-q::-webkit-details-marker { display: none; }\n#bp-lp-root summary.bp-faq-q::after {\n  content: \"+\"; font-family: ui-monospace, monospace; font-weight: 400; color: #5b6472; font-size: 20px; flex: none; margin-left: 16px;\n}\n#bp-lp-root details[open] summary.bp-faq-q::after { content: \"\\2013\"; }\n#bp-lp-root .bp-faq-a { color: #5b6472; font-size: 14.5px; margin: 14px 0 0; max-width: 42em; }\n\n\/* ===== FINAL CTA ===== *\/\n#bp-lp-root .bp-cta-section { text-align: center; }\n#bp-lp-root .bp-price-note { color: #5b6472; font-size: 13.5px; }\n#bp-lp-root .bp-trust-row { display: flex; justify-content: center; gap: 28px; margin-top: 40px; flex-wrap: wrap; }\n#bp-lp-root .bp-trust-row span { font-size: 13px; color: #5b6472; display: flex; align-items: center; gap: 6px; }\n#bp-lp-root .bp-trust-row span::before { content: \"\\2713\"; color: #2143C9; font-weight: 700; }\n\n@media (max-width: 1024px) {\n  #bp-lp-root .bp-strength-row { flex-direction: column; align-items: center; }\n  #bp-lp-root .bp-asset-grid { grid-template-columns: repeat(2,1fr); }\n}\n@media (max-width: 640px) {\n  #bp-lp-root .bp-asset-grid { grid-template-columns: 1fr; }\n  #bp-lp-root .bp-asset-item.is-zoomed { transform: scale(1.15); }\n}\n@media (prefers-reduced-motion: reduce) {\n  #bp-lp-root * { transition: none !important; animation: none !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv id=\"bp-lp-root\"\u003e\n  \u003cdiv class=\"bp-full-section bp-hero-outer\"\u003e\n    \u003cdiv class=\"bp-hero-video-container\"\u003e\n      \u003cvideo muted loop playsinline autoplay preload=\"auto\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9d0e6a483b76454eab397f5efbc2b14d.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bp-hero-overlay\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"bp-hero-body bp-inner\"\u003e\n      \u003cdiv\u003e\n        \u003ch1 class=\"bp-hero-h1\"\u003eビジネス動画に必要なものが\u003cbr\u003e全てここに。\u003c\/h1\u003e\n        \u003cp class=\"bp-hero-sub\"\u003eテロップ、グラフ、タイトル、トランジション——\u003cbr\u003eビジネス系動画の編集に必要な全テンプレートを収録。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-hero-cta\"\u003e\n        \u003cbutton class=\"bp-buy-button\" onclick=\"bpAddToCart()\"\u003e今すぐ購入する\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-white\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title bp-grad-text\"\u003eビジネスパックとは\u003c\/h2\u003e\n      \u003cp class=\"bp-section-sub\"\u003eビジネス系動画の編集に特化した、Final Cut Pro専用プラグイン。\u003c\/p\u003e\n      \u003cp class=\"bp-lead\"\u003e自身でビジネス系動画を発信するYouTuberから、企業のSNS担当者まで。解説動画、商品紹介、社内研修、採用動画——あらゆるビジネスシーンの編集を効率化します。\u003c\/p\u003e\n      \u003cdiv class=\"bp-strength-row\"\u003e\n        \u003cdiv class=\"bp-strength\"\u003e\u003ch3\u003e時短\u003cbr\u003e効率化\u003c\/h3\u003e\u003c\/div\u003e\n        \u003cdiv class=\"bp-strength\"\u003e\u003ch3\u003eビジネス系に\u003cbr\u003e特化\u003c\/h3\u003e\u003c\/div\u003e\n        \u003cdiv class=\"bp-strength\"\u003e\u003ch3\u003e豊富な\u003cbr\u003eバリエーション\u003c\/h3\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-grey\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title bp-grad-text\"\u003e最強の時短・効率化\u003c\/h2\u003e\n      \u003cdiv style=\"margin-top:24px;\"\u003e\n        \u003cdiv class=\"bp-zigzag\"\u003e\n          \u003cdiv class=\"bp-zigzag-text\"\u003e\n            \u003ch3\u003e瞬時にテロップの配置を変更\u003c\/h3\u003e\n            \u003cp\u003e中央配置、中央下部配置——これまで手動で調整していたテロップの位置決めを、ボタンひとつで完了します。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bp-zigzag-media bp-zigzag-video\"\u003e\u003cvideo muted loop playsinline autoplay preload=\"auto\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/405877a3de2446709b5651d09f042f80.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bp-zigzag reverse\"\u003e\n          \u003cdiv class=\"bp-zigzag-text\"\u003e\n            \u003ch3\u003eバリエーション豊かな\u003cbr\u003eアニメーションプリセット\u003c\/h3\u003e\n            \u003cp\u003eビジネス動画に必要なアニメーションがプリセットとして搭載。\u003cbr\u003eアニメーション作成の手間を大幅に削減することができます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bp-zigzag-media bp-zigzag-video\"\u003e\u003cvideo muted loop playsinline autoplay preload=\"auto\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/658cd6f3eb9d4496bce90453a33ac7bd.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-white\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title bp-grad-text\"\u003eビジネス系に特化\u003c\/h2\u003e\n      \u003cdiv class=\"bp-design-video\"\u003e\n        \u003cvideo muted loop playsinline autoplay preload=\"auto\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9d0e6a483b76454eab397f5efbc2b14d.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003cdiv class=\"bp-volume-control\"\u003e\n          \u003cbutton type=\"button\" class=\"bp-mute-btn\" data-video-mute-btn aria-label=\"音声のオン・オフ\"\u003e\u003c\/button\u003e\n          \u003cinput type=\"range\" class=\"bp-volume-slider\" min=\"0\" max=\"100\" value=\"0\" data-video-volume-slider aria-label=\"音量調整\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-grey\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title bp-grad-text\"\u003e豊富なバリエーション\u003c\/h2\u003e\n      \u003cp class=\"bp-section-sub\"\u003e全75種類のテンプレート\u003c\/p\u003e\n\n      \u003cdiv class=\"bp-variation-block\"\u003e\n        \u003ch3\u003eテロップ\u003c\/h3\u003e\n        \u003cdiv class=\"bp-asset-grid bp-asset-grid-3\" data-cat=\"テロップ\"\u003e\u003c\/div\u003e\n        \u003cp class=\"bp-telop-note\"\u003e基本テロップと座布団テロップには複数のアニメーションプリセットが搭載されています。\u003cbr\u003eサイドテロップには固有アニメーションが搭載されています。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eタイトル\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"タイトル\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eエフェクト\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"エフェクト\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eグラフ\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"グラフ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eアイキャッチ\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"アイキャッチ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eドロップゾーン\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"ドロップゾーン\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eフレーム\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"フレーム\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bp-variation-block\"\u003e\n\u003ch3\u003eトランジション\u003c\/h3\u003e\n\u003cdiv class=\"bp-asset-grid\" data-cat=\"トランジション\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-white\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title\"\u003eシステム要件・仕様\u003c\/h2\u003e\n      \u003cdiv class=\"bp-info-box\"\u003e\n        \u003ctable class=\"bp-info-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFinal Cut Pro\u003c\/td\u003e\n\u003ctd\u003e12.0 以降\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003emacOS\u003c\/td\u003e\n\u003ctd\u003e26.3 以降\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eダウンロードサイズ\u003c\/td\u003e\n\u003ctd\u003e約46MB\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e購入形態\u003c\/td\u003e\n\u003ctd\u003e買い切り\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eアップデート対応\u003c\/td\u003e\n\u003ctd\u003e都度実施（追加購入等は不要）\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-white\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title\"\u003eよくある質問\u003c\/h2\u003e\n      \u003cdiv class=\"bp-faq-wrap\"\u003e\n        \u003cdetails class=\"bp-faq-item\"\u003e\n          \u003csummary class=\"bp-faq-q\"\u003eFinal Cut Proのバージョンは何が必要ですか？\u003c\/summary\u003e\n          \u003cdiv class=\"bp-faq-a\"\u003eFinal Cut Pro 12.0以降を推奨します。macOSは26.3以降でご利用いただけます。\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"bp-faq-item\"\u003e\n          \u003csummary class=\"bp-faq-q\"\u003e購入後すぐにダウンロードできますか？\u003c\/summary\u003e\n          \u003cdiv class=\"bp-faq-a\"\u003e購入完了後すぐに、ダウンロードリンクが記載されたメールが届きます。また、購入完了画面からでもダウンロードが可能です。\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"bp-faq-item\"\u003e\n          \u003csummary class=\"bp-faq-q\"\u003e商用利用は可能ですか？\u003c\/summary\u003e\n          \u003cdiv class=\"bp-faq-a\"\u003eはい、個人・商用問わずご利用いただけます。YouTube・TikTok・Instagram等の収益化動画にも使用できます。\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"bp-faq-item\"\u003e\n          \u003csummary class=\"bp-faq-q\"\u003eアップデートはありますか？\u003c\/summary\u003e\n          \u003cdiv class=\"bp-faq-a\"\u003e定期的にデザインを追加・アップデートします。一度購入いただいたお客様は、追加料金なしでアップデートを受け取ることができます。\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"bp-faq-item\"\u003e\n          \u003csummary class=\"bp-faq-q\"\u003e返金保証はありますか？\u003c\/summary\u003e\n          \u003cdiv class=\"bp-faq-a\"\u003e原則、返金はお受けしておりません。ダウンロードコンテンツという性質上、ご購入後の返金対応はできかねますので、あらかじめご了承ください。\u003c\/div\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bp-full-section bp-on-grey bp-cta-section\"\u003e\n    \u003cdiv class=\"bp-inner\"\u003e\n      \u003ch2 class=\"bp-section-title\"\u003e今すぐ、\u003cspan class=\"bp-grad-text\"\u003eビジネス動画の量産\u003c\/span\u003eをはじめよう。\u003c\/h2\u003e\n      \u003cp class=\"bp-price-note\" style=\"margin-top:20px;\"\u003e買い切り・永久ライセンス・無制限アップデート\u003c\/p\u003e\n      \u003cdiv class=\"bp-hero-cta\"\u003e\n        \u003cbutton class=\"bp-buy-button on-light\" onclick=\"bpAddToCart()\"\u003e今すぐ購入する\u003c\/button\u003e\n        \u003cbutton class=\"bp-buy-button outline\" onclick=\"bpAddToCart()\"\u003eカートに追加する\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bp-trust-row\"\u003e\n        \u003cspan\u003e即ダウンロード\u003c\/span\u003e\n        \u003cspan\u003e商用利用OK\u003c\/span\u003e\n        \u003cspan\u003e買い切り永久ライセンス\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"bp-zoom-backdrop\" class=\"bp-zoom-backdrop\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n  \/\/ ==== 実データ: カテゴリごとのMP4動画URL・名称 ====\n  \/\/ サムネイルに使う秒数(thumb)は仮で1.5秒にしています。指定があれば変更してください。\n  var BP_ASSETS = {\n    \"テロップ\": [\n      { url: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/0364\/2161\/files\/business_telop_00001.jpg\", name: \"基本テロップ\", type: \"image\" },\n      { url: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/0364\/2161\/files\/business_telop_00002_f2c8736e-f3d0-4aa2-87ec-04361c237464.jpg\", name: \"座布団テロップ\", type: \"image\" },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a7941579de2b48ff986c8c554c64037c.mp4\", name: \"サイドテロップ\", thumb: 2, type: \"video\" }\n    ],\n    \"タイトル\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/77d5b7c8655b4d1cabf7966319e03783.mp4\", name: \"タイトル 01\", thumb: 2 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4a5bd9222c6f4621965dffc32396b90a.mp4\", name: \"タイトル 02\", thumb: 2.2 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/698ed9d54c634682aa32b11a79d840b4.mp4\", name: \"タイトル 03\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/93630fb924b049c78d3bdca9a14ca8c8.mp4\", name: \"タイトル 04\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/52eb214d605247e7ae540c99e4e43dd4.mp4\", name: \"タイトル 05\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4291b6b0352b42099d4dc33d2f1f1a94.mp4\", name: \"タイトル 06\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9892481fd8f548f48c5a7a0fc42f2139.mp4\", name: \"タイトル 07\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0e603d84752b43afa71c16682166a70e.mp4\", name: \"タイトル 08\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/84df214894d94722a2d2ada92fef1652.mp4\", name: \"タイトル 09\", thumb: 1.5 }\n    ],\n    \"エフェクト\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/52ee6bbb4e6a40cda92ba3a27ddf9fef.mp4\", name: \"ズーム\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0d0eac9099704a129511d07049fc200b.mp4\", name: \"ビネット\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5a906217db8c40d0940932b416dec1b5.mp4\", name: \"拡大\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/79c857b16b4f4b0db4d95e0ebbbac137.mp4\", name: \"縮小\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/77dbab71bde34bfd8bcc47ee1cf22f85.mp4\", name: \"青色調\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5a381ea44bda463bbbcf2fb309dbcc83.mp4\", name: \"白黒\", thumb: 1.5 }\n    ],\n    \"グラフ\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b9e82a45605d4933b47f303befd2f330.mp4\", name: \"グラフ 01\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b1d33658da8b4101b23bdb399308cae1.mp4\", name: \"グラフ 02\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b2e71fd008fb499a8c0a213b68978076.mp4\", name: \"グラフ 03\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2f1924dcc8d147b5baf8114237a85a8b.mp4\", name: \"グラフ 04\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d3ede3831fad4f8da1526de0b17ffd38.mp4\", name: \"グラフ 05\", thumb: 2.2 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/84492acb7833412abfabfd51e1510e77.mp4\", name: \"グラフ 06\", thumb: 1.5 }\n    ],\n    \"アイキャッチ\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9aa9d9ff19944e30ba35050dbb73f298.mp4\", name: \"アイキャッチ 01\", thumb: 3 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/253e4addd7c5480b901fb607ebaa2c67.mp4\", name: \"アイキャッチ 02\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/83ecb2573640491e9ca60522f398e3d7.mp4\", name: \"アイキャッチ 03\", thumb: 2.4 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e5ab09c51b174b8797294257d4c9b836.mp4\", name: \"アイキャッチ 04\", thumb: 2.2 }\n    ],\n    \"ドロップゾーン\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/04ba606813274a07bc6b1fb6bdf18233.mp4\", name: \"ドロップゾーン 01\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f51106d99aa24298b40929afca1072ed.mp4\", name: \"ドロップゾーン 02\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c6e933fb1dfc4bfc8166508afb285b1a.mp4\", name: \"ドロップゾーン 03\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6f9a7b4927fd4ffb8db7ec627386e68b.mp4\", name: \"ドロップゾーン 04\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/abbc03269b974bf1839346a045036803.mp4\", name: \"ドロップゾーン 05\", thumb: 1.5 }\n    ],\n    \"フレーム\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f26bfb9a2e0248438a771001f91867bd.mp4\", name: \"フレーム 01\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0667edd9cdb24adda4a128dc1c30eb54.mp4\", name: \"フレーム 02\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/dfaf38441d6144918729feec4e513b93.mp4\", name: \"フレーム 03\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9120c72f2ef840529fb6604b1a0600cc.mp4\", name: \"フレーム 04\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a49c576b6dfd47118fba5039031b6dd6.mp4\", name: \"フレーム 05\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b6cab973d83042e4ab0c411bd40c419b.mp4\", name: \"フレーム 06\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a3299201dad744818b48a89772a21503.mp4\", name: \"フレーム 07\", thumb: 1.5 }\n    ],\n    \"トランジション\": [\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6cd03452a55a4ef1aed777a9ae19277d.mp4\", name: \"トランジション 01\", thumb: 1.15 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/11e1a64ccb3e4972868227b72b3c273b.mp4\", name: \"トランジション 02\", thumb: 1 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b916a13ada34c019999587203375e93.mp4\", name: \"トランジション 03\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/315a4f0d6cb6416eb1796544d065e814.mp4\", name: \"トランジション 04\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/14a2146f5f134ed58c7b5df927ff6057.mp4\", name: \"トランジション 05\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c04765bb973f4671b4473d04373d794e.mp4\", name: \"トランジション 06\", thumb: 1.3 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/aaec90ebdddf43719a1e118b40db1c99.mp4\", name: \"トランジション 07\", thumb: 1.5 },\n      { url: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/861f75185e9a44719d88e2011bbfed70.mp4\", name: \"トランジション 08\", thumb: 1.5 }\n    ]\n  };\n\n  var activeZoomItem = null;\n\n  function buildGrids() {\n    document.querySelectorAll('#bp-lp-root .bp-asset-grid[data-cat]').forEach(function (grid) {\n      var cat = grid.getAttribute('data-cat');\n      var list = BP_ASSETS[cat] || [];\n      var html = '';\n      list.forEach(function (asset) {\n        if (asset.type === 'image') {\n          html += '\u003cdiv class=\"bp-asset-item\" data-name=\"' + asset.name + '\"\u003e' +\n            '\u003cimg src=\"' + asset.url + '\" alt=\"' + asset.name + '\" loading=\"lazy\"\u003e' +\n            '\u003cdiv class=\"bp-asset-name\"\u003e' + asset.name + '\u003c\/div\u003e' +\n          '\u003c\/div\u003e';\n        } else {\n          html += '\u003cdiv class=\"bp-asset-item\" data-thumb=\"' + asset.thumb + '\" data-name=\"' + asset.name + '\"\u003e' +\n            '\u003cvideo muted playsinline loop preload=\"metadata\"\u003e\u003csource src=\"' + asset.url + '\" type=\"video\/mp4\"\u003e\u003c\/video\u003e' +\n            '\u003cdiv class=\"bp-asset-name\"\u003e' + asset.name + '\u003c\/div\u003e' +\n          '\u003c\/div\u003e';\n        }\n      });\n      grid.innerHTML = html;\n    });\n  }\n\n  function initVideos() {\n    document.querySelectorAll('#bp-lp-root .bp-asset-item').forEach(function (item) {\n      var video = item.querySelector('video');\n      if (!video) return;\n      var thumbTime = parseFloat(item.dataset.thumb) || 0;\n\n      var setThumb = function () { video.currentTime = thumbTime; };\n      if (video.readyState \u003e 0) { setThumb(); } else { video.addEventListener('loadedmetadata', setThumb); }\n\n      item.addEventListener('mouseenter', function () {\n        if (item.classList.contains('is-zoomed')) return;\n        video.currentTime = 0;\n        video.play();\n      });\n      item.addEventListener('mouseleave', function () {\n        if (item.classList.contains('is-zoomed')) return;\n        video.pause();\n        video.currentTime = thumbTime;\n      });\n    });\n  }\n\n  function setupZoom() {\n    var backdrop = document.getElementById('bp-zoom-backdrop');\n    document.querySelectorAll('#bp-lp-root .bp-asset-item').forEach(function (item) {\n      item.addEventListener('click', function (e) {\n        e.stopPropagation();\n        if (activeZoomItem === item) { closeZoom(); return; }\n        if (activeZoomItem) closeZoom();\n        item.classList.add('is-zoomed');\n        backdrop.classList.add('is-active');\n        var video = item.querySelector('video');\n        if (video) { video.currentTime = 0; video.play(); }\n        activeZoomItem = item;\n      });\n    });\n    backdrop.addEventListener('click', closeZoom);\n    document.addEventListener('keydown', function (e) { if (e.key === 'Escape') closeZoom(); });\n  }\n\n  function closeZoom() {\n    if (!activeZoomItem) return;\n    var thumbTime = parseFloat(activeZoomItem.dataset.thumb) || 0;\n    activeZoomItem.classList.remove('is-zoomed');\n    document.getElementById('bp-zoom-backdrop').classList.remove('is-active');\n    var video = activeZoomItem.querySelector('video');\n    if (video) { video.pause(); video.currentTime = thumbTime; }\n    activeZoomItem = null;\n  }\n\n  \/\/ ==== 3つの強み: スクロールでふわっと登場 ====\n  function setupStrengthReveal() {\n    var row = document.querySelector('#bp-lp-root .bp-strength-row');\n    if (!row) return;\n    var reduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n    if (reduced || !('IntersectionObserver' in window)) { row.classList.add('in-view'); return; }\n    var revealed = false;\n    var reveal = function () { if (!revealed) { revealed = true; row.classList.add('in-view'); } };\n    var io = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        if (entry.isIntersecting) { reveal(); io.unobserve(entry.target); }\n      });\n    }, { threshold: 0.2 });\n    io.observe(row);\n    \/\/ フェイルセーフ: 万一Observerが発火しなくても、コンテンツが消えたままにならないようにする\n    setTimeout(reveal, 2000);\n  }\n\n  function setupMuteButtons() {\n    var MUTE_ICON = '\u003csvg viewBox=\"0 0 24 24\"\u003e\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73 4.27 3zM12 4L9.91 6.09 12 8.18V4z\\\"\/\u003e\u003c\/svg\u003e';\n    var UNMUTE_ICON = '\u003csvg viewBox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\\\"\/\u003e\u003c\/svg\u003e';\n    document.querySelectorAll('#bp-lp-root .bp-volume-control').forEach(function (control) {\n      var btn = control.querySelector('[data-video-mute-btn]');\n      var slider = control.querySelector('[data-video-volume-slider]');\n      var video = control.parentElement.querySelector('video');\n      if (!video || !btn || !slider) return;\n\n      var updateIcon = function () { btn.innerHTML = (video.muted || video.volume === 0) ? MUTE_ICON : UNMUTE_ICON; };\n      var updateSliderFill = function () {\n        var pct = slider.value;\n        slider.style.background = 'linear-gradient(to right, #fff ' + pct + '%, rgba(255,255,255,0.35) ' + pct + '%)';\n      };\n\n      slider.value = 0;\n      updateSliderFill();\n      updateIcon();\n\n      btn.addEventListener('click', function () {\n        if (video.muted || video.volume === 0) {\n          video.muted = false;\n          video.volume = 0.5;\n          slider.value = 50;\n        } else {\n          video.muted = true;\n          slider.value = 0;\n        }\n        updateSliderFill();\n        updateIcon();\n      });\n\n      slider.addEventListener('input', function () {\n        var val = parseInt(slider.value, 10);\n        video.volume = val \/ 100;\n        video.muted = val === 0;\n        updateSliderFill();\n        updateIcon();\n      });\n    });\n  }\n\n  function bpAddToCart() {\n    var sel = document.querySelector('select[name=\"id\"], input[name=\"id\"]');\n    var variantId = sel ? sel.value : null;\n    if (!variantId) { window.location.href = '\/cart'; return; }\n    fetch('\/cart\/add.js', {\n      method: 'POST',\n      headers: { 'Content-Type': 'application\/json', 'X-Requested-With': 'XMLHttpRequest' },\n      body: JSON.stringify({ id: parseInt(variantId), quantity: 1 })\n    }).then(function () { window.location.href = '\/cart'; });\n  }\n  window.bpAddToCart = bpAddToCart;\n\n  function bpInit() {\n    if (document.getElementById('bp-lp-root') \u0026\u0026 document.getElementById('bp-lp-root').dataset.bpInit) return;\n    if (document.getElementById('bp-lp-root')) document.getElementById('bp-lp-root').dataset.bpInit = '1';\n    buildGrids();\n    setupStrengthReveal();\n    setupMuteButtons();\n    setupZoom();\n    initVideos();\n  }\n\n  \/\/ このスクリプトが実行されるタイミングで既にページ読み込みが完了している場合、\n  \/\/ DOMContentLoaded は二度と発火しないため、readyState を直接確認して初期化する。\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', bpInit);\n  } else {\n    bpInit();\n  }\n})();\n\u003c\/script\u003e\n","brand":"MO-PLUG","offers":[{"title":"Default Title","offer_id":55210758537521,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/0364\/2161\/files\/MP_f64439a4-d0de-4bde-bbf8-a5c292b5da0a.jpg?v=1783902559","url":"https:\/\/mo-plug.com\/products\/business-pack","provider":"MO-PLUG","version":"1.0","type":"link"}