{"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":"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":"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":"1189","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    \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\/1_d75860ee-5217-4a16-bfba-2e8aa79599a6.jpg?v=1774847853\" class=\"img-fluid d-block w-100 product-img\" alt=\"部屋を彩る本格仏像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e部屋を彩る本格仏像\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e空間に溶け込む美術品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e置く場所を選ばない\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003e。時の流れを感じさせる\u003cstrong\u003e深みのある彩色\u003c\/strong\u003eが、落ち着きある空間を\u003cstrong\u003e優雅に引き立て\u003c\/strong\u003e、洗練された趣をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_15802ae8-a64b-4a51-a611-40083e9d94a7.jpg?v=1774847852\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩る美術品\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常を彩る美術品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e憂いを宿す三面の美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e観る者によって表情を変える\u003cstrong\u003e三面六臂\u003c\/strong\u003e。\u003cstrong\u003e篁千礼氏監修の精緻な手彩色\u003c\/strong\u003eと\u003cstrong\u003e木地の風合い\u003c\/strong\u003eが、\u003cstrong\u003e天平の美意識と深い感情\u003c\/strong\u003eを雄弁に物語ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_1d806734-2aee-459b-b34f-021434369baa.jpg?v=1774847853\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: R-100\u003c\/li\u003e\n                    \u003cli\u003eポイント: 5,940\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高さ: 360mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 215mm\u003c\/li\u003e\n                    \u003cli\u003e奥行: 125mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 517g\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                \u003cp class=\"body-text\"\u003e原型の高精度3Dスキャニングを行い、取得した3Dデータを元に高い技術を誇る木彫工房で彫像に仕上げ、姉妹ブランド「イスム」の工房で一体一体に手彩色を施し完成します。3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cvideo controls=\"controls\" src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/movie.mp4\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto;\"\u003e\u003c\/video\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e各部の詳細な表現と彩色をご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/img01-01.jpg\" alt=\"憂いを感じる独特の表情\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e憂いを感じる独特の表情を見事に表現\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/img01-02.jpg\" alt=\"装飾と金彩\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e装飾や宝相華紋に使用された金が感じさせる格調高さ\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/img01-03.jpg\" alt=\"木地の質感\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e木地本来の質感や木目を感じることのできる味わいある下地\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/img02-01.jpg\" alt=\"木の風合いを生かした彩色\"\u003e\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\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05.jpg\" alt=\"彩色監修 篁千礼\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e1987年、彩色木彫作家 平野富山氏に入門。その後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。2012年に独立し篁千礼彩色研究所（埼玉県）を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\u003c\/p\u003e\n                \u003cul class=\"benefit-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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/asyura230411\/img03.jpg\" 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「うつすこと まなぶことは 美の創造の原点だ！」をテーマに、2005年、東京国立博物館で特別展《模写・模造と日本美術-うつす・まなぶ・つたえる-》が開催されました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e作品の「模写・模造」は、洋の東西を問わず古くから多くの芸術家たちが繰り返し行ってきており、ローマ時代にはギリシャ彫刻の名作が数多く大理石に模刻され、また室町時代の画聖・雪舟は、模写によって学んだ異国の画風や技法を礎に多くの傑作を生み出しました。その雪舟の作品は、江戸時代の狩野派の画家たちが盛んに写し学んでいったのです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e模写・模造は「ほんもの」ではない価値の低いものとされるのが常ですが、美術工芸における制作の過程では「模写・模造」こそが、さらなる創造を生み出す原点となり、古典の再生をもたらす原動力となってきました。製品を通じて伝移模写の精神をぜひ感じ取っていただき、仏教美術として、また祈りの対象として一人でも多くの方が国宝模造仏像に興味を持ってくださることを切に願います。\u003c\/p\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        \u003cp class=\"body-text\"\u003e納期: 3日～5日\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\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        \u003cp class=\"body-text\"\u003e表示寸法と実際とは若干誤差が生じる場合がございます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365080301,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d75860ee-5217-4a16-bfba-2e8aa79599a6.jpg?v=1774847853"},{"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":"1206","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_e1c944c1-39be-497d-bc54-1945907efce9.jpg?v=1774847864\" 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_9238d790-ee7f-4573-b852-4d0ff4a73c92.jpg?v=1774847864\" 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_fe79b616-0305-4a0e-8b69-7da9fd8ad20e.jpg?v=1774847864\" 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            \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            \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=\"step-list\"\u003e\n                \u003cli\u003e原型の高精度3Dスキャニング\u003c\/li\u003e\n                \u003cli\u003e3Dデータを用いた木彫工房での彫像製作\u003c\/li\u003e\n                \u003cli\u003e姉妹ブランド「イスム」工房での手彩色\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eこれらの工程により、高品質ながらもお求めやすい価格を実現し、日本の伝統美術をより身近に感じていただけます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-01_2.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\/230711fumyo\/img-02.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\/230711fumyo\/img-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=\"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    \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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05.jpg\" alt=\"彩色監修者 篁千礼氏\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e彩色監修者 篁千礼氏\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e\u003cstrong\u003e略歴\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e1987年: 彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                \u003cli\u003eその後: 富山の後継者である平野千里氏のもとで20数年にわたり修行。\u003c\/li\u003e\n                \u003cli\u003e2012年: 独立し篁千礼彩色研究所（埼玉県）を設立。\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-05.jpg\" alt=\"モデルとなった不動明王立像\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003eモデルとなった重文「木造 不動明王立像」\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e\u003cstrong\u003e像の特徴\u003c\/strong\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                \u003cli\u003e\n\u003cstrong\u003e不動明王の役割\u003c\/strong\u003e: 憤怒の相で三鈷剣を振るい厄難を断ち切り、羂索で悪鬼や邪気を縛り上げ、迦楼羅鳥の火炎であらゆる煩悩を討ち祓う。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e国宝模造について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「うつすこと まなぶことは 美の創造の原点だ！」をテーマに、2005年には東京国立博物館で特別展も開催されました。作品の「模写・模造」は古くから多くの芸術家が行ってきた創作活動です。\u003c\/p\u003e\n            \u003cp\u003e模写・模造は「ほんもの」ではないと見られがちですが、美術工芸の制作過程においては、さらなる創造を生み出す原点であり、古典の再生をもたらす原動力となってきました。この製品を通じて伝移模写の精神を感じ取っていただき、仏教美術として、また祈りの対象として、国宝模造仏像への興味を深めていただければ幸いです。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 提供された情報に配送案内、注意事項、商品コードの記載がないため、該当セクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365244141,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e1c944c1-39be-497d-bc54-1945907efce9.jpg?v=1774847864"},{"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":"1257","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_ac7ac52f-d3df-4778-92b6-20f444aa68c1.jpg?v=1774847872\" 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_f00063b5-3eaf-4d9a-a838-820c0bce7c97.jpg?v=1774847872\" 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\/3_d4e97ee2-d6dd-4426-a052-29671f8eb6e3.jpg?v=1774847872\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: R-103\u003c\/li\u003e\n                    \u003cli\u003eポイント: 5,940\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高さ: 300mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 165mm\u003c\/li\u003e\n                    \u003cli\u003e奥行: 165mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 779g\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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/fv.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品全体像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高品質でお求めやすい価格を実現するため、以下の制作工程を経て完成します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e当社制作原型の高精度3Dスキャニングを実施。\u003c\/li\u003e\n                    \u003cli\u003e取得した3Dデータを元に、高い技術を誇る木彫工房で彫像に仕上げます。\u003c\/li\u003e\n                    \u003cli\u003e姉妹ブランド「イスム」の工房で、一体一体に手彩色を施し完成。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"木地本来の質感と木目を感じる彩色\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e木地本来の質感や木目を感じることのできる彩色\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"特徴的な流れるような衣文\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e特徴的な流れるような衣文を木彫で見事に再現\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"指先程の四天王が配された蓮華座\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\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 class=\"body-text\"\u003e本製品の彩色監修は、仏像ワールドで人気の高い確かな技と伝統を受け継ぐ彩色師、篁千礼先生が担当しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"篁千礼氏 肖像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e【略歴】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1987年: 彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行。\u003c\/li\u003e\n                    \u003cli\u003e2012年: 独立し、篁千礼彩色研究所（埼玉県）を設立。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e親しみやすい温かみのある作品から芸術性の高いものまで、幅広い創作活動を行っています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e先生からのメッセージ:\u003c\/p\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                \u003cp class=\"body-text\"\u003e本製品のモデルは、京都・宝菩提院願徳寺所蔵、平安時代前期に制作された国宝「木造 菩薩半跏像（伝如意輪観音）」です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モデルとなった像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e中国・唐代彫刻を感じさせる異国的な表情と、条帛と天衣を複雑に交差させた写実的な衣文が特徴。緻密に彫り込まれた四天王が支える台座の上に凛とした佇まいで坐す、日本を代表する一木造りの名作です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e「国宝模造」とは：\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e「うつすこと まなぶことは 美の創造の原点だ！」をテーマに、2005年には東京国立博物館で特別展《模写・模造と日本美術-うつす・まなぶ・つたえる-》が開催されました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e作品の「模写・模造」は、洋の東西を問わず古くから多くの芸術家たちが行ってきました。ローマ時代にはギリシャ彫刻の名作が数多く大理石に模刻され、また室町時代の画聖・雪舟は、模写によって学んだ異国の画風や技法を礎に多くの傑作を生み出しました。その雪舟の作品は、江戸時代の狩野派の画家たちが盛んに写し学んでいったのです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e模写・模造は「ほんもの」ではない価値の低いものとされるのが常ですが、美術工芸における制作の過程では「模写・模造」こそが、さらなる創造を生み出す原点となり、古典の再生をもたらす原動力となってきました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e本製品を通じて「伝移模写」の精神を感じ取っていただき、仏教美術として、また祈りの対象として一人でも多くの方が国宝模造仏像に興味を持ってくださることを切に願います。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (製品詳細) --\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文から約3～5日以内にお届けします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c!-- \/shipping-box --\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\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商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365342445,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ac7ac52f-d3df-4778-92b6-20f444aa68c1.jpg?v=1774847872"},{"product_id":"1319","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高さ415mmの檜が醸し出す存在感は、見る者の心を深く鎮めます。\u003cstrong\u003e運慶が確立した鎌倉様式\u003c\/strong\u003eの力強さと気概が、日々の生活に静かなる秩序をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_29a931ec-25c5-4659-a1d9-3caac885c5a4.jpg?v=1774847882\" 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高精度3Dデータ\u003c\/strong\u003eから彫り出された造形に、仏像彩色の第一人者が手彩色を施しました。勇ましい表情の奥に宿る慈愛の眼差しが、見る者の魂に語りかけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_7af07658-2708-46ac-bec3-06694f770688.jpg?v=1774847882\" 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\/4_19c3ed4c-512b-45ed-bbc7-8c4138f0cb67.jpg?v=1774847882\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e息をのむ造形の妙\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \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商品コード: R-104\u003c\/li\u003e\n                    \u003cli\u003eポイント: 10,560\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高さ: 415mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 215mm\u003c\/li\u003e\n                    \u003cli\u003e奥行: 150mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 784g\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\u003e仏像ワールドの「リアル仏像」は、国宝や重要文化財に指定される歴史的、芸術的価値の高い仏像の造形美を忠実に再現し、ご家庭で飾りやすいサイズに仕上げた木彫りの仏像です。\u003c\/p\u003e\n                \u003cp\u003e高品質でお求めやすい価格を実現するリアル仏像 木造 毘沙門天立像は、当社が制作した原型の高精度3Dスキャニングを行い、取得した3Dデータを元に高い技術を誇る木彫工房で彫像に仕上げた後、彩色師 篁千礼氏が手彩色を施し完成します。\u003c\/p\u003e\n                \u003cp\u003e3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904bisya\/img0201.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e勇ましい雰囲気を醸し出す重厚な色彩\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904bisya\/img0202.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e上品さも感じられる金を使用した彩色\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904bisya\/img0203.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\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                \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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904miroku\/artist.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n                \u003cp\u003e江戸時代までは仏像に彩色を施すのは当たり前のことでした。しかし明治の時代になり西洋彫刻のフォルム至上主義の考え方が浸透する中で、いつしか仏像への彩色は邪魔なものとされるようになりました。そのような風潮に反し、日本古来の彩色木彫を大きく復活させたのが、日本彫刻界の巨星であり文化勲章を受章した平櫛田中（ひらぐし でんちゅう）でした。田中が残した数々の名品、その彩色のほとんどを任されていたのが彩色師 平野富山（ひらの ふざん）でした。\u003c\/p\u003e\n                \u003cp\u003e略歴:\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                    \u003cli\u003e2012年に独立し篁千礼彩色研究所（埼玉県）を設立。\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\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904bisya\/img04.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n                \u003cp\u003e国宝「毘沙門天立像」がモデル。独特の姿勢やたくましさを表現した体躯が特徴の大仏師「運慶」が確立した鎌倉様式の代表的な像。立体的で凛々しさがあるそのお姿は東国武士の力強さと気概、臨戦態勢にある武士の緊張感が表現されている。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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本商品は受注制作の為、ご注文後、おおよその納品可能日をお知らせいたします。\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":49717365571821,"sku":null,"price":352000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_29a931ec-25c5-4659-a1d9-3caac885c5a4.jpg?v=1774847882"},{"product_id":"1320","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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e静謐な空間を彩る弥勒菩薩\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e生活空間に静寂と気品をもたらす、高さ300mmの優美な佇まい。歴史の奥深さに思いを馳せる半跏思惟の姿が、日々の喧騒から心を解き放ち、内省の時間へと誘います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_2392c460-426e-4287-8945-d91b750e2292.jpg?v=1774847885\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e慈悲深い微笑みに包まれるひととき\u003c\/p\u003e\n        \u003cfigure class=\"mb1\"\u003e\u003cvideo controls=\"controls\" src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904miroku\/movie.mp4\"\u003e\u003c\/video\u003e\u003c\/figure\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_ea3aac2d-e7dd-4e24-9a54-00b935d923c1.jpg?v=1774847885\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e匠の技が宿る慈愛の眼差し\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木肌が語る匠の美学\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどの角度から見ても寸分の隙もない、ヒノキの豊かな木目が織りなす芸術性。伝統的な木彫技術と現代の切削技術が融合し、空間に調和をもたらす洗練された逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_68f55881-ed59-4d50-b802-044fb904966a.jpg?v=1774847885\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: R-105\u003c\/li\u003e\n                    \u003cli\u003eポイント: 9,240\u003c\/li\u003e\n                    \u003cli\u003eサイズ: 高さ300mm 幅145mm 奥行180mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 735g\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\/240904miroku\/fv02.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            \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リアル仏像 木造 弥勒菩薩半跏思惟像は、当社が制作した原型の高精度3Dスキャニングを行い、取得した3Dデータを元に高い技術を誇る木彫工房で彫像に仕上げた後、彩色師 篁千礼氏が手彩色を施し完成します。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\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本作品は木目を活かしつつ、部分的に金彩色を施した仕上げがなされています。これは長い年月をかけ金箔が剥落し、現在の姿になった国宝『木造弥勒菩薩半跏像』の楚々とした佇まいがもたらすイメージを壊すことなく、僅かな華やぎを添えるという篁氏ならではの絶妙なバランス感覚で仕上げられたものです。\u003c\/p\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\/240904miroku\/img02-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\/butuzouw\/img\/240904miroku\/img02-02.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\/butuzouw\/img\/240904miroku\/img02-03.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                \u003cp class=\"body-text\"\u003e本作品の彩色を手掛けた篁千礼は富山の正当後継者の一人であり、仏像彩色の第一人者です。篁氏は彩色に際し、まず仏像それぞれの性格、特性を表す紋様、バランスのとれた配色を構想します。こちらの作品は、現在では木肌が現れ、落ち着いた雰囲気を醸し出していますが、造像当時は像全体に漆で金箔を貼り付けた光輝く漆箔像であったとされています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e略歴:\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                    \u003cli\u003e2012年に独立し篁千礼彩色研究所（埼玉県）を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904miroku\/artist.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右足を曲げて左膝の上に乗せ、右手の指を頬に向け、想いにふける半跏思惟の姿勢で有名なこの像は彫刻作品として初めて国宝に認定されました。造像からおよそ1400年の時を経た現在でもアルカイックスマイルと呼ばれる微笑と優美な体躯で人々を魅了しています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e弥勒菩薩半跏像が醸し出す慈悲深いお姿:\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e心持ち前傾姿勢をとり左足を踏み下げ、その膝の上に右足を組んで坐り、右手を頬に添えて思案する姿。こうした座り方を半跏、もの思いに耽ることを思惟ということから、このような姿勢を持った仏像を半跏思惟像といいます。弥勒菩薩は半跏思惟のお姿で、お釈迦様の教えで救われなかった人々を救済する方法を思い描きながら、56億７千万年後に現れる未来仏とされています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904miroku\/img04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\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        \u003cp class=\"body-text\"\u003e本商品は受注制作の為、ご注文後、おおよその納品可能日をお知らせいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\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":49717365604589,"sku":null,"price":308000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_2392c460-426e-4287-8945-d91b750e2292.jpg?v=1774847885"},{"product_id":"1360","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    \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_3c26c2d1-0ce2-41a3-9052-e37598cb6fdf.jpg?v=1774847890\" 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_c2193448-81c5-44a4-a725-58f0d796ab27.jpg?v=1774847890\" 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\/5_25bb6902-7aa7-47ff-b91f-fc3b34673718.jpg?v=1774847890\" 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仏像ワールドの「リアル仏像」は、国宝や重要文化財に指定される歴史的、芸術的価値の高い仏像の造形美を忠実に再現し、ご家庭で飾りやすいサイズに仕上げた木彫りの仏像です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e生活空間に飾り、像が伝える歴史に思いを馳せる、そんな体験をお届けします。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cvideo controls=\"controls\" src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128fujin\/movie.mp4\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e高品質でお求めやすい価格を実現するため、原型の高精度3Dスキャニングを実施。\u003c\/li\u003e\n                \u003cli\u003e取得した3Dデータを元に、高い技術を誇る木彫工房で彫像に仕上げています。\u003c\/li\u003e\n                \u003cli\u003e彩色師 篁千礼氏が手彩色を施し、古色蒼然とした風合いを表現。\u003c\/li\u003e\n                \u003cli\u003e3Dデータを用いた切削加工機により、日本の伝統美術がより身近になります。\u003c\/li\u003e\n            \u003c\/ul\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\/250128fujin\/img0201.jpg\" alt=\"リアル仏像 木造 風神像\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128fujin\/img0202.jpg\" alt=\"古色蒼然とした彩色美\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128fujin\/img0203.jpg\" alt=\"風神の表情\"\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高さ: 315mm\u003c\/li\u003e\n                \u003cli\u003e幅: 120mm\u003c\/li\u003e\n                \u003cli\u003e奥行: 140mm\u003c\/li\u003e\n                \u003cli\u003e重量: 779g\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商品コード: R-107\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/240904miroku\/artist.jpg\" alt=\"彩色師 篁千礼氏\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e江戸時代までは仏像に彩色を施すのは当たり前のことでしたが、明治以降、西洋彫刻の影響で彩色は邪魔なものとされてきました。しかし、日本彫刻界の巨星・平櫛田中やその彩色を任された平野富山により、日本古来の彩色木彫は大きく復活を遂げました。\u003c\/p\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=\"point-list\"\u003e\n                \u003cli\u003e1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                \u003cli\u003e2012年に独立し篁千礼彩色研究所（埼玉県）を設立。\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128raijin\/img04.jpg\" alt=\"国宝 風神雷神像\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e躍動感に満ちた造形はどこかユーモラスでもあり、鎌倉彫刻の傑作の一つとされています。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e納品までの目安: およそ6か月\u003c\/li\u003e\n            \u003cli\u003e商品は制作中または受注生産となる場合があります。\u003c\/li\u003e\n            \u003cli\u003eご注文後、納品可能日が確定次第お知らせいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\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表示寸法と実際とは若干誤差が生じる場合がございます。\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":49717365670125,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_3c26c2d1-0ce2-41a3-9052-e37598cb6fdf.jpg?v=1774847890"},{"product_id":"1361","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\/1_9556cef9-ef27-49a1-9254-e28d5781442d.jpg?v=1774847893\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e国宝の迫力を現代に再現\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e歴史と響き合う日常美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e悠久の時を経て伝えられる造形美が、現代の空間と見事に調和する。風神と対をなし、語り継がれる芸術を日常に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/3_b52edbe4-decf-41e7-b6a6-6cf9f24c64ae.jpg?v=1774847893\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e部屋に宿る、古き良き日本の美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e彩色師が宿す魂の造形\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e篁千礼氏による手彩色が、雷神の表情に生命を吹き込む。経年変化を感じさせる風合いが、見るたびに深い感動を呼び起こします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_1a012968-6254-45e5-9cc9-081bc341d12c.jpg?v=1774847893\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e職人技が光る、圧巻の表現\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e仏像ワールド「リアル仏像」について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e仏像ワールドの「リアル仏像」は、国宝や重要文化財に指定される歴史的、芸術的価値の高い仏像の造形美を忠実に再現し、ご家庭で飾りやすいサイズに仕上げた木彫りの仏像です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e高品質でお求めやすい価格を実現するリアル仏像 木造 雷神像は、当社が制作した原型の高精度\u003cstrong\u003e3Dスキャニング\u003c\/strong\u003eを行い、取得した3Dデータを元に高い技術を誇る木彫工房で彫像に仕上げた後、彩色師 篁千礼氏が手彩色を施し完成します。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128raijin\/img0201.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e経年変化を感じさせる古色蒼然とした彩色美\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128raijin\/img0202.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e雷鳴を呼び寄せる威圧感と力強い表情\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128raijin\/img0203.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\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 class=\"body-text\"\u003e本製品の基本データをご確認いただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: R-108\u003c\/li\u003e\n                    \u003cli\u003eポイント: 5,940\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高さ: 330mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 170mm\u003c\/li\u003e\n                    \u003cli\u003e奥行: 140mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 649g\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        \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\/240904miroku\/artist.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e木目や木肌を見極め、仏像の美を最大限引き出す彩色師 篁千礼氏。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e本作品の彩色を担当したのは、仏像彩色の第一人者である篁千礼氏です。篁氏は、雷神像の激しい動きと特徴的な表情を際立たせるため、配色の細部に至るまで緻密な計画を立て、独自のバランス感覚で完成させました。篁氏の卓越した彩色技術と深い仏教的理解により、この雷神像は現代においてもその存在感を際立たせる一品となっています。伝統の継承と新たな創造が交差するこの作品は、雷神の轟くようなエネルギーと威厳を見事に体現しています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e江戸時代までは仏像に彩色を施すのは当たり前のことでした。しかし明治の時代になり西洋彫刻のフォルム至上主義の考え方が浸透する中で、いつしか仏像への彩色は邪魔なものとされるようになりました。そのような風潮に反し、日本古来の彩色木彫を大きく復活させたのが、日本彫刻界の巨星であり文化勲章を受章した平櫛田中（ひらぐし でんちゅう）でした。田中が残した数々の名品、その彩色のほとんどを任されていたのが彩色師 平野富山（ひらの ふざん）でした。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e本作品は、雷神像の写実的な表現と木彫の趣を最大限に引き立てる仕上げとなっています。全体的に、時を経た木彫特有の風合いを生かし、雷神の力強さと躍動感を見事に表現しています。この仕上げは、長い年月の経年変化を想起させる自然な表現を意識し、現代の技術と感性で復元的な美しさを生み出したものです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e略歴\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                    \u003cli\u003e2012年に独立し篁千礼彩色研究所（埼玉県）を設立。\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\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128raijin\/img04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e天才仏師 運慶の長男 湛慶作とされる「国宝 風神雷神像」がモデル。恐ろしい災害とともに五穀豊穣の恵みをもたらす自然現象を神格化した身近な神として、古くから人々の信仰を集めました。躍動感に満ちた造形はどこかユーモラスでもあり、鎌倉彫刻の傑作の一つとされています。\u003c\/p\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        \u003cp class=\"body-text\"\u003e納品までの目安はおよそ6か月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\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\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365702893,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_9556cef9-ef27-49a1-9254-e28d5781442d.jpg?v=1774847893"},{"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\/buddhist-statue.oembed?page=5","provider":"Art Bud World","version":"1.0","type":"link"}