{"product_id":"1211","title":"世界遺産 高野山 金剛三昧院 愛染明王像","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\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 #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 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 #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; 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: #ffffff; color: #2e2e2e; 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: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #aeafaf; 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: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; 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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_7d0c05aa-7085-45cf-ba1e-d8870b2a93af.jpg?v=1774847868\" 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高野山金剛三昧院の本尊、愛染明王。運慶の魂宿る威厳ある姿を、最先端3D金属プリントで忠実に再現。古の祈りと現代の叡智が融合した、\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\/0786\/1085\/8221\/files\/2_93760a82-f77c-4cbc-9089-6a44ee0effd9.jpg?v=1774847867\" 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わずか8cmほどの極小サイズながら、緻密な造形はそのままに。堅牢なステンレス製で、常に身近に置くことで\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\/0786\/1085\/8221\/files\/5_5fabb3be-6246-44a5-86a3-0cc2a3da1c5c.jpg?v=1774847868\" 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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/fv.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e高野山真言宗の別格本山 \u003cstrong\u003e金剛三昧院\u003c\/strong\u003eは、鎌倉殿こと源頼朝公の菩提を弔うために妻 北条政子様の請願により建立。平成16年に「紀伊山地の霊場と参詣道」という名で地域一帯が世界遺産登録された際、高野山の塔頭寺院の中で唯一、世界遺産登録を受けた\u003cstrong\u003e由緒ある寺院\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e金剛三昧院の本堂の中心に鎮座する本尊 愛染明王像は、頼朝公が自身をモデルに運慶に造像させたとも伝わる高さ215cmの像。頼朝公の没後、鎌倉より当院に移された言わば頼朝公と政子様の\u003cstrong\u003e絆の結晶\u003c\/strong\u003e。運慶は、かのミケランジェロに比肩すると称賛される日本を代表する大仏師。その渾身の技を僅か8cm程（約1\/26スケール）の金属製の極小仏像として再現したのが『世界遺産 高野山 金剛三昧院 愛染明王像』です。\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    \u003cp class=\"body-text\"\u003e3Dプリントという現代の造形技術をご存じでしょうか。3Dの立体データを利用して複雑で細密な形状までも立体造形するというものです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e個人で使用する趣味の世界だけでなく、様ざまな業界で使用目的が検討され、今後ますます期待される分野の一つと言えます。一般的に普及している3Dプリントで製作される造形物は樹脂製のものが多く、金属製のものはマシンが高価であるため一部の工業製品の利用にとどまっている現状があります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e金属製の使用用途としては金型製作や、金型を償却できない少量の部品製作が主なもので、クラシックカーの入手困難な部品製作や細密と正確さが要求される医療機械の部品製作にも利用されています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e一方、工芸の分野においての利用は稀で、高価な製造コストが壁として普及を妨げています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e弊社はこの「ミクロン単位の細密な医療機械の部品を製作できる」という部分に着目し、金属3Dプリントという新しい技術で、これまで実現し得なかった精密かつ手のひらに乗るサイズの極小仏像の制作を企画。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\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    \u003cp class=\"body-text\"\u003e日本では最古に近い鉄⼯団地「神⼾鉄⼯団地協同組合」に本社を置く「伊福精密株式会社」。50年の精密機械加⼯の歴史を持ち、各種金属製品の加⼯経験と実績の上で最新技術である金属３Dプリンターを導入。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eドイツを中心に何度も足を運び先端技術を習得。さらにアメリカ国防省やNASAの技術者に学び世界最先端の金属３Dプリント技術を磨く。金属３D造形技術、デジタル設計技術、精密機械加⼯技術を併せ持つ世界的にも数少ない我が国の金属３Dプリント技術の最先端ともいえる機械加⼯会社です。\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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e源頼朝公逝去の際に妻 北条政子様が運慶に依頼して造らせた、または頼朝公自身が運慶に依頼して造らせた自身の等身大念持仏とも伝わる。寺院と鎌倉幕府との強いつながりや、当時東国に滞在していた運慶の影響の大きさを感じさせ、永きにわたり信仰を受けた体躯の朱は全体的に剥落し、露出した黒褐色の身色が強い憤怒相に一層の迫力を与えます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-05-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-05-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e建暦元（1211）年、鎌倉幕府初代将軍・源頼朝公の菩提を弔うため、その妻で尼将軍の北条政子が創建した禅定院を前身とする寺院。承久元（1219）年、金剛三昧院と改め、有力武家の帰依と幕府の手厚い保護を受けて発展し、創建当時の多宝塔（国宝）や経蔵（重文）など山内でも数少ない鎌倉時代の希少な遺構が現存する。2004 年の高野山世界遺産登録にあたっては根幹となる寺院として重要な役割を果たし、現在は鎌倉時代の風雅を今に伝える宿坊寺院として親しまれている。\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    \u003cp class=\"body-text\"\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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e完成した『愛染明王像』は、御本尊の「愛染明王像」が坐する高野山金剛三昧院の本堂にて所願成就の祈りを込めた開眼供養の法要を施し、御祈祷之証をお付けして皆様のもとにお届けいたします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-07-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-07-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e560-274\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体：高さ83×幅56×奥行39mm　重量195g\u003c\/li\u003e\n          \u003cli\u003e桐箱：高さ123×幅93×奥行80mm\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eステンレス\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e精緻な造形技術\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e運慶の用いた槌と鑿に対し、今回は現在最高クラスのテクノロジーと知見を駆使。株式会社MORITAの指揮により「愛染明王像」の高精度3Dスキャンを執り行い、運慶の技を僅か8cmほどの極小サイズで再現するための精密なモデリングデータを作成。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-01.png\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eそのデータをもとに、ミクロン単位の精密な医療機械部品等を製作する伊福精密株式会社が、世界に誇る最先端細密3D金属プリント技術を仏像制作に応用し、大仏師運慶の息吹を余すことなく再現し完成したのが、このステンレス製の極小仏像なのです。\u003c\/p\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 class=\"body-text\"\u003e全長わずか8cm程の愛染明王像を金属3Dプリンターで造型するにあたり、大きなハードルが二つありました。一つは３Dデータの処理です。総高214.5cmの実像スキャニングデータを1\/26に縮尺するとどうしても細部がつぶれてしまいます。そこで仏像のフォルムや全体の雰囲気、バランスを壊さず造形できる3Dデータの作成に注力しました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e後付けパーツで処理する従来の分割造型ではなく仏身の一体造型に取り組み、頭上の獅子冠や装飾品などの細部まで詳細に表現することに成功しました。新たな試みを取り入れ完成した金属3Dプリンターによるわずか8cm程の明王像は、「当時の最新・最高の技術で製作された愛染明王像」として次世代へと受け継がれてゆくことでしょう。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e納期: 3～5日\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【商品についてのご注意】\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003c\/li\u003e\n      \u003cli\u003e商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365276909,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_7d0c05aa-7085-45cf-ba1e-d8870b2a93af.jpg?v=1774847868","url":"https:\/\/art-bud-world.we-shop.jp\/products\/1211","provider":"Art Bud World","version":"1.0","type":"link"}