{"title":"お祀り額ー小","description":"","products":[{"product_id":"omatsuri_frame-small-l2a","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運金金双龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運金金双龍 堂々たる輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e黄金の双龍が天空を舞い、無限の\u003cstrong\u003e繁栄\u003c\/strong\u003eと\u003cstrong\u003e守護\u003c\/strong\u003eを約束します。事業の発展や家門の安泰を願う方々へ、力強い御加護をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_28e74171-9d7a-4b2f-82ba-3a1156baecd9.jpg?v=1761562591\" 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御守やお礼の品を丁重にお祀りするのに最適なサイズです。額の外寸は縦47cm、横39cmです。和洋どちらの空間にも違和感なく溶け込み、\u003cstrong\u003e格式高い趣\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_7d37f0d9-c1fb-4869-8658-8ef6f869882a.webp?v=1763447571\" 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\/small-img06_d7766d3f-a1a8-4271-bc0e-6df891013e35.webp?v=1763447571\" 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":"心願成就 \/ なし","offer_id":42417740906539,"sku":"101GAL2A-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417740939307,"sku":"101GAL2A-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417740972075,"sku":"101GAL2A-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417741004843,"sku":"101GAL2A-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417741037611,"sku":"101GAL2A-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417741070379,"sku":"101GAL2A-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417741103147,"sku":"101GAL2A-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417741135915,"sku":"101GAL2A-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417741168683,"sku":"101GAL2A-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417741201451,"sku":"101GAL2A-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417741234219,"sku":"101GAL2A-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417741266987,"sku":"101GAL2A-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_28e74171-9d7a-4b2f-82ba-3a1156baecd9.jpg?v=1761562591"},{"product_id":"omatsuri_frame-small-l2b","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運金白双龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く金白双龍の輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e荘厳な金と白の双龍が、空間に\u003cstrong\u003e力強い気\u003c\/strong\u003eをもたらします。京都一筆龍の伝統が息づくこの一品は、日々の暮らしに深い\u003cstrong\u003e安心感と希望\u003c\/strong\u003eを灯すでしょう。見るたびに心に宿る\u003cstrong\u003e静かなる感動\u003c\/strong\u003eを、ぜひご体感ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ce3654f1-af38-4e78-b54f-9c3230115174.jpg?v=1761562629\" 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絶妙なサイズ感 (約H47cm x W39cm)\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\/small-img01_cc23414a-757a-4084-b5ee-113c79d44ebe.webp?v=1763447570\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e祈りの空間を日常に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e神社仏閣の美を宿す精緻な細工\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e細部まで宿る職人の\u003cstrong\u003e確かな技\u003c\/strong\u003eが、\u003cstrong\u003e息をのむ美しさ\u003c\/strong\u003eを生み出しています。龍の鱗一枚一枚、背景に描かれた楼門の意匠、そして銀箔で刻まれた銘。\u003cstrong\u003e神聖な場所への敬意\u003c\/strong\u003eを込めた、\u003cstrong\u003e比類なき芸術品\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_53bb5998-81c7-4244-931b-50f03a434f6f.webp?v=1763447570\" 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":"心願成就 \/ なし","offer_id":42417741463595,"sku":"102GAL2B-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417741496363,"sku":"102GAL2B-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417741529131,"sku":"102GAL2B-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417741561899,"sku":"102GAL2B-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417741594667,"sku":"102GAL2B-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417741627435,"sku":"102GAL2B-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417741660203,"sku":"102GAL2B-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417741692971,"sku":"102GAL2B-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417741725739,"sku":"102GAL2B-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417741758507,"sku":"102GAL2B-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417741791275,"sku":"102GAL2B-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417741824043,"sku":"102GAL2B-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_ce3654f1-af38-4e78-b54f-9c3230115174.jpg?v=1761562629"},{"product_id":"omatsuri_frame-small-l2c","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運虹白双龍】","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_9d4d3c9d-793a-454d-9208-14583be66010.jpg?v=1761562670\" 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を呼び込む特別な逸品です。\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\/small-img01_1a052169-26ad-45fa-83bc-c517e930e91b.webp?v=1763447568\" 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。サイズ：横39cm × 縦47cm。心地よい存在感を放ちながら、あなたの日常風景に\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\/small-img05_469f4496-00c4-4fc3-91fb-8489c70c6272.webp?v=1763447568\" 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の息吹を宿し、所有する喜びと格式ある雰囲気を演出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417742086187,"sku":"103GAL2C-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417742118955,"sku":"103GAL2C-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417742151723,"sku":"103GAL2C-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417742184491,"sku":"103GAL2C-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417742217259,"sku":"103GAL2C-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417742250027,"sku":"103GAL2C-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417742282795,"sku":"103GAL2C-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417742315563,"sku":"103GAL2C-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417742348331,"sku":"103GAL2C-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417742381099,"sku":"103GAL2C-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417742413867,"sku":"103GAL2C-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417742446635,"sku":"103GAL2C-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_9d4d3c9d-793a-454d-9208-14583be66010.jpg?v=1761562670"},{"product_id":"omatsuri_frame-small-l2d","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運紅葉双龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e格式を湛える京都の御神体\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5c09e778-5577-4f2f-a14f-7d7cbfed499.jpg?v=1761562711\" 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の技が織りなす、威厳ある\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  \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\/small-img01_6e0336f6-9094-4ef3-9a51-155ba240dee9.webp?v=1763447567\" 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高さ約47cm、幅約39cmと、存在感はありながらも、あらゆる空間に自然と溶け込むよう\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  \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\/small-img06_1f1a5693-2262-4352-af27-0a5a3f0e95cd.webp?v=1763447567\" 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。煌めく\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":"心願成就 \/ なし","offer_id":42417742676011,"sku":"104GAL2D-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417742708779,"sku":"104GAL2D-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417742741547,"sku":"104GAL2D-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417742774315,"sku":"104GAL2D-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417742807083,"sku":"104GAL2D-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417742839851,"sku":"104GAL2D-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417742872619,"sku":"104GAL2D-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417742905387,"sku":"104GAL2D-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417742938155,"sku":"104GAL2D-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417742970923,"sku":"104GAL2D-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417743003691,"sku":"104GAL2D-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417743036459,"sku":"104GAL2D-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5c09e778-5577-4f2f-a14f-7d7cb8fed499.jpg?v=1761562711"},{"product_id":"omatsuri_frame-small-l2e","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運黒金銀双龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心願成就へ導く昇運双龍\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_60df81f8-acf6-4fe8-84f6-831338a0ec0a.jpg?v=1761562752\" 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の力を授けます。日常に崇高な気品をもたらし、良き運気を招き入れる存在です。\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\/small-img01_e71af1c9-9e98-4446-a210-0b8d7c84b49e.webp?v=1763447566\" 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ゆとりあるサイズ感（高さ約47cm、幅約39cm）で、日常の中に尊い祈りの場を設えることができます。授与された\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\/small-img05_54f6e78a-143e-45c5-84b7-83c77dead4d0.webp?v=1763447565\" 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が込められた証。\u003cstrong\u003e銀箔の刻印\u003c\/strong\u003eが格式高さを添えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417743233067,"sku":"105GAL2E-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417743265835,"sku":"105GAL2E-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417743298603,"sku":"105GAL2E-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417743331371,"sku":"105GAL2E-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417743364139,"sku":"105GAL2E-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417743396907,"sku":"105GAL2E-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417743429675,"sku":"105GAL2E-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417743462443,"sku":"105GAL2E-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417743495211,"sku":"105GAL2E-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417743527979,"sku":"105GAL2E-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417743560747,"sku":"105GAL2E-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417743593515,"sku":"105GAL2E-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_60df81f8-acf6-4fe8-84f6-831338a0ec0a.jpg?v=1761562752"},{"product_id":"omatsuri_frame-small-l1a","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運金龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003ch1\u003e【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運金龍】\u003c\/h1\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e昇運金龍の煌めき\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_bf1c3dcc-5952-43d2-95aa-e57bdf33dc3f.jpg?v=1761562798\" 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    \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\/small-img01_2cee088f-2e5d-4b03-b84b-577996882efe.webp?v=1763447564\" 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        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e【製品サイズ】\u003c\/strong\u003e高さ 約47cm × 幅 約39cm\n        \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\/small-img06_d74f01ca-dd01-47f5-955b-7d40a34c5789.webp?v=1763447564\" 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\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417743822891,"sku":"106GAL1A-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417743855659,"sku":"106GAL1A-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417743888427,"sku":"106GAL1A-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417743921195,"sku":"106GAL1A-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417743953963,"sku":"106GAL1A-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417743986731,"sku":"106GAL1A-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417744019499,"sku":"106GAL1A-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417744052267,"sku":"106GAL1A-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417744085035,"sku":"106GAL1A-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417744117803,"sku":"106GAL1A-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417744150571,"sku":"106GAL1A-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417744183339,"sku":"106GAL1A-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_bf1c3dcc-5952-43d2-95aa-e57bdf33dc3f.jpg?v=1761562798"},{"product_id":"omatsuri_frame-small-l1b","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運白龍】","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e082553a-21f1-4cfa-a7af-cbfb19a5b114.jpg?v=1761562841\" 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をもたらし、日々の尊い営みに寄り添う、\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\/small-img01_305f25b5-9dd8-4bb0-9549-4b64d4c7fd1b.webp?v=1763447562\" 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です。高さ約47cm、幅約39cmと、社務所や寺務所の限られたスペースにも調和し、\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\/small-img06_8e7cac29-464a-4112-97f1-01d2a48c29fe.webp?v=1763447563\" 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\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417744412715,"sku":"107GAL1B-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417744445483,"sku":"107GAL1B-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417744478251,"sku":"107GAL1B-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417744511019,"sku":"107GAL1B-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417744543787,"sku":"107GAL1B-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417744576555,"sku":"107GAL1B-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417744609323,"sku":"107GAL1B-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417744642091,"sku":"107GAL1B-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417744674859,"sku":"107GAL1B-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417744707627,"sku":"107GAL1B-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417744740395,"sku":"107GAL1B-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417744773163,"sku":"107GAL1B-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e082553a-21f1-4cfa-a7af-cbfb19a5b114.jpg?v=1761562841"},{"product_id":"omatsuri_frame-small-l1c","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運紅金龍】","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_c86b791d-1bb8-48e4-9e0b-0e90d97133d4.jpg?v=1761562884\" 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\/small-img01_95a15b10-4f66-4e47-8091-9d3ed47fd652.webp?v=1763447561\" 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を丁重に安置するための専用額です。高さ約47cm、幅約39cm（外寸）の程よい小サイズで、どのような空間にも調和する洗練されたデザインは、日常に溶け込みながらも、\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\/small-img06_e52160f3-5f11-4e94-b0c1-eeca19f6d18a.webp?v=1763447561\" 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\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417745068075,"sku":"108GAL1C-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417745100843,"sku":"108GAL1C-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417745133611,"sku":"108GAL1C-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417745166379,"sku":"108GAL1C-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417745199147,"sku":"108GAL1C-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417745231915,"sku":"108GAL1C-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417745264683,"sku":"108GAL1C-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417745297451,"sku":"108GAL1C-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417745330219,"sku":"108GAL1C-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417745362987,"sku":"108GAL1C-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417745395755,"sku":"108GAL1C-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417745428523,"sku":"108GAL1C-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_c86b791d-1bb8-48e4-9e0b-0e90d97133d4.jpg?v=1761562884"},{"product_id":"omatsuri_frame-small-l1d","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運青龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心願成就 昇運を呼ぶ青龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e躍動感あふれる青龍が、力強い運気を運びます。一筆で描き出された神秘的な姿は、見るたびに心に希望と活力を与えるでしょう。古来より尊ばれる龍の御加護が、あなたの願いを現実へと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_6959491f-6bb1-4aff-bc37-2134faa97bf5.jpg?v=1761562931\" 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飾りやすいコンパクト設計で、あらゆる空間に美しく調和します。約 縦47cm x 横39cmの小サイズで、省スペースながらも存在感を放ちます。大切な御守を清らかにお祀りし、日々の感謝と祈りの心を育むでしょう。生活に溶け込み、さりげなく幸運を引き寄せます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_81bbd341-6a73-46cc-a6d4-60cfe1a88fa6.webp?v=1763447559\" 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":"心願成就 \/ なし","offer_id":42417745625131,"sku":"109GAL1D-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417745657899,"sku":"109GAL1D-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417745690667,"sku":"109GAL1D-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417745723435,"sku":"109GAL1D-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417745756203,"sku":"109GAL1D-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417745788971,"sku":"109GAL1D-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417745821739,"sku":"109GAL1D-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417745854507,"sku":"109GAL1D-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417745887275,"sku":"109GAL1D-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417745920043,"sku":"109GAL1D-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417745952811,"sku":"109GAL1D-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417745985579,"sku":"109GAL1D-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_6959491f-6bb1-4aff-bc37-2134faa97bf5.jpg?v=1761562931"},{"product_id":"omatsuri_frame-small-l1e","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運緑金龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼び込む緑金龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e躍動感あふれる一筆龍の姿が、見る者の心に\u003cstrong\u003e力強い希望\u003c\/strong\u003eを灯します。\u003cstrong\u003e心願成就\u003c\/strong\u003eの願いを込め、空間に\u003cstrong\u003e清らかな気\u003c\/strong\u003eを満たし、日々の暮らしに\u003cstrong\u003e豊かな彩り\u003c\/strong\u003eを添える逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_1c1467fa-b96a-4073-986d-1d56d3719a68.jpg?v=1761562976\" 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（約縦47cm×横39cm）で、リビングや玄関、オフィスなど、\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\/small-img01_9a2d1372-4e64-4ba4-aba1-ab7340e678d0.webp?v=1763447558\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よい存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝き宿す龍の眼差し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e繊細な\u003cstrong\u003eドラゴンアイ（ラインストーン）\u003c\/strong\u003e加工が施された龍の眼差しは、\u003cstrong\u003e生命力に満ちた輝き\u003c\/strong\u003eを放ちます。細部にまで宿る\u003cstrong\u003e職人の想い\u003c\/strong\u003eが、額全体に\u003cstrong\u003e深みと品格\u003c\/strong\u003eを与え、見るたびに\u003cstrong\u003e新たな感動\u003c\/strong\u003eを呼び覚まします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img06_e31bc249-f3da-4656-9309-9ffa1349ef5e.webp?v=1763447558\" 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":"心願成就 \/ なし","offer_id":42417746247723,"sku":"110GAL1E-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417746280491,"sku":"110GAL1E-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417746313259,"sku":"110GAL1E-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417746346027,"sku":"110GAL1E-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417746378795,"sku":"110GAL1E-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417746411563,"sku":"110GAL1E-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417746444331,"sku":"110GAL1E-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417746477099,"sku":"110GAL1E-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417746509867,"sku":"110GAL1E-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417746542635,"sku":"110GAL1E-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417746575403,"sku":"110GAL1E-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417746608171,"sku":"110GAL1E-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_1c1467fa-b96a-4073-986d-1d56d3719a68.jpg?v=1761562976"},{"product_id":"omatsuri_frame-small-l1f","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運艶龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e昇運を呼ぶ龍神の輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e荘厳な墨絵の龍神が、空間に神聖な気をもたらします。見るたびに心願成就へ導かれ、日々の暮らしに静かな活力が満ちるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_0a15bd68-5d0a-4f77-a859-5d628accd90c.jpg?v=1761563021\" 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どのような空間にも調和する、飾りやすいサイズ感です。本製品は高さ約47cm、幅約39cmです。大切な御守りや御札を丁寧に祀り、日々の感謝と願いを込める特別な場所となるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_5f12549f-1be5-4b96-8d9e-817b61e6c363.webp?v=1763447557\" 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息をのむほど精緻な龍の眼は、ラインストーンが輝き、まるで生命が宿ったかのようです。細部にまで職人の祈りが込められ、見るたびに心の奥深くに響くでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img06_d4744b1b-0ec5-4b63-a3c4-134e792fc710.webp?v=1763447557\" 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":"心願成就 \/ なし","offer_id":42417746837547,"sku":"111GAL1F-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417746870315,"sku":"111GAL1F-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417746903083,"sku":"111GAL1F-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417746935851,"sku":"111GAL1F-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417746968619,"sku":"111GAL1F-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417747001387,"sku":"111GAL1F-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417747034155,"sku":"111GAL1F-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417747066923,"sku":"111GAL1F-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417747099691,"sku":"111GAL1F-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417747132459,"sku":"111GAL1F-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417747165227,"sku":"111GAL1F-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417747197995,"sku":"111GAL1F-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_0a15bd68-5d0a-4f77-a859-5d628accd90c.jpg?v=1761563021"},{"product_id":"omatsuri_frame-small-l1g","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運桜龍】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運桜龍、心願成就の願いを込めて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e豪華絢爛な桜吹雪の中を舞い昇る、\u003cstrong\u003e力強い昇運桜龍\u003c\/strong\u003e。その優美な姿が、見る人の心に深く響きます。\u003cstrong\u003e心願成就\u003c\/strong\u003eや\u003cstrong\u003e良縁\u003c\/strong\u003e、そして\u003cstrong\u003e開運\u003c\/strong\u003eへの願いを、日々の暮らしに寄り添うアートとして迎え入れてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_a4fba4d5-af20-4ecd-907c-6e0dd090c58a.jpg?v=1761563066\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに馴染む、奉納のための特別な額\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約39cm×47cmの\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\/small-img01_7bcbc2b7-1063-4826-b66a-c2789cdd660a.webp?v=1763447555\" 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  \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\/small-img06_1889c668-1c5a-4642-b942-d471a75e2760.webp?v=1763447555\" 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":"心願成就 \/ なし","offer_id":42417747525675,"sku":"112GAL1G-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417747558443,"sku":"112GAL1G-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417747591211,"sku":"112GAL1G-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417747623979,"sku":"112GAL1G-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417747656747,"sku":"112GAL1G-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417747689515,"sku":"112GAL1G-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417747722283,"sku":"112GAL1G-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417747755051,"sku":"112GAL1G-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417747787819,"sku":"112GAL1G-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417747820587,"sku":"112GAL1G-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417747853355,"sku":"112GAL1G-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417747886123,"sku":"112GAL1G-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_a4fba4d5-af20-4ecd-907c-6e0dd090c58a.jpg?v=1761563066"},{"product_id":"omatsuri_frame-small-l1h","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運虹龍】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n\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_03eea372-8dc3-49b8-a620-b7a75aee9b91.jpg?v=1761563105\" 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\u003e47cm×39cm\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\/small-img01_c64e6216-238b-4e76-b52a-afa0d662e1bc.webp?v=1763447553\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんな場所にも調和\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e龍神に宿る生命の輝きドラゴンアイ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e緻密に施された\u003cstrong\u003eラインストーン\u003c\/strong\u003eの「\u003cstrong\u003eドラゴンアイ\u003c\/strong\u003e」が、まるで息を吹き込まれたかのように龍の\u003cstrong\u003e魂\u003c\/strong\u003eを表現します。光を受けるたびにきらめき、その\u003cstrong\u003e躍動感ある精巧なディテール\u003c\/strong\u003eが、見る者を魅了します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img06_810d62e0-a5b0-479e-a737-35bdd92d2611.webp?v=1763447553\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技が光る逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003c!-- 入力データに「特になし」とあるため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 情報がないため作成しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417748279339,"sku":"113GAL1H-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417748312107,"sku":"113GAL1H-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417748344875,"sku":"113GAL1H-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417748377643,"sku":"113GAL1H-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417748410411,"sku":"113GAL1H-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417748443179,"sku":"113GAL1H-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417748475947,"sku":"113GAL1H-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417748508715,"sku":"113GAL1H-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417748541483,"sku":"113GAL1H-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417748574251,"sku":"113GAL1H-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417748607019,"sku":"113GAL1H-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417748639787,"sku":"113GAL1H-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_03eea372-8dc3-49b8-a620-b7a75aee9b91.jpg?v=1761563105"},{"product_id":"omatsuri_frame-small-l1i","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【昇運墨龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く墨龍の雄姿\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e力強く昇る墨龍が、あなたの運気を呼び覚ます。この一枚が、日々の暮らしに深い安らぎと希望をもたらします。\u003cstrong\u003e神聖な場所\u003c\/strong\u003eを彩るにふさわしい、崇高な存在感です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_66d7a630-36db-4f4f-9cf6-3d6cea7d3789.jpg?v=1761563154\" 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洗練されたサイズ感（H47cm × W39cm）\u003c\/strong\u003e。大切な御守りやお札を丁寧に収め、日々の生活の中で見守られる安心感を提供します。設置場所を選ばない、計算された美しさです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_cecbc71a-c1f7-4024-8edb-8ebe3a99675a.webp?v=1763447552\" 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\/small-img04_c1e9d2d7-890b-47e0-bc3c-f88ddad43f31.webp?v=1763447552\" 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":"心願成就 \/ なし","offer_id":42417748967467,"sku":"114GAL1I-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417749000235,"sku":"114GAL1I-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417749033003,"sku":"114GAL1I-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417749065771,"sku":"114GAL1I-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417749098539,"sku":"114GAL1I-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417749131307,"sku":"114GAL1I-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417749164075,"sku":"114GAL1I-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417749196843,"sku":"114GAL1I-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417749229611,"sku":"114GAL1I-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417749262379,"sku":"114GAL1I-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417749295147,"sku":"114GAL1I-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417749327915,"sku":"114GAL1I-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_66d7a630-36db-4f4f-9cf6-3d6cea7d3789.jpg?v=1761563154"},{"product_id":"omatsuri_frame-small-g2a","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護黒金銀双龍】","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\n      \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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_85e9801c-fe7c-4524-b0e3-2a16ea3f6a4f.jpg?v=1761563197\" 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洗練されたコンパクトサイズ（約縦47cm×横39cm）\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\/small-img01_58674f41-62d5-4da4-a391-941f459aa6bd.webp?v=1763447550\" class=\"img-fluid d-block w-100 product-img\" alt=\"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護黒金銀双龍】\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e和洋室に馴染む祈りの形\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人技が光る伝統と祈りの結晶\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e神社や寺院の楼門、山門を想わせる\u003cstrong\u003e厳かなデザイン\u003c\/strong\u003eに、\u003cstrong\u003e京都一筆龍の銀箔刻印\u003c\/strong\u003eが施されています。細部までこだわり抜いた\u003cstrong\u003e匠の技\u003c\/strong\u003eが、\u003cstrong\u003e神聖な祈りの場\u003c\/strong\u003eを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_575a7572-6ddd-42f7-aeb2-62a281b04830.webp?v=1763447550\" 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":"心願成就 \/ なし","offer_id":42417749655595,"sku":"115GAG2A-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417749688363,"sku":"115GAG2A-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417749721131,"sku":"115GAG2A-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417749753899,"sku":"115GAG2A-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417749786667,"sku":"115GAG2A-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417749819435,"sku":"115GAG2A-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417749852203,"sku":"115GAG2A-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417749884971,"sku":"115GAG2A-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417749917739,"sku":"115GAG2A-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417749950507,"sku":"115GAG2A-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417749983275,"sku":"115GAG2A-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417750016043,"sku":"115GAG2A-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_85e9801c-fe7c-4524-b0e3-2a16ea3f6a4f.jpg?v=1761563197"},{"product_id":"omatsuri_frame-small-g2b","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護紫蒼双龍】","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を添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7a50479b-3c63-467d-ac74-35a61336627a.jpg?v=1761563243\" 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。外寸は約縦47cm×横39cm。リビングはもちろん、書斎や玄関に飾れば、そこが\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\/small-img01_ffdaf207-fdfd-4580-8866-3ccf55d9adcb.webp?v=1763447549\" 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\/small-img05_e78fecab-ebb2-4c79-9897-5fd0a974e55f.webp?v=1763447549\" 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":"心願成就 \/ なし","offer_id":42417750212651,"sku":"116GAG2B-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417750245419,"sku":"116GAG2B-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417750278187,"sku":"116GAG2B-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417750310955,"sku":"116GAG2B-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417750343723,"sku":"116GAG2B-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417750376491,"sku":"116GAG2B-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417750409259,"sku":"116GAG2B-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417750442027,"sku":"116GAG2B-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417750474795,"sku":"116GAG2B-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417750507563,"sku":"116GAG2B-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417750540331,"sku":"116GAG2B-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417750573099,"sku":"116GAG2B-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_7a50479b-3c63-467d-ac74-35a61336627a.jpg?v=1761563243"},{"product_id":"omatsuri_frame-small-g1a","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護黒金龍】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心願成就 煌めく黒金龍\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に満ちる\u003cstrong\u003e龍神の御気配\u003c\/strong\u003eが、あなたの\u003cstrong\u003e願いを力強く後押し\u003c\/strong\u003eします。\u003cstrong\u003e金色の輝きを放つ黒龍\u003c\/strong\u003eは、\u003cstrong\u003e昇運と守護の象徴\u003c\/strong\u003e。\u003cstrong\u003e大切な御守りや御札を納める専用の空間\u003c\/strong\u003eが、\u003cstrong\u003e神聖な祈りの場\u003c\/strong\u003eを創り出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_70e6a838-b337-4dd7-a203-eea8f89b8276.jpg?v=1761563285\" 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幅39cm、高さ47cmの絶妙なサイズ感\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\/small-img01_a3160f51-1e3b-4973-8369-07ca42952715.webp?v=1763447548\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしに寄り添う聖域\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e伝統が息づく精緻な細部\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e一筆で描かれた龍の躍動感\u003c\/strong\u003e、\u003cstrong\u003e繊細な鱗の一枚一枚に職人の魂\u003c\/strong\u003eが宿ります。\u003cstrong\u003e銀箔で刻まれた「京都一筆龍」の銘\u003c\/strong\u003eが、その\u003cstrong\u003e確かな品質と由緒\u003c\/strong\u003eを物語ります。\u003cstrong\u003e神社の楼門を模した意匠\u003c\/strong\u003eが、\u003cstrong\u003e神聖なる縁を結びます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_cfc4b69f-0268-47f9-9083-3ca225ea0374.webp?v=1763447548\" 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":"心願成就 \/ なし","offer_id":42417750802475,"sku":"117GAG1A-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417750835243,"sku":"117GAG1A-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417750868011,"sku":"117GAG1A-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417750900779,"sku":"117GAG1A-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417750933547,"sku":"117GAG1A-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417750966315,"sku":"117GAG1A-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417750999083,"sku":"117GAG1A-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417751031851,"sku":"117GAG1A-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417751064619,"sku":"117GAG1A-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417751097387,"sku":"117GAG1A-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417751130155,"sku":"117GAG1A-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417751162923,"sku":"117GAG1A-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_70e6a838-b337-4dd7-a203-eea8f89b8276.jpg?v=1761563285"},{"product_id":"omatsuri_frame-small-g1b","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護黒銀龍】","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_dd2e1b26-442b-4434-8285-3bc6c2015c27.jpg?v=1761563326\" 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程よいサイズ感（約W39cm×H47cm）\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\/small-img01_1eec4673-0999-4dab-b961-442aef31df4b.webp?v=1763447546\" class=\"img-fluid d-block w-100 product-img\" alt=\"暮らしに寄り添う設え\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしに寄り添う設え\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e匠の技と、伝統の息吹\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e荘厳な楼門を模したデザイン\u003c\/strong\u003eが、\u003cstrong\u003e神聖な雰囲気\u003c\/strong\u003eを醸し出します。\u003cstrong\u003e銀箔\u003c\/strong\u003eに刻まれた「\u003cstrong\u003e京都一筆龍\u003c\/strong\u003e」の銘が、作品の\u003cstrong\u003e確かな由緒\u003c\/strong\u003eと、\u003cstrong\u003e職人のこだわり\u003c\/strong\u003eを静かに物語っています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_1aaab1da-9668-4e6e-ac77-004309682f55.webp?v=1763447546\" 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!-- スペック・詳細データが「特になし」のため、関連セクションは生成しません。 --\u003e\n  \u003c!-- 発送案内、注意事項も情報がないため生成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417751392299,"sku":"118GAG1B-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417751425067,"sku":"118GAG1B-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417751457835,"sku":"118GAG1B-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417751490603,"sku":"118GAG1B-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417751523371,"sku":"118GAG1B-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417751556139,"sku":"118GAG1B-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417751588907,"sku":"118GAG1B-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417751621675,"sku":"118GAG1B-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417751654443,"sku":"118GAG1B-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417751687211,"sku":"118GAG1B-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417751719979,"sku":"118GAG1B-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417751752747,"sku":"118GAG1B-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_dd2e1b26-442b-4434-8285-3bc6c2015c27.jpg?v=1761563326"},{"product_id":"omatsuri_frame-small-g1c","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護金龍】","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を運びます。見る者の心に深い安らぎと、未来への確かな希望をもたらす逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e26d0813-9269-4cbc-948d-08c672ed5955.jpg?v=1761894280\" 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約47cm×39cmの\u003cstrong\u003e絶妙な大きさ\u003c\/strong\u003eで、ご自宅のリビングや大切なオフィス空間にも調和します。御守りや御札を祀る神聖な場を、美しく格上げするでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_f32eb1e6-99c7-4b04-9903-f59fa1dc82fb.webp?v=1763447545\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大切な御守りの定位置\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e格調高い額縁が彩る逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e国内生産の高級デッサン額\u003c\/strong\u003eが、一筆龍の芸術性を際立たせます。手触りの良い質感と、年月を重ねるほどに深まる風合いが、所有する喜びをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img04_7624d782-9ace-4075-b038-36057f453c7f.webp?v=1763447545\" 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":"心願成就 \/ なし","offer_id":42417751949355,"sku":"119GAG1C-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417751982123,"sku":"119GAG1C-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417752014891,"sku":"119GAG1C-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417752047659,"sku":"119GAG1C-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417752080427,"sku":"119GAG1C-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417752113195,"sku":"119GAG1C-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417752145963,"sku":"119GAG1C-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417752178731,"sku":"119GAG1C-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417752211499,"sku":"119GAG1C-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417752244267,"sku":"119GAG1C-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417752277035,"sku":"119GAG1C-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417752309803,"sku":"119GAG1C-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_e26d0813-9269-4cbc-948d-08c672ed5955.jpg?v=1761894280"},{"product_id":"omatsuri_frame-small-g1d","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護青龍】","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\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_2e46aa69-4748-4113-96cb-51f8e0404f21.jpg?v=1761563410\" class=\"img-fluid d-block w-100 product-img\" alt=\"心願成就と厄除けに\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心願成就と厄除けに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e敬いを日常に飾る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e日本の住空間\u003c\/strong\u003eに自然と溶け込む設計。大切な御札や御守りを美しく配置し、\u003cstrong\u003e心地よい祈りの場\u003c\/strong\u003eを創出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_a1671fd7-7416-4212-80e5-ebd6774f5c0f.webp?v=1763447544\" class=\"img-fluid d-block w-100 product-img\" alt=\"厳かな存在感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e厳かな存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e匠の技が息づく意匠\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e緻密な筆致\u003c\/strong\u003eで描かれた\u003cstrong\u003e一筆龍の生命力\u003c\/strong\u003e。神社や寺院の楼門を模した意匠と、銀箔の刻印が\u003cstrong\u003e品格\u003c\/strong\u003eを醸し出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_be18d6fa-f878-49a4-887c-537c38ac31a3.webp?v=1763447543\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「昇運・守護・縁結び」という高次の願いを込めて作られた、神社・寺院様のお札やお守りを丁重にお祀りするための専用額です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e昇運招福と開運への導き\u003c\/li\u003e\n          \u003cli\u003e災厄を退け、家内安全を守護\u003c\/li\u003e\n          \u003cli\u003e良縁を引き寄せ、和合を深める\u003c\/li\u003e\n          \u003cli\u003e大切な御札・御守りを美しく保管\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日本の住空間に無理なく溶け込むコンパクトな「小」サイズです。限られたスペースでもお祀りいただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全体サイズ: 縦47cm × 横39cm\u003c\/li\u003e\n          \u003cli\u003e収納可能なお札・お守りサイズ: 詳細な寸法情報は提供されていません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e京都に古くから伝わる「一筆龍」の高度な技法を用いて、職人が一つ一つ丁寧に描き上げた逸品です。額縁にも厳選された素材が用いられています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e絵画: 京都一筆龍（京都の熟練職人による手描き）\u003c\/li\u003e\n          \u003cli\u003e額縁素材: 詳細な素材情報は提供されていません。\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本（京都）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417752539179,"sku":"120GAG1D-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417752571947,"sku":"120GAG1D-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417752604715,"sku":"120GAG1D-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417752637483,"sku":"120GAG1D-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417752670251,"sku":"120GAG1D-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417752703019,"sku":"120GAG1D-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417752735787,"sku":"120GAG1D-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417752768555,"sku":"120GAG1D-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417752801323,"sku":"120GAG1D-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417752834091,"sku":"120GAG1D-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417752866859,"sku":"120GAG1D-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417752899627,"sku":"120GAG1D-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_2e46aa69-4748-4113-96cb-51f8e0404f21.jpg?v=1761563410"},{"product_id":"omatsuri_frame-small-g1e","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護桜龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を呼び込む守護桜龍\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_4505cfda-3e04-4f19-b4aa-0d4f92e6e0fa.jpg?v=1761563450\" 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\/small-img01_ffa62f0a-06af-42b0-88b8-591d9b5fc7e0.webp?v=1763447542\" 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です。高さ約47cm、幅約39cm。ご自宅の玄関やリビング、オフィスなど、願いを込めて祀る\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\/small-img06_fc07a578-9217-4ca5-ad12-4b5a29aa8229.webp?v=1763447542\" 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を与えます。\u003cstrong\u003e息をのむほどの美しさ\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417753096235,"sku":"121GAG1E-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417753129003,"sku":"121GAG1E-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417753161771,"sku":"121GAG1E-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417753194539,"sku":"121GAG1E-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417753227307,"sku":"121GAG1E-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417753260075,"sku":"121GAG1E-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417753292843,"sku":"121GAG1E-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417753325611,"sku":"121GAG1E-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417753358379,"sku":"121GAG1E-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417753391147,"sku":"121GAG1E-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417753423915,"sku":"121GAG1E-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417753456683,"sku":"121GAG1E-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_4505cfda-3e04-4f19-b4aa-0d4f92e6e0fa.jpg?v=1761563450"},{"product_id":"omatsuri_frame-small-g1f","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護緑龍】","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        \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_736f401a-7002-44eb-9fd7-1e0ae89b23b4.jpg?v=1761563498\" 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\/small-img01_a0c36797-9c5d-42df-80f3-887019338e14.webp?v=1763447541\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e落ち着いた佇まい\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e龍眼に宿る輝きと精巧さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e龍の瞳には\u003cstrong\u003e輝くラインストーン\u003c\/strong\u003eが配され、見る者に深い印象を与えます。\u003cstrong\u003e手描き\u003c\/strong\u003eでしか表現できない繊細な筆致が、一点一点に\u003cstrong\u003e魂\u003c\/strong\u003eを吹き込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img06_c58ff907-9d33-4912-9592-ccf7f1dda4d0.webp?v=1763447541\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e匠の技が光る\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこの特別な一筆龍額は、日々の暮らしに安らぎと幸運をもたらします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e昇運・守護・縁結び\u003c\/strong\u003eを願う\u003cstrong\u003e京都一筆龍\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e神社・寺院様の御礼や\u003cstrong\u003e御守をお祀りする専用額\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e気品あふれる\u003cstrong\u003e守護緑龍\u003c\/strong\u003eのデザイン\u003c\/li\u003e\n                \u003cli\u003e龍の瞳には輝く\u003cstrong\u003eラインストーン\u003c\/strong\u003eを配し、精巧な仕上がり\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縦: 47cm\u003c\/li\u003e\n                \u003cli\u003e横: 39cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417753686059,"sku":"122GAG1F-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417753718827,"sku":"122GAG1F-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417753751595,"sku":"122GAG1F-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417753784363,"sku":"122GAG1F-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417753817131,"sku":"122GAG1F-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417753849899,"sku":"122GAG1F-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417753882667,"sku":"122GAG1F-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417753915435,"sku":"122GAG1F-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417753948203,"sku":"122GAG1F-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417753980971,"sku":"122GAG1F-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417754013739,"sku":"122GAG1F-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417754046507,"sku":"122GAG1F-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_736f401a-7002-44eb-9fd7-1e0ae89b23b4.jpg?v=1761563498"},{"product_id":"omatsuri_frame-small-g1g","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護紅金龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e昇運を招く紅金龍の守護額\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e荘厳なる一筆龍が空間に力強い気を満たし、あなたの心願成就を力強く後押しします。大切な御守を納める神聖な空間もご用意しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_8eef14a5-348a-4dc3-ac5c-669f5b901f9c.jpg?v=1761563541\" 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どんな空間にも美しく馴染む、計算され尽くしたサイズ感。縦47cm×横39cmの扱いやすいサイズで、リビングや書斎、神棚など、日常の中に静謐な力を添える品格漂う存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_d2981484-481e-414c-ba1c-5a132f357824.webp?v=1763447539\" 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熟練の筆致で描かれた龍に宿る、輝くドラゴンアイ。細部まで命が吹き込まれた精巧なアートが、あなたを深く見守り続けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img06_977731d7-b108-4be6-9488-ac523ed011b3.webp?v=1763447539\" 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":"心願成就 \/ なし","offer_id":42417754243115,"sku":"123GAG1G-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417754275883,"sku":"123GAG1G-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417754308651,"sku":"123GAG1G-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417754341419,"sku":"123GAG1G-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417754374187,"sku":"123GAG1G-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417754406955,"sku":"123GAG1G-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417754439723,"sku":"123GAG1G-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417754472491,"sku":"123GAG1G-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417754505259,"sku":"123GAG1G-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417754538027,"sku":"123GAG1G-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417754570795,"sku":"123GAG1G-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417754603563,"sku":"123GAG1G-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_8eef14a5-348a-4dc3-ac5c-669f5b901f9c.jpg?v=1761563541"},{"product_id":"omatsuri_frame-small-g1h","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【守護墨龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e守護墨龍が招く開運\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      一筆龍の墨絵が織りなす\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003e。見るたびに心が洗われるような、龍神の\u003cstrong\u003e力強い生命力\u003c\/strong\u003eが宿る逸品です。日々の暮らしに\u003cstrong\u003e静かなる守護と昇運\u003c\/strong\u003eをもたらします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_312568dc-3f06-4d49-b2fa-cc83c0d11cf2.jpg?v=1761563586\" class=\"img-fluid d-block w-100 product-img\" alt=\"魂を揺さぶる墨龍の筆致\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂を揺さぶる墨龍の筆致\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e御守お祀り専用額の調和\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      空間に溶け込む\u003cstrong\u003e最適なサイズ感\u003c\/strong\u003eで、大切な御守や御礼を\u003cstrong\u003e美しく飾る\u003c\/strong\u003eことができます。どのようなお部屋にも馴染み、\u003cstrong\u003e神聖な空間を演出する上品な存在感\u003c\/strong\u003eを放ちます。\n      \u003cbr\u003e\n      本商品は\u003cstrong\u003e小サイズ\u003c\/strong\u003eです（外寸：縦 約47cm × 横 約39cm）。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_db838ffb-7b42-423e-9f9c-0b397db9974d.webp?v=1763447538\" 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":"心願成就 \/ なし","offer_id":42417754865707,"sku":"124GAG1H-S-MA-1","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417754898475,"sku":"124GAG1H-S-MA-1-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417754931243,"sku":"124GAG1H-S-MA-2","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417754964011,"sku":"124GAG1H-S-MA-2-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417754996779,"sku":"124GAG1H-S-MA-3","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417755029547,"sku":"124GAG1H-S-MA-3-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417755062315,"sku":"124GAG1H-S-MA-4","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417755095083,"sku":"124GAG1H-S-MA-4-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417755127851,"sku":"124GAG1H-S-MA-5","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417755160619,"sku":"124GAG1H-S-MA-5-a","price":24500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417755193387,"sku":"124GAG1H-S-MA-6","price":23000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417755226155,"sku":"124GAG1H-S-MA-6-a","price":24500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_312568dc-3f06-4d49-b2fa-cc83c0d11cf2.jpg?v=1761563586"},{"product_id":"omatsuri_frame-small-e2a","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【縁結び桜白昇運双龍】","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悠然と舞う双龍が、あなたの心願成就へと導く至宝。古都京都の息吹を感じさせる、力強くも優美な筆致が、見る者の魂を揺さぶります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e本製品は、神社・寺院様の御礼や大切なお守りをお祀りするための専用額（小）です。サイズは高さ約47cm、幅約39cmとなります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5426552a-cb88-46d1-a718-29a9127daf88.jpg?v=1761563628\" class=\"img-fluid d-block w-100 product-img\" alt=\"運気上昇を願う双龍の舞\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂を彩る開運絵画\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに溶け込む守護の額\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日常空間に溶け込みながらも、確かな存在感を放つこの額は、神聖な気を招き入れる聖域。大切な御守を祀り、日々の平穏を育む場所となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01_ca6bf93b-251f-41f0-a3f1-93c89a954d80.webp?v=1763447536\" class=\"img-fluid d-block w-100 product-img\" alt=\"暮らしに溶け込む守護の額\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e聖なる空間を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e伝統が息づく精緻な筆致\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e門を思わせる厳かな意匠と、銀箔が煌めく「京都一筆龍」の銘。細部に宿る職人の祈りにも似た技が、この作品に奥深い由緒と格調をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img05_b975a662-9a7b-48f1-8118-246f6ab45b04.webp?v=1763447536\" 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":"心願成就 \/ なし","offer_id":42417755422763,"sku":"125GAE2A-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417755455531,"sku":"125GAE2A-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417755488299,"sku":"125GAE2A-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417755521067,"sku":"125GAE2A-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417755553835,"sku":"125GAE2A-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417755586603,"sku":"125GAE2A-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417755619371,"sku":"125GAE2A-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417755652139,"sku":"125GAE2A-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417755684907,"sku":"125GAE2A-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417755717675,"sku":"125GAE2A-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417755750443,"sku":"125GAE2A-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417755783211,"sku":"125GAE2A-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_5426552a-cb88-46d1-a718-29a9127daf88.jpg?v=1761563628"},{"product_id":"omatsuri_frame-small-e2b","title":"【昇運・守護・縁結びの京都一筆龍】神社、寺院樣の御礼／御守お祀り専用額(小)【縁結び紅白守護双龍】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f7f3; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", serif, \"YuGothic\", \"Hiragino Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #cc000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #f8f7f3; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f7f3; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #cc0000; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f8f7f3; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #cc0000; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #cc0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #cc0000; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e開運を呼ぶ、双龍の祈り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e紅白の昇龍\u003c\/strong\u003eが織りなす、力強くも美しい構図。見るたびに心に希望を灯し、大切なご縁や願いが成就するよう、そっと背中を押してくれるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_52a04a38-47dc-4c36-9dac-1ff416f027da.jpg?v=1761563674\" class=\"img-fluid d-block w-100 product-img\" alt=\"開運の双龍\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心願成就、縁結びの象徴\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに溶け込む、守護の額\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に美しく調和する、圧迫感のない\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003eです。お守りをお祀りし、日々の生活に静かな幸運と安らぎをもたらす聖なる場所となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/small-img01.webp?v=1762926540\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品概要\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e京都一筆龍が贈る、開運と守護の御守り専用額です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品名\u003c\/strong\u003e: 神社、寺院様の御礼／御守お祀り専用額(小)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eブランド\u003c\/strong\u003e: 京都一筆龍\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eモチーフ\u003c\/strong\u003e: 縁結び紅白守護双龍\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: EnyuMusubi-KouhakuSoryu-001\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品の特長\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e縁起の良い双龍の意匠が施された、お守りをお祀りするための特別な額です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e神社・寺院様向け\u003c\/strong\u003eの御礼品、またはご自宅での御守りお祀りに最適です。\u003c\/li\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        \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\n\u003cstrong\u003e外寸（約）\u003c\/strong\u003e: 高さ 47cm × 幅 39cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"昇運・守護の京都一筆龍","offers":[{"title":"心願成就 \/ なし","offer_id":42417756012587,"sku":"126GAE2B-S-MA-1","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"心願成就 \/ あり","offer_id":42417756045355,"sku":"126GAE2B-S-MA-1-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ なし","offer_id":42417756078123,"sku":"126GAE2B-S-MA-2","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"事業繁栄 \/ あり","offer_id":42417756110891,"sku":"126GAE2B-S-MA-2-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ なし","offer_id":42417756143659,"sku":"126GAE2B-S-MA-3","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"金運上昇 \/ あり","offer_id":42417756176427,"sku":"126GAE2B-S-MA-3-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ なし","offer_id":42417756209195,"sku":"126GAE2B-S-MA-4","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"健康祈願 \/ あり","offer_id":42417756241963,"sku":"126GAE2B-S-MA-4-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ なし","offer_id":42417756274731,"sku":"126GAE2B-S-MA-5","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"家内安全 \/ あり","offer_id":42417756307499,"sku":"126GAE2B-S-MA-5-a","price":30500.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ なし","offer_id":42417756340267,"sku":"126GAE2B-S-MA-6","price":29000.0,"currency_code":"JPY","in_stock":true},{"title":"良縁成就 \/ あり","offer_id":42417756373035,"sku":"126GAE2B-S-MA-6-a","price":30500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/2022\/0203\/files\/download_52a04a38-47dc-4c36-9dac-1ff416f027da.jpg?v=1761563674"}],"url":"https:\/\/kyoto-god-dragon.we-shop.jp\/collections\/%e3%81%8a%e7%a5%80%e3%82%8a%e9%a1%8d%e3%83%bc%e5%b0%8f\/%e5%ae%88%e8%ad%b7%e7%b7%91%e9%be%8d.oembed","provider":"昇運・守護・縁結びの京都一筆龍＜weshop店＞","version":"1.0","type":"link"}