{"product_id":"setsumei-jitan","title":"東京【1\/10(土)14:00〜】忙しい人のための『説明力』と『時短力』","description":"\u003cstyle\u003e\n  \/* --- CSS Scope: ti-lp-fv (リンク修正・最終版) --- *\/\n  \n  \/* PC・共通スタイル *\/\n  .ti-lp-fv-container {\n    font-family: 'Noto Sans JP', sans-serif;\n    background-color: #ffffff;\n    color: #333333;\n    padding: 60px 20px;\n    text-align: center;\n    max-width: 1000px;\n    margin: 0 auto;\n    box-sizing: border-box;\n    overflow: hidden;\n  }\n\n  .ti-lp-fv-authority {\n    font-size: 14px;\n    color: #555;\n    margin-bottom: 15px;\n    display: inline-block;\n    background: #f0f0f0;\n    padding: 6px 16px;\n    border-radius: 20px;\n    font-weight: 500;\n  }\n\n  .ti-lp-fv-main-copy {\n    font-size: 36px;\n    font-weight: 800;\n    line-height: 1.4;\n    margin-bottom: 20px;\n    letter-spacing: -1px;\n  }\n\n  \/* アクセントカラー定義 *\/\n  .ti-lp-fv-accent-blue { color: #00449e; }\n  .ti-lp-fv-accent-orange { color: #e68a00; }\n\n  .ti-lp-fv-sub-copy {\n    font-size: 18px;\n    color: #444;\n    margin-bottom: 50px;\n    font-weight: 600;\n  }\n\n  \/* PC Layout *\/\n  .ti-lp-fv-visual-area {\n    display: flex;\n    justify-content: center;\n    align-items: flex-start;\n    gap: 30px;\n    margin-bottom: 60px;\n    position: relative;\n  }\n\n  .ti-lp-fv-person {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    width: 280px;\n    position: relative;\n  }\n\n  \/* 画像共通スタイル *\/\n  .ti-lp-fv-author-img, .ti-lp-fv-book-img {\n    background: #fff;\n    object-fit: cover;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n  }\n\n  \/* PCでの著者写真 *\/\n  .ti-lp-fv-author-img {\n    width: 160px;\n    height: 160px;\n    border-radius: 50%;\n    margin-bottom: -30px; \/* ボックスに重ねる *\/\n    border: 4px solid #fff;\n    position: relative;\n    z-index: 10;\n  }\n\n  \/* 著者情報のテキストボックス（白文字化） *\/\n  .ti-lp-fv-author-info {\n    padding: 45px 20px 25px; \/* 上余白多め *\/\n    border-radius: 12px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n    width: 100%;\n    box-sizing: border-box;\n    margin-bottom: 25px;\n    position: relative;\n    z-index: 5;\n    text-align: center;\n  }\n\n  \/* 深谷さん（青）のデザイン *\/\n  .ti-lp-fv-person-blue .ti-lp-fv-author-info {\n    background: linear-gradient(135deg, #0056b3, #00449e);\n    color: #ffffff;\n  }\n  .ti-lp-fv-person-blue .ti-lp-fv-author-role {\n    background: #ffffff;\n    color: #00449e;\n  }\n\n  \/* 森田さん（オレンジ）のデザイン *\/\n  .ti-lp-fv-person-orange .ti-lp-fv-author-info {\n    background: linear-gradient(135deg, #ff9900, #e68a00);\n    color: #ffffff;\n  }\n  .ti-lp-fv-person-orange .ti-lp-fv-author-role {\n    background: #ffffff;\n    color: #e68a00;\n  }\n\n  .ti-lp-fv-author-name {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #ffffff;\n  }\n\n  .ti-lp-fv-author-role {\n    font-size: 12px;\n    font-weight: 700;\n    display: inline-block;\n    padding: 4px 12px;\n    border-radius: 15px;\n    letter-spacing: 0.5px;\n  }\n\n  \/* PCでの書籍画像 *\/\n  .ti-lp-fv-book-img {\n    width: 160px;\n    height: auto;\n    border-radius: 6px;\n    transform: rotate(-8deg) translateY(10px);\n  }\n  .ti-lp-fv-person-orange .ti-lp-fv-book-img {\n    transform: rotate(8deg) translateY(10px);\n  }\n\n  \/* ×印 *\/\n  .ti-lp-fv-cross {\n    font-size: 50px;\n    font-weight: 900;\n    color: #ddd;\n    align-self: center;\n    margin-top: -80px;\n  }\n\n  \/* CTA Button（文字色白・リンク設定済み） *\/\n  .ti-lp-fv-cta-button {\n    display: inline-block;\n    background: linear-gradient(90deg, #0056b3, #ff9900);\n    color: #ffffff !important; \n    text-decoration: none;\n    font-size: 20px;\n    font-weight: 700;\n    padding: 22px 60px;\n    border-radius: 50px;\n    box-shadow: 0 10px 20px rgba(0,86,179,0.2);\n    transition: all 0.3s;\n    line-height: 1.4;\n  }\n  .ti-lp-fv-cta-button:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 30px rgba(0,86,179,0.3);\n    filter: brightness(1.1);\n    color: #ffffff !important;\n  }\n  .ti-lp-fv-btn-small {\n    font-size: 15px;\n    font-weight: normal;\n    display: block;\n    margin-top: 5px;\n    opacity: 0.9;\n  }\n\n  \/* --- Responsive (SP Layout) --- *\/\n  @media screen and (max-width: 768px) {\n    .ti-lp-fv-container { padding: 50px 20px; }\n    .ti-lp-fv-main-copy { font-size: 26px; text-align: left; line-height: 1.35; }\n    .ti-lp-fv-sub-copy { font-size: 16px; text-align: left; margin-bottom: 40px; }\n\n    .ti-lp-fv-visual-area {\n      flex-direction: column;\n      gap: 50px;\n      align-items: center;\n    }\n\n    .ti-lp-fv-cross {\n      margin-top: 0;\n      font-size: 30px;\n      transform: rotate(90deg);\n      color: #eee;\n    }\n\n    .ti-lp-fv-person {\n      width: 100%;\n      max-width: 320px;\n      gap: 0;\n    }\n\n    .ti-lp-fv-person .ti-lp-fv-author-img { order: 1; }\n    .ti-lp-fv-person .ti-lp-fv-author-info { order: 2; }\n    .ti-lp-fv-person .ti-lp-fv-book-img { order: 3; }\n    \n    \/* SPでの著者写真（歪み防止） *\/\n    .ti-lp-fv-author-img {\n      width: 110px;\n      height: auto;\n      aspect-ratio: 1 \/ 1; \/* 正方形維持 *\/\n      margin-bottom: -40px;\n      border-width: 3px;\n    }\n\n    .ti-lp-fv-author-info {\n      padding: 50px 20px 25px;\n      margin-bottom: 25px;\n    }\n    \n    .ti-lp-fv-book-img {\n      width: auto;\n      max-width: 170px;\n      transform: none !important;\n      box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n    }\n\n    .ti-lp-fv-cta-button {\n      width: 100%;\n      padding: 18px;\n      font-size: 18px;\n      box-sizing: border-box;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ti-lp-fv-container\"\u003e\n  \u003cdiv class=\"ti-lp-fv-authority\"\u003eかんき出版人気「100式」シリーズ著者 奇跡のコラボ\u003c\/div\u003e\n  \n  \u003ch1 class=\"ti-lp-fv-main-copy\"\u003e\n    \u003cspan class=\"ti-lp-fv-accent-blue\"\u003e「伝わらない」\u003c\/span\u003eと\u003cspan class=\"ti-lp-fv-accent-orange\"\u003e「終わらない」\u003c\/span\u003eを、\u003cbr\u003eこの1日で同時に終わらせる。\n  \u003c\/h1\u003e\n  \n  \u003cp class=\"ti-lp-fv-sub-copy\"\u003e書籍未公開・厳選200メソッドから導く\u003cbr class=\"ti-lp-fv-sp-only\"\u003e「働き方のOS」更新・実践会\u003c\/p\u003e\n\n  \u003cdiv class=\"ti-lp-fv-visual-area\"\u003e\n    \u003cdiv class=\"ti-lp-fv-person ti-lp-fv-person-blue\"\u003e\n      \u003cimg src=\"https:\/\/tenro-in.com\/wp-content\/uploads\/1f953d9a32d6a858aa8e108ee1829556.png\" alt=\"深谷百合子氏\" class=\"ti-lp-fv-author-img\"\u003e\n      \n      \u003cdiv class=\"ti-lp-fv-author-info\"\u003e\n        \u003cp class=\"ti-lp-fv-author-name\"\u003e深谷 百合子\u003c\/p\u003e\n        \u003cp class=\"ti-lp-fv-author-role\"\u003e元メーカー技術者 \/ 説明のプロ\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cimg src=\"https:\/\/tenro-in.com\/wp-content\/uploads\/c06f53d865fc8ac18e7e2625d5890d6e.jpg\" alt=\"賢い人のとにかく伝わる説明100式\" class=\"ti-lp-fv-book-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ti-lp-fv-cross\"\u003e×\u003c\/div\u003e\n\n    \u003cdiv class=\"ti-lp-fv-person ti-lp-fv-person-orange\"\u003e\n      \u003cimg src=\"https:\/\/tenro-in.com\/wp-content\/uploads\/d0921a93490f8b6525d92edb0cfb0c3c.jpg\" alt=\"賢い人の質と速さを両立させる時短100式\" class=\"ti-lp-fv-book-img\"\u003e\n      \n      \u003cdiv class=\"ti-lp-fv-author-info\"\u003e\n        \u003cp class=\"ti-lp-fv-author-name\"\u003e森田 ゆき\u003c\/p\u003e\n        \u003cp class=\"ti-lp-fv-author-role\"\u003e元外資系秘書 \/ 時短のプロ\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cimg src=\"https:\/\/tenro-in.com\/wp-content\/uploads\/798903ab129d3b0ab7deceba3971b035.jpg\" alt=\"森田ゆき氏\" class=\"ti-lp-fv-author-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ca href=\"#payment-area\" class=\"ti-lp-fv-cta-button\"\u003e\n    2026年の生産性を劇的に変える\n    \u003cspan class=\"ti-lp-fv-btn-small\"\u003e（今すぐ席を確保する）\u003c\/span\u003e\n  \u003c\/a\u003e\n\u003c\/div\u003e","brand":"天狼院書店","offers":[{"title":"一般 \/ 現地参加：天狼院カフェSHIBUYA","offer_id":52555597611324,"sku":null,"price":3000.0,"currency_code":"JPY","in_stock":true},{"title":"一般 \/ 通信受講(リアルタイム・アーカイブ)","offer_id":52585222635836,"sku":null,"price":3000.0,"currency_code":"JPY","in_stock":true},{"title":"会員 \/ 現地参加：天狼院カフェSHIBUYA","offer_id":52555597644092,"sku":null,"price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"会員 \/ 通信受講(リアルタイム・アーカイブ)","offer_id":52585222668604,"sku":null,"price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0730\/1978\/5532\/files\/e764d247aae97893bcf77821c7719914.png?v=1765867375","url":"https:\/\/tenro-in.cloud\/products\/setsumei-jitan","provider":"天狼院書店","version":"1.0","type":"link"}