{"title":"全てのアイテム","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","products":[{"product_id":"727","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    \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\/0786\/1085\/8221\/files\/2_28a2b198-852d-4c4e-a479-4f3b3984deb5.jpg?v=1774847818\" 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\/0786\/1085\/8221\/files\/4_a83b79e5-dbdc-4733-ba58-33292dd00e24.jpg?v=1774847820\" 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\/0786\/1085\/8221\/files\/5.jpg?v=1774847819\" class=\"img-fluid d-block w-100 product-img\" alt=\"木喰仏 如意輪観音像と室内空間\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e安らぎ宿る空間へ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の背景・特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本商品は、江戸時代後期に日本中を巡り、一千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）の精神を受け継ぐものです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e享保三年（1718年）に甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれる。\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003ca href=\"\/\/mokujiki.com\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/js\/slider\/img\/mokujiki_1000_360.jpg\" alt=\"木喰仏について\"\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e木喰仏について（外部サイトへのリンク）\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364621549,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_53005edc-ed1d-4cbf-8fb7-7648315696b3.jpg?v=1774847819"},{"product_id":"785","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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e魂を揺さぶる不動明王\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e木喰上人の精神が宿る、不動明王の\u003ca href=\"#\"\u003e\u003cstrong\u003e力強い姿\u003c\/strong\u003e\u003c\/a\u003e。見る者の心を浄化するような\u003ca href=\"#\"\u003e\u003cstrong\u003e鋭い眼差し\u003c\/strong\u003e\u003c\/a\u003eと、燃え盛る迦楼羅炎の造形が、空間に\u003ca href=\"#\"\u003e\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003e\u003c\/a\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_989d2256-b40b-4d33-9990-73d29cd4d808.jpg?v=1774847822\" 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\u003ca href=\"#\"\u003e\u003cstrong\u003e自然の木肌\u003c\/strong\u003e\u003c\/a\u003eが持つ温もりと、深い色合いの不動明王像が織りなす調和。和洋を問わず、どんな空間にも自然と溶け込み、日々の暮らしに\u003ca href=\"#\"\u003e\u003cstrong\u003e穏やかな安らぎ\u003c\/strong\u003e\u003c\/a\u003eと、\u003ca href=\"#\"\u003e\u003cstrong\u003e洗練された趣\u003c\/strong\u003e\u003c\/a\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_c58885b7-366e-4485-98db-fd4b84445fdb.jpg?v=1774847822\" 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怒りの表情の中に慈悲を湛える、木喰上人\u003ca href=\"#\"\u003e\u003cstrong\u003e独自の彫刻美\u003c\/strong\u003e\u003c\/a\u003e。鑿跡一つ一つに込められた\u003ca href=\"#\"\u003e\u003cstrong\u003e仏師の魂\u003c\/strong\u003e\u003c\/a\u003eが、炎のうねりや肉体の躍動感として鮮やかに息づき、見る者を深く惹きつけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_c01c3dbf-fdb9-4f5a-9c7b-e17605ce4dbe.jpg?v=1774847822\" 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                    \u003cli\u003e怒りの中に慈悲を湛える木喰上人独自の彫刻美\u003c\/li\u003e\n                    \u003cli\u003e鑿跡一つ一つに込められた仏師の魂と生命感\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e木喰上人について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e江戸時代後期、日本中を巡り千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）。その生涯と制作活動は、仏教美術史において特異な存在です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e享保三年（1718年）に甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれる。\u003c\/li\u003e\n                    \u003cli\u003e14歳で江戸に出て奉公、22歳で出家。\u003c\/li\u003e\n                    \u003cli\u003e45歳で木喰戒（木の実しか口にしない厳しい修行）を受け、修行僧としての道を深める。\u003c\/li\u003e\n                    \u003cli\u003e56歳から自ら発願した日本廻国の旅に出て、各地で数多くの仏像を彫り残す。\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":"Default Title","offer_id":49717364687085,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_989d2256-b40b-4d33-9990-73d29cd4d808.jpg?v=1774847822"},{"product_id":"858","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    \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\/0786\/1085\/8221\/files\/1_6b8aa981-0e7b-453b-bb9a-b77ce27d6378.jpg?v=1774847827\" 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\"\u003e10cmに満たない\u003cstrong\u003e極小サイズ\u003c\/strong\u003eながら、一体一体の表情や衣の翻りまで精緻に表現。歴史を凝縮した傑作を手に取る感動を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/3_20e26a74-99d0-401f-8bed-25105c6b93c2.jpg?v=1774847826\" 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\/0786\/1085\/8221\/files\/6_6e757a25-7239-4f51-95cd-36134f48a0d4.jpg?v=1774847826\" class=\"img-fluid d-block w-100 product-img\" alt=\"躍動感ある十二神将\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e仏師の息遣いを感じる造形\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e奈良の寺院が所蔵する『重要文化財 木造十二神将立像』をモデルに、10cmにも満たない極小サイズで彫り上げた木彫像です。モデル像は鎌倉中期の作とされ、誇張的で自由な肢体表現で他の十二神将像とは一線を画す傑作です。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cvideo controls src=\"https:\/\/www.butuzou-world.com\/img\/800-500\/junishinsho.mp4\" class=\"img-fluid d-block w-100\" poster=\"https:\/\/www.butuzou-world.com\/img\/gsbt\/junishinsho-video-poster.jpg\"\u003e\u003c\/video\u003e\n            \u003c\/div\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十二神将の一体一体に込められた、緻密な造形と個性豊かな表情をご覧ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e将神（しょうしん）\u003c\/strong\u003e\u003cbr\u003e十二神将の筆頭。口を開け、斜め上を見上げる得も言われぬ表情が特徴。振り上げた左腕の鰭袖（ひれそで）は、布がひるがえる一瞬を見事に捉えています。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/1shishin_text3.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"将神\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ94×幅48×奥行29mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e招杜羅大将（しゃとらたいしょう）\u003c\/strong\u003e\u003cbr\u003e牛を配した炎髪（えんぱつ）としかめ面で怒りを表しながらも、二本の指を口に向け、腰をくねらせ踊るように右足を踏み出す様がどこかユーモラスな像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/2.chushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"招杜羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅37×奥行36mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e真達羅大将（しんだらたいしょう）\u003c\/strong\u003e\u003cbr\u003e悪鬼を威嚇するかのようにカッと口を開く憤怒の表情。右手人差し指で地を差し、胸前にかざした左手のひらを上に向けて佇む姿に、護法善神の風格が漂います。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/3.inshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"真達羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ90×幅45×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ22g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e安底羅大将（あんでらたいしょう）\u003c\/strong\u003e\u003cbr\u003e口を強く結び、遠くを見るような視線が趣き深い像。脛当てや袴を身に着けず裸足のままという、十二神将としては異例の表現が最大の特徴です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/4.boshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"安底羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅43×奥行35mm\u003c\/li\u003e\n                        \u003cli\u003e重さ25g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e頞儞羅大将（あにらたいしょう）\u003c\/strong\u003e\u003cbr\u003e逆立つ炎髪、力強い眼光、口を真一文字に結んだ雄々しい姿から漂う抑えがたい憤怒。甲冑の肩に配された獅噛（しがみ）（獅子の顔を意匠化したもの）が特徴です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/5.shinshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"頞儞羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅40×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ19g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e摩虎羅大将（まこらたいしょう）\u003c\/strong\u003e\u003cbr\u003e結い上げた髪に蛇を配し、しかめ面に手をかざして仏敵を探すような仕草が見どころ。鉾を持つ右手と一歩踏み出した左足に静かな緊張感が走ります。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/6.shishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"摩虎羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅65×奥行50mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e波夷羅大将（はいらたいしょう）\u003c\/strong\u003e\u003cbr\u003e右手は腰に、左手は空を突き、見開いた眼で天を仰ぎ仏敵を前に気炎を上げるような姿。下衣なしで甲冑を身に纏い、素足に沓を履く特異な姿が印象的です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/7.goshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"波夷羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ96×幅42×奥行27mm\u003c\/li\u003e\n                        \u003cli\u003e重さ21g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e因達羅大将（いんだらたいしょう）\u003c\/strong\u003e\u003cbr\u003e腕を組んで頬杖をつくタレ目の顔と、腰を捻りかかとを上げた左足がなんともユーモラス。髻の羊もどこか愛らしい、神将像としては珍しい造形です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/8.bishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"因達羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ84×幅30×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ19g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e伐折羅大将（ばざらたいしょう）\u003c\/strong\u003e\u003cbr\u003e弓矢を手に片目を細めて狙いを定めるようなポージング。悪を打ち抜かんとする緊張感と、得も言われぬ表情、炎髪から覗く猿の愛嬌との対比が面白味のある像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/9.shinshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"伐折羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅35×奥行37mm\u003c\/li\u003e\n                        \u003cli\u003e重さ21g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e宮毘羅大将（くびらたいしょう）\u003c\/strong\u003e\u003cbr\u003e下唇を噛み、下方を睨みつけ振り上げた右の拳に武神ならではの強さを感じます。捻った腰、たなびく裳やよじれた天衣など一瞬の動きを見事に表現した像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/10.yushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"宮毘羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ90×幅44×奥行50mm\u003c\/li\u003e\n                        \u003cli\u003e重さ28g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e珊底羅大将（さんてらたいしょう）\u003c\/strong\u003e\u003cbr\u003e犬が配された道教の神のような冠に、長い顎鬚と皺を寄せた眉間、目を細め憂いに満ちた表情は、他の神将にはない異質な雰囲気を感じさせます。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/11.jutsushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"珊底羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅45×奥行29mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e迷企羅大将（めきらたいしょう）\u003c\/strong\u003e\u003cbr\u003e硬い表情で両腕を交差し、斜め前方を指差す姿に独特の緊迫感を感じる像。十二神の殿（しんがり）としての責任感や大将格の誇りが滲み出るような貫禄を放ちます。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/12.gaishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"迷企羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ86×幅33×奥行26mm\u003c\/li\u003e\n                        \u003cli\u003e重さ18g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズと重さは本体部分のみを表記しており若干の誤差が生じる場合がございます。台座は12体共通：高さ7×幅42×奥行35mm\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極小仏十二神将用として制作したひな壇付きのアクリルケースをご用意しております。12種類の仏像を3段4体ずつ並べることができるひな壇付きです。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/600-020\/A.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アクリルケース\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e詳細については、下記のページをご覧ください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/www.butuzou-world-shop.com\/shopdetail\/000000000864\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eアクリルケース ひな壇付きページへ\u003c\/a\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e受注生産のため、お届けまでおよそ3週間かかります。\u003c\/li\u003e\n                \u003cli\u003e上記ページまたは本ページの価格下部「専用アクリルケース（選択）メニュー」より「アクリルケース ひな壇付き（＋27500円）」を選択してお求めください。\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天部の神々である十二神将は仏教の護法善神で、薬師如来の眷属として薬師如来「十二の大願」に応じ、昼夜十二の刻、十二の月、十二の方角を守ります。十二の大将それぞれが7千、総勢8万4千もの眷属夜叉を率いて、人間の持つ煩悩を打破する役目を持つとされます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717364719853,"sku":null,"price":242000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_6b8aa981-0e7b-453b-bb9a-b77ce27d6378.jpg?v=1774847827"},{"product_id":"861","title":"木喰仏「地蔵菩薩像」","description":"\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    \u003cp class=\"body-text\"\u003e江戸時代後期、木喰上人が日本中を巡り彫り続けた仏像。その造形は、見る者の心に深い安らぎをもたらします。日々にそっと寄り添う穏やかな存在が、空間に調和を生み出すでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5545f2cf-51e5-480b-b3e8-449cc6baa705.jpg?v=1774847829\" 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\/0786\/1085\/8221\/files\/2_1fa7c46b-0bb7-4045-9cd9-96840f48123d.jpg?v=1774847829\" 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\/0786\/1085\/8221\/files\/4_4ed48797-e6bd-48d1-9479-8b465fec0c2a.jpg?v=1774847830\" class=\"img-fluid d-block w-100 product-img\" alt=\"木喰仏の微笑む表情のアップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心に安らぎを届ける微笑\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品背景・木喰上人とは\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cvideo controls src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-148\/movie.mp4\" style=\"width: 500px; outline: none; float:right; padding:1% 0px 2.56% 2.56%;\"\u003e\u003c\/video\u003e\n        \u003cp class=\"body-text\"\u003e江戸時代後期、日本中を巡り一千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）。享保三（1718）年、甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれ、十四歳で江戸に出て奉公に励むも封建社会下の不平等さから二十二歳の時に出家。四十五歳で木喰戒（木の実しか口にしない厳しい修行をする僧）を受け、五十六歳になると自ら発願した日本廻国の旅に出て、各地で数多くの仏像を彫り後世に遺しました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e木喰仏の像容には、凄まじいまでの制作意欲と宗教的実践を経た思いが反映され、八十歳以降に彫られた像の尊顔には微笑みが見られるようになります。九十歳に至るとその業は一層冴えわたり、後年、宗教学者の小島通生氏が名付けた「\u003cstrong\u003e微笑仏（みしょうぶつ）\u003c\/strong\u003e」と呼ばれる数多くの傑作を生み出したのです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003c!-- 入力データにその他のスペック情報（仕様、サイズ、素材など）がないため、これらは生成しません。 --\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため生成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため生成しません --\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364752621,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5545f2cf-51e5-480b-b3e8-449cc6baa705.jpg?v=1774847829"},{"product_id":"906","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        \u003cp class=\"body-text\"\u003e奈良の国宝を極小で再現。約10cmのサイズに凝縮された、四天王の堂々たる雄姿が空間に力強い気品をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_604d2f58-635a-47a2-a3a7-30d69a3bfca9.jpg?v=1774847833\" 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手のひらにすっぽり収まる約10cmの極小サイズ。細密彫刻に適した\u003cstrong\u003eツゲ材\u003c\/strong\u003eが、いつでもそばに置ける癒やしの存在感を引き出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_ab973675-4829-4152-b1fd-6e9c2c3b354a.jpg?v=1774847834\" 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\"\u003e1cmにも満たない顔の表情まで忠実に再現。篁千礼氏監修の優美な\u003cstrong\u003e金彩\u003c\/strong\u003eが、甲冑や邪鬼を踏む細部に至るまで荘厳な輝きを放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_38a5c7cd-ba9d-4a1b-9296-a800ca1abd2d.jpg?v=1774847832\" class=\"img-fluid d-block w-100 product-img\" alt=\"金彩が施された仏像の細部\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂宿る職人技の結晶\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \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奈良の寺院が所蔵する国宝 塑造四天王立像をモデルに、10センチにも満たない極小サイズで緻密に彫り上げた逸品です。仏像ワールドのリアル仏像シリーズで長い間人気を誇った四天王の雄姿を、極小彫刻の世界でもお楽しみください。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e仏像ワールドのリアル仏像シリーズを極小サイズで再現\u003c\/li\u003e\n                    \u003cli\u003e約10cmの極小サイズに凝縮された精緻な造形\u003c\/li\u003e\n                    \u003cli\u003e専用アクリルケース（別売）もご用意\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cvideo controls src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/800-501\/movie.mp4\"\u003e\u003c\/video\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/sitenno-img01.jpg\" alt=\"手のひらに乗る極小サイズ\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e手のひらに乗る極小サイズ\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/sitenno-img02.jpg\" alt=\"1cmにも満たない顔の表情も忠実に再現\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e1cmにも満たない顔の表情も忠実に再現\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/sitenno-img03.jpg\" alt=\"精緻な彫刻を際立たせる優美な金彩\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e精緻な彫刻を際立たせる優美な金彩\u003c\/p\u003e\n                \u003c\/div\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持国天: 総高8.5×幅4.2×奥行4.2cm 16g （東方の守護神。眷属に乾闥婆と昆舎遮を従える。）\u003c\/li\u003e\n                    \u003cli\u003e増長天: 総高10.4×幅4.2×奥行4.2cm 12g （南方の守護神。眷属に鳩槃荼と薛茘多を従える。）\u003c\/li\u003e\n                    \u003cli\u003e広目天: 高さ8.8×幅4.2×奥行4.2cm 18g （西方の守護神。眷属に諸竜王を従える。）\u003c\/li\u003e\n                    \u003cli\u003e多聞天: 高さ9.6×幅4.2×奥行4.2cm 16g （北方の守護神。眷属に諸夜叉を従える。）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-501\/A.jpg\" alt=\"各像のサイズ比較イメージ\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e各像のサイズ比較イメージ\u003c\/p\u003e\n                \u003c\/div\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極小仏は、株式会社MORITA創業50周年企画としてリバイバル販売されたシリーズです。長年培ってきた仏像制作の技術と経験を結集し、サイズの制約を超越した優れた造形とお求め安い価格を同時に実現しました。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e細密彫刻に適したツゲ材を使用: わずか10cm前後の木彫像に仕上げるために、素材から厳選。\u003c\/li\u003e\n                    \u003cli\u003e実物のイメージそのままの造形バランス: 最も重要なご尊顔と全体のバランスを忠実に再現。\u003c\/li\u003e\n                    \u003cli\u003e篁千礼氏監修の金泥彩色: 上品な金泥は、仏像彩色の俊英 篁千礼氏監修のもと、姉妹ブランド「イスム」の工房が担当。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/01.jpg\" alt=\"仏像制作の風景\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e長年の技術と経験の結集\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/02.jpg\" alt=\"造形バランスのイメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/03.jpg\" alt=\"造形バランスのアップ\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e精緻な造形バランスの追求\u003c\/p\u003e\n                \u003c\/div\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                    \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ひな壇付きで2段2体ずつ並べて展示可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/600-023\/A.jpg\" alt=\"極小仏四天王用アクリルケース\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e極小仏四天王用アクリルケース\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e詳しくは下記ページをご覧ください。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/www.butuzou-world-shop.com\/shopdetail\/000000001205\" target=\"_blank\"\u003eアクリルケース ひな壇付きページへ\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e※受注生産の為、お届けまでおよそ3週間となります。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e上記ページまたはこちらのページの価格下部「専用アクリルケース（選択）メニュー」より「アクリルケース ひな壇付き（＋13200円）」を選択いただきお求めください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/スペック・詳細セクション --\u003e\n\n\u003c\/div\u003e\u003c!-- \/全体ラッパー --\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717364818157,"sku":null,"price":88000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_604d2f58-635a-47a2-a3a7-30d69a3bfca9.jpg?v=1774847833"},{"product_id":"1032","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  \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\/0786\/1085\/8221\/files\/1_11ddd488-aa6d-4a0d-97c2-6ae785781e51.jpg?v=1774847837\" 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\/0786\/1085\/8221\/files\/2_296e9a6f-5672-43ab-8e32-5ef9c47a4312.jpg?v=1774847837\" 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が光る精緻な彫刻は、見る者の心を惹きつけます。90歳を超えてなお冴えわたる上人の技と、巡礼の旅で培われた\u003cstrong\u003e慈愛に満ちた表情\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_be378ceb-518b-4f0d-8443-8ed9b80c51af.jpg?v=1774847835\" class=\"img-fluid d-block w-100 product-img\" alt=\"微笑みに宿る職人技と祈り\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂の宿る微笑みに出会う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e木喰上人とは\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e江戸時代後期、日本中を巡り一千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）。享保三（1718）年、甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれ、十四歳で江戸に出て奉公に励むも封建社会下の不平等さから二十二歳の時に出家。四十五歳で木喰戒（木の実しか口にしない厳しい修行をする僧）を受け、五十六歳になると自ら発願した日本廻国の旅に出て、各地で数多くの仏像を彫り後世に遺しました。\u003c\/p\u003e\n      \u003cp\u003e木喰仏の像容には、凄まじいまでの制作意欲と宗教的実践を経た思いが反映され、八十歳以降に彫られた像の尊顔には微笑みが見られるようになります。九十歳に至るとその業は一層冴えわたり、後年、宗教学者の小島通生氏が名付けた「微笑仏（みしょうぶつ）」と呼ばれる数多くの傑作を生み出したのです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/js\/slider\/img\/mokujiki_1000_360.jpg\" alt=\"木喰仏\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364850925,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_11ddd488-aa6d-4a0d-97c2-6ae785781e51.jpg?v=1774847837"},{"product_id":"1061","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e掌に護る威厳の佇まい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e国宝をモデルとした金剛力士が、わずか10センチあまりの極小サイズで空間に迫力と安寧をもたらします。\u003cstrong\u003e阿吽の像が織りなす力強い息吹\u003c\/strong\u003eを感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_044e60f0-b4e8-4de1-91c5-c57140e61a3f.jpg?v=1774847839\" 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\/0786\/1085\/8221\/files\/2_08f26b4d-6d93-42b4-9a14-099a9a6362eb.jpg?v=1774847838\" 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\/0786\/1085\/8221\/files\/4_268cd70e-052a-408c-ba41-65d954f89106.jpg?v=1774847839\" class=\"img-fluid d-block w-100 product-img\" alt=\"熟練の技が息づく細部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e熟練の技が息づく細部\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"specs-section\"\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奈良の寺院が所蔵する国宝 木造金剛力士立像をモデルに、運慶快慶を代表する慶派の仏師が作り上げた鎌倉彫刻の大作をわずか10センチあまりの極小サイズで緻密に彫り上げた逸品です。\u003c\/p\u003e\n        \u003cp\u003e金剛力士は執金剛神という神が、釈迦に仕えることで二体に分かれました。口を「あ」の形に開く“阿形”、「ん」の形に結ぶ“吽形”が二体一対で寺院門前の左右に仁王立ちし仏法を護るとされます。モデルとなった像は憤怒の表情や緊張感みなぎる手足、筋骨隆々の見事な体躯など鎌倉彫刻の特徴である写実性に富んだ造形です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/kongorikishi-img01.jpg\" 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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/kongorikishi-img02.jpg\" 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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/kongorikishi-img03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"精緻な彫刻を際立たせる優美な金彩\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e精緻な彫刻を際立たせる優美な金彩\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\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阿形: 総高11.2×幅4.8×奥行3.6cm \/ 22g\u003c\/li\u003e\n          \u003cli\u003e吽形: 総高10.5×幅4.8×奥行4cm \/ 23g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/800-502\/A.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"各像のサイズ詳細図\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e各像の寸法\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\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細密彫刻に適した\u003cstrong\u003eツゲ材\u003c\/strong\u003eを使用。\u003c\/li\u003e\n          \u003cli\u003e上品な金泥は、仏像彩色の俊英 \u003cstrong\u003e篁千礼氏が監修\u003c\/strong\u003e。\u003c\/li\u003e\n          \u003cli\u003e姉妹ブランド「イスム」の工房が金泥彩色を担当。\u003c\/li\u003e\n          \u003cli\u003eサイズの制約を超越した\u003cstrong\u003e優れた造形とお求めやすい価格\u003c\/strong\u003eを同時に実現。\u003c\/li\u003e\n          \u003cli\u003eご尊顔と全体のバランスを実物のイメージそのままに彫り上げる\u003cstrong\u003e造形バランス\u003c\/strong\u003eへの挑戦。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/02.jpg\" 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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"実物のイメージそのままの造形バランス\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e実物のイメージそのままの造形バランス\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e極小仏シリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e手のひらに乗る極小サイズながら、仏像の精緻な造型を忠実に再現した「極小仏」シリーズの魅力をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e2018年4月、株式会社MORITA創業50周年企画として\u003cstrong\u003eリバイバル販売\u003c\/strong\u003e。\u003c\/li\u003e\n          \u003cli\u003eその精緻な彫刻技術が大きな称賛を呼び、\u003cstrong\u003e瞬く間に人気を博し入荷待ちを繰り返す\u003c\/strong\u003eほどのご注文を獲得。\u003c\/li\u003e\n          \u003cli\u003e皆様のご期待に応え、2019年には新たな極小仏シリーズをラインナップに追加。\u003c\/li\u003e\n          \u003cli\u003e自信を持っておすすめできる、\u003cstrong\u003e仏像ワールドのノウハウを詰め込んだコレクション\u003c\/strong\u003eです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"極小仏シリーズの背景\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e手のひらに護る仏像の繊細な美\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717364883693,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_044e60f0-b4e8-4de1-91c5-c57140e61a3f.jpg?v=1774847839"},{"product_id":"1096","title":"木造 良寛像","description":"\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    \u003cp class=\"body-text\"\u003e清貧にして限りなく自由。良寛の生き様が現代に語りかけ、物質的な豊かさとは異なる\u003cstrong\u003e真の心の安らぎ\u003c\/strong\u003eを日々の暮らしにもたらします。慈愛に満ちたその表情は、見る者の心を穏やかに包み込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c4c1791c-3ce6-4fbc-b7b9-781262fb8e31.jpg?v=1774847843\" 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を与え、思索の時を深める場を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_9392de9a-f4a0-4abf-9718-178aa79684ff.jpg?v=1774847843\" 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存在となります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_cc7a296b-78c1-482e-b472-c3090123f753.jpg?v=1774847843\" class=\"img-fluid d-block w-100 product-img\" alt=\"温もりの色彩、豊かな思索\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e温もりの色彩、豊かな思索\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \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 class=\"body-text\"\u003e偉人から現代に通じる教えを学び、感じる「高僧・祖師」シリーズの第一弾として、「木造 良寛像」が誕生しました。本作品は、以下の特徴を持っています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e仏師 藤田燿憶氏による原型と、仏像彩色師 篁千礼氏による彩色監修が施されています。\u003c\/li\u003e\n          \u003cli\u003e物質的な豊かさとは異なる真の心の安らぎを、日々の暮らしにもたらすことを意図しています。\u003c\/li\u003e\n          \u003cli\u003e良寛の清貧で自由な生き方から、現代社会における真の豊かさとは何かを問いかけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/A.jpg\" class=\"img-fluid d-block w-100\" alt=\"商品の特徴\"\u003e\u003c\/div\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良寛は、江戸時代後期の禅僧で、漢詩人、歌人、書家としても知られる稀有な人物です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生没年: 1758年〜1831年\u003c\/li\u003e\n          \u003cli\u003e宗派: 曹洞宗\u003c\/li\u003e\n          \u003cli\u003e出身: 越後国出雲崎（現・新潟県三島郡出雲崎町）の名主、橘屋山本家の長男として生まれる。\u003c\/li\u003e\n          \u003cli\u003e生涯: 18歳で出家し、修行を経て諸国行脚。生涯を通じて特定の寺を持たず、粗末な草庵に住み、欲にとらわれない清貧な生活を送りました。\u003c\/li\u003e\n          \u003cli\u003e人物像: 多くの詩や歌には良寛の素朴な人間性が表れ、夏目漱石など著名人からも愛されています。分け隔てることなく誰とでも平等に接し、子供たちと無邪気に遊ぶ逸話から伝わる慈愛に満ちた人物像は、時代を超えて親しまれています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/B.jpg\" class=\"img-fluid d-block w-100\" alt=\"良寛とは\"\u003e\u003c\/div\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/C.jpg\" class=\"img-fluid d-block w-100\" alt=\"作者紹介\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e本作品は、仏師 藤田燿憶氏による原型と、仏像彩色師 篁千礼氏による彩色監修のもと制作されました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e仏師 藤田燿憶（ふじたようおく）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1955年 栃木県生まれ。\u003c\/li\u003e\n          \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む。\u003c\/li\u003e\n          \u003cli\u003e1975年 独立。\u003c\/li\u003e\n          \u003cli\u003e2012年 （一社）「日本画府第59回公募展」にて「浮現観音」（奨励賞）、「気付き観音」（入選）を獲得。\u003c\/li\u003e\n          \u003cli\u003e2013年 「気付き観音」入選。作家として高く評価される。\u003c\/li\u003e\n          \u003cli\u003e現在は東京を拠点に仏像彫刻講座を開くほか、全国の有名百貨店で個展を開催し、仏像普及のため精力的に活動されています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e彩色師 篁千礼（たかむらちひろ）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1962年 東京生まれ。\u003c\/li\u003e\n          \u003cli\u003e1987年 彩色木彫作家の平野富山氏に入門。平野富山氏亡きあとは後継の平野千里氏に師事し、以後20数年にわたり修行を積む。\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 class=\"body-text\"\u003e本製品は、熟練の職人による精巧な木造です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 木材\u003c\/li\u003e\n          \u003cli\u003e商品名: 木造 良寛像\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364949229,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c4c1791c-3ce6-4fbc-b7b9-781262fb8e31.jpg?v=1774847843"},{"product_id":"1185","title":"武将が愛した仏像　源義経　金銅千手観音菩薩立像","description":"\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        \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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cae26877-6f87-49a0-b3cb-28a3b2658233.jpg?v=1774847847\" 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\/0786\/1085\/8221\/files\/3_0b411f1c-2945-42a9-b9c8-d77bf4645081.jpg?v=1774847847\" 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\/0786\/1085\/8221\/files\/5_75ce4553-5d5b-4b49-985e-8d272050725f.jpg?v=1774847847\" 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平家討伐の最大の英雄、源義経（1159～1189）。兄 頼朝との確執から非業の死を遂げたにもかかわらず、その存在を惜しむ声は絶えません。それは弱者や薄幸の者への同情を表す言葉「判官贔屓（びいき）」が義経の官職、検非違使の尉（判官）に由来する通り、悲劇の武将だったからです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品は、今なお屈指の人気を誇る義経の守護本尊とされる『金銅千手観音菩薩立像』を再現したものです。ある研究によるとこの守護本尊は、仏像本体と蓮華座は鎌倉時代、仏龕(ぶつがん)は後年の作とされ、仏像本体の実寸が7センチと小さいためか、胸前に合掌手、腹前に宝珠手、左と右それぞれに六臂の合計十六臂という一般的な千手観音とは異なる造形が特徴です。仏龕背面には寿永三（1184）年正月に義経が京都のお寺に奉納したことを示す碑文が刻まれます。義経が幼少期を過ごした鞍馬寺の本尊「尊天」の三身一体の一尊が千手観音であり、また母 常盤御前が義経を含む三人の子を出家させた際、千手観音に無事を祈願したと伝わることからも、義経にとってこの小さな「金銅千手観音菩薩立像」はとても縁深い仏像だったといえます。\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その後、一の谷の戦い、屋島の戦い、壇ノ浦の戦いにおいて立て続けに天才的な軍略を発揮した義経は、入京から1年余りの短期間で平家討伐を果たし絶頂期を迎えます。しかしこの歴史的戦勝こそが、兄 頼朝との確執の始まりでもありました。歴史に「もし」はタブーですが、義経が守護本尊の「金銅千手観音菩薩立像」を手放すことがなかったら、頼朝との関係もまた違っていたのかもしれません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e仏師「藤田燿憶」の技と伝統工芸高岡銅器の国内メーカーにより再現！\u003c\/h3\u003e\n        \u003cvideo controls=\"controls\" src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/movie.mp4\" class=\"img-fluid d-block w-100\"\u003e\u003c\/video\u003e\n        \u003cp class=\"body-text\"\u003e製品のモデルとなった『金銅千手観音菩薩立像』は、紆余曲折を経て現在は和歌山県の名刹に所蔵されています。本体、蓮華の蕾を模した仏龕ともに金銅製で、保存状態も良好であったのか鍍金も良く残されています。仏像ワールドではこの逸品をほぼ原寸で再現するにあたり、原型制作を仏師 藤田燿憶、彩色監修を仏像彩色師 篁千礼に依頼しました。藤田仏師が入魂の技で彫り上げた原型をもとに、千手観音立像本体は国指定伝統的工芸品の第一次指定を受ける高岡銅器の一流工房で実物と同様の金銅仏に仕上げました。一方、厨子と台座は桧材を使用し、中国屈指の木彫工房で忠実に彫刻。さらに姉妹ブランド「イスム」の工房で金銅製を思わせる味わい深い彩色を施しました。構想から製品化に至るまで1年あまりの期間を費やし制作した当製品。最終的に藤田仏師の監修を経て、署名落款の入った桐箱に納めてお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-04.jpg\" class=\"img-fluid d-block w-100 product-img\"\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平家討伐の最大の英雄 源義経（1159〜1189）。河内源氏の源義朝の九男として生まれ、幼名は牛若丸。平治の乱で父が敗死したことにより鞍馬寺に預けられるが、後に平泉へ下り、奥州藤原氏の庇護を受けていた際、異母兄である源頼朝が平氏打倒の兵を挙げるとそれに馳せ参じました。そして、一ノ谷での「鵯越(ひよどりごえ)の逆落し」、屋島の「弓流し」、壇ノ浦の「八艘(はっそう)飛び」など、合戦場での奇跡的な活躍を経て平氏を滅ぼし、平家討伐の最大の英雄となりました。\u003c\/p\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さらに江戸時代末期に来日したフィリップ・フランツ・フォン・シーボルトは、源義経が成吉思汗（チンギス・ハーン）であったとの大胆な論を説き、義経を愛する人たちの心を強く打ったことから大正時代には『成吉思汗ハ源義経也』（小谷部全一郎著）が出版され一大ブームとなりました。昭和に入ると義経＝成吉思汗の決定版的名著『成吉思汗の秘密』（高木彬光著）が出版され「義経生脱説」誕生から300年を超える長きにわたり、義経の物語は語り継がれ、人々の心を揺さぶり続けているのです。\u003c\/p\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                \u003cp class=\"body-text\"\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仏龕背面には寿永三（1184）年正月に義経が京都の寺院に奉納したことを示す碑文が刻印\u003c\/li\u003e\n                    \u003cli\u003e義経が信仰したとされる縁深い千手観音\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-03-01.jpg\" 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\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伝統の技と現代の技術が融合した、細部にわたるこだわり。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e原型制作は仏師「藤田燿憶」、彩色監修は仏像彩色師「篁千礼」\u003c\/li\u003e\n                    \u003cli\u003e本体は国指定伝統的工芸品の高岡銅器一流工房で制作された金銅仏\u003c\/li\u003e\n                    \u003cli\u003e厨子と台座は桧材を使用し、中国の木彫工房で彫刻後、姉妹ブランド「イスム」の工房で彩色\u003c\/li\u003e\n                    \u003cli\u003e構想から製品化まで1年を費やした逸品\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e【原型制作：仏師 藤田燿憶（ふじたようおく）】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1955年 栃木県生まれ\u003c\/li\u003e\n                    \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む\u003c\/li\u003e\n                    \u003cli\u003e1975年 独立\u003c\/li\u003e\n                    \u003cli\u003e2012年 (一社)「日本画府第59回公募展」初入選「浮現観音」（奨励賞）／「気付き観音」（入選）\u003c\/li\u003e\n                    \u003cli\u003e2013年「気付き観音」入選。作家として高く評価される。現在は本拠地の東京で仏像彫刻講座を開くほか、日本橋高島屋など全国の有名百貨店で個展を開催し、仏像普及のため精力的に活動する。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e【彩色監修：彩色師 篁千礼（たかむらちひろ）】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e女子美術大学、太平洋美術研究所に在籍後、1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                    \u003cli\u003e2012年に独立し篁千礼彩色研究所を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\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各部の詳細サイズと使用素材です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 560-271\u003c\/li\u003e\n                    \u003cli\u003eポイント: 2,940\u003c\/li\u003e\n                    \u003cli\u003e本体(約): 高さ85×横44×厚み16mm、重さ135g\u003c\/li\u003e\n                    \u003cli\u003e厨子・台座(約): 高さ185×幅95×奥行65mm、重さ147g\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 class=\"body-text\"\u003e商品と共にお届けする付属品について。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e署名落款の入った桐箱\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-03-02.jpg\" 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\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通常、ご注文から以下の期間でお届けいたします。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e納期: 3～5日\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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商品は一体一体手作業で仕上げを行っており、高レベルな均一化を図っておりますが、まったく同一の商品はございません。また、木目や表情などが一体、一体異なります。\u003c\/li\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":49717364981997,"sku":null,"price":98000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cae26877-6f87-49a0-b3cb-28a3b2658233.jpg?v=1774847847"},{"product_id":"1188","title":"木造 弘法大師坐像 身丈2寸","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e弘法大師 誕生1250年記念像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e仏師の情熱と匠の技が結実し、\u003cstrong\u003e弘法大師1250年の歴史\u003c\/strong\u003eを刻む気高き姿がここに顕現します。\u003cstrong\u003eヒノキの清らかな香り\u003c\/strong\u003eが、心を穏やかに包み込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_558c0e48-7f8c-4527-88b3-6c2335df1396.jpg?v=1774847849\" class=\"img-fluid d-block w-100 product-img\" alt=\"弘法大師 誕生1250年記念像\"\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\/0786\/1085\/8221\/files\/2_63da26e7-3141-48a3-933c-ee0f0f7510a9.jpg?v=1774847849\" 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身丈約9.5cmに凝縮された、\u003cstrong\u003e驚きの写実性\u003c\/strong\u003e。細部まで\u003cstrong\u003e命が宿るかのような、精巧を極めた木彫仏像\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_0dfd2e77-cbba-4d40-9a90-587fabf80c4a.jpg?v=1774847850\" 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弘法大師像 誕生1250年記念プロジェクト\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/fv_2sun.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"弘法大師御誕生1250年を記念し、仏像ワールドが新たに創作した弘法大師像！\"\u003e\n    \u003cp class=\"body-text\"\u003e令和5（2023）年は、真言密教の宗祖 \u003cstrong\u003e弘法大師（空海）の誕生から1250年目の節目の年\u003c\/strong\u003eです。この歴史的慶事に向け仏像ワールドでは、弘法大師像の新造形開発に取り組みました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e世に伝わる様々な御影や文献を調査研究し、真言宗派僧侶のご意見もうかがい、およそ3年の歳月を経て完成した造形は、唐で師 恵果阿闍梨より真言密教第八祖の灌頂を受け、その教えを日本に広めようとする\u003cstrong\u003e確固不動のお姿\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e仏師 \u003cstrong\u003e藤田燿憶氏が彫刻した原型像\u003c\/strong\u003eは、布教への強い決意を宿した眼、みなぎる精気を感じさせ、\u003cstrong\u003e彩色師 篁千礼氏\u003c\/strong\u003eが当時を思い着彩表現することで、驚きの写実性を生み出しました。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e3D技術で再現された仏像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e完成した原型をもとに製品化するにあたり、仏像ワールドでは\u003cstrong\u003e高精度3Dスキャニング\u003c\/strong\u003eでデータを取得。それをもとに高い技術を誇る木彫工房で彫り上げた後、姉妹ブランド「イスム」の工房で\u003cstrong\u003e手彩色\u003c\/strong\u003eを施すことで崇高な弘法大師像となります。品格溢れる美術品として、また場所を選ばない手のひらサイズですのでお仏壇用としてもぜひご利用ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eおよそ10cmの\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003eながら原型を損なうことなく再現した御尊顔と造型バランス。彩色も衣から表情に至るまで妥協することなく彩色師の世界観を表現しています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e弘法大師が持つ法具にも精巧な意味が込められています。\u003c\/p\u003e\n    \u003cul class=\"point-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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"spec-section\"\u003e\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商品コード: 560-27\u003c\/li\u003e\n          \u003cli\u003eポイント: 990\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本体: 高さ95×幅105×奥行80mm \/ 重量46g\u003c\/li\u003e\n          \u003cli\u003eケース: 高さ187×幅144×奥行114mm \/ 重量457g\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本製品は、仏像界の第一人者である両氏の技術と情熱により生み出されました。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e原型制作：仏師 藤田燿憶（ふじたようおく）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/ryokan2022\/author-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"仏師 藤田燿憶\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1955年 栃木県生まれ\u003c\/li\u003e\n          \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む\u003c\/li\u003e\n          \u003cli\u003e1975年 独立\u003c\/li\u003e\n          \u003cli\u003e2012年 「日本画府第59回公募展」初入選 （奨励賞、入選）\u003c\/li\u003e\n          \u003cli\u003e現在、仏像彫刻講座開講、有名百貨店での個展開催など精力的に活動\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003e彩色監修：彩色師 篁千礼（たかむらちひろ）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"彩色師 篁千礼\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e女子美術大学、太平洋美術研究所に在籍後、1987年彩色木彫作家 平野富山氏に入門。その後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。2012年に独立し篁千礼彩色研究所を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\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本像は、真言宗の宗祖である\u003cstrong\u003e弘法大師 空海\u003c\/strong\u003eの偉大な生涯と功績を深く理解するための助けとなるでしょう。\u003c\/p\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齢7歳での「捨身誓願」をはじめ、その生涯は数々の伝説に彩られています。中でも際立った偉業は、わずか3カ月という異例の早さで真言密教の伝法阿闍梨の灌頂を受けたことではないでしょうか。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"空海の修業地、室戸岬\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"空と海の美しさ\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e大日経との出会いが切り拓いた真言密教への道！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e仏教の深奥を求めおびただしい数の経文を読破するも納得のいくものが得られなかった空海は、仏前で「まことの智慧を授けたまえ」と一心に祈ると「汝の求めるものは大日経といい、大和国の久米寺の東塔の下にそれはある」とのお告げを受けます。この大日経との出会いによって様々な疑問への答えを得たものの、仏と交感し、それにより御利益を引き出すためには然るべき師の下で体認し実際に伝授される以外に術はないと悟ります。それが遣唐使の一人として唐へ渡る決意を固めるきっかけだったのです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"遣唐使船\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"唐での修行\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e入唐、恵果阿闍梨との邂逅、そして真言密教の第八祖へ！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e延暦23(804)年、その思いは実現し遣唐使船に乗り唐へと向かいますが、嵐に直撃され1カ月以上も海上を彷徨います。目指す蘇州からはほど遠い僻地に到着したことで怪しまれますが、空海の書いた嘆願書の名文、名筆によってようやく使節団として認められます。翌年5月、真言密教の第七祖 青龍寺の恵果和尚との対面を果たすと、和尚は空海を見るなり「我、さきより汝のくるのを知り、待つこと久し」と述べ、空海を弟子と認めます。続く6月に胎蔵界の灌頂、7月に金剛界の灌頂、そして8月には伝法阿闍梨の灌頂を受けたことで大日如来を意味する「遍照金剛（へんじょうこんごう）」名を与えられ密教の第八祖となります。恵果は「真言密教の教法は、すべて授けた。一刻も早く日本に戻り、この教えによって人々を幸せにして欲しい」と空海に告げた後、同年12月15日に世を去りました。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e弘法大師　空海\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e宝亀5(774)年6月15日～承和2(835)年3月21日\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本の真言宗の宗祖。諡号は弘法大師(こうぼうだいし)。\u003c\/li\u003e\n          \u003cli\u003e能書家として嵯峨天皇、橘逸勢と共に三筆のひとりに数えられる。\u003c\/li\u003e\n          \u003cli\u003e讃岐の国（現在の香川県善通寺市）に生まれ、俗名は佐伯 眞魚(さえきのまお)。\u003c\/li\u003e\n          \u003cli\u003e延暦23(804)年、日本天台宗の開祖最澄とともに遣唐使船に乗り唐へ渡る。\u003c\/li\u003e\n          \u003cli\u003e延暦24(804)年青龍寺(長安)の恵果阿闍梨のもとで密教の奥義を伝授され、遍照金剛(へんじょうこんごう)の灌頂名を授かる。\u003c\/li\u003e\n          \u003cli\u003e大同元（806）年帰国。\u003c\/li\u003e\n          \u003cli\u003e弘仁6(815)年、四国八十八ヶ所霊場を開創。\u003c\/li\u003e\n          \u003cli\u003e弘仁7（816）年修禅の道場として高野山の下賜の勅許を賜り、真言密教の根本道場として後進の育成に努める。\u003c\/li\u003e\n          \u003cli\u003e弘仁14（823）年正月、太政官符により東寺を賜り、真言密教の道場とする。\u003c\/li\u003e\n          \u003cli\u003e承和2（835）年、御入定（永遠の瞑想）。\u003c\/li\u003e\n          \u003cli\u003e現在も弘法大師が入定された高野山奥之院では毎日食事を届ける「生身供（しょうじんぐ）」が行われる。\u003c\/li\u003e\n          \u003cli\u003e「弘法大師」は御入定後、醍醐天皇より下賜された諡号（しごう）。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eお届けについて\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e本体のみ: ３日～５日でお届け\u003c\/li\u003e\n      \u003cli\u003eアクリルケースセット: およそ３週間でお届け\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365047533,"sku":null,"price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_558c0e48-7f8c-4527-88b3-6c2335df1396.jpg?v=1774847849"},{"product_id":"1193","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e極小仏 泥足毘沙門天\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e義に生きた\u003cstrong\u003e信義の武将 上杉謙信の守護本尊\u003c\/strong\u003eであり、心の支えであった「泥足毘沙門天」が、極小仏シリーズに登場します。\u003c\/p\u003e\n    \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\/0786\/1085\/8221\/files\/1_3020d807-eb21-47e9-9cc9-2c84a7acdb3f.jpg?v=1774847855\" 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わずか10cmほどの掌サイズで、どこへでもお連れいただける極小仏。机上や書斎、旅先にまで、あなたのそばで静かに見守り、\u003cstrong\u003e心の平安と強固な意志\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_00c1528d-6498-4784-80e4-1b9fdaaf07ae.jpg?v=1774847855\" 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\/0786\/1085\/8221\/files\/5_859752cc-47d0-4843-a2e8-0fe62af2b145.jpg?v=1774847855\" 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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/01.jpg\" 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        \u003cp class=\"body-text\"\u003eわずか10cm前後の木彫像に仕上げることは仏像ワールドにとって大きな挑戦でした。素材は細密彫刻に適したツゲを用い、最も重要なご尊顔とバランスを\u003cstrong\u003e実物のイメージそのままに彫り上げました\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/03.jpg\" 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=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/02.jpg\" 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        \u003cp class=\"body-text\"\u003e金泥彩色は、篁氏監修のもと、姉妹ブランド「イスム」の工房が担当。わずかなサイズに仏像ワールドの\u003cstrong\u003eノウハウを詰め込んだ、自信を持っておススメできるコレクション\u003c\/strong\u003eとなっています。\u003c\/p\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                \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机上や書斎、旅先にも携帯しやすい約10cmの極小サイズ\u003c\/li\u003e\n                    \u003cli\u003e上杉謙信の心の支えであった守護本尊「泥足毘沙門天」を忠実に再現\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-123\/doroashibisyamonten-img02.jpg\" 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=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-123\/doroashibisyamonten-img03.jpg\" 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\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全高：約10cm\u003c\/li\u003e\n                    \u003c!-- 入力データに記載がないため、その他の詳細サイズ（幅、奥行きなど）は含めません。 --\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-123\/doroashibisyamonten-img01.jpg\" 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\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!-- 生産国に関する具体的な情報がないため含めません。 --\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                \u003cp\u003e謙信は越後の居城である春日山城に毘沙門堂を設け、毘沙門天像を祀っていました。戦が続く激動の日々の中、久々に春日山城へ帰陣し毘沙門堂へ参拝した際、堂内に泥で汚れた小さな足跡が点在しているのを発見します。その足跡を辿ると、祀られている毘沙門天像まで続いていたのです。これを見た謙信は「毘沙門天像が私と共に戦ってくださっていた」と歓喜し、それ以来、この毘沙門天像を『泥足毘沙門天』と呼ぶようになったと伝えられています。\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\u003e仏像の持つ繊細な美を小さな木彫像で再現する「極小仏」シリーズの誕生と人気の秘密をご紹介します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e2018年4月、株式会社MORITA創業50周年企画としてリバイバル販売を開始\u003c\/li\u003e\n                    \u003cli\u003e手のひらに乗る極小サイズで仏像の精緻な造形を忠実に再現する彫刻技術が大きな称賛を獲得\u003c\/li\u003e\n                    \u003cli\u003e瞬く間に人気を博し、入荷待ちとなるほどのご注文を多数受ける\u003c\/li\u003e\n                    \u003cli\u003e皆さまのご期待に応え、2019年より仏像ワールドが新たな極小仏シリーズのラインナップを展開\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003c!-- 発送案内セクション (Shipping) および 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717365113069,"sku":null,"price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_3020d807-eb21-47e9-9cc9-2c84a7acdb3f.jpg?v=1774847855"},{"product_id":"1194","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        \u003cp class=\"body-text\"\u003e甲斐武田の威容をその身に宿す『武田不動尊』が、極小サイズで登場しました。信玄公自らがモデルとなったとされるこの像は、\u003cstrong\u003e力強くも優美な姿\u003c\/strong\u003eで、空間に確かな存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d193c00d-210b-4ca5-abba-0c37b14aab95.jpg?v=1774847858\" 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を願う心の拠り所となるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_1ca1a013-b7df-469d-99e1-2076cedb6ba2.jpg?v=1774847858\" 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わずか10cm前後の木彫像に、\u003cstrong\u003e憤怒の表情から炎の光背、繊細な衣のひだまで見事に再現\u003c\/strong\u003eしました。細密彫刻に適したツゲ材と優美な金彩が、\u003cstrong\u003e厄除け開運\u003c\/strong\u003eの願いを込めた仏像の品格を引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_2a0db04e-d4b3-43b4-a9d2-b15648f3f296.jpg?v=1774847858\" class=\"img-fluid d-block w-100 product-img\" alt=\"魂宿る職人技と優美な金彩\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂宿る職人技と優美な金彩\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \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                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-124\/takedafudoson-img01-1.jpg\" 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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-124\/takedafudoson-img02-1.jpg\" 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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-124\/takedafudoson-img03-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"精緻な彫刻を際立たせる優美な金彩\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e精緻な彫刻を際立たせる優美な金彩\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e武田不動尊の由来\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e甲斐武田の菩提寺とされる名刹に安置される『武田不動尊』は、信玄が存命中に自らの顔と身体を模して作らせた像であることから『信玄生不動』とも呼ばれています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e信玄が京より仏師を招き自らをモデルとした等身大の像の制作を依頼\u003c\/li\u003e\n                    \u003cli\u003e彫り進めるうちに不動明王になったという伝承\u003c\/li\u003e\n                    \u003cli\u003e信玄と不離一体とされる霊験あらたかな像\u003c\/li\u003e\n                    \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株式会社MORITA創業50周年企画としてリバイバル販売された『極小仏』は、手のひらサイズの忠実な造型で人気を博しました。仏像ワールドは、その期待に応えるべく新たな極小仏シリーズをラインナップしています。\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\u003e本商品は、以下の素材とサイズで制作されています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 細密彫刻に適したツゲ材\u003c\/li\u003e\n                    \u003cli\u003eサイズ: 高さ約10cm前後\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"技術と経験を結集\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e長年培ってきた仏像制作の技術と経験を結集\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e制作技術へのこだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e仏像ワールドが長年培ってきた技術と経験を結集し、サイズの制約を超越した優れた造形を実現しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eご尊顔とバランスを実物のイメージそのままに彫刻\u003c\/li\u003e\n                    \u003cli\u003e金泥彩色は、仏像彩色の俊英 篁千礼氏監修\u003c\/li\u003e\n                    \u003cli\u003e姉妹ブランド「イスム」の工房が金泥彩色を担当\u003c\/li\u003e\n                    \u003cli\u003eわずかなサイズに仏像ワールドのノウハウを詰め込んだコレクション\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/03.jpg\" 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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"制作のノウハウが詰め込まれたコレクション\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e制作のノウハウが詰め込まれたコレクション\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717365178605,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d193c00d-210b-4ca5-abba-0c37b14aab95.jpg?v=1774847858"},{"product_id":"1202","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        \u003cp class=\"body-text\"\u003e国宝「菩薩半跏像」の姿を、\u003cstrong\u003e高さ118mm\u003c\/strong\u003eに凝縮。どのような空間にも自然に溶け込み、静謐な安らぎをもたらす存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_a665edbb-56e1-4c9d-9979-41b56f3d47eb.jpg?v=1774847861\" 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高さ118mm、重さ68g\u003c\/strong\u003e。デスクや書斎、ベッドサイドなど、パーソナルな空間に静かな思索の時間をもたらす逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_1e395a02-2d76-435c-99d9-0afada67f190.jpg?v=1774847861\" 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の一つに数えられる優美な表情が、心を魅了し続けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_f35ecbf7-7f1c-4a89-bb7c-09679401a948.jpg?v=1774847861\" 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    \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        \u003cdiv class=\"product-video\"\u003e\n            \u003cvideo src=\"https:\/\/www.butuzou-world.com\/img\/800-126\/movie.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\n        \u003c\/div\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:\/\/www.butuzou-world.com\/img\/800-126\/bosatsuhankazo-img01-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"極小サイズなので用途や場所を選びません\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e極小サイズなので用途や場所を選びません\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-126\/bosatsuhankazo-img02-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"特徴である微笑を見事に表現\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e特徴である微笑を見事に表現\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-126\/bosatsuhankazo-img03-1.jpg\" 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」の一つと賞賛されています。\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\"\u003e2018年4月、株式会社MORITA創業50周年企画としてリバイバル販売した『\u003cstrong\u003e極小仏\u003c\/strong\u003e』。手のひらに乗る極小サイズで仏像の精緻な造型を忠実に再現した彫刻技術は、大きな称賛をもって迎えられ、瞬く間に人気を博し入荷待ちを繰り返すほどのご注文をいただきました。そんな皆さまのご期待に応え、仏像ワールドでは極小仏シリーズを新たなラインナップで再始動いたしました。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title sub-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:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"仏像制作の技術と経験結集\"\u003e\n\n        \u003ch3 class=\"section-title sub-section-title\"\u003e実物のイメージそのままの造形バランス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eわずか10cm前後の木彫仏像の制作は、仏像ワールドにとって大きな挑戦でした。細密彫刻に適した\u003cstrong\u003eツゲを素材\u003c\/strong\u003eに用い、最も重要なご尊顔と全体の造型バランスを\u003cstrong\u003e実物のイメージそのままに彫り上げました\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"造形バランスを示す画像\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部まで再現された造形\"\u003e\n        \u003cp class=\"body-text\"\u003e篁氏監修の金泥彩色は、姉妹ブランド「イスム」の工房が担当。極小サイズにあらゆるノウハウを詰め込み完成した、\u003cstrong\u003e自信を持っておススメできるコレクション\u003c\/strong\u003eです。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title sub-section-title\"\u003e特製桐箱でお届け\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e極小仏のロゴを箔押しした\u003cstrong\u003e特製桐箱\u003c\/strong\u003eでお届け。大切な方へのプレゼントとしても最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"極小仏のロゴを箔押しした特製桐箱\"\u003e\n\n        \u003cdiv class=\"related-link-banner\"\u003e\n            \u003ca href=\"https:\/\/www.butuzou-world-shop.com\/shopbrand\/ct324\/\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/ct\/gokusyobutsu_202307_1000_300.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"極小仏シリーズはこちら\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\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\u003e商品名：極小仏 菩薩半跏像\u003c\/li\u003e\n                    \u003cli\u003e商品コード：800-126\u003c\/li\u003e\n                    \u003cli\u003eポイント：759pt\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掌に収まるコンパクトなサイズで、あらゆる場所に馴染みます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e高さ：118mm\u003c\/li\u003e\n                    \u003cli\u003e幅：60mm\u003c\/li\u003e\n                    \u003cli\u003e奥行：60mm\u003c\/li\u003e\n                    \u003cli\u003e重量：68g\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精緻な彫刻を可能にする厳選された素材を使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：ツゲ材\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文からお届けまで、通常\u003cstrong\u003e3～5日\u003c\/strong\u003eほどお時間をいただきます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717365211373,"sku":null,"price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_a665edbb-56e1-4c9d-9979-41b56f3d47eb.jpg?v=1774847861"},{"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"},{"product_id":"1293","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  \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\/0786\/1085\/8221\/files\/c98e8940b49c27f9040a23b65274eb9a.jpg?v=1774254091\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e三毳不動尊で御祈祷された寅不動尊は、干支「寅」を不動明王のお姿で彫り上げた特別な守護仏です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e虎（寅）の幸運パワーと不動明王の厄難を撃ち祓う功徳を合わせ持つ\u003c\/li\u003e\n          \u003cli\u003eあなたの生涯を守り、人生に大いなる幸運を授ける\u003c\/li\u003e\n          \u003cli\u003e除災招福の御護摩祈祷済み\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e寅（虎）が持つとされる霊力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e畏怖すべき霊獣「虎」を、厄除けに絶大な功徳をもつ不動明王の姿で表現しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e手には剣と羂索（縄）を持つ\u003c\/li\u003e\n          \u003cli\u003e目は天地眼（てんちげん）\u003c\/li\u003e\n          \u003cli\u003e牙は牙上下出（がじょうげしゅつ）のお不動さま仕様\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e三毳不動尊による御祈祷\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e万葉の祈願寺として篤い信仰を集める三毳不動尊（みかもふどうそん）にて、小田隆誠御住職による除災招福の御護摩祈祷を賜ってお届けします。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e干支不動尊シリーズの原型制作は、「猫仏」で人気の仏師 酒井豪氏に依頼されました。力強くも愛らしい、守護安寧と開運を託すにふさわしい干支飾りとしてお求めいただけます。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365375213,"sku":null,"price":35000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/c98e8940b49c27f9040a23b65274eb9a.jpg?v=1774254091"},{"product_id":"1294","title":"三毳不動尊御祈祷 厄除 卯不動尊（大）","description":"\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        \u003cp class=\"body-text\"\u003e力強く厄災を祓う不動明王と、幸運を招く卯の霊力が一体に。三毳不動尊で護摩祈祷を賜り、本物志向の方へ揺るぎない守護と豊かな開運をお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/13965c068eaae1c809dd079e75ab9d06_bb94f4bc-8dea-4356-9768-7ccefe245fa7.jpg?v=1774254075\" 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        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\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        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \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\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \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\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eそんな愛らしい幸福の象徴を、厄除けに絶大な功徳を持つ不動明王の姿で表したものが「厄除 卯不動尊」です。\u003cstrong\u003e手には剣と羂索（縄）を持ち、天地眼（てんちげん）の眼、牙上下出（がじょうげしゅつ）の口元と不動明王の力強い要素\u003c\/strong\u003eを取り入れつつ、\u003cstrong\u003e破邪の象徴である白い御姿に九星「四緑木星」を象徴する緑の条帛（じょうはく）と裳\u003c\/strong\u003eを身にまとわせ、守護安寧と開運を託すにふさわしい干支飾りとなりました。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e三毳不動尊での御護摩祈祷\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \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\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e干支不動尊シリーズの原型制作は「猫仏」で人気の仏師 酒井豪氏に依頼。力強くも愛らしい、守護安寧と開運を託すにふさわしい干支飾りとなりました。新年の幸せを祈念する縁起物としてぜひお求めください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003ca href=\"https:\/\/tamafuriya.jp\/shopdetail\/000000000477\/\"\u003e\u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n        \u003c\/p\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                \u003cp class=\"body-text\"\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\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商品の詳細寸法を示す画像です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\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使用されている素材に関する情報です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365473517,"sku":null,"price":35000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/13965c068eaae1c809dd079e75ab9d06_bb94f4bc-8dea-4356-9768-7ccefe245fa7.jpg?v=1774254075"},{"product_id":"1295","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        \u003cp class=\"body-text\"\u003e清らかな桧の香りが漂う鏡餅は、新しい年神様をお迎えするのにふさわしい神聖な依り代。お部屋の中心で、清々しい気をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035\" 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!-- 商品解説セクション (Main) - 商品全体像 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の全体像\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 鏡餅の由来と意味 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまの依代となるとても大切なお正月飾り。それが鏡餅です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eお正月にお供えするお餅を「鏡餅」と呼ぶのは、文字通り「鏡」に由来しています。古代の鏡は円形をした銅鏡でしたが、これが太陽神である天照大神に見立てられ神仏が宿る神聖なものとされました。皇室に伝わる三種の神器の一つの八咫鏡（やたのかがみ）もそうした考えによるものです。その一方、神の捧げるお餅も稲の霊の宿る神聖なものと考えられ、その丸い形状を円形の銅鏡に見立てたことから「鏡餅」と呼ぶようになったのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 年神様の依代としての鏡餅 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神様の御魂を宿す鏡餅\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_03.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    \u003c!-- 商品解説セクション (Main) - 二つの神の依代 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまと当銭岩、二つの神の依代となるありがたさ極まる鏡餅！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 金運祈願の逸品 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e新年の幸せと金財運を託すありがたい逸品！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_05.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    \u003c!-- 商品解説セクション (Main) - 木彫りの特性と利便性 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの鏡餅は毎年使える便利な縁起物です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e原型制作は猫仏で人気の仏屋さかいの酒井豪仏師。鏡餅や橙に刻まれた味わい深いノミ跡からは工芸品としての趣も感じられます。鏡開きが終わった後は、三宝型の桐箱の中に一式が収納可能。木彫ですから毎年使える利便性も特徴です。新年の幸運と金財運を託す逸品として、是非お求めください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 細部の美しさ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部の美しさ\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 様々な角度から --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e様々な角度から\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 木彫りの質感 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの質感\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 橙部分の詳細 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e橙部分の詳細\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_10.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\u003e商品コード: T00921\u003c\/li\u003e\n                    \u003cli\u003eポイント: 414\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本商品は、新年の縁起物として、また金運招来を願う特別な逸品です。\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                    \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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 桧\u003c\/li\u003e\n                    \u003cli\u003e生産国: 記載なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e商品名に「（小）」と記載されておりますが、詳細な寸法は本ページには記載がございません。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365506285,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035"},{"product_id":"1403","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        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e81mmの極小サイズ\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\/0786\/1085\/8221\/files\/1_de94bc14-8655-42b5-9d62-ca0c78f5ba34.jpg?v=1774847896\" 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\u003e15gの軽さ\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\/0786\/1085\/8221\/files\/3_35479a0b-a67d-4241-a583-062b88f9ddd6.jpg?v=1774847896\" 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を宿す\u003cstrong\u003e躍動感ある造形\u003c\/strong\u003e。細部まで施された\u003cstrong\u003e優美な金彩\u003c\/strong\u003eが、見るたびに新たな発見を与えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_551cfa9e-bf0e-4fe8-8696-7ed2795b86e0.jpg?v=1774847896\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人技が光る、木の温もり\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e職人技が光る、木の温もり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \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            \u003cp\u003e重文「空也上人立像」がモデル。独特の動きや表情を備えたその姿が特徴の運慶の流れを汲む作風で、鎌倉時代の写実性を代表する像です。口から出る六体の阿弥陀仏や、躍動感ある立ち姿は、生き生きとした写実的な表現を通じて、念仏を説き歩いた空也上人の慈悲深さと人々への思いが見事に表現されています。\u003c\/p\u003e\n\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-127\/kuyasyonin-img01-1.jpg\" class=\"img-fluid d-block w-100\" alt=\"用途や場所を選ばずお楽しみいただける極小サイズ\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e用途や場所を選ばずお楽しみいただける極小サイズ\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-127\/kuyasyonin-img02-1.jpg\" class=\"img-fluid d-block w-100\" alt=\"念仏を唱える慈悲深い表情を繊細に表現\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e念仏を唱える慈悲深い表情を繊細に表現\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.butuzou-world.com\/img\/800-127\/kuyasyonin-img03-1.jpg\" class=\"img-fluid d-block w-100\" alt=\"精緻な彫刻を際立たせる優美な金彩\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e精緻な彫刻を際立たせる優美な金彩\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eディスプレイケースについて詳しくは関連ページをご覧ください。\u003ca href=\"https:\/\/www.butuzou-world-shop.com\/shopdetail\/000000001395\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eディスプレイケースページへ\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e動画で本商品の詳細をご確認いただけます。\u003c\/p\u003e\n            \u003cvideo controls src=\"https:\/\/www.butuzou-world.com\/img\/800-127\/movie.mp4\" style=\"width: 100%; height: auto; outline: none;\"\u003e\u003c\/video\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高さ: 81mm\u003c\/li\u003e\n                \u003cli\u003e幅: 34mm\u003c\/li\u003e\n                \u003cli\u003e奥行: 29mm\u003c\/li\u003e\n                \u003cli\u003e重量: 15g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本商品の素材は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: ツゲ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本商品の詳細情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: 800-127\u003c\/li\u003e\n                \u003cli\u003eポイント: 900\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文から３日～５日程度で発送いたします。\u003c\/p\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商品は一体一体手作業で仕上げを行っており、高レベルな均一化を図っておりますが、まったく同一の商品はございません。また、木目や表情などが一体、一体異なります。\u003c\/li\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":49717365768429,"sku":null,"price":30000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_de94bc14-8655-42b5-9d62-ca0c78f5ba34.jpg?v=1774847896"},{"product_id":"006002000001","title":"千手観音  - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e子年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747430125,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_538f1796-a14e-4c3b-aee9-55aab0468ec4.jpg?v=1785744621"},{"product_id":"006002000002","title":"虚空蔵菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e丑・寅年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747462893,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_0e179aed-6c1b-41ce-831e-1cb287f94388.jpg?v=1785744623"},{"product_id":"006002000003","title":"文殊菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e卯年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747495661,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cb5450df-c140-4693-b9ff-a00a4073f29e.jpg?v=1785744623"},{"product_id":"006002000004","title":"普賢菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e辰・巳年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747528429,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e5f2c436-e132-4c04-9861-8ad8d2a664da.jpg?v=1785744625"},{"product_id":"006002000005","title":"勢至菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e午年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747593965,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_feb756ae-9cdf-42e8-b43c-72923a77cfc9.jpg?v=1785744627"},{"product_id":"006002000006","title":"大日如来 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e未・申年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747626733,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_03d18077-80e8-4d60-af70-fb560f9e7f01.jpg?v=1785744628"},{"product_id":"006002000007","title":"不動明王 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e酉年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747659501,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_4978a96a-f428-44a7-bf36-725a1c53da09.jpg?v=1785744630"},{"product_id":"006002000008","title":"阿弥陀如来 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e戌・亥年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747725037,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_0fc4d4e3-61c0-4dc5-9cee-86406ee45217.jpg?v=1785744631"},{"product_id":"006002000009","title":"日蓮上人 - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅120mm　奥行88mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n日蓮とは\u003cbr\u003e\n日蓮宗開祖で『法華経』の南無妙法蓮華経に仏陀の教えがあると究め、清澄寺にて布教に努めた。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747790573,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_12590430-53f5-4f75-8227-f9089e4bc1b3.jpg?v=1785744632"},{"product_id":"006002000010","title":"日蓮上人 - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅120mm　奥行88mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n日蓮とは\u003cbr\u003e\n日蓮宗開祖で『法華経』の南無妙法蓮華経に仏陀の教えがあると究め、清澄寺にて布教に努めた。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747856109,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_628e3ddb-ecbd-48dc-ad32-f016eba33887.jpg?v=1785744634"},{"product_id":"006002000011","title":"弘法大師（空海） - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅100mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n弘法大師とは\u003cbr\u003e\n高野山や東寺（教王護国寺）を中心に密教の研究や修行に努め、真言宗の開祖となった。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747888877,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_775f9e6d-43db-4bb7-852c-2f2b0d5aada3.jpg?v=1785744636"},{"product_id":"006002000012","title":"弘法大師（空海） - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅100mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n弘法大師とは\u003cbr\u003e\n高野山や東寺（教王護国寺）を中心に密教の研究や修行に努め、真言宗の開祖となった。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747921645,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_1463e980-69cc-4d94-a17b-d7e5e95abf3a.jpg?v=1785744637"},{"product_id":"006002000013","title":"親鸞聖人 - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅92mm　奥行76mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n親鸞とは\u003cbr\u003e\n浄土真宗の開祖。法然を師と仰ぎ、法然から伝えられた阿弥陀仏の真実の教えを継承した。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747954413,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_a3be7f91-85b2-4852-a2fc-6b2de070aabd.jpg?v=1785744639"},{"product_id":"006002000014","title":"親鸞聖人 - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅92mm　奥行76mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n親鸞とは\u003cbr\u003e\n浄土真宗の開祖。法然を師と仰ぎ、法然から伝えられた阿弥陀仏の真実の教えを継承した。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747987181,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5b0c4919-e391-431b-8cc5-4fa1641d4ace.jpg?v=1785744640"},{"product_id":"006002000015","title":"子安地蔵菩薩 - 総高26cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ260mm　幅92mm　奥行92mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748019949,"sku":null,"price":66000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ac6f3725-0963-4a76-86e0-eb5206cbcfab.jpg?v=1785744641"},{"product_id":"006002000016","title":"子安地蔵菩薩 - 総高21cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ210mm　幅78mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748052717,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e425d6c0-219e-446e-83e4-32ffbaefd805.jpg?v=1785744643"},{"product_id":"006002000018","title":"聖観音菩薩 - 巻物持ち　総高10cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ100mm　幅27mm　奥行27mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748085485,"sku":null,"price":8910.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_dd6ff6ca-26ac-454d-bb04-00f6a1b921dc.jpg?v=1785744644"},{"product_id":"006002000021","title":"ペット観音 - うるおい　総高7.5cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ75mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748118253,"sku":null,"price":9240.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e692189d-0e19-4e4f-9f72-870420dde2e1.jpg?v=1785744646"},{"product_id":"006002000022","title":"ペット地蔵 - あけぼの　総高7.5cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ75mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748151021,"sku":null,"price":11880.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_546a5a40-e022-4407-b198-c1c6be7c371f.jpg?v=1785744647"},{"product_id":"006002000023","title":"ペット観音 - プチ　総高5.8cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ58mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748183789,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_adac26c6-39eb-4be4-9684-2bf4a3b2d46d.jpg?v=1785744648"},{"product_id":"006002000024","title":"不動明王 - 総高30cm　原型・松久宗琳　蝋型　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ300mm　幅155mm　奥行85mm 重量3600g\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eブロンズ\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ45日\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ45日です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\n\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e大仏師の名作が蘇る\u003c\/h3\u003e\n\n\u003cp\u003e衆生の諸悪を絶つ不動明王は、厄除け災難除去、開運吉祥の仏さまとして古くからしんこうされてきました。大仏師・松久宗琳先生は、幼少から父である京仏師・朋琳と共に仏像彫刻の道を歩み、高野山、比叡山、成田山や四天王寺、金閣寺、鞍馬寺など全国の古寺名刹にお仏像を制作奉納しました。その諸仏は「木の中から御仏を迎える仏師」と讃えられています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの「不動明王」は、鎌倉時代の仏師・快慶をめざした宗琳師が、昭和57年に制作したものを「松久宗琳佛所」の承認のもと精緻細密に復刻、鋳造したもので、本体は青銅色のブロンズに本金を手彩でほどこしました。これまでにない豪壮で独創的な造像で、いつの世にも求められる不動明王の理想のお姿を、仏の心で念じながら彫り上げた宗琳師渾身の名作です。\u003cbr\u003e\n常に厳しくも私たちに生きる力を与えてくれる有り難い「不動さま」を、末永く御愛蔵くださるようご案内申し上げます。\u003cbr\u003e\n\u003cbr\u003e\n【作家略歴】\u003cbr\u003e\n大正15年　仏師・朋琳の長男として京都に生まれる\u003cbr\u003e\n昭和16年　朋琳の薫陶により仏像彫刻の道に進む\u003cbr\u003e\n昭和37年　朋琳と相携え京都仏像彫刻研究所を創設\u003cbr\u003e\n昭和44年　滋賀・延暦寺及び京都・鞍馬寺の三尊仏を制作\u003cbr\u003e\n昭和48年　宗教芸術院を創設、院長となる\u003cbr\u003e\n昭和54年　大阪・四天王寺太子殿の聖徳太子像、四天王像、滋賀・延暦寺の五智如来像制作\u003cbr\u003e\n昭和57年　「不動明王」制作\u003cbr\u003e\n昭和61年　京都・金閣寺の足利義満像制作\u003cbr\u003e\n平成元年　青森県恐山の仁王像と石川県那谷寺の丈六仏、十一面千手観音を制作\u003cbr\u003e\n平成3年　 千葉・成田山新勝寺の千手観音など等身大木彫仏四体制作\u003cbr\u003e\nこの間、京都仏像彫刻研究所長、松久仏像彫刻会館館長などを歴任\u003cbr\u003e\n四天王寺、延暦寺、成田山新勝寺から大仏師の称号を受ける\u003cbr\u003e\n平成4年 　逝去\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748216557,"sku":null,"price":264000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_22c15185-15ab-47a9-8062-5934eaa1806d.jpg?v=1785744650"},{"product_id":"006002000025","title":"聖観世音菩薩 - 総高21.2cm　原型・高村光雲　蝋型　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ212mm　幅65mm　奥行65mm　重量520g\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eブロンズ\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ45日\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ45日です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\n\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e巨匠高村光雲の作品を完全再現\u003c\/h3\u003e\n\n\u003cp\u003e衆生をやさしく見守る崇高美あふれる菩薩のお姿。こちらの作品の台座には光雲の落款。さらに、高村家の許可のもと光雲の落款が押された桐箱とともにお届けいたします。この作品と桐箱、2つの落款が揃い、光雲原型による真正の作品であることが証明されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748249325,"sku":null,"price":231000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5ce14981-4ed0-47b3-ab0c-873a5fd096ec.jpg?v=1785744651"},{"product_id":"006002000026","title":"十一面観音菩薩 - 総高7cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ70mm　幅21mm　奥行23mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748282093,"sku":null,"price":8910.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c463e937-9a07-420d-80bf-383a8813dd23.jpg?v=1785744653"},{"product_id":"006002000028","title":"地蔵菩薩 - 円光背　総高15cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ150mm　幅55mm　奥行55mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748314861,"sku":null,"price":22110.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d58b4122-e09c-44fe-9eee-8fd323d84501.jpg?v=1785744654"},{"product_id":"006002000030","title":"童子不動明王 - 総高16cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ160mm　幅127mm　奥行45mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749068525,"sku":null,"price":27060.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_3e88b478-3524-44d9-876d-8d9370e9d4cf.jpg?v=1785744657"},{"product_id":"006002000031","title":"童子不動明王 - 総高16cm　青銅彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ160mm　幅127mm　奥行45mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749134061,"sku":null,"price":27060.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d7a20cbe-c338-4ed4-9400-ea8f92f372e6.jpg?v=1785744657"},{"product_id":"006002000034","title":"青不動明王 - 総高15.5cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ155mm　幅60mm　奥行36mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749166829,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_dcd5bb16-7531-491e-b227-b5f7bc93ef80.jpg?v=1785744659"},{"product_id":"006002000037","title":"馬頭観音菩薩 - 総高14.3cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ143mm　幅65mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749232365,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_970350a9-3ced-45c5-8517-2eb01a4829fd.jpg?v=1785744660"},{"product_id":"006002000039","title":"烏枢沙摩明王 - 総高4.2cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ42mm　幅24mm　奥行20mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eアンチモニー\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749494509,"sku":null,"price":3135.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5011b862-d281-4818-8bf7-a69360354308.jpg?v=1785744662"},{"product_id":"006002000041","title":"千手観音  - 合金製　純金メッキ仕上げ　総高15.5cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ155mm　幅75mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年の歴史を育んできた銅器の町｢高岡」は鋳造仏像において国内随一の産地を誇っています。この地で造られる仏像は、仏師、鋳造、仕上げ、色付けなど、伝統工芸を受け継ぐ職人たちの手により、丹精を込めて作られています。こちらのシリーズはインテリアとして、また心のよりどころとして、日々の暮らしの中で感じていただきたいと思っております。\u003cbr\u003e\n\u003cbr\u003e\n【十二支の御守り本尊＜八尊仏＞】\u003cbr\u003e\n人は誰でも「生まれ年の干支」によって定められた、生涯をお守り下さる「お守り本尊」がおります。十二支ごとに御本尊が決まっている為に、十二支一代守り本尊とも呼ばれています。自分の干支のご本尊をお参りする慣習は古くからのもので、現在では全国的に広まっています。自分自身の生まれ年のご本尊をお参りすれば、心安らかな日々が過ごせると言い伝えられています。また、干支に縁のあるものを身近に置くことは縁起が良いとされることからも御守り本尊は開運守護に最適の護符になるのです。御守り本尊と共に過ごすことで災厄から守護と様々なご利益を授かると共に、ご自身が持って生まれた良い点が伸ばされ悪い点が抑えられるのです。\u003cbr\u003e\n\u003cbr\u003e\n【千手観音】\u003cbr\u003e\n干支：子（ね）　梵字：キリーク　\u003cbr\u003e\n御真言：オン、バ、ザラ、ダ、ラマ、キリーク、ソワカ\u003cbr\u003e\n御利益：諸願成就　恋愛成就　除災招福　苦難除去\u003cbr\u003e\n千手観音は正式には千手千眼観自在菩薩と呼ばれ、千本の手はその一つ一つが二十五有を救い、千の目によって全てを自在に見通します。その奥深い慈悲の心をもって全ての者を救い、全ての願いを叶え、知恵や悟りを与え永遠の幸福と平安を授けるとされます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749527277,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_98a6bedc-ac85-4b9a-a225-984c1d24367b.jpg?v=1785744662"},{"product_id":"006002000042","title":"虚空蔵菩薩 - 合金製　純金メッキ仕上げ　総高15cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ150mm　幅65mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年の歴史を育んできた銅器の町｢高岡」は鋳造仏像において国内随一の産地を誇っています。この地で造られる仏像は、仏師、鋳造、仕上げ、色付けなど、伝統工芸を受け継ぐ職人たちの手により、丹精を込めて作られています。こちらのシリーズはインテリアとして、また心のよりどころとして、日々の暮らしの中で感じていただきたいと思っております。\u003cbr\u003e\n\u003cbr\u003e\n【十二支の御守り本尊＜八尊仏＞】\u003cbr\u003e\n人は誰でも「生まれ年の干支」によって定められた、生涯をお守り下さる「お守り本尊」がおります。十二支ごとに御本尊が決まっている為に、十二支一代守り本尊とも呼ばれています。自分の干支のご本尊をお参りする慣習は古くからのもので、現在では全国的に広まっています。自分自身の生まれ年のご本尊をお参りすれば、心安らかな日々が過ごせると言い伝えられています。また、干支に縁のあるものを身近に置くことは縁起が良いとされることからも御守り本尊は開運守護に最適の護符になるのです。御守り本尊と共に過ごすことで災厄から守護と様々なご利益を授かると共に、ご自身が持って生まれた良い点が伸ばされ悪い点が抑えられるのです。\u003cbr\u003e\n\u003cbr\u003e\n【虚空蔵菩薩】\u003cbr\u003e\n干支：丑（うし）・寅（とら）　梵字：タラーク\u003cbr\u003e\n御真言：オン、バ、ザラ、アラ、タンノー、オン、タラーク、ソワカ\u003cbr\u003e\n御利益：学業成就　子宝安産　除病息災　福徳円満\u003cbr\u003e\n胎蔵界曼陀羅虚空蔵院の主尊である虚空蔵菩薩は知恵と福徳が大空（虚空）のように広大無辺に備わっており、学業成就に特にご利益のある仏様です。また、その無量の福徳と知恵を惜しみなく与えることで、人々の福徳円満への願いにお応えになるのです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749658349,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ed38b4f8-7921-4906-af2a-7c045ab55672.jpg?v=1785744665"},{"product_id":"006002000043","title":"文殊菩薩 - 合金製　純金メッキ仕上げ　総高15cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ150mm　幅75mm　奥行60mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年の歴史を育んできた銅器の町｢高岡」は鋳造仏像において国内随一の産地を誇っています。この地で造られる仏像は、仏師、鋳造、仕上げ、色付けなど、伝統工芸を受け継ぐ職人たちの手により、丹精を込めて作られています。こちらのシリーズはインテリアとして、また心のよりどころとして、日々の暮らしの中で感じていただきたいと思っております。\u003cbr\u003e\n\u003cbr\u003e\n【十二支の御守り本尊＜八尊仏＞】\u003cbr\u003e\n人は誰でも「生まれ年の干支」によって定められた、生涯をお守り下さる「お守り本尊」がおります。十二支ごとに御本尊が決まっている為に、十二支一代守り本尊とも呼ばれています。自分の干支のご本尊をお参りする慣習は古くからのもので、現在では全国的に広まっています。自分自身の生まれ年のご本尊をお参りすれば、心安らかな日々が過ごせると言い伝えられています。また、干支に縁のあるものを身近に置くことは縁起が良いとされることからも御守り本尊は開運守護に最適の護符になるのです。御守り本尊と共に過ごすことで災厄から守護と様々なご利益を授かると共に、ご自身が持って生まれた良い点が伸ばされ悪い点が抑えられるのです。\u003cbr\u003e\n\u003cbr\u003e\n【文殊菩薩】\u003cbr\u003e\n干支：卯（う）　梵字：マン\u003cbr\u003e\n御真言：オン、ア、ラ、ハ、シャノー\u003cbr\u003e\n御利益：学業成就　智慧明瞭　福徳増進　自愛増進\u003cbr\u003e\n文殊菩薩は諸仏の智慧をつかさどり、公平無私の心をもって人々に普遍の悟りと知恵を授けるとされます。その悟りと智慧は永遠に幸福に繋がり、更に学業成就のご利益もあるとされます。俗に言う｢三人寄れば、文殊の智慧｣という言葉は、諸尊第一の知恵を持つ文殊菩薩の徳を例えたものです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749920493,"sku":null,"price":31350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ae11209a-9307-406a-b31c-f399e9448b63.jpg?v=1785744666"}],"url":"https:\/\/art-bud-world.we-shop.jp\/collections\/all-items.oembed?page=7","provider":"Art Bud World","version":"1.0","type":"link"}