{"title":"Custom-made shrine plaque","description":"","products":[{"product_id":"omatsuri_frame-special-l2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Amulet Worship Frame [Good Fortune Gold 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_652d6790-d1cf-429c-b39a-03f93e31b54e.jpg?v=1761560771\" 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身長182cmの男性が携えるほど堂々たる佇まいが、御守やお札を厳かに祀るにふさわしい\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\/special-img1_63962f34-3583-4b69-b20c-42cf01da0d22.webp?v=1763447637\" 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\/special-img4_9c0ac974-ebc9-4233-a3b0-b5ce78ec89dd.webp?v=1763447637\" 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=\"benefit-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の存在感\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龍画: 京都一筆龍\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サイズ感: 大型（身長182cmの成人男性が携えるほどの存在感）\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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417712857131,"sku":"001GSL2ACPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417712889899,"sku":"001GSL2ACPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417712922667,"sku":"001GSL2ACPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417712955435,"sku":"001GSL2ACPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417712988203,"sku":"001GSL2ACPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417713020971,"sku":"001GSL2ACPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417713053739,"sku":"001GSL2ACPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417713086507,"sku":"001GSL2ACPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417713119275,"sku":"001GSL2ACPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417713152043,"sku":"001GSL2ACPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417713184811,"sku":"001GSL2ACPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417713217579,"sku":"001GSL2ACPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417713250347,"sku":"001GSL2ACPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417713283115,"sku":"001GSL2ACPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417713315883,"sku":"001GSL2ACPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417713348651,"sku":"001GSL2ACPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417713381419,"sku":"001GSL2ACPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417713414187,"sku":"001GSL2ACPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417713446955,"sku":"001GSL2ACPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417713479723,"sku":"001GSL2ACPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417713512491,"sku":"001GSL2ACPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417713545259,"sku":"001GSL2ACPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417713578027,"sku":"001GSL2ACPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417713610795,"sku":"001GSL2ACPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_652d6790-d1cf-429c-b39a-03f93e31b54e.jpg?v=1761560771"},{"product_id":"omatsuri_frame-special-l2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Frame for Amulet Worship (Custom Order) [Good Fortune Gold and White 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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額（特注）【昇運金白双龍】\u003c\/h3\u003e\n\n        \u003c!-- ブロック1 --\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ金白双龍の神秘\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ce78d2b6-f6af-48ea-b183-c2a67d56206d.jpg?v=1761560851\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003e奇跡を招く神聖なる輝き\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\n                \u003cstrong\u003e心願成就\u003c\/strong\u003eを願う、\u003cstrong\u003e京都一筆龍\u003c\/strong\u003eが描く\u003cstrong\u003e荘厳な昇運金白双龍図\u003c\/strong\u003e。貴方と大切な場所へ、\u003cstrong\u003e無限の守護と良縁\u003c\/strong\u003eをもたらします。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ブロック2 --\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e奉納にふさわしい存在感\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img1_e53ec352-c987-4b6c-b94b-b494c359ca15.webp?v=1763447635\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003e神社、寺院様へ最高の献上\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\n                \u003cstrong\u003e182cmの男性が抱えるこの特注額\u003c\/strong\u003eは、\u003cstrong\u003e神社仏閣への御礼や御守のお祀り\u003c\/strong\u003eに最適です。空間に\u003cstrong\u003e格調高い祈りの場\u003c\/strong\u003eを創出します。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ブロック3 --\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e魂宿る龍の瞳\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img6_28987d1d-daae-4f7c-b1ec-ea050845e4c6.webp?v=1763447635\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003e祈りを込めた精巧な筆致\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\n                \u003cstrong\u003e瑞々しい龍の瞳に宿るラインストーンの輝き\u003c\/strong\u003e。細部に宿る職人の\u003cstrong\u003e精緻な技\u003c\/strong\u003eが、息吹を吹き込み、\u003cstrong\u003e願いへの力を高めます\u003c\/strong\u003e。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション、発送案内、注意事項は、提供された情報に該当データがないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417713938475,"sku":"002GSL2BCPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417713971243,"sku":"002GSL2BCPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417714004011,"sku":"002GSL2BCPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417714036779,"sku":"002GSL2BCPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417714069547,"sku":"002GSL2BCPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417714102315,"sku":"002GSL2BCPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417714135083,"sku":"002GSL2BCPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417714167851,"sku":"002GSL2BCPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417714200619,"sku":"002GSL2BCPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417714233387,"sku":"002GSL2BCPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417714266155,"sku":"002GSL2BCPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417714298923,"sku":"002GSL2BCPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417714331691,"sku":"002GSL2BCPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417714364459,"sku":"002GSL2BCPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417714397227,"sku":"002GSL2BCPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417714429995,"sku":"002GSL2BCPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417714462763,"sku":"002GSL2BCPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417714495531,"sku":"002GSL2BCPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417714528299,"sku":"002GSL2BCPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417714561067,"sku":"002GSL2BCPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417714593835,"sku":"002GSL2BCPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417714626603,"sku":"002GSL2BCPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417714659371,"sku":"002GSL2BCPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417714692139,"sku":"002GSL2BCPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ce78d2b6-f6af-48ea-b183-c2a67d56206d.jpg?v=1761560851"},{"product_id":"omatsuri_frame-special-l2c","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift\/Amulet Worship Frame (Custom Order) [Good Fortune Rainbow and White 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5dd9ff40-1191-4018-82b3-d0f86d3290fc.jpg?v=1761560933\" class=\"img-fluid d-block w-100 product-img\" alt=\"昇運招く双龍の絵巻\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運を開く京の一筆龍\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e荘厳な筆致で描かれた昇運虹白双龍が、空間に\u003cstrong\u003e力強い気\u003c\/strong\u003eをもたらします。縁結びや守護の願いを込めた\u003cstrong\u003e唯一無二の芸術品\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img1_dc9d5b8c-342e-4498-9b57-b260178b3575.webp?v=1763447631\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間を彩る荘厳な存在\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e特別な場所への奉納に\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e悠然と佇む双龍の御姿は、飾る場所に\u003cstrong\u003e確かな品格\u003c\/strong\u003eと\u003cstrong\u003e深い安らぎ\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img6_8a9e2201-8df8-4a06-a22e-efc81fb21290.webp?v=1763447631\" class=\"img-fluid d-block w-100 product-img\" alt=\"龍の瞳に宿る魂の煌めき\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂宿る精緻な龍の瞳\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e一筆入魂で描かれた龍の瞳には、\u003cstrong\u003eまばゆい光\u003c\/strong\u003eを宿すラインストーンが輝きます。細部にまで息づく\u003cstrong\u003e職人の技\u003c\/strong\u003eが、守護の願いを一層強く引き寄せるでしょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417714987051,"sku":"003GSL2CCPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417715019819,"sku":"003GSL2CCPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417715052587,"sku":"003GSL2CCPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417715085355,"sku":"003GSL2CCPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417715118123,"sku":"003GSL2CCPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417715150891,"sku":"003GSL2CCPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417715183659,"sku":"003GSL2CCPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417715216427,"sku":"003GSL2CCPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417715249195,"sku":"003GSL2CCPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417715281963,"sku":"003GSL2CCPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417715314731,"sku":"003GSL2CCPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417715347499,"sku":"003GSL2CCPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417715380267,"sku":"003GSL2CCPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417715413035,"sku":"003GSL2CCPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417715445803,"sku":"003GSL2CCPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417715478571,"sku":"003GSL2CCPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417715511339,"sku":"003GSL2CCPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417715544107,"sku":"003GSL2CCPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417715576875,"sku":"003GSL2CCPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417715609643,"sku":"003GSL2CCPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417715642411,"sku":"003GSL2CCPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417715675179,"sku":"003GSL2CCPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417715707947,"sku":"003GSL2CCPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417715740715,"sku":"003GSL2CCPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5dd9ff40-1191-4018-82b3-d0f86d3290fc.jpg?v=1761560933"},{"product_id":"omatsuri_frame-special-l2d","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Frame for Amulet Worship (Custom Order) [Good Fortune Autumn Leaves 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と\u003cstrong\u003e守護\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_13d69892-5a4b-41e8-a96e-a7c70f69b078.jpg?v=1761561021\" 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\/special-img1_122fea43-6a51-4c4a-a638-a56d7bd6f986.webp?v=1763447627\" 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\/special-img6_ebd4363b-3388-48f8-9208-f6088a7c52f6.webp?v=1763447628\" 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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417716068395,"sku":"004GSL2DCPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417716101163,"sku":"004GSL2DCPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417716133931,"sku":"004GSL2DCPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417716166699,"sku":"004GSL2DCPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417716199467,"sku":"004GSL2DCPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417716232235,"sku":"004GSL2DCPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417716265003,"sku":"004GSL2DCPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417716297771,"sku":"004GSL2DCPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417716330539,"sku":"004GSL2DCPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417716363307,"sku":"004GSL2DCPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417716396075,"sku":"004GSL2DCPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417716428843,"sku":"004GSL2DCPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417716461611,"sku":"004GSL2DCPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417716494379,"sku":"004GSL2DCPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417716527147,"sku":"004GSL2DCPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417716559915,"sku":"004GSL2DCPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417716592683,"sku":"004GSL2DCPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417716625451,"sku":"004GSL2DCPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417716658219,"sku":"004GSL2DCPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417716690987,"sku":"004GSL2DCPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417716723755,"sku":"004GSL2DCPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417716756523,"sku":"004GSL2DCPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417716789291,"sku":"004GSL2DCPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417716822059,"sku":"004GSL2DCPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_13d69892-5a4b-41e8-a96e-a7c70f69b078.jpg?v=1761561021"},{"product_id":"omatsuri_frame-special-l2e","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Frame for Amulet Worship (Custom Order) [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\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 class=\"text-strong\"\u003e力強くも繊細な構図\u003c\/strong\u003e。空間全体に漲る\u003cstrong class=\"text-strong\"\u003e壮麗な気配\u003c\/strong\u003eが、あなたの進む道を照らし、\u003cstrong class=\"text-strong\"\u003eあらゆる好機を引き寄せます\u003c\/strong\u003e。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_0b88686d-2113-46a3-81b6-1162b6bad6f8.jpg?v=1761561105\" 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身長182cmの男性\u003c\/strong\u003eが抱えるほどの\u003cstrong class=\"text-strong\"\u003e堂々たる大きさ\u003c\/strong\u003e。格式ある場所へ納めるにふさわしい\u003cstrong class=\"text-strong\"\u003e威厳と品格\u003c\/strong\u003eが、御守りを祀る空間を一層\u003cstrong class=\"text-strong\"\u003e神聖なものへと昇華\u003c\/strong\u003eさせます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img1_8f5f635f-f6ed-445f-8bab-e8a6c8b11338.webp?v=1763447624\" 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 class=\"text-strong\"\u003e精緻な職人技\u003c\/strong\u003eが、まるで今にも動き出すかのような\u003cstrong class=\"text-strong\"\u003e生命力\u003c\/strong\u003eを感じさせ、見えない力で\u003cstrong class=\"text-strong\"\u003eあなたを守護\u003c\/strong\u003eします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img6_c5694e52-abf4-44c1-bb22-c578337073d9.webp?v=1763447624\" 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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417717084203,"sku":"005GSL2ECPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417717116971,"sku":"005GSL2ECPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417717149739,"sku":"005GSL2ECPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417717182507,"sku":"005GSL2ECPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417717215275,"sku":"005GSL2ECPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417717248043,"sku":"005GSL2ECPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417717280811,"sku":"005GSL2ECPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417717313579,"sku":"005GSL2ECPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417717346347,"sku":"005GSL2ECPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417717379115,"sku":"005GSL2ECPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417717411883,"sku":"005GSL2ECPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417717444651,"sku":"005GSL2ECPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417717477419,"sku":"005GSL2ECPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417717510187,"sku":"005GSL2ECPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417717542955,"sku":"005GSL2ECPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417717575723,"sku":"005GSL2ECPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417717608491,"sku":"005GSL2ECPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417717641259,"sku":"005GSL2ECPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417717674027,"sku":"005GSL2ECPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417717706795,"sku":"005GSL2ECPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417717739563,"sku":"005GSL2ECPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417717772331,"sku":"005GSL2ECPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417717805099,"sku":"005GSL2ECPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417717837867,"sku":"005GSL2ECPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_0b88686d-2113-46a3-81b6-1162b6bad6f8.jpg?v=1761561105"},{"product_id":"omatsuri_frame-special-g2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Amulet Worship Frame [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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運をもたらす双龍の舞\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f4cbb4d0-3548-4d64-ba08-36bc195bf251.jpg?v=1761561189\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂を揺さぶる一筆龍の傑作\u003c\/p\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e荘厳な空間を創る特注額の威容\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img1_dcc79716-8ea6-4e27-8678-b0d106d67010.webp?v=1763447621\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神聖な気配を纏う存在感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e身長182cmの男性と比較してもなお\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003eを放つこの専用額は、\u003cstrong\u003e神社仏閣への奉納\u003c\/strong\u003eや、\u003cstrong\u003e大切な御守をお祀り\u003c\/strong\u003eするに相応しい、\u003cstrong\u003e唯一無二の格式\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img5_741b73c8-8cb2-4d76-8ff0-b6af95905f30.webp?v=1763447621\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e伝統が息づく細部の造り\u003c\/p\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  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417718165547,"sku":"015GSG2ACPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417718198315,"sku":"015GSG2ACPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417718231083,"sku":"015GSG2ACPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417718263851,"sku":"015GSG2ACPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417718296619,"sku":"015GSG2ACPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417718329387,"sku":"015GSG2ACPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417718362155,"sku":"015GSG2ACPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417718394923,"sku":"015GSG2ACPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417718427691,"sku":"015GSG2ACPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417718460459,"sku":"015GSG2ACPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417718493227,"sku":"015GSG2ACPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417718525995,"sku":"015GSG2ACPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417718558763,"sku":"015GSG2ACPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417718591531,"sku":"015GSG2ACPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417718624299,"sku":"015GSG2ACPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417718657067,"sku":"015GSG2ACPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417718689835,"sku":"015GSG2ACPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417718722603,"sku":"015GSG2ACPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417718755371,"sku":"015GSG2ACPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417718788139,"sku":"015GSG2ACPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417718820907,"sku":"015GSG2ACPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417718853675,"sku":"015GSG2ACPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417718886443,"sku":"015GSG2ACPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417718919211,"sku":"015GSG2ACPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_f4cbb4d0-3548-4d64-ba08-36bc195bf251.jpg?v=1761561189"},{"product_id":"omatsuri_frame-special-g2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Amulet Worship Frame [Guardian Purple Blue 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\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の願いを宿し、日々の暮らしに\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_8448e433-664c-4aae-9daa-59556b47886c.jpg?v=1761561278\" 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\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            \u003cstrong\u003e特別な祈りの場\u003c\/strong\u003eを、格調高く彩るでしょう。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/special-img1_9e94b7b7-660d-401b-8ebd-75307ceddffb.webp?v=1763447619\" 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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417719246891,"sku":"016GSG2BCPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417719279659,"sku":"016GSG2BCPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417719312427,"sku":"016GSG2BCPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417719345195,"sku":"016GSG2BCPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417719377963,"sku":"016GSG2BCPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417719410731,"sku":"016GSG2BCPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417719443499,"sku":"016GSG2BCPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417719476267,"sku":"016GSG2BCPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417719509035,"sku":"016GSG2BCPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417719541803,"sku":"016GSG2BCPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417719574571,"sku":"016GSG2BCPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417719607339,"sku":"016GSG2BCPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417719640107,"sku":"016GSG2BCPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417719672875,"sku":"016GSG2BCPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417719705643,"sku":"016GSG2BCPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417719738411,"sku":"016GSG2BCPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417719771179,"sku":"016GSG2BCPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417719803947,"sku":"016GSG2BCPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417719836715,"sku":"016GSG2BCPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417719869483,"sku":"016GSG2BCPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417719902251,"sku":"016GSG2BCPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417719935019,"sku":"016GSG2BCPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417719967787,"sku":"016GSG2BCPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417720000555,"sku":"016GSG2BCPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_8448e433-664c-4aae-9daa-59556b47886c.jpg?v=1761561278"},{"product_id":"omatsuri_frame-special-e2a","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Gratitude\/Amulet Worship Frame (Custom Order) [Matchmaking Cherry Blossom and 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  \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_3d7d9932-93e0-4598-a708-13841d6df9bb.jpg?v=1761561365\" 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身長182cmの男性と比較してご覧ください。その\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\/special-img1_f60a7906-423c-4023-985b-260b9fed3212.webp?v=1763447617\" 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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417720492075,"sku":"025GSE2ACPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417720524843,"sku":"025GSE2ACPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417720557611,"sku":"025GSE2ACPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417720590379,"sku":"025GSE2ACPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417720623147,"sku":"025GSE2ACPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417720655915,"sku":"025GSE2ACPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417720688683,"sku":"025GSE2ACPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417720721451,"sku":"025GSE2ACPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417720754219,"sku":"025GSE2ACPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417720786987,"sku":"025GSE2ACPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417720819755,"sku":"025GSE2ACPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417720852523,"sku":"025GSE2ACPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417720885291,"sku":"025GSE2ACPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417720918059,"sku":"025GSE2ACPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417720950827,"sku":"025GSE2ACPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417720983595,"sku":"025GSE2ACPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417721016363,"sku":"025GSE2ACPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417721049131,"sku":"025GSE2ACPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417721081899,"sku":"025GSE2ACPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417721114667,"sku":"025GSE2ACPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417721147435,"sku":"025GSE2ACPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417721180203,"sku":"025GSE2ACPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417721212971,"sku":"025GSE2ACPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417721245739,"sku":"025GSE2ACPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_3d7d9932-93e0-4598-a708-13841d6df9bb.jpg?v=1761561365"},{"product_id":"omatsuri_frame-special-e2b","title":"[Kyoto One-Stroke Dragon for Good Fortune, Protection, and Matchmaking] Shrine and Temple Thank You Gift \/ Custom-Made Frame for Amulet Worship (Custom Order) [Red and White Guardian Dragon for Matchmaking]","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_70b51e2d-d895-4fb8-aca0-54f10e31d9eb.jpg?v=1761561448\" 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身長182cmの男性\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\/special-img1.webp?v=1762926898\" 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\/special-img6.webp?v=1762926898\" 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":"Platinum Gold \/ Fulfillment of wishes \/ none","offer_id":42417721966635,"sku":"026GSE2BCPG-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Fulfillment of wishes \/ can be","offer_id":42417721999403,"sku":"026GSE2BCPG-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ none","offer_id":42417722032171,"sku":"026GSE2BCPG-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Business prosperity \/ can be","offer_id":42417722064939,"sku":"026GSE2BCPG-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ none","offer_id":42417722097707,"sku":"026GSE2BCPG-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Increased financial luck \/ can be","offer_id":42417722130475,"sku":"026GSE2BCPG-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ none","offer_id":42417722163243,"sku":"026GSE2BCPG-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Prayers for health \/ can be","offer_id":42417722196011,"sku":"026GSE2BCPG-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ none","offer_id":42417722228779,"sku":"026GSE2BCPG-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Family safety \/ can be","offer_id":42417722261547,"sku":"026GSE2BCPG-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ none","offer_id":42417722294315,"sku":"026GSE2BCPG-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Platinum Gold \/ Achieving a good match \/ can be","offer_id":42417722327083,"sku":"026GSE2BCPG-6-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ none","offer_id":42417722359851,"sku":"026GSE2BCPW-1","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Fulfillment of wishes \/ can be","offer_id":42417722392619,"sku":"026GSE2BCPW-1-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ none","offer_id":42417722425387,"sku":"026GSE2BCPW-2","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Business prosperity \/ can be","offer_id":42417722458155,"sku":"026GSE2BCPW-2-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ none","offer_id":42417722490923,"sku":"026GSE2BCPW-3","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Increased financial luck \/ can be","offer_id":42417722523691,"sku":"026GSE2BCPW-3-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ none","offer_id":42417722556459,"sku":"026GSE2BCPW-4","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Prayers for health \/ can be","offer_id":42417722589227,"sku":"026GSE2BCPW-4-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ none","offer_id":42417722621995,"sku":"026GSE2BCPW-5","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Family safety \/ can be","offer_id":42417722654763,"sku":"026GSE2BCPW-5-a","price":101500.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ none","offer_id":42417722687531,"sku":"026GSE2BCPW-6","price":98000.0,"currency_code":"JPY","in_stock":true},{"title":"Pearl White \/ Achieving a good match \/ can be","offer_id":42417722720299,"sku":"026GSE2BCPW-6-a","price":101500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_70b51e2d-d895-4fb8-aca0-54f10e31d9eb.jpg?v=1761561448"}],"url":"https:\/\/kyoto-god-dragon.we-shop.jp\/en\/collections\/%e3%81%8a%e7%a5%80%e3%82%8a%e9%a1%8d%e3%83%bc%e7%89%b9%e6%b3%a8\/%e6%98%87%e9%81%8b%e9%87%91%e9%87%91%e5%8f%8c%e9%be%8d.oembed","provider":"昇運・守護・縁結びの京都一筆龍＜weshop店＞","version":"1.0","type":"link"}