ワイプパック
.product-steps-block{ --container: 960px; --colA: 480px; /* テキスト列 */ --colB: 420px; /* メディア列 */ --step-size: 18px; --title-size: 22px; --title-leading: 1.35; --body-size: 15px; --b ody-leading: 1.9; --step-size-sm: 16px; --title-size-sm: 20px; --body-size-sm: 15px; --radius-media: 12px; /* 角丸 */ --media-ratio: 16/9; /* 既定の比率(行ごとに上書き可) */ --bg:#f3f4f6; --ink:#111; --line:#d7d7dc; --hilite:#e8f0ff; position: relative; width: 100vw; max-width: 100vw; left: 50%; transform: translateX(-50vw); margin: 0; background: var(--bg); padding: 48px 20px; box-sizing: border-box; overflow: hidden; color: var(--ink); } .product-steps-block .wrap{max-width:var(--container);margin:0 auto} .ps-subtitle{font-size:14px; letter-spacing:.06em; margin:0 0 18px; line-height:1.2; font-weight:600;} .ps-subtitle::after{content:"";display:block;width:80px;height:1px;background:#d7d7dc;margin-top:8px} /* layout */ .ps-step{display:grid;grid-template-columns:1fr;gap:24px;margin:28px 0 56px} @media (min-width:901px){ .ps-step{display:flex;align-items:flex-start;gap:24px} .ps-step > div:first-child{ flex:0 0 var(--colA); max-width:var(--colA); } .ps-step > div:last-child { flex:0 0 var(--colB); max-width:var(--colB); } /* 偶数は左右反転(DOM順はそのまま) */ .product-steps-block .wrap > .ps-step:nth-of-type(even) > div:first-child{ order:2; } .product-steps-block .wrap > .ps-step:nth-of-type(even) > div:last-child { order:1; } } /* text */ .ps-point{display:inline-block; font-style:italic; font-weight:500; font-size:var(--step-size); line-height:1.1; font-family:"Times New Roman","YuMincho","Hiragino Mincho ProN",serif; color:#333; letter-spacing:.02em; margin-bottom:4px;} @media (max-width:900px){ .ps-point{ font-size: var(--step-size-sm) } } .ps-title{margin:0 0 10px !important; font-size:var(--title-size); line-height:var(--title-leading); font-weight:800;} .ps-title span{background:linear-gradient(transparent 70%,var(--hilite) 0)} @media (max-width:900px){ .ps-title{ font-size: var(--title-size-sm) } } .ps-desc{margin:0; font-size:var(--body-size); line-height:var(--body-leading);} /* media(画像/動画 共通) */ .ps-media{ border-radius: var(--radius-media); overflow: hidden; border: 1px solid #e5e7eb; background: transparent; aspect-ratio: var(--media-ratio); display:block; } .ps-media > img, .ps-media > video{ display:block; width:100%; height:100%; object-fit: cover; /* 枠いっぱいに表示(トリミングあり) */ border-radius: inherit; background:#000; } プラグインの特徴 Point 1 200種類のワイプデザイン 基本的なデザイン以外にも、ポップなデザインやミニマルなデザインまで幅広い種類のワイプが収録されています。ワイプの種類は全部で200種類。動画の世界観に合わせてさまざまなワイプをお使いいただけます。 Point 2 全てのワイプにアニメーション付き 200種類のワイプには全てアニメーションがついています。さらにアニメーションのタイプも複数から選択することができるので、動画の雰囲気に合わせてアニメーションを都度変更することが可能です。 Point 3 直感的で簡単操作 ワイプに入れたい素材に対してエフェクトを適用するだけでワイプ化することができます。またワイプ内の位置調整も直感的な操作で行うことができるので、初心者の方でも安心してお使いいただくことができます。 Point 4 フレームとしても使用可能 ワイプ以外にもフレームとして使用することができます。画像や動画にフレームをつけることで表現の幅が広がり、より映像の世界観に統一性を持たせることができます。 .product-specs{ --container: 880px; --ink: #111; --muted: #6b7280; --ring: #e5e7eb; --table-bg: #fff; --head-bg: #f9fafb; background: transparent; color: inherit; padding: 40px 20px; box-sizing: border-box; } .product-specs .wrap{ max-width: var(--container); margin: 0 auto; } .product-specs .spec-subtitle{ font-size: 14px; letter-spacing: .06em; margin: 0 0 18px; line-height: 1.2; font-weight:600; } .product-specs .spec-subtitle::after{ content:""; display:block; width:80px; height:1px; background:#d7d7dc; margin-top:8px; } .product-specs .spec-table{ width: 100%; border-collapse: separate; border-spacing: 0; background: var(--table-bg); border: 1px solid var(--ring); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(2,6,23,.06), 0 1px 0 rgba(2,6,23,.02); } .product-specs .spec-table th, .product-specs .spec-table td{ padding: 14px 16px; border-bottom: 1px solid var(--ring); vertical-align: top; text-align: left; line-height: 1.8; font-size: 15px; color: var(--ink); } .product-specs .spec-table th{ width: 28%; background: var(--head-bg); font-weight: 700; white-space: nowrap; } .product-specs .spec-table tr:last-child th, .product-specs .spec-table tr:last-child td{ border-bottom: 0; } .product-specs .list{ margin: 0; padding-left: 18px; } .product-specs .note{ color: var(--muted); font-size: 12px; } @media (max-width: 720px){ .product-specs .spec-table{ border-radius: 10px; } .product-specs .spec-table tr{ display: block; border-bottom: 1px solid var(--ring); } .product-specs .spec-table tr:last-child{ border-bottom: 0; } .product-specs .spec-table th{ display:block; width:auto; border-bottom: 0; background: var(--head-bg); padding: 12px 16px 6px; } .product-specs .spec-table td{ display:block; padding: 0 16px 12px; } } プラグイン概要 収録内容 ワイプ:204種類 吹き出し:10種類 データサイズ ダウンロード:約37MB(ZIP)解凍後:約120MB※ 実サイズはバージョンにより前後します。 推奨システム要件 macOS 15.5 以上(Appleシリコン推奨) Final Cut Pro 11.1 .product-contents{ --container: 880px; /* 見出し位置を概要と合わせる */ --ink: #111; --img-radius: 10px; --btn-bg: #111827; --btn-bg-hover: #0b1220; --btn-ink: #fff; --img-max: 100%; /* 80% / 720px などに上書き可 */ background: transparent; color: inherit; padding: 40px 20px; box-sizing: border-box; } .product-contents .wrap{ max-width: var(--container); margin: 0 auto; padding-left: 2px; /* 微調整。不要なら0 */ } .product-contents .pc-subtitle{ font-size: 14px; letter-spacing: .06em; margin: 0 0 18px; line-height: 1.2; font-weight: 600; color: inherit; text-align: left; } .product-contents .pc-subtitle::after{ content:""; display:block; width:80px; height:1px; background:#d7d7dc; margin-top:8px; } .product-contents .pc-grid{ display:grid; grid-template-columns:1fr; gap:28px; } .product-contents .pc-item{ display:block; } .product-contents .pc-heading{ margin:0 0 8px; font-size:16px; font-weight:700; letter-spacing:.02em; color:inherit; } /* 画像:中央寄せ + 可変最大幅 + 角丸(縦長OK) */ .product-contents figure{ margin:0; } .product-contents .pc-media{ width:100%; max-width: var(--img-max); margin-inline: auto; } .product-contents .pc-media img{ display:block; width:100%; height:auto; border-radius: var(--img-radius); } .product-contents .pc-meta{ padding:12px 0 0; display:flex; justify-content:center; align-items:center; } .product-contents .pc-btn{ display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; border-radius:9999px; background:var(--btn-bg); color:var(--btn-ink); text-decoration:none; font-weight:700; font-size:14px; line-height:1; transition: transform .04s ease, opacity .2s ease, background .2s ease; } .product-contents .pc-btn:hover{ opacity:.92; background:var(--btn-bg-hover); } .product-contents .pc-btn:active{ transform: translateY(1px); } @media (max-width:720px){ .product-contents{ --img-max:100%; } .product-contents .wrap{ padding-left: 0; } } プラグイン内容 基本 グラデーション ポップ ミニマル メタル ネオン イラスト 角 吹き出し .product-faq{ --container: 880px; --ink: #111; --muted: #6b7280; --muted-strong: #4b5563; --ring: #e5e7eb; --accent: #111827; --line: #d7d7dc; --qa-title-size: 15px; --qa-body-size: 15px; --qa-title-size-sm: 15px; --qa-body-size-sm: 14px; --qa-title-line: 1.5; --qa-body-line: 1.9; background: transparent; color: inherit; padding: 40px 20px; box-sizing: border-box; } .product-faq .wrap{max-width: var(--container); margin: 0 auto;} .product-faq .pfq-subtitle{ font-size: 14px; letter-spacing: .06em; color: var(--ink); text-align: left; margin: 0 0 18px; font-weight: 600; line-height: 1.2; } .product-faq .pfq-subtitle::after{ content: ""; display: block; width: 80px; height: 1px; background: var(--line); margin-top: 8px; } .product-faq .pfq-lead{ margin: 0 0 18px; color: var(--muted-strong); font-size: 14px; line-height: 1.8; } .product-faq .pfq-list{list-style: none; padding: 0; margin: 0; display: grid; gap: 10px;} .product-faq details{ border: 1px solid var(--ring); border-radius: 12px; background: #fff; overflow: hidden; } .product-faq summary{ cursor: pointer; padding: 16px 48px 16px 16px; font-weight: 700; list-style: none; position: relative; font-size: var(--qa-title-size); line-height: var(--qa-title-line); background: #f3f4f6; color: var(--ink); transition: background .2s ease; border-radius: 12px; } .product-faq summary:hover{ background: #edeff2; } .product-faq details[open] > summary{ background: #e9ecef; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @media (max-width: 900px){ .product-faq summary{ font-size: var(--qa-title-size-sm); } } .product-faq summary::after{ content: "+"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; color: #fff; background: var(--accent); line-height: 1; } .product-faq details[open] summary::after{ content: "–"; } .product-faq .pfq-content{ padding: 0 16px 16px 16px; color: var(--ink); font-size: var(--qa-body-size); line-height: var(--qa-body-line); border-top: 1px solid var(--ring); background: #fff; } .product-faq details[open] .pfq-content{ border-top: 0; } @media (min-width: 901px){ .product-faq summary{ padding: 16px 52px 16px 18px; } .product-faq .pfq-content{ padding: 12px 18px 18px; } } .product-faq .pfq-link{ color: var(--accent); text-decoration: underline; text-underline-offset: 2px; font-weight: 700; } .product-faq .pfq-link:hover{ opacity:.85; } /* テーマ側の文字サイズ上書き対策 */ .product-faq .pfq-content, .product-faq .pfq-content * { font-size: var(--qa-body-size) !important; line-height: var(--qa-body-line) !important; } @media (max-width: 900px){ .product-faq .pfq-content, .product-faq .pfq-content * { font-size: var(--qa-body-size-sm) !important; } } よくある質問 ご購入前によくいただくご質問をまとめました。詳細はサポートまでお問い合わせください。 Final Cut Pro以外のソフトでも使えますか? 本プラグインはFinal Cut Pro専用です。他の動画編集ソフトでは動作しません。 iPad版のFinal Cut Proでも使用できますか? いいえ、Mac版のみに対応しています。iPad版のFinal Cut Proには対応していません。 アカウント登録は必要ですか? アカウント登録なしでもご購入いただけます。ただし、アカウント登録をしていただくとマイページからいつでも再ダウンロードできるため、登録を推奨します。 購入したプラグインはどうしたら使えるようになりますか? 購入完了画面または購入後に届くメール記載のURLからZipファイルをダウンロードしてください。Zipを展開後、ムービーフォルダ内の「Motion Templates」にある所定フォルダへデータを保存すると、Final Cut Proで使用できるようになります。 詳しい手順は、同梱の「プラグインのインストール方法.pdf」をご確認いただくか、インストール方法解説ページをご参照ください。 商用利用は可能ですか? はい、商用利用可能です。ご自身の収益化済みYouTubeチャンネルはもちろん、クライアントワークでもご利用いただけます。 領収書を発行することは可能ですか? はい、購入完了画面または購入時に自動送信されるメールから領収書のダウンロードが可能です。アカウントをご登録済みの場合は、マイページからもダウンロードできます。 購入をキャンセルすることはできますか? ダウンロードコンテンツという性質上、原則としてキャンセルおよび返金はお受けできません。内容をご確認のうえご購入ください。