{"title":"Worship curtain - small","description":"","products":[{"product_id":"curtain-small-l2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Gold Double Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運双龍、開運を招く壮麗な幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天へと昇る金色の双龍が、空間に\u003cstrong\u003e力強い気\u003c\/strong\u003eをもたらします。神聖な輝きが日々の暮らしに\u003cstrong\u003e祝福と繁栄\u003c\/strong\u003eを呼び込み、確かな守護を感じられることでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_498cb9a2-961e-4d0b-808c-0e8a48ba3113.jpg?v=1761564798\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e守護と繁栄の象徴\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e京都の技、縁結びの筆致\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e京の筆師が魂を込めた筆遣いが、確かな\u003cstrong\u003e良縁と強い絆\u003c\/strong\u003eを育みます。\u003cstrong\u003e伝統美\u003c\/strong\u003eが、貴方のもとに幸福を届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small7_c06bea33-9d77-4a8a-b329-e10a5f7cfbfc.webp?v=1763447496\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心願成就を願う御印\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守り彩る、丁寧な設置\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札や御守りを美しく飾る専用幕です。\u003cstrong\u003e防汚スエード生地\u003c\/strong\u003eが格式ある空間を演出し、設置しやすい\u003cstrong\u003eハトメ穴と江戸打ち紐\u003c\/strong\u003eで、どんな場所でも上品に調和します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_708ccc13-a657-4261-afe6-ac67ddd96904.webp?v=1763447495\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e供物を守る機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴と用途\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこの一筆龍専用幕は、京都の伝統技術と職人の魂が込められた、特別な商品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e天へと昇る金色の双龍がもたらす\u003cstrong\u003e昇運と開運\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e神聖な輝きによる\u003cstrong\u003e祝福と繁栄、確かな守護\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e京の筆師による\u003cstrong\u003e確かな良縁と強い絆\u003c\/strong\u003eをもたらす筆致\u003c\/li\u003e\n        \u003cli\u003e日本の\u003cstrong\u003e伝統美\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e用途:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e神社、寺院様への御礼\u003c\/li\u003e\n        \u003cli\u003e大切なお守り、御札のお祀り専用幕\u003c\/li\u003e\n        \u003cli\u003e格式ある空間の演出\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材と機能・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e機能性と美しさを兼ね備えた、細部にわたるこだわりが詰まっています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: \u003cstrong\u003e防汚スエード生地\u003c\/strong\u003e（美しさと耐久性を両立）\u003c\/li\u003e\n        \u003cli\u003e機能: 御札や御守りを美しく飾る専用設計\u003c\/li\u003e\n        \u003cli\u003e設置: \u003cstrong\u003eハトメ穴と江戸打ち紐\u003c\/strong\u003eで簡単かつ上品に設置可能\u003c\/li\u003e\n        \u003cli\u003eデザイン: 神社・寺院様や和の空間に調和する洗練された意匠\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※商品名にある「（小）」はサイズ区分を指しますが、具体的な数値でのサイズ情報は提供されておりません。詳細については、別途お問い合わせいただくか、関連資料をご参照ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417773543467,"sku":"301MAL2A-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417773576235,"sku":"301MAL2A-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417773609003,"sku":"301MAL2A-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417773641771,"sku":"301MAL2A-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417773674539,"sku":"301MAL2A-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417773707307,"sku":"301MAL2A-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_498cb9a2-961e-4d0b-808c-0e8a48ba3113.jpg?v=1761564798"},{"product_id":"curtain-small-l2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Gold and White Double Dragons]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運導く金白双龍の御加護\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e金と白の双龍が悠然と舞い、見る者の心に力強い希望をもたらします。古来より尊ばれる龍神の絵柄は、あなたの日常に崇高な\u003cstrong\u003e昇運\u003c\/strong\u003eと\u003cstrong\u003e守護\u003c\/strong\u003eをもたらし、あらゆる\u003cstrong\u003e良縁\u003c\/strong\u003eを結びます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f7c17877-7e6f-4b1a-86a6-2ac34cee26c4.jpg?v=1761564823\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運金白双龍の絵柄\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e龍神の息吹、神聖なる輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切な御札を美しく守る設え\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e御札を優しく固定する\u003cstrong\u003eマグネット\u003c\/strong\u003eと、大切な場所を守る\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eを採用しています。美しい\u003cstrong\u003e江戸打ち紐とハトメ穴\u003c\/strong\u003eが、神聖な空間に調和する設えを可能にし、細部にまで行き届いた配慮が、お祀りの心を深く支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_15749efa-8acc-481e-8084-af9841c5e9c9.webp?v=1763447494\" class=\"img-fluid d-block w-100 product-img\" alt=\"防炎スエードと実用設計\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e防炎スエードと実用設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e現代空間に調和するお祀り幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eは、和室はもちろん、\u003cstrong\u003e現代のインテリアにも美しく溶け込み\u003c\/strong\u003e、日常の中に\u003cstrong\u003e神聖な空間を創造\u003c\/strong\u003eします。大切な御札やお守りを清らかに祀り、\u003cstrong\u003e心穏やかな毎日\u003c\/strong\u003eへと誘う、格調高いデザインが特徴です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small2_451a064b-3b14-4c49-81ba-26e7a4c0ff1a.webp?v=1763447494\" class=\"img-fluid d-block w-100 product-img\" alt=\"現代空間に調和するお祀り幕\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神聖な場所を手軽に創出\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417773903915,"sku":"302MAL2B-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417773936683,"sku":"302MAL2B-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417773969451,"sku":"302MAL2B-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417774002219,"sku":"302MAL2B-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417774034987,"sku":"302MAL2B-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417774067755,"sku":"302MAL2B-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f7c17877-7e6f-4b1a-86a6-2ac34cee26c4.jpg?v=1761564823"},{"product_id":"curtain-small-l2c","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Rainbow and White Double Dragons]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運の願いを叶える、京都一筆龍の神聖な輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間を彩る\u003cstrong\u003e昇運虹白双龍\u003c\/strong\u003eの姿は、見る者の心に希望と活力を灯します。古都\u003cstrong\u003e京都\u003c\/strong\u003eに伝わる\u003cstrong\u003e一筆龍\u003c\/strong\u003eの技が、力強くも繊細な筆致で、あなたの願いを天へと届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_a411325d-16f9-487b-b06b-931478c5e432.jpg?v=1761564843\" class=\"img-fluid d-block w-100 product-img\" alt=\"魂が宿る一筆龍の力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂が宿る一筆龍の力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御礼・御守を優しく包む、防炎スエードと実用性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e御札やお守りを大切に掲げるための工夫が凝らされています。柔らかな\u003cstrong\u003e防炎スエード\u003c\/strong\u003e生地は大切な御守を傷つけず、\u003cstrong\u003eハトメ穴\u003c\/strong\u003eと\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが安定した設置を可能にします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_efdfe9bd-4e76-4be5-b3be-8da005e46455.webp?v=1763447493\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部に宿る使いやすさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る使いやすさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに溶け込む、心の安らぎを育む御守幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e祈りの空間を身近に演出する\u003cstrong\u003e小サイズ\u003c\/strong\u003eの御守幕。日々の忙しさの中でも、\u003cstrong\u003e神聖な存在感\u003c\/strong\u003eが安らぎをもたらし、家族の\u003cstrong\u003e健康\u003c\/strong\u003eや\u003cstrong\u003e幸福\u003c\/strong\u003eを願う心の拠り所となります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_7e9f7e4d-4075-4674-af8b-9bb0bc2685a6.webp?v=1763447493\" class=\"img-fluid d-block w-100 product-img\" alt=\"暮らしに寄り添う安らぎの象徴\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしに寄り添う安らぎの象徴\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417774329899,"sku":"303MAL2C-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417774362667,"sku":"303MAL2C-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417774395435,"sku":"303MAL2C-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417774428203,"sku":"303MAL2C-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417774460971,"sku":"303MAL2C-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417774493739,"sku":"303MAL2C-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_a411325d-16f9-487b-b06b-931478c5e432.jpg?v=1761564843"},{"product_id":"curtain-small-l2d","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Autumn Leaves Double Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く双龍の舞\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に\u003cstrong\u003e荘厳な気品\u003c\/strong\u003eと\u003cstrong\u003e生命力\u003c\/strong\u003eを与える、京都一筆龍の傑作です。二匹の龍が織りなす\u003cstrong\u003e力強い紅葉の舞\u003c\/strong\u003eは、見る者の心に深い\u003cstrong\u003e安らぎ\u003c\/strong\u003eと、未来への\u003cstrong\u003e希望\u003c\/strong\u003eをもたらします。大切な御守りを飾るにふさわしい、\u003cstrong\u003e神聖な美しさ\u003c\/strong\u003eを放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e867a1cd-8e06-4daa-97bb-226516fc26e5.jpg?v=1761564864\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運紅葉双龍の御守幕\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神聖な空間を彩る御守幕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守りを護る工夫と品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大切な御札や御守り\u003c\/strong\u003eを傷つけず、\u003cstrong\u003e美しくお祀り\u003c\/strong\u003eできる工夫が凝らされています。柔らかな\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eが、大切な品々を優しく包み込みます。\u003cstrong\u003e細部にまで宿る日本の職人技\u003c\/strong\u003eが、\u003cstrong\u003e確かな品質\u003c\/strong\u003eと\u003cstrong\u003e安心感\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_e2b95348-b41b-4768-8dff-78fb384a0091.webp?v=1763447491\" class=\"img-fluid d-block w-100 product-img\" alt=\"御守幕のディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る祈りへの配慮\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e祈りの空間を格上げする\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e小さな空間にも調和するサイズ感\u003c\/strong\u003eで、ご自宅や執務室など、様々な場所でお使いいただけます。日常に\u003cstrong\u003e気品ある気配\u003c\/strong\u003eを呼び込み、\u003cstrong\u003e心を落ち着かせる特別な場所\u003c\/strong\u003eを創造します。大切な御守りを飾ることで、日々の暮らしに\u003cstrong\u003e穏やかな祝福\u003c\/strong\u003eが満ち溢れるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_99a0e4c5-c08f-4762-aaa9-a628904a3500.webp?v=1763447491\" class=\"img-fluid d-block w-100 product-img\" alt=\"御守幕の使用イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどこでも感じる崇高な存在\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「昇運・守護・縁結びの京都一筆龍」に描かれた、\u003cstrong\u003e特別な御守お祀り専用幕\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e神社、寺院様への御礼や、御守りのお祀りに最適です。\u003c\/li\u003e\n          \u003cli\u003e二匹の龍が織りなす「昇運紅葉双龍」のデザインです。\u003c\/li\u003e\n          \u003cli\u003e縁結び、守護、運気上昇の願いが込められています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「小」サイズのため、様々な空間に調和しやすい設計です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：小\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417774690347,"sku":"304MAL2D-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417774723115,"sku":"304MAL2D-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417774755883,"sku":"304MAL2D-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417774788651,"sku":"304MAL2D-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417774821419,"sku":"304MAL2D-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417774854187,"sku":"304MAL2D-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e867a1cd-8e06-4daa-97bb-226516fc26e5.jpg?v=1761564864"},{"product_id":"curtain-small-l2e","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Black, Gold, and Silver Double Dragons]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼び込む荘厳な龍神の舞\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間を一変させる、金銀に輝く双龍の姿。昇る月のもと、絡み合う龍神が\u003cstrong\u003e力強い守護\u003c\/strong\u003eと\u003cstrong\u003e良縁\u003c\/strong\u003eを運ぶでしょう。神聖な場に相応しい\u003cstrong\u003e格調高い設え\u003c\/strong\u003eを。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7c31b742-316c-403b-9672-b0f3eb0f4d48.jpg?v=1761564884\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇る月のもと金銀の双龍が舞う荘厳な一筆龍の図\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運命を彩る京の龍神画\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e龍神に魂宿る煌めきの匠技\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e龍の瞳に宿る、\u003cstrong\u003e神々しいまでの輝き\u003c\/strong\u003eが、まるで生きているかのような\u003cstrong\u003e瑞々しい生命力\u003c\/strong\u003eを龍神に与えます。細部に宿る\u003cstrong\u003e精巧な美意識\u003c\/strong\u003eが心を揺さぶる逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_948b3fc1-25b1-4937-95b0-8b0e5c7f7678.webp?v=1763447490\" class=\"img-fluid d-block w-100 product-img\" alt=\"生きたかのような輝きを放つ龍の瞳のクローズアップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e生命力を宿す「ドラゴンアイ」\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守りを護る安心の機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e御札やお守りを大切に固定できる\u003cstrong\u003eマグネットを付属\u003c\/strong\u003e。万一に備える\u003cstrong\u003e防炎加工生地\u003c\/strong\u003eと、優雅な\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが空間に安心と品格を添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_fa23950b-9865-4f22-b78f-4ffdea3ce384.webp?v=1763447490\" class=\"img-fluid d-block w-100 product-img\" alt=\"マグネットで固定されたお守りと防炎加工された生地、江戸打ち紐のディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e祀る心を支える細やかな工夫\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこの一筆龍は、日本の伝統美と現代の技術を融合させた、格調高い空間を演出する特別な商品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e昇運、守護、縁結びの願いを込めた京都一筆龍\u003c\/li\u003e\n        \u003cli\u003e金銀に輝く双龍が空間に荘厳な雰囲気を醸し出します\u003c\/li\u003e\n        \u003cli\u003e神社、寺院様での御礼や御守りお祀り専用に最適\u003c\/li\u003e\n        \u003cli\u003e熟練の職人による精巧な描写と生命感あふれる龍の瞳\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能・付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e大切な御札や御守りを安全に、そして美しくお祀りいただくための機能と配慮が凝縮されています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e御札・御守りを固定できるマグネットが付属\u003c\/li\u003e\n        \u003cli\u003e万一の備えに安心の防炎加工生地を使用\u003c\/li\u003e\n        \u003cli\u003e品格と美しさを添える優雅な江戸打ち紐\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本商品は「小」サイズとなります。具体的な寸法は提供されていませんが、一般的な御札や御守りに合わせた、お祀りしやすいサイズ感となっております。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ区分: 小\u003c\/li\u003e\n        \u003cli\u003e詳細寸法: （情報提供なし）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品の基本情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: 【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用幕（小）【昇運黒金銀双龍】\u003c\/li\u003e\n        \u003cli\u003e用途: 神社、寺院での御礼・御守りお祀り専用幕\u003c\/li\u003e\n        \u003cli\u003eデザイン: 昇運黒金銀双龍\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417775083563,"sku":"305MAL2E-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417775116331,"sku":"305MAL2E-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417775149099,"sku":"305MAL2E-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417775181867,"sku":"305MAL2E-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417775214635,"sku":"305MAL2E-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417775247403,"sku":"305MAL2E-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7c31b742-316c-403b-9672-b0f3eb0f4d48.jpg?v=1761564884"},{"product_id":"curtain-small-l1a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Golden Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch1 class=\"product-name\"\u003e【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用幕（小）【昇運金龍】\u003c\/h1\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 昇運金龍、空間に舞う --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運金龍、空間に舞う\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e威厳ある金龍が、\u003cstrong\u003e力強く上昇する運気\u003c\/strong\u003eを象徴。繊細な筆致で描かれた一筆龍が、見る者の心に深い安らぎと希望をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5bae6719-c3b6-4a7e-a591-81a3d21c4349.jpg?v=1761564903\" class=\"img-fluid d-block w-100 product-img\" alt=\"願いを叶える昇龍の舞\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e願いを叶える昇龍の舞\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 祀るための機能美 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e祀るための機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e御札や御守をしっかりと支えるマグネット、そして大切な場所を守る防炎スエード生地。\u003cstrong\u003e細部に宿る配慮\u003c\/strong\u003eが、お祀りの心を尊く演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_8cdde9bf-9ed0-488d-bf43-01ed5d4df871.webp?v=1763447488\" class=\"img-fluid d-block w-100 product-img\" alt=\"心を込めた設えに最適\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心を込めた設えに最適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 厳かな佇まい、小の美 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e厳かな佇まい、小の美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e小さな空間にも自然と溶け込む、端正な佇まいが魅力。大切な御札や御守を納め、日々感謝を捧げる\u003cstrong\u003e清らかな場所\u003c\/strong\u003eを創り出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_ba03e891-f5b8-4451-a648-913342212e1f.webp?v=1763447488\" class=\"img-fluid d-block w-100 product-img\" alt=\"感謝と願いを込める場\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e感謝と願いを込める場\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003c!-- 入力データに「スペック・詳細データ: 特になし」とあるため、このセクションは出力しません。 --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに発送に関する情報がないため、このセクションは出力しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意事項に関する情報がないため、このセクションは出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417775444011,"sku":"306MAL1A-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417775476779,"sku":"306MAL1A-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417775509547,"sku":"306MAL1A-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417775542315,"sku":"306MAL1A-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417775575083,"sku":"306MAL1A-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417775607851,"sku":"306MAL1A-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5bae6719-c3b6-4a7e-a591-81a3d21c4349.jpg?v=1761564903"},{"product_id":"curtain-small-l1b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune White Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運の白龍が舞い降りる、神聖な空間\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたの空間を清め、力強い\u003cstrong\u003e守護\u003c\/strong\u003eと\u003cstrong\u003e縁結び\u003c\/strong\u003eの願いを込めた白龍が、新たな運気を呼び込みます。見るたびに心に宿る平穏を感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_d792ed91-3025-4b01-8743-191fd3d9ad05.jpg?v=1761564928\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運の白龍が舞い降りる、神聖な空間\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運気上昇を願うあなたへ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e魂宿る龍眼の輝き、息吹を感じる\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e熟練の職人技が光る「ドラゴンアイ」は、まるで生きた龍がそこにあるかのような\u003cstrong\u003e迫真の表現\u003c\/strong\u003e。その精緻な煌めきが、見る者の心に深く響きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_124f2d8c-fa91-4557-b5e5-510c7d18f981.webp?v=1763447487\" class=\"img-fluid d-block w-100 product-img\" alt=\"魂宿る龍眼の輝き、息吹を感じる\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技が光る繊細な描写\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守りをお祀り、祈りの空間を整える\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札やお守りを丁寧に祀るための\u003cstrong\u003e小型の専用幕\u003c\/strong\u003eです。設置しやすいハトメ穴とマグネットが付属し、空間に合わせたお祀りの形を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_19224427-a686-4572-9c1e-1eb4b24fe1ec.webp?v=1763447487\" class=\"img-fluid d-block w-100 product-img\" alt=\"御守りをお祀り、祈りの空間を整える\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e美しく祀るための機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417775804459,"sku":"307MAL1B-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417775837227,"sku":"307MAL1B-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417775869995,"sku":"307MAL1B-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417775902763,"sku":"307MAL1B-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417775935531,"sku":"307MAL1B-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417775968299,"sku":"307MAL1B-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_d792ed91-3025-4b01-8743-191fd3d9ad05.jpg?v=1761564928"},{"product_id":"curtain-small-l1c","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Red and Gold Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch1 class=\"product-title\"\u003e【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用幕（小）【昇運紅金龍】\u003c\/h1\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運と守護を願う龍神の雄姿\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e黒地に鮮やかに舞い上がる\u003cstrong\u003e紅金龍\u003c\/strong\u003eが、空間に荘厳な気品と力強いエネルギーをもたらします。見る者の心に希望を灯し、\u003cstrong\u003e開運と守護の願い\u003c\/strong\u003eを昇華させる、格式高い\u003cstrong\u003eお祀り専用幕\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5684dcaa-6c22-45a5-9d2b-54b326c8d6a7.jpg?v=1761564948\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運と守護を願う龍神の雄姿\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e部屋を彩る開運のシンボル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e魂宿る京都一筆龍の眼差し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e匠の技が光る繊細な筆遣いは、\u003cstrong\u003e龍に生命力\u003c\/strong\u003eを吹き込みます。瞳に宿る輝かしいラインストーンは「\u003cstrong\u003eドラゴンアイ\u003c\/strong\u003e」と呼ばれ、見る角度によって\u003cstrong\u003e神秘的な煌めき\u003c\/strong\u003eを放ち、龍にさらなる息吹を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_486dd8b5-b185-40e3-9bca-792c2a3f795e.webp?v=1763447486\" class=\"img-fluid d-block w-100 product-img\" alt=\"魂宿る京都一筆龍の眼差し\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精巧な技が光る細部\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守りを大切に飾る専用設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神社や寺院様の御札・御守を裏面の\u003cstrong\u003e強力マグネット\u003c\/strong\u003eで簡単に固定し、美しくお祀りできる専用幕。\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eと頑丈な\u003cstrong\u003eハトメ穴\u003c\/strong\u003e、黒白二色の\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが、安心で長期にわたる設置を約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_a939df39-c5c3-4bb1-a588-acfc280161c5.webp?v=1763447486\" class=\"img-fluid d-block w-100 product-img\" alt=\"御守りを大切に飾る専用設計\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美と実用性を兼ね備える\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417776033835,"sku":"308MAL1C-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417776066603,"sku":"308MAL1C-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417776099371,"sku":"308MAL1C-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417776132139,"sku":"308MAL1C-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417776164907,"sku":"308MAL1C-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417776197675,"sku":"308MAL1C-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5684dcaa-6c22-45a5-9d2b-54b326c8d6a7.jpg?v=1761564948"},{"product_id":"curtain-small-l1d","title":"[Kyoto Ichibuchiryu (Blue Dragon) for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Blue Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch1\u003e【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用幕（小）【昇運青龍】\u003c\/h1\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇り龍の力で運気を呼び込む\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな青龍が力強く天空を舞う姿は、新たな流れと幸運を招き入れます。古都京都の職人技が織りなす、荘厳な美しさを日常に添えてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f7e55f33-3e56-43a6-a79d-5b931fcfc323.jpg?v=1761564968\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間を彩る開運の象徴\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e細部まで宿る守護の心遣い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eで大切な場所を守り、御札やお守りを祀るマグネットも付属しています。江戸打ち紐が、結ぶ縁と絆を象徴するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_63677e9b-d326-4f6d-8254-72623cdab27c.webp?v=1763447484\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e永く寄り添う実用性と信頼\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどこにでも飾れる縁結びの幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお部屋に自然と溶け込む\u003cstrong\u003e小ぶりなサイズ感\u003c\/strong\u003e。神聖な空間を演出しながら、日々の暮らしに穏やかな安らぎと希望をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_1a7ddd93-39cc-4ea0-b671-9f4edda2660b.webp?v=1763447484\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む和の趣\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417776230443,"sku":"309MAL1D-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417776263211,"sku":"309MAL1D-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417776295979,"sku":"309MAL1D-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417776328747,"sku":"309MAL1D-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417776361515,"sku":"309MAL1D-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417776394283,"sku":"309MAL1D-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f7e55f33-3e56-43a6-a79d-5b931fcfc323.jpg?v=1761564968"},{"product_id":"curtain-small-l1e","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Green and Gold Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を導く京都一筆龍の神秘\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこちらは\u003cstrong\u003e神社、寺院様の御礼や御守りお祀り専用\u003c\/strong\u003eの「京都一筆龍お祀り幕」\u003cstrong\u003e（小サイズ）\u003c\/strong\u003eです。黒地に浮かび上がる昇運の緑金龍が、力強く天へと昇り詰める姿。その荘厳な筆致は、信仰の場だけでなく、ビジネスの場にも\u003cstrong\u003e揺るぎない自信\u003c\/strong\u003eと、\u003cstrong\u003e未来を切り開く活力\u003c\/strong\u003eを与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_2947ec7d-b9a8-458f-a430-d1eb3384ac9f.jpg?v=1761564988\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間に宿る力強い気運\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間に宿る力強い気運\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあなたのビジネスを支える願い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e金運上昇\u003c\/strong\u003e、\u003cstrong\u003e事業繁栄\u003c\/strong\u003eはもちろん、\u003cstrong\u003e良縁成就\u003c\/strong\u003eや\u003cstrong\u003e心願成就\u003c\/strong\u003eといった幅広い願いを具体的に選べます。日々の努力に寄り添い、あなたの挑戦を後押しする特別な祈りの形です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small4_fd949cf0-fa2a-44c5-8b75-3f5ecc24837c.webp?v=1763447483\" class=\"img-fluid d-block w-100 product-img\" alt=\"望む幸運を掴む祈りの選択\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e望む幸運を掴む祈りの選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417776427051,"sku":"310MAL1E-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417776459819,"sku":"310MAL1E-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417776492587,"sku":"310MAL1E-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417776525355,"sku":"310MAL1E-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417776558123,"sku":"310MAL1E-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417776590891,"sku":"310MAL1E-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_2947ec7d-b9a8-458f-a430-d1eb3384ac9f.jpg?v=1761564988"},{"product_id":"curtain-small-l1f","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune and Beautiful Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇り龍が舞い降りる神聖な空間を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e悠久の京都で紡がれた一筆龍が、あなたの元へ\u003cstrong\u003e昇運\u003c\/strong\u003eと\u003cstrong\u003e守護\u003c\/strong\u003eをもたらします。力強くも優雅な筆致が描き出す、\u003cstrong\u003e唯一無二\u003c\/strong\u003eの御守り専用幕です。日々の感謝と願いを、\u003cstrong\u003e神聖な美しさ\u003c\/strong\u003eの中で育んでください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_29467e17-2b8f-49dc-aec4-1fd5db9e36cd.jpg?v=1761565008\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e昇り龍が導く開運の祈り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e丁寧な作りが叶える御祀りの安心感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e細部に宿る\u003cstrong\u003e職人の技\u003c\/strong\u003eが、大切な御札や御守りを優しく包み込みます。\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eの採用で安心感を高め、日本の伝統を汲む\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが和の趣を添えるでしょう。\u003cstrong\u003eマグネットで簡単にお祀りできる\u003c\/strong\u003e工夫も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_23d9352d-ed4b-47e2-a34f-f5141f99b1c5.webp?v=1763447482\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e伝統と機能が融合した逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e現代の住まいに調和する新しい御祀りの形\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどのような空間にも馴染む、\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eが光ります。リビングや書斎、寝室など、お気に入りの場所に\u003cstrong\u003e心鎮まる祈りの場\u003c\/strong\u003eを創り出せます。日々の暮らしに溶け込むサイズ感で、\u003cstrong\u003e穏やかな毎日\u003c\/strong\u003eを紡ぎませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_cca23242-76bf-492f-884c-8286f19a6be3.webp?v=1763447482\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e祈りを暮らしに取り入れる\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417776623659,"sku":"311MAL1F-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417776656427,"sku":"311MAL1F-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417776689195,"sku":"311MAL1F-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417776721963,"sku":"311MAL1F-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417776754731,"sku":"311MAL1F-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417776787499,"sku":"311MAL1F-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_29467e17-2b8f-49dc-aec4-1fd5db9e36cd.jpg?v=1761565008"},{"product_id":"curtain-small-l1g","title":"[Kyoto Ichibuchi-ryu (Single Stroke Dragon) for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Sakura Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運桜龍、優雅な祝福\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      漆黒の夜空に舞い上がる\u003cstrong\u003e昇運桜龍\u003c\/strong\u003eが、見る者の心に\u003cstrong\u003e希望の光\u003c\/strong\u003eを灯します。\n      \u003cstrong\u003e繊細な筆遣い\u003c\/strong\u003eと\u003cstrong\u003e鮮やかな色彩\u003c\/strong\u003eが織りなす、空間を彩る\u003cstrong\u003e和の趣\u003c\/strong\u003eをご堪能ください。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_fc55d752-c1e2-45cf-bb4d-1574a9214cc5.jpg?v=1761565033\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運桜龍の絵柄\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e縁起と風格を空間に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e龍の瞳、煌めく守護\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e一筆入魂\u003c\/strong\u003eで描かれた\u003cstrong\u003e龍の眼\u003c\/strong\u003eには、まるで生きているかのような\u003cstrong\u003e生命力\u003c\/strong\u003eが宿ります。\n      \u003cstrong\u003eラインストーンの輝き\u003c\/strong\u003eが、\u003cstrong\u003e邪気を払い\u003c\/strong\u003e、\u003cstrong\u003e確かな守護\u003c\/strong\u003eを象徴します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_0f85270b-1da4-4134-ac9a-6b67f2da01ec.webp?v=1763447480\" class=\"img-fluid d-block w-100 product-img\" alt=\"龍の瞳のクローズアップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂宿る細部の美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切な御守を厳かに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e神社仏閣での御礼品\u003c\/strong\u003eや、\u003cstrong\u003e大切な御守り\u003c\/strong\u003eを丁重にお祀りするのに\u003cstrong\u003e最適な専用幕\u003c\/strong\u003eです。\n      \u003cstrong\u003e小サイズ\u003c\/strong\u003eで、どのような空間にも\u003cstrong\u003e品格\u003c\/strong\u003eをもたらし、\u003cstrong\u003e感謝と敬意\u003c\/strong\u003eを表現します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_b59d981a-485f-4397-91a9-8afd5b4744ca.webp?v=1763447480\" class=\"img-fluid d-block w-100 product-img\" alt=\"お祀り幕の設置イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e敬意を込めたお祀り幕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417776820267,"sku":"312MAL1G-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417776853035,"sku":"312MAL1G-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417776885803,"sku":"312MAL1G-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417776918571,"sku":"312MAL1G-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417776951339,"sku":"312MAL1G-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417776984107,"sku":"312MAL1G-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_fc55d752-c1e2-45cf-bb4d-1574a9214cc5.jpg?v=1761565033"},{"product_id":"curtain-small-l1h","title":"[Kyoto Ichibuchi-ryu (one-stroke dragon) for good luck, protection, and matchmaking] Shrine and temple-style thank-you\/amulet worship curtain (small) [Good luck rainbow dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運虹龍が舞う 神聖なる空間へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな\u003cstrong\u003e虹龍\u003c\/strong\u003eが、あなたのもとへ\u003cstrong\u003e幸運\u003c\/strong\u003eを運びます。この\u003cstrong\u003e小サイズの御守お祀り専用幕\u003c\/strong\u003eは、見るたびに心が洗われるような、\u003cstrong\u003e神秘的で力強い姿\u003c\/strong\u003eで、日々の生活に輝きと活力を与えるでしょう。\u003cstrong\u003e縁結びや守護の願い\u003c\/strong\u003eを込めた、まさに唯一無二の存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_008d6858-1ef2-4128-83fe-955cf50c7af9.jpg?v=1761565054\" class=\"img-fluid d-block w-100 product-img\" alt=\"開運を呼ぶ京都一筆龍の輝き\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開運を呼ぶ京都一筆龍の輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e丁寧な設え 御守を護る工夫\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e防炎加工\u003c\/strong\u003eを施した\u003cstrong\u003e上質なスエード生地\u003c\/strong\u003eは、大切な御守りや御札を優しく包み込みます。裏地には\u003cstrong\u003e固定用マグネットが内蔵\u003c\/strong\u003eされ、すっきりと美しいお祀り空間を実現。\u003cstrong\u003e黒と白、二色の江戸打ち紐\u003c\/strong\u003eが、用途に合わせた柔軟な飾り付けを可能にします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_de1159ad-50e1-4785-b4ad-4902a8bf886b.webp?v=1763447479\" class=\"img-fluid d-block w-100 product-img\" alt=\"防炎スエードと実用的な仕立て\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e防炎スエードと実用的な仕立て\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e格式を添える 御礼の心遣い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e神社や寺院様への御礼\u003c\/strong\u003e、またはご自宅の\u003cstrong\u003e神聖な場所\u003c\/strong\u003eを飾るにふさわしい、\u003cstrong\u003e堂々たる存在感\u003c\/strong\u003eです。\u003cstrong\u003e日本の伝統美と現代的な洗練\u003c\/strong\u003eが融合したデザインは、空間に\u003cstrong\u003e深みと尊厳\u003c\/strong\u003eをもたらします。大切な方への想いを伝える、\u003cstrong\u003e格調高い贈り物\u003c\/strong\u003eとしても選ばれています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_9dbdb223-39ce-4c25-a1f7-4642ea91469c.webp?v=1763447479\" class=\"img-fluid d-block w-100 product-img\" alt=\"神聖な場を彩る小サイズの御幕\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神聖な場を彩る小サイズの御幕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) - 情報がないため作成しない --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417777016875,"sku":"313MAL1H-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417777049643,"sku":"313MAL1H-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417777082411,"sku":"313MAL1H-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417777115179,"sku":"313MAL1H-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417777147947,"sku":"313MAL1H-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417777180715,"sku":"313MAL1H-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_008d6858-1ef2-4128-83fe-955cf50c7af9.jpg?v=1761565054"},{"product_id":"curtain-small-l1i","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Good Fortune Ink Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e天を舞う「昇運墨龍」の威厳\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e力強く昇りゆく墨龍が、空間に\u003cstrong\u003e神聖な威厳\u003c\/strong\u003eをもたらします。見るたびに心に宿る静かなる決意と、未来への希望を感じるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7d556b98-0010-44c4-ad72-ae3c1a7e1cff.jpg?v=1761565073\" class=\"img-fluid d-block w-100 product-img\" alt=\"天を舞う昇運墨龍のイメージ画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e開運と守護を願う御心に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e御札を守る上質な設え\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e御札をしっかりと固定する\u003cstrong\u003eマグネットを内蔵\u003c\/strong\u003e。しっとりとした\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eと\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが、格式高い空間と安心感を両立します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_f8145662-8d30-41e4-8edf-2ed6548f88e3.webp?v=1763447477\" class=\"img-fluid d-block w-100 product-img\" alt=\"御札を固定するマグネットと生地の質感を示す画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e伝統が息づく機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e祈りの場を彩る格調高い存在\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手に取った際に感じる\u003cstrong\u003e確かな存在感\u003c\/strong\u003eは、どんな場所に飾っても調和します。特別な御札や御守を大切に祀り、日々の感謝と願いを捧げる場を創り出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_e686ae12-5bbc-4b13-aace-9ce08146755b.webp?v=1763447477\" class=\"img-fluid d-block w-100 product-img\" alt=\"祈りの場に設置された専用幕の画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心安らぐ奉納の一幕\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417777246251,"sku":"314MAL1I-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417777279019,"sku":"314MAL1I-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417777311787,"sku":"314MAL1I-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417777344555,"sku":"314MAL1I-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417777377323,"sku":"314MAL1I-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417777410091,"sku":"314MAL1I-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7d556b98-0010-44c4-ad72-ae3c1a7e1cff.jpg?v=1761565073"},{"product_id":"curtain-small-g2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Black, Gold, and Silver Double Dragons]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運と守護を願う京都一筆龍の荘厳\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e黒地に浮かび上がる金銀の双龍が、\u003cstrong\u003e特別な場所\u003c\/strong\u003eを力強く彩ります。見る者の心に深い安らぎと希望をもたらし、日々の生活に確かな\u003cstrong\u003e開運の兆し\u003c\/strong\u003eを感じさせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_706ec387-499b-4e71-b1e8-70fe2fc3a549.jpg?v=1761565093\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e格式ある和の美意識\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eお祀りの心を支える細部の配慮\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札やお守りを、\u003cstrong\u003e専用マグネット\u003c\/strong\u003eで安全かつ丁寧に祀ることを可能にしました。\u003cstrong\u003e防炎性に優れたスエード生地\u003c\/strong\u003eは、万が一の際も安心を届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_0a1bc35f-e242-4d89-94bc-b08e3fea5851.webp?v=1763447476\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用性と安心を追求\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e住まいに調和するお祀り専用幕のサイズ感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e現代の住空間にも溶け込む\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eで、和室だけでなく様々な場所に設置できます。\u003cstrong\u003e心遣いを感じさせる特別な御礼品や贈答\u003c\/strong\u003eとしても最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_5a19d310-69ee-4799-a2d5-5dd4c132a2f0.webp?v=1763447476\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e飾りやすく、心に残る贈り物\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e昇運と守護を願う、京都一筆龍による荘厳なお祀り専用幕です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: 【昇運・守護・縁結びの京都一筆龍】神社、寺院様の御礼／御守お祀り専用幕（小）【守護黒金銀双龍】\u003c\/li\u003e\n        \u003cli\u003e種類: お祀り専用幕\u003c\/li\u003e\n        \u003cli\u003e用途: 神社、寺院様の御礼、御守りのお祀り\u003c\/li\u003e\n        \u003cli\u003eデザイン: 黒地に金銀の双龍\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e現代の住空間にも調和する、飾りやすい「小」サイズです。具体的な寸法は提供されていませんが、コンパクトな設計が特徴です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ表記: 小\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e防炎性に優れたスエード生地を使用し、安全に配慮しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地: 防炎性スエード生地\u003c\/li\u003e\n        \u003cli\u003e付属品: 御札・お守り用専用マグネット\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417777442859,"sku":"315MAG2A-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417777475627,"sku":"315MAG2A-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417777508395,"sku":"315MAG2A-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417777541163,"sku":"315MAG2A-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417777573931,"sku":"315MAG2A-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417777606699,"sku":"315MAG2A-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_706ec387-499b-4e71-b1e8-70fe2fc3a549.jpg?v=1761565093"},{"product_id":"curtain-small-g2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Purple and Blue Double Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運守護、京都一筆龍の神聖な輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e躍動感あふれる双龍が、無限の可能性を秘めた\u003cstrong\u003e昇運\u003c\/strong\u003eと揺るぎない\u003cstrong\u003e守護\u003c\/strong\u003eの力を授けます。空間に神聖な気品と力強さをもたらし、\u003cstrong\u003e新たな縁\u003c\/strong\u003eを結び、\u003cstrong\u003e運命\u003c\/strong\u003eを拓く象徴となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_10c7d614-2798-436c-80ff-5ab510b71b8b.jpg?v=1761565118\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開運を願う、魂の宿る御幕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切な御守を守る、精巧な設え\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e御札やお守り\u003c\/strong\u003eを大切に祀るための細やかな工夫が凝らされています。汚れにくい\u003cstrong\u003eスエード生地\u003c\/strong\u003eは永く美しさを保ち、\u003cstrong\u003eハトメ穴\u003c\/strong\u003eと\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが、設置の際の優雅な佇まいを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_295ac69e-f685-47ef-a494-da4eba1db686.webp?v=1763447475\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e伝統と機能が織りなす品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に溶け込む、荘厳なる存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳かな空間にふさわしい、堂々たる\u003cstrong\u003e荘厳なる存在感\u003c\/strong\u003eを発揮します。ご自宅の\u003cstrong\u003e神聖な場所\u003c\/strong\u003eに飾れば、日々の暮らしに\u003cstrong\u003e静謐な祈りの場\u003c\/strong\u003eが生まれ、\u003cstrong\u003e心の平穏\u003c\/strong\u003eと\u003cstrong\u003e深い敬意\u003c\/strong\u003eをもたらすでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_85729d86-39a9-4a27-978d-a343739746a6.webp?v=1763447475\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e敬意を込めて祀る、心の拠り所\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417777639467,"sku":"316MAG2B-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417777672235,"sku":"316MAG2B-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417777705003,"sku":"316MAG2B-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417777737771,"sku":"316MAG2B-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417777770539,"sku":"316MAG2B-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417777803307,"sku":"316MAG2B-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_10c7d614-2798-436c-80ff-5ab510b71b8b.jpg?v=1761565118"},{"product_id":"curtain-small-g1a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Black and Gold Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く守護龍の煌めき\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e深みのある黒地に躍動する\u003cstrong\u003e金色の龍神\u003c\/strong\u003eが、空間に威厳を添えます。厳かな存在感が、祀る場を\u003cstrong\u003e清らかに引き締める\u003c\/strong\u003e一幕。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_430d96d0-f330-4ffc-9635-00991d96b6fd.jpg?v=1761565139\" class=\"img-fluid d-block w-100 product-img\" alt=\"神聖な場を彩る一筆龍\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神聖な場を彩る一筆龍\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御札を敬うための機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e裏地は\u003cstrong\u003e防炎スエード生地製\u003c\/strong\u003eで、御札を傷つけぬよう\u003cstrong\u003e優しく保護\u003c\/strong\u003eします。ハトメ穴と江戸打ち紐が、祀る際の\u003cstrong\u003e安定と安心\u003c\/strong\u003eを約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_a3918fbb-176a-4cca-9d20-6c8648bf7415.webp?v=1763447473\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部に宿る祀りの心\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る祀りの心\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に調和する御札幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e実際に飾るイメージが浮かぶ\u003cstrong\u003e小サイズ\u003c\/strong\u003eは、\u003cstrong\u003e限られた空間にも調和\u003c\/strong\u003eをもたらします。御札や御守の\u003cstrong\u003e存在感を際立たせ\u003c\/strong\u003e、\u003cstrong\u003e敬意を表す設え\u003c\/strong\u003eを演出するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_33e9f045-13d3-480b-802e-e53b409f490f.webp?v=1763447473\" class=\"img-fluid d-block w-100 product-img\" alt=\"寺社を彩る礼節の設え\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e寺社を彩る礼節の設え\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e伝統的な一筆龍の技法で描かれた、神社仏閣向けの御礼・御守お祀り専用幕です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e昇運・守護・縁結び\u003c\/strong\u003eの願いを込めた京都一筆龍\u003c\/li\u003e\n        \u003cli\u003e威厳と神聖さを表現する\u003cstrong\u003e守護黒金龍\u003c\/strong\u003eのデザイン\u003c\/li\u003e\n        \u003cli\u003e御札・御守を祀る場に最適な\u003cstrong\u003e機能美と安定性\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e限られた空間にも調和する小サイズです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ区分: \u003cstrong\u003e小\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e設置方法: \u003cstrong\u003eハトメ穴と江戸打ち紐\u003c\/strong\u003eで吊り下げ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e御札・御守を優しく保護する高品質な素材と機能性を採用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表面: 深みのある黒地（詳細不明）\u003c\/li\u003e\n        \u003cli\u003e裏面: \u003cstrong\u003e防炎スエード生地製\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eその他: ハトメ穴、江戸打ち紐\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417777836075,"sku":"317MAG1A-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417777868843,"sku":"317MAG1A-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417777901611,"sku":"317MAG1A-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417777934379,"sku":"317MAG1A-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417777967147,"sku":"317MAG1A-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417777999915,"sku":"317MAG1A-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_430d96d0-f330-4ffc-9635-00991d96b6fd.jpg?v=1761565139"},{"product_id":"curtain-small-g1b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Black and Silver Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ、黒銀龍の威光\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に\u003cstrong\u003e荘厳な気品\u003c\/strong\u003eをもたらす、\u003cstrong\u003e力強い黒銀龍\u003c\/strong\u003eの姿。見るたびに心が引き締まり、日々の暮らしに\u003cstrong\u003e高貴な守護と確かな開運の流れ\u003c\/strong\u003eを呼び込みます。あなただけの\u003cstrong\u003e聖なる領域\u003c\/strong\u003eを創り上げてみてはいかがでしょうか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_8dc27852-abd7-4c3e-89c1-9d9abce52257.jpg?v=1761565163\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e龍神の神秘が宿る、至高のインテリア\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e京都の伝統が息づく、確かな証\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e京都一筆龍絵師による直筆のサインと落款は、作品が持つ\u003cstrong\u003e唯一無二の価値と由緒\u003c\/strong\u003eを静かに物語ります。熟練の筆致が織りなす芸術は、まさに\u003cstrong\u003e本物\u003c\/strong\u003eを求めるあなたに相応しい逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small7_1f9b48e8-4627-4262-8819-70ca554bd094.webp?v=1763447472\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人の魂が宿る、伝統の筆捌き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守お祀りも安心、機能美を追求\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札や御守を美しく飾れる、\u003cstrong\u003eマグネット固定機能\u003c\/strong\u003eを搭載。\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eを使用し、\u003cstrong\u003e安全性と上質な手触り\u003c\/strong\u003eを両立しました。細部に宿る\u003cstrong\u003e機能美\u003c\/strong\u003eが、現代の空間に調和します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_dc160ab1-db19-4f08-a201-e409dcd3631e.webp?v=1763447472\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用性と安心感、上質な素材感\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417778032683,"sku":"318MAG1B-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417778065451,"sku":"318MAG1B-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417778098219,"sku":"318MAG1B-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417778130987,"sku":"318MAG1B-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417778163755,"sku":"318MAG1B-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417778196523,"sku":"318MAG1B-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_8dc27852-abd7-4c3e-89c1-9d9abce52257.jpg?v=1761565163"},{"product_id":"curtain-small-g1c","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Golden Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ黄金の守護龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神社や寺院の御礼幕にふさわしい、力強く描かれた\u003cstrong\u003e金龍\u003c\/strong\u003eが空間に荘厳な気品をもたらします。古来より尊ばれる\u003cstrong\u003e龍神\u003c\/strong\u003eの神秘的な存在感が、日々の暮らしに豊かな\u003cstrong\u003e恩恵\u003c\/strong\u003eを授けてくれるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_625c5a91-225c-4db2-93a2-44bda243e7b3.jpg?v=1761565182\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e金運を引き寄せる圧倒的存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e京都一筆龍が紡ぐ縁と加護\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e筆一本\u003c\/strong\u003eで描き上げられる\u003cstrong\u003e神業\u003c\/strong\u003eとも呼べる\u003cstrong\u003e緻密な筆致\u003c\/strong\u003e。\u003cstrong\u003e京都の伝統\u003c\/strong\u003eが息づく\u003cstrong\u003e落款\u003c\/strong\u003eと、絵師の\u003cstrong\u003e手島啓輔氏\u003c\/strong\u003eによる\u003cstrong\u003e直筆サイン\u003c\/strong\u003eが、作品の\u003cstrong\u003e特別な価値\u003c\/strong\u003eと\u003cstrong\u003e御守としての加護\u003c\/strong\u003eを約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small7_681ed266-ea2a-4c57-b833-fc16bf834f01.webp?v=1763447471\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e伝統が息づく職人の魂が宿る\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を格上げする御守幕の佇まい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e小サイズ\u003c\/strong\u003eながらも、その\u003cstrong\u003e存在感\u003c\/strong\u003eは抜群。現代の住空間にも調和し、\u003cstrong\u003e神棚\u003c\/strong\u003eや\u003cstrong\u003e御守\u003c\/strong\u003eの傍らに飾ることで、日常に\u003cstrong\u003e神聖な気配\u003c\/strong\u003eを添えます。大切な方への\u003cstrong\u003e特別な贈答品\u003c\/strong\u003eとしても最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_90ea176f-2d3c-4c90-a9a0-ba136a494a18.webp?v=1763447471\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお祀り空間に馴染む洗練された逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417778229291,"sku":"319MAG1C-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417778262059,"sku":"319MAG1C-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417778294827,"sku":"319MAG1C-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417778327595,"sku":"319MAG1C-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417778360363,"sku":"319MAG1C-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417778393131,"sku":"319MAG1C-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_625c5a91-225c-4db2-93a2-44bda243e7b3.jpg?v=1761565182"},{"product_id":"curtain-small-g1d","title":"[Kyoto Ichibuchiryu (one-stroke dragon) for good luck, protection, and matchmaking] Shrine and temple-style thank-you\/amulet worship curtain (small) [Guardian Blue Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e力強く舞う青龍、運気上昇を招く\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神々しい青龍が、見る者の心に深い安らぎと希望をもたらします。この一枚が、大切な場所を清らかな気に満ちた聖域へと昇華させるでしょう。あなたの願いを天に届ける、荘厳な存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_35ec29ad-270a-463f-a236-0504fd25614a.jpg?v=1761565201\" class=\"img-fluid d-block w-100 product-img\" alt=\"力強く舞う青龍\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e守護の象徴、神聖なる青龍の舞\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御札を丁寧に、永く祀るこだわり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札や御守を傷つけずに固定できるよう、専用マグネットが付属しています。丈夫なハトメ穴と江戸打ち紐が、設置時の安定感と上質な風合いを両立させました。細部に宿る、日本の匠の心を感じられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_b46b6a36-8f2f-4250-94ac-ec575cd24283.webp?v=1763447470\" class=\"img-fluid d-block w-100 product-img\" alt=\"御札を祀るための機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお祀りのための機能美、上質な設え\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を彩る、格式ある奉納の姿\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご自宅のリビングから神社仏閣まで、あらゆる空間に溶け込む最適なサイズ感です。大切な方への御礼や、特別な贈答品としても喜ばれるでしょう。厳かな雰囲気を演出し、日々の暮らしに神聖な気をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_6f256ee9-2a96-4ea5-a337-4b867389ed63.webp?v=1763447470\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間に溶け込むサイズ感の奉納幕\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e奉納や贈答にふさわしい存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417778425899,"sku":"320MAG1D-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417778458667,"sku":"320MAG1D-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417778491435,"sku":"320MAG1D-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417778524203,"sku":"320MAG1D-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417778556971,"sku":"320MAG1D-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417778589739,"sku":"320MAG1D-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_35ec29ad-270a-463f-a236-0504fd25614a.jpg?v=1761565201"},{"product_id":"curtain-small-g1e","title":"[Kyoto Ichibuchi Dragon for good luck, protection, and matchmaking] Shrine and temple-style thank you\/amulet worship curtain (small) [Guardian Sakura Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く、神聖なる一筆龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお部屋に飾るだけで、日々の暮らしに\u003cstrong\u003e力強い守護と良縁\u003c\/strong\u003eを招き入れます。\u003cstrong\u003e京都で受け継がれる一筆龍の技\u003c\/strong\u003eが、見るたびに\u003cstrong\u003e心を清め、前向きな気持ち\u003c\/strong\u003eへと導くでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_76f2b97b-62e8-436d-ab82-f2289a3ca01d.jpg?v=1761565227\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間を彩る開運絵巻\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間を彩る開運絵巻\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e魂宿る龍眼、輝き放つ神秘の光\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e輝きを放つ「\u003cstrong\u003eドラゴンアイ\u003c\/strong\u003e」が、まるで\u003cstrong\u003e生きているかのような力強さ\u003c\/strong\u003eを宿しています。\u003cstrong\u003e細部までこだわり抜かれた筆致\u003c\/strong\u003eが、見る者の心に\u003cstrong\u003e深い感動と希望\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_5295d5de-f3ab-4cca-ab72-af1e10e0a7d3.webp?v=1763447468\" class=\"img-fluid d-block w-100 product-img\" alt=\"神秘的な眼差しの躍動感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神秘的な眼差しの躍動感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切な祈りを守る、機能美と安心\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e御札やお守りをマグネットでスマートにお祀り\u003c\/strong\u003eできます。\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eを使用し、\u003cstrong\u003e安心して長く愛用\u003c\/strong\u003eできる。\u003cstrong\u003e江戸打ち紐\u003c\/strong\u003eが付属し、\u003cstrong\u003e設置も簡単で美しい空間を演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_73c833e0-afc9-49d0-8786-983cf782ecc9.webp?v=1763447468\" class=\"img-fluid d-block w-100 product-img\" alt=\"永く大切に、安心のお祀り体験\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e永く大切に、安心のお祀り体験\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417778622507,"sku":"321MAG1E-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417778655275,"sku":"321MAG1E-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417778688043,"sku":"321MAG1E-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417778720811,"sku":"321MAG1E-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417778753579,"sku":"321MAG1E-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417778786347,"sku":"321MAG1E-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_76f2b97b-62e8-436d-ab82-f2289a3ca01d.jpg?v=1761565227"},{"product_id":"curtain-small-g1f","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Green Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を彩る昇運の緑龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e悠然と舞う姿が、見る人に\u003cstrong\u003e安らぎと力強い希望\u003c\/strong\u003eを与えます。和の空間に溶け込み、日々の暮らしに\u003cstrong\u003e静かな幸運\u003c\/strong\u003eを招き入れます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_b95334bc-f6f0-4cd1-95b4-de3e45eebe23.jpg?v=1761565250\" class=\"img-fluid d-block w-100 product-img\" alt=\"静寂の中に宿る神秘\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e静寂の中に宿る神秘\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人が宿す龍の眼差し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e一筆ごとに込められた\u003cstrong\u003e匠の技\u003c\/strong\u003eが、繊細な鱗や表情に\u003cstrong\u003e生命感\u003c\/strong\u003eを宿します。輝く瞳が、見るたびに\u003cstrong\u003e新たな活力\u003c\/strong\u003eを与えるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_04c8e844-064e-488f-afc9-2cd5a78e7dd9.webp?v=1763447467\" class=\"img-fluid d-block w-100 product-img\" alt=\"輝きが導く未来への光\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e輝きが導く未来への光\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e縁を結び感謝を伝える御幕\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神社や寺院様への\u003cstrong\u003e格別な御礼\u003c\/strong\u003e、またはご自宅でのお祀り事にふさわしい\u003cstrong\u003e品格\u003c\/strong\u003eを湛えます。大切な方との\u003cstrong\u003e縁をより深く結びつける\u003c\/strong\u003e存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_d7fd451e-e2a4-48ba-bf94-2699dcf51fdd.webp?v=1763447467\" class=\"img-fluid d-block w-100 product-img\" alt=\"厳かな空間を演出する\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e厳かな空間を演出する\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417778819115,"sku":"322MAG1F-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417778851883,"sku":"322MAG1F-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417778884651,"sku":"322MAG1F-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417778917419,"sku":"322MAG1F-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417778950187,"sku":"322MAG1F-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417778982955,"sku":"322MAG1F-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_b95334bc-f6f0-4cd1-95b4-de3e45eebe23.jpg?v=1761565250"},{"product_id":"curtain-small-g1g","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Red and Golden Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ京都一筆龍の神々しさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e漆黒の闇に輝く\u003cstrong\u003e黄金の龍\u003c\/strong\u003e。その一筆は、\u003cstrong\u003e願いを現実へと導く力強い筆致\u003c\/strong\u003eです。空間全体を清め、\u003cstrong\u003e運気の上昇\u003c\/strong\u003eと\u003cstrong\u003e守護\u003c\/strong\u003eを願う、和の美意識が息づく特別な一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_977a4f2a-06f3-4059-b4b7-d655f40262db.jpg?v=1761565271\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運気を高める荘厳な存在\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e龍神の魂宿る、煌めきの眼差し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e生命力溢れる\u003c\/strong\u003e龍の瞳には、\u003cstrong\u003e特別なラインストーン「ドラゴンアイ」\u003c\/strong\u003eが輝きます。その視線は、まるで生きた龍があなたを見守るよう。\u003cstrong\u003e邪気を払い\u003c\/strong\u003e、\u003cstrong\u003e良縁を引き寄せる\u003c\/strong\u003e力強い眼差しを感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6_979b38d4-0734-4e73-acef-52766d3b8416.webp?v=1763447466\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e邪気を払う神秘の瞳\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切なお守りを祀る安心の設え\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な御札やお守りを清らかに祀るために、\u003cstrong\u003eマグネット\u003c\/strong\u003eが添付されています。\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eと\u003cstrong\u003eハトメ穴\u003c\/strong\u003eで、設置も安心。黒白選べる江戸打ち紐2本で、\u003cstrong\u003e家内安全\u003c\/strong\u003eや\u003cstrong\u003e商売繁盛\u003c\/strong\u003eを願う空間を神聖に保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_670b2782-80bb-4c89-ae28-95f96b8e9d8b.webp?v=1763447466\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e防炎加工と便利な設置具\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417779015723,"sku":"323MAG1G-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417779048491,"sku":"323MAG1G-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417779081259,"sku":"323MAG1G-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417779114027,"sku":"323MAG1G-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417779146795,"sku":"323MAG1G-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417779179563,"sku":"323MAG1G-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_977a4f2a-06f3-4059-b4b7-d655f40262db.jpg?v=1761565271"},{"product_id":"curtain-small-g1h","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Guardian Ink Dragon]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ墨龍の霊力 ─ 和の美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e力強く舞う\u003cstrong\u003e一筆龍\u003c\/strong\u003eが、\u003cstrong\u003e崇高な守護の光\u003c\/strong\u003eを放ちます。伝統と革新が息づく墨絵の芸術が、日々の暮らしに\u003cstrong\u003e静謐な力と縁を結ぶ喜び\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7798e843-2ef6-4714-8d9d-80eecfa676bd.jpg?v=1761565291\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂宿る墨絵の龍神\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e御守を護る匠の技 ─ 心安らぐ祀り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e御札や御守を美しく納める\u003cstrong\u003e専用設計\u003c\/strong\u003e。マグネットで簡単に固定でき、\u003cstrong\u003e防炎スエード生地\u003c\/strong\u003eが\u003cstrong\u003e大切な御神体\u003c\/strong\u003eを丁重に包み込みます。細部に宿る心遣いが、敬いの気持ちを深めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_f496d7f5-35d9-46d5-8903-a259735c4756.webp?v=1763447463\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e敬意を込めた設えの工夫\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e厳かな空間を演出 ─ 暮らしに祈りを\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e暮らしのなかに、\u003cstrong\u003e神聖な領域\u003c\/strong\u003eを。コンパクトな\u003cstrong\u003e「小」サイズ\u003c\/strong\u003eながらも存在感を放つこの幕は、玄関やリビング、寝室に\u003cstrong\u003e格調高い雰囲気\u003c\/strong\u003eを添えます。日々の感謝と願いを込める、あなただけの\u003cstrong\u003e聖域\u003c\/strong\u003eを創造してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_d353d206-7070-43b9-a2ed-4e542ff1650d.webp?v=1763447463\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e祈りを捧げる場所を\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417779212331,"sku":"324MAG1H-S-1","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417779245099,"sku":"324MAG1H-S-2","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417779277867,"sku":"324MAG1H-S-3","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417779310635,"sku":"324MAG1H-S-4","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417779343403,"sku":"324MAG1H-S-5","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417779376171,"sku":"324MAG1H-S-6","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7798e843-2ef6-4714-8d9d-80eecfa676bd.jpg?v=1761565291"},{"product_id":"curtain-small-e2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Matchmaking Cherry Blossom White Good Fortune Double Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e良縁を結び運気を招く双龍の舞\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に荘厳な気品をもたらし、良縁と運気上昇を願うあなたへ。力強く舞い昇る双龍が、日々の暮らしに\u003cstrong\u003e心強い守護\u003c\/strong\u003eと\u003cstrong\u003e新たな兆し\u003c\/strong\u003eを届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_4197901e-c517-4d82-8425-b570942dc63f.jpg?v=1761565311\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e聖なる空間を彩る御守幕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切な御札を護り飾る上質設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e御守りを優しく掲げる\u003cstrong\u003eマグネット内蔵\u003c\/strong\u003eの丁寧な作りが特徴です。\u003cstrong\u003e防炎加工\u003c\/strong\u003eが施された\u003cstrong\u003e上質なスエード生地\u003c\/strong\u003eは、大切な品々を美しく保護し、安心感を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small5_f68ddae0-f3ce-42f1-80c5-dba0f6cc84b9.webp?v=1763447462\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美と安心の設え\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに溶け込む祈りの神聖な場\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eリビングや書斎に、神聖な\u003cstrong\u003e祈りの空間\u003c\/strong\u003eを手軽に創り出すことのできる専用幕。その適度な存在感は、見る人の心に\u003cstrong\u003e静けさと活力\u003c\/strong\u003eを与え、日々の暮らしに\u003cstrong\u003e豊かな彩り\u003c\/strong\u003eを与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1_c8026a69-9475-40f2-b484-66113468bf63.webp?v=1763447462\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間を清める上質な趣\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417779408939,"sku":"325MAE2A-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417779441707,"sku":"325MAE2A-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417779474475,"sku":"325MAE2A-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417779507243,"sku":"325MAE2A-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417779540011,"sku":"325MAE2A-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417779572779,"sku":"325MAE2A-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_4197901e-c517-4d82-8425-b570942dc63f.jpg?v=1761565311"},{"product_id":"curtain-small-e2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You\/Amulet Worship Curtain (Small) [Matchmaking Red and White Guardian Double Dragon]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運と守護を招く紅白双龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e黒い幕に力強く舞う紅白の双龍が、空間に\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003eを放ちます。\u003cstrong\u003e縁結びと守護\u003c\/strong\u003eの願いを込めたこの伝統美は、神聖な場に\u003cstrong\u003e格調高い趣\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ac6a1679-010c-4b2c-8a5d-d68eb0ac3ab7.jpg?v=1761565333\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e格式高き祈りの象徴\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e魂を宿す龍の瞳が輝く\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e京都一筆龍の精緻な筆致に加え、光を宿す\u003cstrong\u003eドラゴンアイ（ラインストーン）\u003c\/strong\u003eが息づくような生命力を吹き込みます。細部にまで宿る職人の技が、\u003cstrong\u003e特別な輝き\u003c\/strong\u003eを放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small6.webp?v=1762920565\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e息吹を感じる輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守を飾る神聖なる設え\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神社や寺院様への御礼、大切な御守りをお祀りするにふさわしい専用幕。空間に\u003cstrong\u003e清らかさと荘厳さ\u003c\/strong\u003eを演出し、日々の感謝と祈りをより深める\u003cstrong\u003e特別な場\u003c\/strong\u003eを創造します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/banner-small1.webp?v=1762920565\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心安らぐお祀り空間\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品は、神社や寺院様への御礼、または大切な御守りをお祀りするための専用幕です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e種類: 御守お祀り専用幕\u003c\/li\u003e\n        \u003cli\u003eサイズ: 小\u003c\/li\u003e\n        \u003cli\u003e用途: 神社、寺院様への御礼、御守のお祀り\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eデザイン特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e京都一筆龍の伝統技術と願いを込めたデザインです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e昇運・守護・縁結びの願いが込められています。\u003c\/li\u003e\n        \u003cli\u003e力強い紅白の双龍が描かれています。\u003c\/li\u003e\n        \u003cli\u003e魂を宿すドラゴンアイ（ラインストーン）が光輝きます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Fulfillment of wishes","offer_id":42417779605547,"sku":"326MAE2B-S-1","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Business prosperity","offer_id":42417779638315,"sku":"326MAE2B-S-2","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Increased financial luck","offer_id":42417779671083,"sku":"326MAE2B-S-3","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Prayers for health","offer_id":42417779703851,"sku":"326MAE2B-S-4","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Family safety","offer_id":42417779736619,"sku":"326MAE2B-S-5","price":18100.0,"currency_code":"JPY","in_stock":true},{"title":"Achieving a good match","offer_id":42417779769387,"sku":"326MAE2B-S-6","price":18100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ac6a1679-010c-4b2c-8a5d-d68eb0ac3ab7.jpg?v=1761565333"}],"url":"https:\/\/kyoto-god-dragon.we-shop.jp\/en\/collections\/%e3%81%8a%e7%a5%80%e3%82%8a%e5%b9%95%e3%83%bc%e5%b0%8f\/%e5%ae%88%e8%ad%b7%e9%bb%92%e9%8a%80%e9%be%8d.oembed","provider":"昇運・守護・縁結びの京都一筆龍＜weshop店＞","version":"1.0","type":"link"}