{"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":"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":"1096","title":"木造 良寛像","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e良寛像が導く心の静寂\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e清貧にして限りなく自由。良寛の生き様が現代に語りかけ、物質的な豊かさとは異なる\u003cstrong\u003e真の心の安らぎ\u003c\/strong\u003eを日々の暮らしにもたらします。慈愛に満ちたその表情は、見る者の心を穏やかに包み込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c4c1791c-3ce6-4fbc-b7b9-781262fb8e31.jpg?v=1774847843\" class=\"img-fluid d-block w-100 product-img\" alt=\"慈愛の表情、心の平穏\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e慈愛の表情、心の平穏\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e禅僧の息吹宿る木造仏像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e仏師 藤田燿憶の卓越した原型彫刻が、良寛の柔らかな佇まいを\u003cstrong\u003e精緻に表現\u003c\/strong\u003e。横顔に宿る静かな悟りの表情は、空間に深い奥行きと\u003cstrong\u003e唯一無二の品格\u003c\/strong\u003eを与え、思索の時を深める場を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_9392de9a-f4a0-4abf-9718-178aa79684ff.jpg?v=1774847843\" class=\"img-fluid d-block w-100 product-img\" alt=\"精緻な造形、禅の気品\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精緻な造形、禅の気品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e彩りが織りなす良寛の精神性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e彩色師 篁千礼による監修のもと、木肌の温もりと調和する色彩が、像に\u003cstrong\u003e生命感\u003c\/strong\u003eを吹き込みました。どの角度からも清らかな空気が漂い、日々の瞑想や精神的な営みを\u003cstrong\u003e豊かに彩る\u003c\/strong\u003e存在となります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_cc7a296b-78c1-482e-b472-c3090123f753.jpg?v=1774847843\" class=\"img-fluid d-block w-100 product-img\" alt=\"温もりの色彩、豊かな思索\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e温もりの色彩、豊かな思索\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴とコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e偉人から現代に通じる教えを学び、感じる「高僧・祖師」シリーズの第一弾として、「木造 良寛像」が誕生しました。本作品は、以下の特徴を持っています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e仏師 藤田燿憶氏による原型と、仏像彩色師 篁千礼氏による彩色監修が施されています。\u003c\/li\u003e\n          \u003cli\u003e物質的な豊かさとは異なる真の心の安らぎを、日々の暮らしにもたらすことを意図しています。\u003c\/li\u003e\n          \u003cli\u003e良寛の清貧で自由な生き方から、現代社会における真の豊かさとは何かを問いかけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/A.jpg\" class=\"img-fluid d-block w-100\" alt=\"商品の特徴\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e良寛について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e良寛は、江戸時代後期の禅僧で、漢詩人、歌人、書家としても知られる稀有な人物です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生没年: 1758年〜1831年\u003c\/li\u003e\n          \u003cli\u003e宗派: 曹洞宗\u003c\/li\u003e\n          \u003cli\u003e出身: 越後国出雲崎（現・新潟県三島郡出雲崎町）の名主、橘屋山本家の長男として生まれる。\u003c\/li\u003e\n          \u003cli\u003e生涯: 18歳で出家し、修行を経て諸国行脚。生涯を通じて特定の寺を持たず、粗末な草庵に住み、欲にとらわれない清貧な生活を送りました。\u003c\/li\u003e\n          \u003cli\u003e人物像: 多くの詩や歌には良寛の素朴な人間性が表れ、夏目漱石など著名人からも愛されています。分け隔てることなく誰とでも平等に接し、子供たちと無邪気に遊ぶ逸話から伝わる慈愛に満ちた人物像は、時代を超えて親しまれています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/B.jpg\" class=\"img-fluid d-block w-100\" alt=\"良寛とは\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e作者紹介\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-153\/C.jpg\" class=\"img-fluid d-block w-100\" alt=\"作者紹介\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e本作品は、仏師 藤田燿憶氏による原型と、仏像彩色師 篁千礼氏による彩色監修のもと制作されました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e仏師 藤田燿憶（ふじたようおく）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1955年 栃木県生まれ。\u003c\/li\u003e\n          \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む。\u003c\/li\u003e\n          \u003cli\u003e1975年 独立。\u003c\/li\u003e\n          \u003cli\u003e2012年 （一社）「日本画府第59回公募展」にて「浮現観音」（奨励賞）、「気付き観音」（入選）を獲得。\u003c\/li\u003e\n          \u003cli\u003e2013年 「気付き観音」入選。作家として高く評価される。\u003c\/li\u003e\n          \u003cli\u003e現在は東京を拠点に仏像彫刻講座を開くほか、全国の有名百貨店で個展を開催し、仏像普及のため精力的に活動されています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e彩色師 篁千礼（たかむらちひろ）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1962年 東京生まれ。\u003c\/li\u003e\n          \u003cli\u003e1987年 彩色木彫作家の平野富山氏に入門。平野富山氏亡きあとは後継の平野千里氏に師事し、以後20数年にわたり修行を積む。\u003c\/li\u003e\n          \u003cli\u003e仏像のほか、縁起物・歌舞伎・能等の古典芸能を題材とした様々な木彫を手掛けています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・製品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品は、熟練の職人による精巧な木造です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 木材\u003c\/li\u003e\n          \u003cli\u003e商品名: 木造 良寛像\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364949229,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c4c1791c-3ce6-4fbc-b7b9-781262fb8e31.jpg?v=1774847843"},{"product_id":"1185","title":"武将が愛した仏像　源義経　金銅千手観音菩薩立像","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e武将の守護本尊、その金銅美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e源義経\u003c\/strong\u003eが信仰した\u003cstrong\u003e千手観音立像\u003c\/strong\u003eを、歴史資料に基づき\u003cstrong\u003e忠実に再現\u003c\/strong\u003eしました。\u003cstrong\u003eブロンズ製\u003c\/strong\u003eの本体と\u003cstrong\u003e桧材\u003c\/strong\u003eの厨子が織りなす、\u003cstrong\u003e鎌倉時代\u003c\/strong\u003eの面影を残す精緻な造形です。\u003cstrong\u003e高岡銅器\u003c\/strong\u003eの技が光る逸品が、いにしえの息吹を今に伝えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cae26877-6f87-49a0-b3cb-28a3b2658233.jpg?v=1774847847\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e義経と歩んだ歴史の証し\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e空間に息づく、静謐な存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e温かみのある光の中で、\u003cstrong\u003e慈悲深い眼差し\u003c\/strong\u003eを向ける千手観音像。さりげなく置くだけで、部屋に\u003cstrong\u003e落ち着きと品格\u003c\/strong\u003eをもたらします。慌ただしい日常に、\u003cstrong\u003e心の平安\u003c\/strong\u003eをもたらす特別な一点となるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/3_0b411f1c-2945-42a9-b9c8-d77bf4645081.jpg?v=1774847847\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心を癒す、安らぎの光景\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e奇跡の十六臂、稀有な造形美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一般的な千手観音とは異なる、胸前の合掌手と宝珠手、左右六臂の独特な\u003cstrong\u003e十六臂\u003c\/strong\u003eの姿。\u003cstrong\u003e仏師・藤田燿憶\u003c\/strong\u003eが細部までこだわり、稀有な個性を完璧に表現しました。義経が託した願いが込められた、\u003cstrong\u003e歴史の一ページ\u003c\/strong\u003eがここに蘇ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_75ce4553-5d5b-4b49-985e-8d272050725f.jpg?v=1774847847\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e時代を超えた、匠の技と物語\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e天下の英雄 源義経の奇跡的な武功を支えた守護本尊\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e平家討伐の最大の英雄、源義経（1159～1189）。兄 頼朝との確執から非業の死を遂げたにもかかわらず、その存在を惜しむ声は絶えません。それは弱者や薄幸の者への同情を表す言葉「判官贔屓（びいき）」が義経の官職、検非違使の尉（判官）に由来する通り、悲劇の武将だったからです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/bg-02-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品は、今なお屈指の人気を誇る義経の守護本尊とされる『金銅千手観音菩薩立像』を再現したものです。ある研究によるとこの守護本尊は、仏像本体と蓮華座は鎌倉時代、仏龕(ぶつがん)は後年の作とされ、仏像本体の実寸が7センチと小さいためか、胸前に合掌手、腹前に宝珠手、左と右それぞれに六臂の合計十六臂という一般的な千手観音とは異なる造形が特徴です。仏龕背面には寿永三（1184）年正月に義経が京都のお寺に奉納したことを示す碑文が刻まれます。義経が幼少期を過ごした鞍馬寺の本尊「尊天」の三身一体の一尊が千手観音であり、また母 常盤御前が義経を含む三人の子を出家させた際、千手観音に無事を祈願したと伝わることからも、義経にとってこの小さな「金銅千手観音菩薩立像」はとても縁深い仏像だったといえます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eもし、義経が「金銅千手観音菩薩立像」を手放さなければ……？\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e仏龕背面の碑文によると、京都の寺院に「金銅千手観音菩薩立像」が奉納されたのは寿永三年正月。この時期の義経は、宇治川の戦いで志田義広の軍勢を破って入京を果たし、敗走した木曽義仲を粟津の戦いで討ち取り京の都に鮮烈なデビューを果たした頃と推測されます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eその後、一の谷の戦い、屋島の戦い、壇ノ浦の戦いにおいて立て続けに天才的な軍略を発揮した義経は、入京から1年余りの短期間で平家討伐を果たし絶頂期を迎えます。しかしこの歴史的戦勝こそが、兄 頼朝との確執の始まりでもありました。歴史に「もし」はタブーですが、義経が守護本尊の「金銅千手観音菩薩立像」を手放すことがなかったら、頼朝との関係もまた違っていたのかもしれません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e仏師「藤田燿憶」の技と伝統工芸高岡銅器の国内メーカーにより再現！\u003c\/h3\u003e\n        \u003cvideo controls=\"controls\" src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/movie.mp4\" class=\"img-fluid d-block w-100\"\u003e\u003c\/video\u003e\n        \u003cp class=\"body-text\"\u003e製品のモデルとなった『金銅千手観音菩薩立像』は、紆余曲折を経て現在は和歌山県の名刹に所蔵されています。本体、蓮華の蕾を模した仏龕ともに金銅製で、保存状態も良好であったのか鍍金も良く残されています。仏像ワールドではこの逸品をほぼ原寸で再現するにあたり、原型制作を仏師 藤田燿憶、彩色監修を仏像彩色師 篁千礼に依頼しました。藤田仏師が入魂の技で彫り上げた原型をもとに、千手観音立像本体は国指定伝統的工芸品の第一次指定を受ける高岡銅器の一流工房で実物と同様の金銅仏に仕上げました。一方、厨子と台座は桧材を使用し、中国屈指の木彫工房で忠実に彫刻。さらに姉妹ブランド「イスム」の工房で金銅製を思わせる味わい深い彩色を施しました。構想から製品化に至るまで1年あまりの期間を費やし制作した当製品。最終的に藤田仏師の監修を経て、署名落款の入った桐箱に納めてお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e天才的軍略で平家を討伐した悲劇の英雄 源九郎？判官義経！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e平家討伐の最大の英雄 源義経（1159〜1189）。河内源氏の源義朝の九男として生まれ、幼名は牛若丸。平治の乱で父が敗死したことにより鞍馬寺に預けられるが、後に平泉へ下り、奥州藤原氏の庇護を受けていた際、異母兄である源頼朝が平氏打倒の兵を挙げるとそれに馳せ参じました。そして、一ノ谷での「鵯越(ひよどりごえ)の逆落し」、屋島の「弓流し」、壇ノ浦の「八艘(はっそう)飛び」など、合戦場での奇跡的な活躍を経て平氏を滅ぼし、平家討伐の最大の英雄となりました。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e義経は死なず！今も人々の心に語り継がれる義経の物語。\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e栄光と挫折が激しく変転した義経の生涯は日本人の琴線に大いに触れ、軍記物語の「義経記」「平家物語」には、五条大橋での弁慶との戦いや源平合戦での活躍、静御前との悲恋が記され、そのドラマチックさ故に、歌舞伎や人形浄瑠璃、能の演目に義経を主人公とした「判官もの」というジャンルを生み出しました。また歴史的英雄の死を受けとめられない人々の思いから、義経は衣川の戦いの難を逃れたとする「義経生脱説」が囁かれ、江戸時代中期になると、義経は蝦夷に落ち延びアイヌの棟梁になったとの説まで生まれました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eさらに江戸時代末期に来日したフィリップ・フランツ・フォン・シーボルトは、源義経が成吉思汗（チンギス・ハーン）であったとの大胆な論を説き、義経を愛する人たちの心を強く打ったことから大正時代には『成吉思汗ハ源義経也』（小谷部全一郎著）が出版され一大ブームとなりました。昭和に入ると義経＝成吉思汗の決定版的名著『成吉思汗の秘密』（高木彬光著）が出版され「義経生脱説」誕生から300年を超える長きにわたり、義経の物語は語り継がれ、人々の心を揺さぶり続けているのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e源義経の守護本尊とされる「金銅千手観音菩薩立像」を忠実に再現しました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e鎌倉時代の仏像本体と蓮華座、後年の仏龕を再現\u003c\/li\u003e\n                    \u003cli\u003e胸前の合掌手、腹前の宝珠手、左右六臂の合計十六臂という珍しい造形\u003c\/li\u003e\n                    \u003cli\u003e仏龕背面には寿永三（1184）年正月に義経が京都の寺院に奉納したことを示す碑文が刻印\u003c\/li\u003e\n                    \u003cli\u003e義経が信仰したとされる縁深い千手観音\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-03-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e珍しい十六臂の造形\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e制作について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e伝統の技と現代の技術が融合した、細部にわたるこだわり。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e原型制作は仏師「藤田燿憶」、彩色監修は仏像彩色師「篁千礼」\u003c\/li\u003e\n                    \u003cli\u003e本体は国指定伝統的工芸品の高岡銅器一流工房で制作された金銅仏\u003c\/li\u003e\n                    \u003cli\u003e厨子と台座は桧材を使用し、中国の木彫工房で彫刻後、姉妹ブランド「イスム」の工房で彩色\u003c\/li\u003e\n                    \u003cli\u003e構想から製品化まで1年を費やした逸品\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e【原型制作：仏師 藤田燿憶（ふじたようおく）】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1955年 栃木県生まれ\u003c\/li\u003e\n                    \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む\u003c\/li\u003e\n                    \u003cli\u003e1975年 独立\u003c\/li\u003e\n                    \u003cli\u003e2012年 (一社)「日本画府第59回公募展」初入選「浮現観音」（奨励賞）／「気付き観音」（入選）\u003c\/li\u003e\n                    \u003cli\u003e2013年「気付き観音」入選。作家として高く評価される。現在は本拠地の東京で仏像彫刻講座を開くほか、日本橋高島屋など全国の有名百貨店で個展を開催し、仏像普及のため精力的に活動する。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e【彩色監修：彩色師 篁千礼（たかむらちひろ）】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e女子美術大学、太平洋美術研究所に在籍後、1987年、彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。\u003c\/li\u003e\n                    \u003cli\u003e2012年に独立し篁千礼彩色研究所を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細・素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e各部の詳細サイズと使用素材です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 560-271\u003c\/li\u003e\n                    \u003cli\u003eポイント: 2,940\u003c\/li\u003e\n                    \u003cli\u003e本体(約): 高さ85×横44×厚み16mm、重さ135g\u003c\/li\u003e\n                    \u003cli\u003e厨子・台座(約): 高さ185×幅95×奥行65mm、重さ147g\u003c\/li\u003e\n                    \u003cli\u003e本体素材: ブロンズ\u003c\/li\u003e\n                    \u003cli\u003e厨子・蓮華座素材: 桧\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e商品と共にお届けする付属品について。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e署名落款の入った桐箱\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230122yoshitsune\/img-03-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                    \u003cp class=\"caption-text text-end\"\u003e署名落款入りの桐箱に納めてお届け\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e配送情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e通常、ご注文から以下の期間でお届けいたします。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e納期: 3～5日\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e【商品についてのご注意】\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003c\/li\u003e\n            \u003cli\u003e商品は一体一体手作業で仕上げを行っており、高レベルな均一化を図っておりますが、まったく同一の商品はございません。また、木目や表情などが一体、一体異なります。\u003c\/li\u003e\n            \u003cli\u003e表示寸法と実際とは若干誤差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364981997,"sku":null,"price":98000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cae26877-6f87-49a0-b3cb-28a3b2658233.jpg?v=1774847847"},{"product_id":"1188","title":"木造 弘法大師坐像 身丈2寸","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e弘法大師 誕生1250年記念像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e仏師の情熱と匠の技が結実し、\u003cstrong\u003e弘法大師1250年の歴史\u003c\/strong\u003eを刻む気高き姿がここに顕現します。\u003cstrong\u003eヒノキの清らかな香り\u003c\/strong\u003eが、心を穏やかに包み込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_558c0e48-7f8c-4527-88b3-6c2335df1396.jpg?v=1774847849\" class=\"img-fluid d-block w-100 product-img\" alt=\"弘法大師 誕生1250年記念像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e祈りを捧げる弘法大師像\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に和をもたらす仏像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日常の中に溶け込む、穏やかな存在感。暮らしの傍らに置くだけで、深い瞑想へ誘う静かな時間が流れます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_63da26e7-3141-48a3-933c-ee0f0f7510a9.jpg?v=1774847849\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間に和をもたらす仏像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心安らぐ空海の坐像\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手のひらサイズの弘法大師\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e身丈約9.5cmに凝縮された、\u003cstrong\u003e驚きの写実性\u003c\/strong\u003e。細部まで\u003cstrong\u003e命が宿るかのような、精巧を極めた木彫仏像\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_0dfd2e77-cbba-4d40-9a90-587fabf80c4a.jpg?v=1774847850\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズの弘法大師\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精緻を極めた坐像\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e弘法大師像 誕生1250年記念プロジェクト\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/fv_2sun.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"弘法大師御誕生1250年を記念し、仏像ワールドが新たに創作した弘法大師像！\"\u003e\n    \u003cp class=\"body-text\"\u003e令和5（2023）年は、真言密教の宗祖 \u003cstrong\u003e弘法大師（空海）の誕生から1250年目の節目の年\u003c\/strong\u003eです。この歴史的慶事に向け仏像ワールドでは、弘法大師像の新造形開発に取り組みました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e世に伝わる様々な御影や文献を調査研究し、真言宗派僧侶のご意見もうかがい、およそ3年の歳月を経て完成した造形は、唐で師 恵果阿闍梨より真言密教第八祖の灌頂を受け、その教えを日本に広めようとする\u003cstrong\u003e確固不動のお姿\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e仏師 \u003cstrong\u003e藤田燿憶氏が彫刻した原型像\u003c\/strong\u003eは、布教への強い決意を宿した眼、みなぎる精気を感じさせ、\u003cstrong\u003e彩色師 篁千礼氏\u003c\/strong\u003eが当時を思い着彩表現することで、驚きの写実性を生み出しました。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e3D技術で再現された仏像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e完成した原型をもとに製品化するにあたり、仏像ワールドでは\u003cstrong\u003e高精度3Dスキャニング\u003c\/strong\u003eでデータを取得。それをもとに高い技術を誇る木彫工房で彫り上げた後、姉妹ブランド「イスム」の工房で\u003cstrong\u003e手彩色\u003c\/strong\u003eを施すことで崇高な弘法大師像となります。品格溢れる美術品として、また場所を選ばない手のひらサイズですのでお仏壇用としてもぜひご利用ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eおよそ10cmの\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003eながら原型を損なうことなく再現した御尊顔と造型バランス。彩色も衣から表情に至るまで妥協することなく彩色師の世界観を表現しています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e弘法大師が持つ法具にも精巧な意味が込められています。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e五鈷杵:\u003c\/strong\u003e 密教の法具。五仏（大日如来、阿閦如来、宝生如来、阿弥陀如来、不空成就如来）の智慧（法界体性智、大円鏡智、平等性智、妙観察智、成所作智）を表します。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e水瓶:\u003c\/strong\u003e 密教の正統後継者を象徴する水瓶。中の水を一滴もこぼさず他の瓶へ移すように、師から弟子へ漏れなく密教を伝える「写瓶相承（しゃびょうそうしょう）」を意味します。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"spec-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: 560-27\u003c\/li\u003e\n          \u003cli\u003eポイント: 990\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体: 高さ95×幅105×奥行80mm \/ 重量46g\u003c\/li\u003e\n          \u003cli\u003eケース: 高さ187×幅144×奥行114mm \/ 重量457g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・材質\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ヒノキ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e原型制作・彩色監修\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品は、仏像界の第一人者である両氏の技術と情熱により生み出されました。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e原型制作：仏師 藤田燿憶（ふじたようおく）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/ryokan2022\/author-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"仏師 藤田燿憶\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e1955年 栃木県生まれ\u003c\/li\u003e\n          \u003cli\u003e1970年 仏師・渡邉貞光氏に弟子入りし、5年間の修行を積む\u003c\/li\u003e\n          \u003cli\u003e1975年 独立\u003c\/li\u003e\n          \u003cli\u003e2012年 「日本画府第59回公募展」初入選 （奨励賞、入選）\u003c\/li\u003e\n          \u003cli\u003e現在、仏像彫刻講座開講、有名百貨店での個展開催など精力的に活動\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003e彩色監修：彩色師 篁千礼（たかむらちひろ）\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"彩色師 篁千礼\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e女子美術大学、太平洋美術研究所に在籍後、1987年彩色木彫作家 平野富山氏に入門。その後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。2012年に独立し篁千礼彩色研究所を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e弘法大師 空海の生涯と真言密教\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本像は、真言宗の宗祖である\u003cstrong\u003e弘法大師 空海\u003c\/strong\u003eの偉大な生涯と功績を深く理解するための助けとなるでしょう。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e空と海の美しさから授かった「空海」の名！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e青年時代、土佐国（現在の高知県）の室戸岬にある御厨人窟（みくろど）で修業に励んでいた弘法大師。その時、仏と一体になったかのような不思議な体験をし、そこから見た空と海の美しさに感銘を受け、幼名「真魚」から「空海」へと名を改め生涯を仏門に捧げる決意をしました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e齢7歳での「捨身誓願」をはじめ、その生涯は数々の伝説に彩られています。中でも際立った偉業は、わずか3カ月という異例の早さで真言密教の伝法阿闍梨の灌頂を受けたことではないでしょうか。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"空海の修業地、室戸岬\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"空と海の美しさ\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e大日経との出会いが切り拓いた真言密教への道！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e仏教の深奥を求めおびただしい数の経文を読破するも納得のいくものが得られなかった空海は、仏前で「まことの智慧を授けたまえ」と一心に祈ると「汝の求めるものは大日経といい、大和国の久米寺の東塔の下にそれはある」とのお告げを受けます。この大日経との出会いによって様々な疑問への答えを得たものの、仏と交感し、それにより御利益を引き出すためには然るべき師の下で体認し実際に伝授される以外に術はないと悟ります。それが遣唐使の一人として唐へ渡る決意を固めるきっかけだったのです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"遣唐使船\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230215kobo\/img-05-04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"唐での修行\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e入唐、恵果阿闍梨との邂逅、そして真言密教の第八祖へ！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e延暦23(804)年、その思いは実現し遣唐使船に乗り唐へと向かいますが、嵐に直撃され1カ月以上も海上を彷徨います。目指す蘇州からはほど遠い僻地に到着したことで怪しまれますが、空海の書いた嘆願書の名文、名筆によってようやく使節団として認められます。翌年5月、真言密教の第七祖 青龍寺の恵果和尚との対面を果たすと、和尚は空海を見るなり「我、さきより汝のくるのを知り、待つこと久し」と述べ、空海を弟子と認めます。続く6月に胎蔵界の灌頂、7月に金剛界の灌頂、そして8月には伝法阿闍梨の灌頂を受けたことで大日如来を意味する「遍照金剛（へんじょうこんごう）」名を与えられ密教の第八祖となります。恵果は「真言密教の教法は、すべて授けた。一刻も早く日本に戻り、この教えによって人々を幸せにして欲しい」と空海に告げた後、同年12月15日に世を去りました。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e弘法大師　空海\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e宝亀5(774)年6月15日～承和2(835)年3月21日\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本の真言宗の宗祖。諡号は弘法大師(こうぼうだいし)。\u003c\/li\u003e\n          \u003cli\u003e能書家として嵯峨天皇、橘逸勢と共に三筆のひとりに数えられる。\u003c\/li\u003e\n          \u003cli\u003e讃岐の国（現在の香川県善通寺市）に生まれ、俗名は佐伯 眞魚(さえきのまお)。\u003c\/li\u003e\n          \u003cli\u003e延暦23(804)年、日本天台宗の開祖最澄とともに遣唐使船に乗り唐へ渡る。\u003c\/li\u003e\n          \u003cli\u003e延暦24(804)年青龍寺(長安)の恵果阿闍梨のもとで密教の奥義を伝授され、遍照金剛(へんじょうこんごう)の灌頂名を授かる。\u003c\/li\u003e\n          \u003cli\u003e大同元（806）年帰国。\u003c\/li\u003e\n          \u003cli\u003e弘仁6(815)年、四国八十八ヶ所霊場を開創。\u003c\/li\u003e\n          \u003cli\u003e弘仁7（816）年修禅の道場として高野山の下賜の勅許を賜り、真言密教の根本道場として後進の育成に努める。\u003c\/li\u003e\n          \u003cli\u003e弘仁14（823）年正月、太政官符により東寺を賜り、真言密教の道場とする。\u003c\/li\u003e\n          \u003cli\u003e承和2（835）年、御入定（永遠の瞑想）。\u003c\/li\u003e\n          \u003cli\u003e現在も弘法大師が入定された高野山奥之院では毎日食事を届ける「生身供（しょうじんぐ）」が行われる。\u003c\/li\u003e\n          \u003cli\u003e「弘法大師」は御入定後、醍醐天皇より下賜された諡号（しごう）。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eお届けについて\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e本体のみ: ３日～５日でお届け\u003c\/li\u003e\n      \u003cli\u003eアクリルケースセット: およそ３週間でお届け\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365047533,"sku":null,"price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_558c0e48-7f8c-4527-88b3-6c2335df1396.jpg?v=1774847849"},{"product_id":"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":"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":"1295","title":"宝来宝来神社御祈祷 金運祈願の永世木彫り鏡餅（小）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 導入と商品イメージ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神様を招く開運飾\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e清らかな桧の香りが漂う鏡餅は、新しい年神様をお迎えするのにふさわしい神聖な依り代。お部屋の中心で、清々しい気をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e神聖なるお正月の顔\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 商品全体像 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の全体像\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 鏡餅の由来と意味 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまの依代となるとても大切なお正月飾り。それが鏡餅です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eお正月にお供えするお餅を「鏡餅」と呼ぶのは、文字通り「鏡」に由来しています。古代の鏡は円形をした銅鏡でしたが、これが太陽神である天照大神に見立てられ神仏が宿る神聖なものとされました。皇室に伝わる三種の神器の一つの八咫鏡（やたのかがみ）もそうした考えによるものです。その一方、神の捧げるお餅も稲の霊の宿る神聖なものと考えられ、その丸い形状を円形の銅鏡に見立てたことから「鏡餅」と呼ぶようになったのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 年神様の依代としての鏡餅 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神様の御魂を宿す鏡餅\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e「鏡餅」を飾ることに始まる一連のお正月行事は、新しい年の神様である年神さま（歳徳神）を家に迎え、おもてなしをし、見送るためのものです。その間、\u003cstrong\u003e年神さまの居場所＝依り代となるのが「鏡餅」なのです。\u003c\/strong\u003e年神さまは、新年の幸せや恵みとともに、私たちに活力となる御魂（みたま）を分け与えてくださる大切な存在ですが、「鏡餅」はその御魂の象徴でもあるのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 二つの神の依代 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまと当銭岩、二つの神の依代となるありがたさ極まる鏡餅！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 金運祈願の逸品 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e新年の幸せと金財運を託すありがたい逸品！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e宝来宝来神社御祈祷『金運祈願の永世木彫り鏡餅』は、宝くじ当選に御利益ありとＴＶやマスコミで度々紹介されている熊本の宝来宝来神社で金運招来の御祈祷を賜ったありがたい木彫りの鏡餅です。最大の特徴は、\u003cstrong\u003e御祈祷により鏡餅に年神さま、橙に当銭岩（宝来宝来神社の御神体）という二柱の神さまの依代になったことにあります。\u003c\/strong\u003e素材には神殿や仏閣の建材に用いられる霊木の桧を使用した本格仕様です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 木彫りの特性と利便性 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの鏡餅は毎年使える便利な縁起物です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e原型制作は猫仏で人気の仏屋さかいの酒井豪仏師。鏡餅や橙に刻まれた味わい深いノミ跡からは工芸品としての趣も感じられます。鏡開きが終わった後は、三宝型の桐箱の中に一式が収納可能。木彫ですから毎年使える利便性も特徴です。新年の幸運と金財運を託す逸品として、是非お求めください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 細部の美しさ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部の美しさ\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 様々な角度から --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e様々な角度から\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 木彫りの質感 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの質感\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 橙部分の詳細 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e橙部分の詳細\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: T00921\u003c\/li\u003e\n                    \u003cli\u003eポイント: 414\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本商品は、新年の縁起物として、また金運招来を願う特別な逸品です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e宝来宝来神社にて金運招来の御祈祷を賜った特別な鏡餅\u003c\/li\u003e\n                    \u003cli\u003e年神様と当銭岩、二柱の神の依り代となるありがたいお飾り\u003c\/li\u003e\n                    \u003cli\u003e神殿や仏閣の建材にも用いられる霊木の桧を使用\u003c\/li\u003e\n                    \u003cli\u003e原型制作は仏屋さかいの酒井豪仏師による本格仕様\u003c\/li\u003e\n                    \u003cli\u003e鏡開き後は三宝型の桐箱に収納可能\u003c\/li\u003e\n                    \u003cli\u003e木彫りのため毎年繰り返し使える永世縁起物\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 桧\u003c\/li\u003e\n                    \u003cli\u003e生産国: 記載なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e商品名に「（小）」と記載されておりますが、詳細な寸法は本ページには記載がございません。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365506285,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035"},{"product_id":"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":"1359","title":"リアル仏像 木造 空也上人像 篁千礼現存彩色","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e躍動する写実美、魂を揺さぶる一品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e念仏の慈悲を伝え歩いた空也上人の姿が、今ここに蘇ります。鎌倉彫刻の写実性が息づくダイナミックな造形は、見る者の心を深く捉え、歴史への扉を開きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d8845cb5-ffaa-4acd-a606-7d80cee1b14a.jpg?v=1774847887\" 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\/2_5e775144-ee46-4605-965d-fcfcb79742b7.jpg?v=1774847887\" 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_02ebd3d1-0629-4a93-ba25-91df018c1964.jpg?v=1774847887\" 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    \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商品コード: R-106\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eポイント: 5,940\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128kuya\/fv.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e生活空間に飾り、像が伝える歴史に思いを馳せる。\u003c\/p\u003e\n        \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          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128kuya\/img0201b.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003eまるでそこにいるかのような臨場感あふれる造形\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128kuya\/img0202b.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e数百年の時を経た雰囲気を感じさせる色使い\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128kuya\/img0203b.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\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幅: 140mm\u003c\/li\u003e\n          \u003cli\u003e奥行: 120mm\u003c\/li\u003e\n          \u003cli\u003e重量: 460g\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\/240904miroku\/artist.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e木目や木肌を見極め、仏像の美を最大限引き出す\u003cbr\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略歴: 1987年、彩色木彫作家 平野富山氏に入門。その後、富山の後継者である平野千里氏のもとで20数年にわたり修行を積む。2012年に独立し篁千礼彩色研究所（埼玉県）を設立。誰もが親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を行う。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eモデルとなった像\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本作品のモデルとなったのは、重要文化財「空也上人立像」です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/250128kuya\/img04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e重文「空也上人立像」がモデル。独特の動きや表情を備えたその姿が特徴の運慶の流れを汲む作風で、鎌倉時代の写実性を代表する像です。口から出る六体の阿弥陀仏や、躍動感ある立ち姿は、生き生きとした写実的な表現を通じて、念仏を説き歩いた空也上人の慈悲深さと人々への思いが見事に表現されています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \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":49717365637357,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d8845cb5-ffaa-4acd-a606-7d80cee1b14a.jpg?v=1774847887"},{"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":"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":"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":"006002000049","title":"千手観音 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ80mm　幅34mm　奥行26mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750477549,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_dab9ed8d-23ef-4048-bbef-9db258bee1ae.jpg?v=1785744675"},{"product_id":"006002000050","title":"虚空蔵菩薩 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ76mm　幅26mm　奥行26mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750510317,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_fa98a0dc-8343-43a3-b394-6d1536b80617.jpg?v=1785744676"},{"product_id":"006002000051","title":"文殊菩薩 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ76mm　幅40mm　奥行23mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750543085,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5a77526b-d175-4a1c-afaa-7f0044c204ce.jpg?v=1785744678"},{"product_id":"006002000052","title":"普賢菩薩 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ76mm　幅35mm　奥行23mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750575853,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_53f2a3ca-980f-4561-b9fa-e799fd51df0b.jpg?v=1785744679"},{"product_id":"006002000053","title":"勢至菩薩 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ76mm　幅26mm　奥行26mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750608621,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c65e5e56-d02e-4bd2-a375-9aa9339e0f4f.jpg?v=1785744681"},{"product_id":"006002000054","title":"大日如来 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ74mm　幅33mm　奥行26mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750641389,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_29989866-cb3b-46b9-ae5b-cad52263a804.jpg?v=1785744682"},{"product_id":"006002000055","title":"不動明王 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ77mm　幅33mm　奥行22mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750674157,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e98d212f-a5aa-4a46-9f4c-13512164c0f6.jpg?v=1785744685"},{"product_id":"006002000056","title":"阿弥陀如来 - 銀製　伝統工芸『高岡銅器』謹製","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ76mm　幅29mm　奥行22mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e銀\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ2ヶ月\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ2ヶ月です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\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純度92.5％以上の銀を使用しております。\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":50384750706925,"sku":null,"price":412500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_565a3e2d-333a-40a3-8b03-6ba3649a759b.jpg?v=1785744686"},{"product_id":"006002000057","title":"千手観音菩薩 - 総高14.5cm　銅製　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ145mm　幅70mm　奥行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":50384750739693,"sku":null,"price":148500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_a9ce5df4-1d26-49d5-a3e8-2760f6f68a9c.jpg?v=1785744687"},{"product_id":"006002000058","title":"虚空蔵菩薩 - 総高14.5cm　銅製　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ145mm　幅60mm　奥行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":50384750772461,"sku":null,"price":148500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_be048856-2a3d-4d1f-a4ac-9cf53825216b.jpg?v=1785744688"}],"url":"https:\/\/art-bud-world.we-shop.jp\/collections\/other-woods.oembed?page=4","provider":"Art Bud World","version":"1.0","type":"link"}