{"title":"仏像ワールドセレクト","description":"\u003cp\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":"861","title":"木喰仏「地蔵菩薩像」","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e木喰仏「地蔵菩薩像」 心の拠り所\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e江戸時代後期、木喰上人が日本中を巡り彫り続けた仏像。その造形は、見る者の心に深い安らぎをもたらします。日々にそっと寄り添う穏やかな存在が、空間に調和を生み出すでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5545f2cf-51e5-480b-b3e8-449cc6baa705.jpg?v=1774847829\" class=\"img-fluid d-block w-100 product-img\" alt=\"木喰仏「地蔵菩薩像」\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e慈愛あふれる普遍の姿\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに調和 和の趣\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e洗練されたデザインは、現代のライフスタイルにも自然に溶け込み、お部屋に静寂と品格を添えます。心を落ち着かせたい時、ふと目を向けるだけで、日常に豊かな彩りをもたらし、精神的な豊かさを育むでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_1fa7c46b-0bb7-4045-9cd9-96840f48123d.jpg?v=1774847829\" class=\"img-fluid d-block w-100 product-img\" alt=\"暮らしに調和した木喰仏のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e穏やかな日常に寄り添う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e微笑仏の 語りかける表情\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e八十歳を過ぎてから彫られた像に見られるようになった、木喰上人渾身の「\u003cstrong\u003e微笑仏\u003c\/strong\u003e」。その慈悲深い表情は、見る人の心を深く癒し、そっと語りかけるかのような温かさで満たします。手彫りの温もりが宿る唯一無二の存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_4ed48797-e6bd-48d1-9479-8b465fec0c2a.jpg?v=1774847830\" class=\"img-fluid d-block w-100 product-img\" alt=\"木喰仏の微笑む表情のアップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心に安らぎを届ける微笑\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品背景・木喰上人とは\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cvideo controls src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/560-148\/movie.mp4\" style=\"width: 500px; outline: none; float:right; padding:1% 0px 2.56% 2.56%;\"\u003e\u003c\/video\u003e\n        \u003cp class=\"body-text\"\u003e江戸時代後期、日本中を巡り一千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）。享保三（1718）年、甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれ、十四歳で江戸に出て奉公に励むも封建社会下の不平等さから二十二歳の時に出家。四十五歳で木喰戒（木の実しか口にしない厳しい修行をする僧）を受け、五十六歳になると自ら発願した日本廻国の旅に出て、各地で数多くの仏像を彫り後世に遺しました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e木喰仏の像容には、凄まじいまでの制作意欲と宗教的実践を経た思いが反映され、八十歳以降に彫られた像の尊顔には微笑みが見られるようになります。九十歳に至るとその業は一層冴えわたり、後年、宗教学者の小島通生氏が名付けた「\u003cstrong\u003e微笑仏（みしょうぶつ）\u003c\/strong\u003e」と呼ばれる数多くの傑作を生み出したのです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003c!-- 入力データにその他のスペック情報（仕様、サイズ、素材など）がないため、これらは生成しません。 --\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため生成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため生成しません --\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364752621,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5545f2cf-51e5-480b-b3e8-449cc6baa705.jpg?v=1774847829"},{"product_id":"1032","title":"木喰仏「木喰自身像」","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e木喰仏が宿す慈愛の存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e江戸の世を旅した\u003cstrong\u003e木喰上人\u003c\/strong\u003eの魂が宿る、\u003cstrong\u003e穏やかな微笑み\u003c\/strong\u003e。空間に深遠なる和の趣をもたらし、日々の喧騒を忘れさせる\u003cstrong\u003e静謐な存在感\u003c\/strong\u003eを放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_11ddd488-aa6d-4a0d-97c2-6ae785781e51.jpg?v=1774847837\" class=\"img-fluid d-block w-100 product-img\" alt=\"木喰仏が宿す慈愛の存在感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日本文化の美意識を継承\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心落ち着く空間へ誘う微笑仏\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどんな空間にも自然に溶け込み、そこにあるだけで\u003cstrong\u003e心地よい静寂と調和\u003c\/strong\u003eを生み出す。古き良き日本の佇まいが、日々の生活に穏やかな彩りを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_296e9a6f-5672-43ab-8e32-5ef9c47a4312.jpg?v=1774847837\" class=\"img-fluid d-block w-100 product-img\" alt=\"心落ち着く空間へ誘う微笑仏\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e穏やかな日常を演出する\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e微笑みに宿る職人技と祈り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e職人技\u003c\/strong\u003eが光る精緻な彫刻は、見る者の心を惹きつけます。90歳を超えてなお冴えわたる上人の技と、巡礼の旅で培われた\u003cstrong\u003e慈愛に満ちた表情\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_be378ceb-518b-4f0d-8443-8ed9b80c51af.jpg?v=1774847835\" class=\"img-fluid d-block w-100 product-img\" alt=\"微笑みに宿る職人技と祈り\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魂の宿る微笑みに出会う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e木喰上人とは\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e江戸時代後期、日本中を巡り一千体を超える仏像を彫り続けた木喰明満上人（通称 木喰上人）。享保三（1718）年、甲斐国八代郡古関村（現 山梨県身延町）の農家に生まれ、十四歳で江戸に出て奉公に励むも封建社会下の不平等さから二十二歳の時に出家。四十五歳で木喰戒（木の実しか口にしない厳しい修行をする僧）を受け、五十六歳になると自ら発願した日本廻国の旅に出て、各地で数多くの仏像を彫り後世に遺しました。\u003c\/p\u003e\n      \u003cp\u003e木喰仏の像容には、凄まじいまでの制作意欲と宗教的実践を経た思いが反映され、八十歳以降に彫られた像の尊顔には微笑みが見られるようになります。九十歳に至るとその業は一層冴えわたり、後年、宗教学者の小島通生氏が名付けた「微笑仏（みしょうぶつ）」と呼ばれる数多くの傑作を生み出したのです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/js\/slider\/img\/mokujiki_1000_360.jpg\" alt=\"木喰仏\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717364850925,"sku":null,"price":55000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_11ddd488-aa6d-4a0d-97c2-6ae785781e51.jpg?v=1774847837"},{"product_id":"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":"1206","title":"リアル仏像 木造 不動明王立像","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e現代に蘇る、不動明王の威厳\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e鎌倉時代の国宝級仏像を、現代の技術で忠実に再現。\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003eを放ち、見る者の心を惹きつけます。その精巧な造形美が、日常に深遠な静けさをもたらすでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e1c944c1-39be-497d-bc54-1945907efce9.jpg?v=1774847864\" class=\"img-fluid d-block w-100 product-img\" alt=\"現代に蘇る、不動明王の威厳\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂を揺さぶる、不動明王の姿\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e暮らしに溶け込む、祈りの空間\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e温かな光に包まれ、静かに佇む不動明王。日常の風景に溶け込みながらも、\u003cstrong\u003e確かな存在感\u003c\/strong\u003eを放ちます。伝統美がもたらす心の平穏を、ぜひご自宅で感じてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_9238d790-ee7f-4573-b852-4d0ff4a73c92.jpg?v=1774847864\" class=\"img-fluid d-block w-100 product-img\" alt=\"暮らしに溶け込む、祈りの空間\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に安らぎを宿す像\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部に宿る、不動の魂\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e憤怒の相を示す天地眼から放たれる\u003cstrong\u003e圧倒的な眼差し\u003c\/strong\u003e。熟練の彩色師による手塗りが、木地の風合いを生かしつつ格調高い輝きを添えています。見るたびに新たな発見があるほどの緻密な造形美です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/4_fe79b616-0305-4a0e-8b69-7da9fd8ad20e.jpg?v=1774847864\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部に宿る、不動の魂\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e天地眼に宿る、強い意志\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e仏像ワールドの「リアル仏像」は、国宝や重要文化財に指定される歴史的、芸術的価値の高い仏像の造形美を忠実に再現し、ご家庭で飾りやすいサイズに仕上げた木彫りの仏像です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e国宝級仏像の忠実な再現\u003c\/li\u003e\n                \u003cli\u003eご家庭に馴染む飾りやすいサイズ\u003c\/li\u003e\n                \u003cli\u003e木彫りの精巧な造形美\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 木 (詳細な木材の種類は提供情報より不明)\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e制作工程\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e原型制作から彩色まで、現代の技術と伝統の技を融合させた独自の工程で高品質な仏像を製作しています。\u003c\/p\u003e\n            \u003cul class=\"step-list\"\u003e\n                \u003cli\u003e原型の高精度3Dスキャニング\u003c\/li\u003e\n                \u003cli\u003e3Dデータを用いた木彫工房での彫像製作\u003c\/li\u003e\n                \u003cli\u003e姉妹ブランド「イスム」工房での手彩色\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eこれらの工程により、高品質ながらもお求めやすい価格を実現し、日本の伝統美術をより身近に感じていただけます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-01_2.jpg\" alt=\"天地眼で衆生を見渡す憤怒の表情を再現\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e天地眼で衆生を見渡す憤怒の表情を再現\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-02.jpg\" alt=\"格調高さを引き立たせる金箔と金彩色\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e格調高さを引き立たせる金箔と金彩色\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-03.jpg\" alt=\"本体の威容を際立たせる迦楼羅焔\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e本体の威容を際立たせる迦楼羅焔\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e彩色監修と特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e彩色監修は、仏像ワールドで人気の高い確かな技と伝統を引き継いだ彩色師、篁千礼先生にご担当いただきました。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e担当者\u003c\/strong\u003e: 篁千礼先生\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e彩色の特徴\u003c\/strong\u003e: 不動明王の力強さを表すため、木地の風合いを生かしつつ黒みを感じる焦茶の地色を採用。稜線を金線で強調し、全体に薄い金を施すことで造形美を引き立てています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e監修者プロフィール\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e彩色監修を担当された篁千礼先生の略歴をご紹介します。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05.jpg\" alt=\"彩色監修者 篁千礼氏\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003e彩色監修者 篁千礼氏\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e\u003cstrong\u003e略歴\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e1987年: 彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                \u003cli\u003eその後: 富山の後継者である平野千里氏のもとで20数年にわたり修行。\u003c\/li\u003e\n                \u003cli\u003e2012年: 独立し篁千礼彩色研究所（埼玉県）を設立。\u003c\/li\u003e\n                \u003cli\u003e活動: 親しみやすい温かみのある作品から芸術性の高いものまで幅広い創作活動を展開。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eモデルとなった仏像\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品のモデルとなったのは、鎌倉時代の天才仏師 運慶作とされる重要な文化財です。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230711fumyo\/img-05.jpg\" alt=\"モデルとなった不動明王立像\"\u003e\n                \u003cp class=\"caption-text text-end\"\u003eモデルとなった重文「木造 不動明王立像」\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e\u003cstrong\u003e像の特徴\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e作者\u003c\/strong\u003e: 鎌倉時代の天才仏師 運慶\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e特徴\u003c\/strong\u003e: 写実的で力強い体躯、天地眼で睨みをきかせたリアルで人間らしい表情。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e不動明王の役割\u003c\/strong\u003e: 憤怒の相で三鈷剣を振るい厄難を断ち切り、羂索で悪鬼や邪気を縛り上げ、迦楼羅鳥の火炎であらゆる煩悩を討ち祓う。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e国宝模造について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「うつすこと まなぶことは 美の創造の原点だ！」をテーマに、2005年には東京国立博物館で特別展も開催されました。作品の「模写・模造」は古くから多くの芸術家が行ってきた創作活動です。\u003c\/p\u003e\n            \u003cp\u003e模写・模造は「ほんもの」ではないと見られがちですが、美術工芸の制作過程においては、さらなる創造を生み出す原点であり、古典の再生をもたらす原動力となってきました。この製品を通じて伝移模写の精神を感じ取っていただき、仏教美術として、また祈りの対象として、国宝模造仏像への興味を深めていただければ幸いです。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 提供された情報に配送案内、注意事項、商品コードの記載がないため、該当セクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365244141,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e1c944c1-39be-497d-bc54-1945907efce9.jpg?v=1774847864"},{"product_id":"1211","title":"世界遺産 高野山 金剛三昧院 愛染明王像","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e世界遺産が宿る手のひら仏像\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_7d0c05aa-7085-45cf-ba1e-d8870b2a93af.jpg?v=1774847868\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e遥かなる歴史を今に\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e高野山金剛三昧院の本尊、愛染明王。運慶の魂宿る威厳ある姿を、最先端3D金属プリントで忠実に再現。古の祈りと現代の叡智が融合した、\u003cstrong\u003e唯一無二の逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e常に寄り添う掌サイズの縁結び\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_93760a82-f77c-4cbc-9089-6a44ee0effd9.jpg?v=1774847867\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に息づく守護の存在\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eわずか8cmほどの極小サイズながら、緻密な造形はそのままに。堅牢なステンレス製で、常に身近に置くことで\u003cstrong\u003e良縁を引き寄せ\u003c\/strong\u003e、持つ者に安寧をもたらします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e神業が宿る精緻な造形美\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/5_5fabb3be-6246-44a5-86a3-0cc2a3da1c5c.jpg?v=1774847868\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技を未来へ繋ぐ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e肉眼では捉えきれない繊細な彫刻や装飾を、ミクロン単位の精度で再現。一体成形技術で細部表現も可能となり、現代の最高峰技術が織りなす\u003cstrong\u003e究極の仏像芸術\u003c\/strong\u003eです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e高野山金剛三昧院と愛染明王像の由来\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/fv.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e高野山真言宗の別格本山 \u003cstrong\u003e金剛三昧院\u003c\/strong\u003eは、鎌倉殿こと源頼朝公の菩提を弔うために妻 北条政子様の請願により建立。平成16年に「紀伊山地の霊場と参詣道」という名で地域一帯が世界遺産登録された際、高野山の塔頭寺院の中で唯一、世界遺産登録を受けた\u003cstrong\u003e由緒ある寺院\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e金剛三昧院の本堂の中心に鎮座する本尊 愛染明王像は、頼朝公が自身をモデルに運慶に造像させたとも伝わる高さ215cmの像。頼朝公の没後、鎌倉より当院に移された言わば頼朝公と政子様の\u003cstrong\u003e絆の結晶\u003c\/strong\u003e。運慶は、かのミケランジェロに比肩すると称賛される日本を代表する大仏師。その渾身の技を僅か8cm程（約1\/26スケール）の金属製の極小仏像として再現したのが『世界遺産 高野山 金剛三昧院 愛染明王像』です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e愛染明王は様ざまなご縁を結ぶ御利益を持っておりますが、それを極小サイズで再現することで、いつでも携えることが可能になります。常に共にあることで、お持ちになる方に寄り添い、多くの\u003cstrong\u003e良縁がもたらされる\u003c\/strong\u003eようにという願いをテーマにしております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e最先端の技術で作る極小細密仏像\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e3Dプリントという現代の造形技術をご存じでしょうか。3Dの立体データを利用して複雑で細密な形状までも立体造形するというものです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e個人で使用する趣味の世界だけでなく、様ざまな業界で使用目的が検討され、今後ますます期待される分野の一つと言えます。一般的に普及している3Dプリントで製作される造形物は樹脂製のものが多く、金属製のものはマシンが高価であるため一部の工業製品の利用にとどまっている現状があります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e金属製の使用用途としては金型製作や、金型を償却できない少量の部品製作が主なもので、クラシックカーの入手困難な部品製作や細密と正確さが要求される医療機械の部品製作にも利用されています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-02-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e一方、工芸の分野においての利用は稀で、高価な製造コストが壁として普及を妨げています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e弊社はこの「ミクロン単位の細密な医療機械の部品を製作できる」という部分に着目し、金属3Dプリントという新しい技術で、これまで実現し得なかった精密かつ手のひらに乗るサイズの極小仏像の制作を企画。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-02-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e完成した製品は、世に流通する金属製仏像とは全く別次元のクオリティを誇り、“人の手による限界を超えた細密仏像”が誕生したと言っても過言ではありません。もちろんサイズだけで見ればより小さな仏像はあるかもしれませんが、\u003cstrong\u003e世界最小クラスの高精密な金属製仏像制作を実現した\u003c\/strong\u003eと自負しています。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e伊福精密株式会社について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本では最古に近い鉄⼯団地「神⼾鉄⼯団地協同組合」に本社を置く「伊福精密株式会社」。50年の精密機械加⼯の歴史を持ち、各種金属製品の加⼯経験と実績の上で最新技術である金属３Dプリンターを導入。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eドイツを中心に何度も足を運び先端技術を習得。さらにアメリカ国防省やNASAの技術者に学び世界最先端の金属３Dプリント技術を磨く。金属３D造形技術、デジタル設計技術、精密機械加⼯技術を併せ持つ世界的にも数少ない我が国の金属３Dプリント技術の最先端ともいえる機械加⼯会社です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eモデルとなった像「金剛三昧院御本尊 愛染明王像」\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e源頼朝公逝去の際に妻 北条政子様が運慶に依頼して造らせた、または頼朝公自身が運慶に依頼して造らせた自身の等身大念持仏とも伝わる。寺院と鎌倉幕府との強いつながりや、当時東国に滞在していた運慶の影響の大きさを感じさせ、永きにわたり信仰を受けた体躯の朱は全体的に剥落し、露出した黒褐色の身色が強い憤怒相に一層の迫力を与えます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e悟りへの強い願いを示す火炎の円光背や細かな持物、台座の宝瓶をぐるりと囲む小さな宝珠に至るまで、大胆かつ緻密な造型が圧巻の存在感を放ちます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e世界遺産 高野山 別格本山 金剛三昧院\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-05-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-05-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e建暦元（1211）年、鎌倉幕府初代将軍・源頼朝公の菩提を弔うため、その妻で尼将軍の北条政子が創建した禅定院を前身とする寺院。承久元（1219）年、金剛三昧院と改め、有力武家の帰依と幕府の手厚い保護を受けて発展し、創建当時の多宝塔（国宝）や経蔵（重文）など山内でも数少ない鎌倉時代の希少な遺構が現存する。2004 年の高野山世界遺産登録にあたっては根幹となる寺院として重要な役割を果たし、現在は鎌倉時代の風雅を今に伝える宿坊寺院として親しまれている。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e様ざまなご縁を導く愛染明王\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e煩悩や愛欲という人間の断ち難い欲望を、悟りの心（菩提心）に変える役割を持つ愛染明王。様ざまな縁を結ぶことから、恋愛成就に限らず無病息災、戦勝といった多様なご利益を願って、鎌倉時代以降、広く信仰されるようになりました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e額にあらゆる世界を見通す第三の眼を持ち、悟りへの固い決意を示す五鈷鉤（ごここう＝五つのカギ）をつけた獅子冠を頭上に戴き、悟りの智慧が詰まった宝瓶に咲く蓮華の上に結跏趺坐する姿が特徴です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e厨子としても使用できる桐箱付き\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e完成した『愛染明王像』は、御本尊の「愛染明王像」が坐する高野山金剛三昧院の本堂にて所願成就の祈りを込めた開眼供養の法要を施し、御祈祷之証をお付けして皆様のもとにお届けいたします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-07-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-07-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e560-274\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体：高さ83×幅56×奥行39mm　重量195g\u003c\/li\u003e\n          \u003cli\u003e桐箱：高さ123×幅93×奥行80mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eステンレス\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e精緻な造形技術\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e運慶の用いた槌と鑿に対し、今回は現在最高クラスのテクノロジーと知見を駆使。株式会社MORITAの指揮により「愛染明王像」の高精度3Dスキャンを執り行い、運慶の技を僅か8cmほどの極小サイズで再現するための精密なモデリングデータを作成。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-01.png\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eそのデータをもとに、ミクロン単位の精密な医療機械部品等を製作する伊福精密株式会社が、世界に誇る最先端細密3D金属プリント技術を仏像制作に応用し、大仏師運慶の息吹を余すことなく再現し完成したのが、このステンレス製の極小仏像なのです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製作工程と技術の挑戦\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e全長わずか8cm程の愛染明王像を金属3Dプリンターで造型するにあたり、大きなハードルが二つありました。一つは３Dデータの処理です。総高214.5cmの実像スキャニングデータを1\/26に縮尺するとどうしても細部がつぶれてしまいます。そこで仏像のフォルムや全体の雰囲気、バランスを壊さず造形できる3Dデータの作成に注力しました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/230823aizen\/img-03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e後付けパーツで処理する従来の分割造型ではなく仏身の一体造型に取り組み、頭上の獅子冠や装飾品などの細部まで詳細に表現することに成功しました。新たな試みを取り入れ完成した金属3Dプリンターによるわずか8cm程の明王像は、「当時の最新・最高の技術で製作された愛染明王像」として次世代へと受け継がれてゆくことでしょう。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e納期: 3～5日\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【商品についてのご注意】\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003c\/li\u003e\n      \u003cli\u003e商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365276909,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_7d0c05aa-7085-45cf-ba1e-d8870b2a93af.jpg?v=1774847868"},{"product_id":"1257","title":"リアル仏像 木造 伝如意輪観音","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e国宝の佇まい、ヒノキの至宝\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e国宝「伝如意輪観音」の優美な姿を、ご家庭で堪能できるよう再現しました。\u003cstrong\u003eヒノキ材\u003c\/strong\u003eが持つ温もりと、緻密な木彫刻の技が融合した逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ac7ac52f-d3df-4778-92b6-20f444aa68c1.jpg?v=1774847872\" class=\"img-fluid d-block w-100 product-img\" alt=\"伝如意輪観音像 全体像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂宿る造形美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩る、静謐な祈り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eリビングや書斎に自然と溶け込む\u003cstrong\u003eサイズ感\u003c\/strong\u003eで、日々の暮らしに穏やかな安らぎをもたらします。心を落ち着かせ、内省の時間を与えてくれる存在です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/2_f00063b5-3eaf-4d9a-a838-820c0bce7c97.jpg?v=1774847872\" class=\"img-fluid d-block w-100 product-img\" alt=\"伝如意輪観音像と生活空間\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e穏やかな空間を演出\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e匠が宿す、表情と衣の妙\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e篁千礼氏監修の洗練された\u003cstrong\u003e手彩色\u003c\/strong\u003eが、繊細な衣文や慈愛に満ちた表情に生命を吹き込みます。細部に宿る職人の息吹を感じてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/3_d4e97ee2-d6dd-4426-a052-29671f8eb6e3.jpg?v=1774847872\" class=\"img-fluid d-block w-100 product-img\" alt=\"伝如意輪観音像の表情と衣文のクローズアップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魂を映す精緻な手業\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: R-103\u003c\/li\u003e\n                    \u003cli\u003eポイント: 5,940\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本体サイズ（約）\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e高さ: 300mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 165mm\u003c\/li\u003e\n                    \u003cli\u003e奥行: 165mm\u003c\/li\u003e\n                    \u003cli\u003e重量: 779g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: ヒノキ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴と制作工程\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e仏像ワールドの「リアル仏像」は、国宝や重要文化財に指定される歴史的、芸術的価値の高い仏像の造形美を忠実に再現し、ご家庭で飾りやすいサイズに仕上げた木彫りの仏像です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/fv.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品全体像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高品質でお求めやすい価格を実現するため、以下の制作工程を経て完成します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e当社制作原型の高精度3Dスキャニングを実施。\u003c\/li\u003e\n                    \u003cli\u003e取得した3Dデータを元に、高い技術を誇る木彫工房で彫像に仕上げます。\u003c\/li\u003e\n                    \u003cli\u003e姉妹ブランド「イスム」の工房で、一体一体に手彩色を施し完成。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e3Dデータを用いた切削加工機による木彫刻技術が生む高品質でお求めやすい価格は、日本の伝統美術の世界をより一層身近にします。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"木地本来の質感と木目を感じる彩色\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e木地本来の質感や木目を感じることのできる彩色\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"特徴的な流れるような衣文\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e特徴的な流れるような衣文を木彫で見事に再現\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img02-03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"指先程の四天王が配された蓮華座\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e指先程の四天王が配された蓮華座\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e彩色監修：篁千礼氏\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本製品の彩色監修は、仏像ワールドで人気の高い確かな技と伝統を受け継ぐ彩色師、篁千礼先生が担当しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/kongo2022\/img-05-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"篁千礼氏 肖像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e【略歴】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1987年: 彩色木彫作家 平野富山氏に入門。\u003c\/li\u003e\n                    \u003cli\u003eその後、富山の後継者である平野千里氏のもとで20数年にわたり修行。\u003c\/li\u003e\n                    \u003cli\u003e2012年: 独立し、篁千礼彩色研究所（埼玉県）を設立。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e親しみやすい温かみのある作品から芸術性の高いものまで、幅広い創作活動を行っています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e先生からのメッセージ:\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e特徴的なお身体に纏う衣。着彩による流れるような金の輝きに永遠の優雅さを感じていただける様にと思いました。筋の一本一本を辿りながら思いを深めて頂けたらと願います。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eモデル像と国宝模造の意義\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本製品のモデルは、京都・宝菩提院願徳寺所蔵、平安時代前期に制作された国宝「木造 菩薩半跏像（伝如意輪観音）」です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/231215dennyo\/img04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モデルとなった像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e中国・唐代彫刻を感じさせる異国的な表情と、条帛と天衣を複雑に交差させた写実的な衣文が特徴。緻密に彫り込まれた四天王が支える台座の上に凛とした佇まいで坐す、日本を代表する一木造りの名作です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e「国宝模造」とは：\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e「うつすこと まなぶことは 美の創造の原点だ！」をテーマに、2005年には東京国立博物館で特別展《模写・模造と日本美術-うつす・まなぶ・つたえる-》が開催されました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e作品の「模写・模造」は、洋の東西を問わず古くから多くの芸術家たちが行ってきました。ローマ時代にはギリシャ彫刻の名作が数多く大理石に模刻され、また室町時代の画聖・雪舟は、模写によって学んだ異国の画風や技法を礎に多くの傑作を生み出しました。その雪舟の作品は、江戸時代の狩野派の画家たちが盛んに写し学んでいったのです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e模写・模造は「ほんもの」ではない価値の低いものとされるのが常ですが、美術工芸における制作の過程では「模写・模造」こそが、さらなる創造を生み出す原点となり、古典の再生をもたらす原動力となってきました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e本製品を通じて「伝移模写」の精神を感じ取っていただき、仏教美術として、また祈りの対象として一人でも多くの方が国宝模造仏像に興味を持ってくださることを切に願います。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (製品詳細) --\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文から約3～5日以内にお届けします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c!-- \/shipping-box --\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003c\/li\u003e\n            \u003cli\u003e商品は一体一体手作業で仕上げを行っており、高レベルな均一化を図っておりますが、まったく同一の商品はございません。また、木目や表情などが一体、一体異なります。\u003c\/li\u003e\n            \u003cli\u003e表示寸法と実際とは若干誤差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e商品はWEB画面上と、実際の色と異なる場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365342445,"sku":null,"price":198000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ac7ac52f-d3df-4778-92b6-20f444aa68c1.jpg?v=1774847872"},{"product_id":"1293","title":"三毳不動尊御祈祷 厄除 寅不動尊（大）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e力強い寅不動尊 厄除開運の祈念\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e勇猛な虎と不動明王の功徳が一つに。人生のあらゆる厄災を祓い、あなたと大切な家族に揺るぎない平安と幸福をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/c98e8940b49c27f9040a23b65274eb9a.jpg?v=1774254091\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e護摩祈祷済みの守護仏\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e三毳不動尊で御祈祷された寅不動尊は、干支「寅」を不動明王のお姿で彫り上げた特別な守護仏です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e虎（寅）の幸運パワーと不動明王の厄難を撃ち祓う功徳を合わせ持つ\u003c\/li\u003e\n          \u003cli\u003eあなたの生涯を守り、人生に大いなる幸運を授ける\u003c\/li\u003e\n          \u003cli\u003e除災招福の御護摩祈祷済み\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e寅（虎）が持つとされる霊力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e寅（虎）は古くからその力強いイメージから様々な幸運を象徴するとされています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e「千里往って千里還る」と言われる旺盛な生命力と活力\u003c\/li\u003e\n          \u003cli\u003e黄金の体毛は金運に通じる\u003c\/li\u003e\n          \u003cli\u003e八方を射抜く鋭い眼光は破邪の力を宿す\u003c\/li\u003e\n          \u003cli\u003e我が子への深い愛情から「虎の子」という言葉も生まれる\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e寅不動尊の造形と特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e畏怖すべき霊獣「虎」を、厄除けに絶大な功徳をもつ不動明王の姿で表現しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e手には剣と羂索（縄）を持つ\u003c\/li\u003e\n          \u003cli\u003e目は天地眼（てんちげん）\u003c\/li\u003e\n          \u003cli\u003e牙は牙上下出（がじょうげしゅつ）のお不動さま仕様\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e三毳不動尊による御祈祷\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e万葉の祈願寺として篤い信仰を集める三毳不動尊（みかもふどうそん）にて、小田隆誠御住職による除災招福の御護摩祈祷を賜ってお届けします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e原型制作について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e干支不動尊シリーズの原型制作は、「猫仏」で人気の仏師 酒井豪氏に依頼されました。力強くも愛らしい、守護安寧と開運を託すにふさわしい干支飾りとしてお求めいただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギャラリー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00561\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365375213,"sku":null,"price":35000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/c98e8940b49c27f9040a23b65274eb9a.jpg?v=1774254091"},{"product_id":"1294","title":"三毳不動尊御祈祷 厄除 卯不動尊（大）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e開運を導く、卯の不動明王\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e力強く厄災を祓う不動明王と、幸運を招く卯の霊力が一体に。三毳不動尊で護摩祈祷を賜り、本物志向の方へ揺るぎない守護と豊かな開運をお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/13965c068eaae1c809dd079e75ab9d06_bb94f4bc-8dea-4356-9768-7ccefe245fa7.jpg?v=1774254075\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e祈り宿る、開運卯不動尊\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e三毳不動尊御祈祷！ 卯不動尊に託す厄除と開運招福！\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e原型制作は仏師 酒井豪！ 干支「卯」を不動明王のお姿で彫り上げた『厄除 卯不動尊』は、名刹 三毳不動尊で除災招福の御護摩祈祷を賜ってお届けします。\u003cstrong\u003eウサギ（卯）の幸運パワーと不動明王の厄難を撃ち祓う功徳\u003c\/strong\u003eが相まって、あなたの生涯を守り、人生に大いなる幸運を授けることでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e卯がもたらす縁起\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eウサギは縁起要素をたくさん秘めており、\u003cstrong\u003e長い耳は良い情報を集め仕事・対人運の好転をもたらし、多産の特性から子孫繁栄や家運隆盛に通じるとされます。また月にも縁深く、ツキを招く、さらに満月に乗じ金財運上昇運をもたらす動物として愛されてきました。\u003c\/strong\u003e日本神話「因幡の白兎」の伝承の地は日本最古の縁結びスポットとしても知られます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e力強さと愛らしさの融合\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eそんな愛らしい幸福の象徴を、厄除けに絶大な功徳を持つ不動明王の姿で表したものが「厄除 卯不動尊」です。\u003cstrong\u003e手には剣と羂索（縄）を持ち、天地眼（てんちげん）の眼、牙上下出（がじょうげしゅつ）の口元と不動明王の力強い要素\u003c\/strong\u003eを取り入れつつ、\u003cstrong\u003e破邪の象徴である白い御姿に九星「四緑木星」を象徴する緑の条帛（じょうはく）と裳\u003c\/strong\u003eを身にまとわせ、守護安寧と開運を託すにふさわしい干支飾りとなりました。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e三毳不動尊での御護摩祈祷\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eさらに\u003cstrong\u003e万葉の祈願寺として篤い信仰を集める三毳不動尊（みかもふどうそん）の小田隆誠御住職による除災招福のありがたい御護摩祈祷を賜って\u003c\/strong\u003eのお届けとなります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e原型制作について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e干支不動尊シリーズの原型制作は「猫仏」で人気の仏師 酒井豪氏に依頼。力強くも愛らしい、守護安寧と開運を託すにふさわしい干支飾りとなりました。新年の幸せを祈念する縁起物としてぜひお求めください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003ca href=\"https:\/\/tamafuriya.jp\/shopdetail\/000000000477\/\"\u003e\u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e三毳不動尊御祈祷済みの厄除 卯不動尊に関する基本情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: 三毳不動尊御祈祷 厄除 卯不動尊（大）\u003c\/li\u003e\n                    \u003cli\u003e祈祷元: 三毳不動尊\u003c\/li\u003e\n                    \u003cli\u003e原型制作: 仏師 酒井豪\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e商品の詳細寸法を示す画像です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e使用されている素材に関する情報です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00562\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365473517,"sku":null,"price":35000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/13965c068eaae1c809dd079e75ab9d06_bb94f4bc-8dea-4356-9768-7ccefe245fa7.jpg?v=1774254075"},{"product_id":"1295","title":"宝来宝来神社御祈祷 金運祈願の永世木彫り鏡餅（小）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 導入と商品イメージ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神様を招く開運飾\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e清らかな桧の香りが漂う鏡餅は、新しい年神様をお迎えするのにふさわしい神聖な依り代。お部屋の中心で、清々しい気をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e神聖なるお正月の顔\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 商品全体像 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の全体像\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 鏡餅の由来と意味 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまの依代となるとても大切なお正月飾り。それが鏡餅です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eお正月にお供えするお餅を「鏡餅」と呼ぶのは、文字通り「鏡」に由来しています。古代の鏡は円形をした銅鏡でしたが、これが太陽神である天照大神に見立てられ神仏が宿る神聖なものとされました。皇室に伝わる三種の神器の一つの八咫鏡（やたのかがみ）もそうした考えによるものです。その一方、神の捧げるお餅も稲の霊の宿る神聖なものと考えられ、その丸い形状を円形の銅鏡に見立てたことから「鏡餅」と呼ぶようになったのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 年神様の依代としての鏡餅 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神様の御魂を宿す鏡餅\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e「鏡餅」を飾ることに始まる一連のお正月行事は、新しい年の神様である年神さま（歳徳神）を家に迎え、おもてなしをし、見送るためのものです。その間、\u003cstrong\u003e年神さまの居場所＝依り代となるのが「鏡餅」なのです。\u003c\/strong\u003e年神さまは、新年の幸せや恵みとともに、私たちに活力となる御魂（みたま）を分け与えてくださる大切な存在ですが、「鏡餅」はその御魂の象徴でもあるのです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 二つの神の依代 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e年神さまと当銭岩、二つの神の依代となるありがたさ極まる鏡餅！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 金運祈願の逸品 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e新年の幸せと金財運を託すありがたい逸品！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e宝来宝来神社御祈祷『金運祈願の永世木彫り鏡餅』は、宝くじ当選に御利益ありとＴＶやマスコミで度々紹介されている熊本の宝来宝来神社で金運招来の御祈祷を賜ったありがたい木彫りの鏡餅です。最大の特徴は、\u003cstrong\u003e御祈祷により鏡餅に年神さま、橙に当銭岩（宝来宝来神社の御神体）という二柱の神さまの依代になったことにあります。\u003c\/strong\u003e素材には神殿や仏閣の建材に用いられる霊木の桧を使用した本格仕様です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 木彫りの特性と利便性 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの鏡餅は毎年使える便利な縁起物です！\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e原型制作は猫仏で人気の仏屋さかいの酒井豪仏師。鏡餅や橙に刻まれた味わい深いノミ跡からは工芸品としての趣も感じられます。鏡開きが終わった後は、三宝型の桐箱の中に一式が収納可能。木彫ですから毎年使える利便性も特徴です。新年の幸運と金財運を託す逸品として、是非お求めください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 細部の美しさ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部の美しさ\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 様々な角度から --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e様々な角度から\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 木彫りの質感 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e木彫りの質感\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 橙部分の詳細 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e橙部分の詳細\u003c\/h3\u003e\n        \u003cimg src=\"\/\/gigaplus.makeshop.jp\/tamafuriya\/item-img\/T00921\/img_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: T00921\u003c\/li\u003e\n                    \u003cli\u003eポイント: 414\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本商品は、新年の縁起物として、また金運招来を願う特別な逸品です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e宝来宝来神社にて金運招来の御祈祷を賜った特別な鏡餅\u003c\/li\u003e\n                    \u003cli\u003e年神様と当銭岩、二柱の神の依り代となるありがたいお飾り\u003c\/li\u003e\n                    \u003cli\u003e神殿や仏閣の建材にも用いられる霊木の桧を使用\u003c\/li\u003e\n                    \u003cli\u003e原型制作は仏屋さかいの酒井豪仏師による本格仕様\u003c\/li\u003e\n                    \u003cli\u003e鏡開き後は三宝型の桐箱に収納可能\u003c\/li\u003e\n                    \u003cli\u003e木彫りのため毎年繰り返し使える永世縁起物\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 桧\u003c\/li\u003e\n                    \u003cli\u003e生産国: 記載なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e商品名に「（小）」と記載されておりますが、詳細な寸法は本ページには記載がございません。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":49717365506285,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/aede30658677b8fe88abdb68f3e1898f.jpg?v=1774254035"},{"product_id":"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":"006002000001","title":"千手観音  - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e子年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747430125,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_538f1796-a14e-4c3b-aee9-55aab0468ec4.jpg?v=1785744621"},{"product_id":"006002000002","title":"虚空蔵菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e丑・寅年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747462893,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_0e179aed-6c1b-41ce-831e-1cb287f94388.jpg?v=1785744623"},{"product_id":"006002000003","title":"文殊菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e卯年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747495661,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_cb5450df-c140-4693-b9ff-a00a4073f29e.jpg?v=1785744623"},{"product_id":"006002000004","title":"普賢菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e辰・巳年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747528429,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e5f2c436-e132-4c04-9861-8ad8d2a664da.jpg?v=1785744625"},{"product_id":"006002000005","title":"勢至菩薩 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e午年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747593965,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_feb756ae-9cdf-42e8-b43c-72923a77cfc9.jpg?v=1785744627"},{"product_id":"006002000006","title":"大日如来 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e未・申年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747626733,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_03d18077-80e8-4d60-af70-fb560f9e7f01.jpg?v=1785744628"},{"product_id":"006002000007","title":"不動明王 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e酉年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747659501,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_4978a96a-f428-44a7-bf36-725a1c53da09.jpg?v=1785744630"},{"product_id":"006002000008","title":"阿弥陀如来 - 厨子入り　純金メッキ仕上げ　総高9.7cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ97mm　幅65mm　奥行43mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e戌・亥年生まれの守護本尊。\u003c\/h3\u003e\n\n\u003cp\u003eお守り本尊にはご本尊ごとに開運、招福、厄除けなどありがたいご利益があるといわれており、また、守護本尊は生まれてから死ぬまで我々を守り続け、幸せに導いてくれるとされています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの仏像は厨子入りのため、ご先祖様が眠るお仏壇の仏像とは別にご自身の守護仏としてそのまま身近にお祀りいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747725037,"sku":null,"price":29040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_0fc4d4e3-61c0-4dc5-9cee-86406ee45217.jpg?v=1785744631"},{"product_id":"006002000009","title":"日蓮上人 - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅120mm　奥行88mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n日蓮とは\u003cbr\u003e\n日蓮宗開祖で『法華経』の南無妙法蓮華経に仏陀の教えがあると究め、清澄寺にて布教に努めた。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747790573,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_12590430-53f5-4f75-8227-f9089e4bc1b3.jpg?v=1785744632"},{"product_id":"006002000010","title":"日蓮上人 - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅120mm　奥行88mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n日蓮とは\u003cbr\u003e\n日蓮宗開祖で『法華経』の南無妙法蓮華経に仏陀の教えがあると究め、清澄寺にて布教に努めた。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747856109,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_628e3ddb-ecbd-48dc-ad32-f016eba33887.jpg?v=1785744634"},{"product_id":"006002000011","title":"弘法大師（空海） - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅100mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n弘法大師とは\u003cbr\u003e\n高野山や東寺（教王護国寺）を中心に密教の研究や修行に努め、真言宗の開祖となった。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747888877,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_775f9e6d-43db-4bb7-852c-2f2b0d5aada3.jpg?v=1785744636"},{"product_id":"006002000012","title":"弘法大師（空海） - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅100mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n弘法大師とは\u003cbr\u003e\n高野山や東寺（教王護国寺）を中心に密教の研究や修行に努め、真言宗の開祖となった。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747921645,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_1463e980-69cc-4d94-a17b-d7e5e95abf3a.jpg?v=1785744637"},{"product_id":"006002000013","title":"親鸞聖人 - 総高24cm　茶彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅92mm　奥行76mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n親鸞とは\u003cbr\u003e\n浄土真宗の開祖。法然を師と仰ぎ、法然から伝えられた阿弥陀仏の真実の教えを継承した。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747954413,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_a3be7f91-85b2-4852-a2fc-6b2de070aabd.jpg?v=1785744639"},{"product_id":"006002000014","title":"親鸞聖人 - 総高24cm　青銅色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ240mm　幅92mm　奥行76mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003cbr\u003e\n親鸞とは\u003cbr\u003e\n浄土真宗の開祖。法然を師と仰ぎ、法然から伝えられた阿弥陀仏の真実の教えを継承した。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384747987181,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5b0c4919-e391-431b-8cc5-4fa1641d4ace.jpg?v=1785744640"},{"product_id":"006002000015","title":"子安地蔵菩薩 - 総高26cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ260mm　幅92mm　奥行92mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748019949,"sku":null,"price":66000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ac6f3725-0963-4a76-86e0-eb5206cbcfab.jpg?v=1785744641"},{"product_id":"006002000016","title":"子安地蔵菩薩 - 総高21cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ210mm　幅78mm　奥行78mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748052717,"sku":null,"price":31680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e425d6c0-219e-446e-83e4-32ffbaefd805.jpg?v=1785744643"},{"product_id":"006002000018","title":"聖観音菩薩 - 巻物持ち　総高10cm　純金メッキ仕上げ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ100mm　幅27mm　奥行27mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748085485,"sku":null,"price":8910.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_dd6ff6ca-26ac-454d-bb04-00f6a1b921dc.jpg?v=1785744644"},{"product_id":"006002000021","title":"ペット観音 - うるおい　総高7.5cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ75mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748118253,"sku":null,"price":9240.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_e692189d-0e19-4e4f-9f72-870420dde2e1.jpg?v=1785744646"},{"product_id":"006002000022","title":"ペット地蔵 - あけぼの　総高7.5cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ75mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748151021,"sku":null,"price":11880.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_546a5a40-e022-4407-b198-c1c6be7c371f.jpg?v=1785744647"},{"product_id":"006002000023","title":"ペット観音 - プチ　総高5.8cm　金色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ58mm　幅53mm　奥行53mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748183789,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_adac26c6-39eb-4be4-9684-2bf4a3b2d46d.jpg?v=1785744648"},{"product_id":"006002000024","title":"不動明王 - 総高30cm　原型・松久宗琳　蝋型　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ300mm　幅155mm　奥行85mm 重量3600g\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eブロンズ\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ45日\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ45日です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\n\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e大仏師の名作が蘇る\u003c\/h3\u003e\n\n\u003cp\u003e衆生の諸悪を絶つ不動明王は、厄除け災難除去、開運吉祥の仏さまとして古くからしんこうされてきました。大仏師・松久宗琳先生は、幼少から父である京仏師・朋琳と共に仏像彫刻の道を歩み、高野山、比叡山、成田山や四天王寺、金閣寺、鞍馬寺など全国の古寺名刹にお仏像を制作奉納しました。その諸仏は「木の中から御仏を迎える仏師」と讃えられています。\u003cbr\u003e\n\u003cbr\u003e\nこちらの「不動明王」は、鎌倉時代の仏師・快慶をめざした宗琳師が、昭和57年に制作したものを「松久宗琳佛所」の承認のもと精緻細密に復刻、鋳造したもので、本体は青銅色のブロンズに本金を手彩でほどこしました。これまでにない豪壮で独創的な造像で、いつの世にも求められる不動明王の理想のお姿を、仏の心で念じながら彫り上げた宗琳師渾身の名作です。\u003cbr\u003e\n常に厳しくも私たちに生きる力を与えてくれる有り難い「不動さま」を、末永く御愛蔵くださるようご案内申し上げます。\u003cbr\u003e\n\u003cbr\u003e\n【作家略歴】\u003cbr\u003e\n大正15年　仏師・朋琳の長男として京都に生まれる\u003cbr\u003e\n昭和16年　朋琳の薫陶により仏像彫刻の道に進む\u003cbr\u003e\n昭和37年　朋琳と相携え京都仏像彫刻研究所を創設\u003cbr\u003e\n昭和44年　滋賀・延暦寺及び京都・鞍馬寺の三尊仏を制作\u003cbr\u003e\n昭和48年　宗教芸術院を創設、院長となる\u003cbr\u003e\n昭和54年　大阪・四天王寺太子殿の聖徳太子像、四天王像、滋賀・延暦寺の五智如来像制作\u003cbr\u003e\n昭和57年　「不動明王」制作\u003cbr\u003e\n昭和61年　京都・金閣寺の足利義満像制作\u003cbr\u003e\n平成元年　青森県恐山の仁王像と石川県那谷寺の丈六仏、十一面千手観音を制作\u003cbr\u003e\n平成3年　 千葉・成田山新勝寺の千手観音など等身大木彫仏四体制作\u003cbr\u003e\nこの間、京都仏像彫刻研究所長、松久仏像彫刻会館館長などを歴任\u003cbr\u003e\n四天王寺、延暦寺、成田山新勝寺から大仏師の称号を受ける\u003cbr\u003e\n平成4年 　逝去\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748216557,"sku":null,"price":264000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_22c15185-15ab-47a9-8062-5934eaa1806d.jpg?v=1785744650"},{"product_id":"006002000025","title":"聖観世音菩薩 - 総高21.2cm　原型・高村光雲　蝋型　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ212mm　幅65mm　奥行65mm　重量520g\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eブロンズ\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e受注後、およそ45日\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安はおよそ45日です。商品は制作中または受注生産です。納品までの目安は受注生産となった場合です。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\n\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e巨匠高村光雲の作品を完全再現\u003c\/h3\u003e\n\n\u003cp\u003e衆生をやさしく見守る崇高美あふれる菩薩のお姿。こちらの作品の台座には光雲の落款。さらに、高村家の許可のもと光雲の落款が押された桐箱とともにお届けいたします。この作品と桐箱、2つの落款が揃い、光雲原型による真正の作品であることが証明されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748249325,"sku":null,"price":231000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5ce14981-4ed0-47b3-ab0c-873a5fd096ec.jpg?v=1785744651"},{"product_id":"006002000026","title":"十一面観音菩薩 - 総高7cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ70mm　幅21mm　奥行23mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748282093,"sku":null,"price":8910.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_c463e937-9a07-420d-80bf-383a8813dd23.jpg?v=1785744653"},{"product_id":"006002000028","title":"地蔵菩薩 - 円光背　総高15cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ150mm　幅55mm　奥行55mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384748314861,"sku":null,"price":22110.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d58b4122-e09c-44fe-9eee-8fd323d84501.jpg?v=1785744654"},{"product_id":"006002000030","title":"童子不動明王 - 総高16cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ160mm　幅127mm　奥行45mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749068525,"sku":null,"price":27060.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_3e88b478-3524-44d9-876d-8d9370e9d4cf.jpg?v=1785744657"},{"product_id":"006002000031","title":"童子不動明王 - 総高16cm　青銅彩色　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ160mm　幅127mm　奥行45mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749134061,"sku":null,"price":27060.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_d7a20cbe-c338-4ed4-9400-ea8f92f372e6.jpg?v=1785744657"},{"product_id":"006002000034","title":"青不動明王 - 総高15.5cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ155mm　幅60mm　奥行36mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749166829,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_dcd5bb16-7531-491e-b227-b5f7bc93ef80.jpg?v=1785744659"},{"product_id":"006002000037","title":"馬頭観音菩薩 - 総高14.3cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ143mm　幅65mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749232365,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_970350a9-3ced-45c5-8517-2eb01a4829fd.jpg?v=1785744660"},{"product_id":"006002000039","title":"烏枢沙摩明王 - 総高4.2cm　純金メッキ　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ42mm　幅24mm　奥行20mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003eアンチモニー\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年受け継がれた伝統工芸「高岡銅器」の仏像を仏像ワールドがセレクト。伝統的な手法で作成されたブロンズ像や合金製の像は木彫り仏像とは異なる質感や色合い、耐久性を兼ね備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749494509,"sku":null,"price":3135.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_5011b862-d281-4818-8bf7-a69360354308.jpg?v=1785744662"},{"product_id":"006002000041","title":"千手観音  - 合金製　純金メッキ仕上げ　総高15.5cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ155mm　幅75mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年の歴史を育んできた銅器の町｢高岡」は鋳造仏像において国内随一の産地を誇っています。この地で造られる仏像は、仏師、鋳造、仕上げ、色付けなど、伝統工芸を受け継ぐ職人たちの手により、丹精を込めて作られています。こちらのシリーズはインテリアとして、また心のよりどころとして、日々の暮らしの中で感じていただきたいと思っております。\u003cbr\u003e\n\u003cbr\u003e\n【十二支の御守り本尊＜八尊仏＞】\u003cbr\u003e\n人は誰でも「生まれ年の干支」によって定められた、生涯をお守り下さる「お守り本尊」がおります。十二支ごとに御本尊が決まっている為に、十二支一代守り本尊とも呼ばれています。自分の干支のご本尊をお参りする慣習は古くからのもので、現在では全国的に広まっています。自分自身の生まれ年のご本尊をお参りすれば、心安らかな日々が過ごせると言い伝えられています。また、干支に縁のあるものを身近に置くことは縁起が良いとされることからも御守り本尊は開運守護に最適の護符になるのです。御守り本尊と共に過ごすことで災厄から守護と様々なご利益を授かると共に、ご自身が持って生まれた良い点が伸ばされ悪い点が抑えられるのです。\u003cbr\u003e\n\u003cbr\u003e\n【千手観音】\u003cbr\u003e\n干支：子（ね）　梵字：キリーク　\u003cbr\u003e\n御真言：オン、バ、ザラ、ダ、ラマ、キリーク、ソワカ\u003cbr\u003e\n御利益：諸願成就　恋愛成就　除災招福　苦難除去\u003cbr\u003e\n千手観音は正式には千手千眼観自在菩薩と呼ばれ、千本の手はその一つ一つが二十五有を救い、千の目によって全てを自在に見通します。その奥深い慈悲の心をもって全ての者を救い、全ての願いを叶え、知恵や悟りを与え永遠の幸福と平安を授けるとされます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749527277,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_98a6bedc-ac85-4b9a-a225-984c1d24367b.jpg?v=1785744662"},{"product_id":"006002000042","title":"虚空蔵菩薩 - 合金製　純金メッキ仕上げ　総高15cm　高岡銅器","description":"\u003cdt\u003eサイズ\u003c\/dt\u003e\u003cdd\u003e高さ150mm　幅65mm　奥行65mm\u003c\/dd\u003e\u003cdt\u003e素　材\u003c\/dt\u003e\u003cdd\u003e亜鉛合金\u003c\/dd\u003e\u003cdt\u003e納　期\u003c\/dt\u003e\u003cdd\u003e１０日以内（取り寄せ）\u003c!--納期--\u003e\n\u003c\/dd\u003e\u003cbr\u003e納品までの目安は１０日以内です。商品はメーカーからの取り寄せとなります。メーカーの在庫状況によっては納期が遅れる場合がございます。ご注文後、納品可能日が確定しだいお知らせいたします。\u003cbr\u003e\u003cbr\u003e【商品についてのご注意】\u003cbr\u003e・商品写真は実際の商品の中から無作為に選んだものを撮影しております。\u003cbr\u003e・表示寸法と実際とは若干誤差が生じる場合がございます。\u003cbr\u003e・商品はWEB画面上と、実際の色と異なる場合がございます。\u003cbr\u003e\u003cbr\u003e\u003cdiv id=\"text-mode\"\u003e\n\u003cdiv class=\"text-mode\"\u003e\n\u003cdiv class=\"c\"\u003e\n\u003ch3\u003e耐久性を兼ね備えた金属製仏像\u003c\/h3\u003e\n\n\u003cp\u003e四百年の歴史を育んできた銅器の町｢高岡」は鋳造仏像において国内随一の産地を誇っています。この地で造られる仏像は、仏師、鋳造、仕上げ、色付けなど、伝統工芸を受け継ぐ職人たちの手により、丹精を込めて作られています。こちらのシリーズはインテリアとして、また心のよりどころとして、日々の暮らしの中で感じていただきたいと思っております。\u003cbr\u003e\n\u003cbr\u003e\n【十二支の御守り本尊＜八尊仏＞】\u003cbr\u003e\n人は誰でも「生まれ年の干支」によって定められた、生涯をお守り下さる「お守り本尊」がおります。十二支ごとに御本尊が決まっている為に、十二支一代守り本尊とも呼ばれています。自分の干支のご本尊をお参りする慣習は古くからのもので、現在では全国的に広まっています。自分自身の生まれ年のご本尊をお参りすれば、心安らかな日々が過ごせると言い伝えられています。また、干支に縁のあるものを身近に置くことは縁起が良いとされることからも御守り本尊は開運守護に最適の護符になるのです。御守り本尊と共に過ごすことで災厄から守護と様々なご利益を授かると共に、ご自身が持って生まれた良い点が伸ばされ悪い点が抑えられるのです。\u003cbr\u003e\n\u003cbr\u003e\n【虚空蔵菩薩】\u003cbr\u003e\n干支：丑（うし）・寅（とら）　梵字：タラーク\u003cbr\u003e\n御真言：オン、バ、ザラ、アラ、タンノー、オン、タラーク、ソワカ\u003cbr\u003e\n御利益：学業成就　子宝安産　除病息災　福徳円満\u003cbr\u003e\n胎蔵界曼陀羅虚空蔵院の主尊である虚空蔵菩薩は知恵と福徳が大空（虚空）のように広大無辺に備わっており、学業成就に特にご利益のある仏様です。また、その無量の福徳と知恵を惜しみなく与えることで、人々の福徳円満への願いにお応えになるのです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!--コンテンツA--\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--text-mode--\u003e","brand":"仏像ワールドセレクト","offers":[{"title":"Default Title","offer_id":50384749658349,"sku":null,"price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_ed38b4f8-7921-4906-af2a-7c045ab55672.jpg?v=1785744665"}],"url":"https:\/\/art-bud-world.we-shop.jp\/collections\/butsuzo-world-select.oembed","provider":"Art Bud World","version":"1.0","type":"link"}