{"product_id":"858","title":"極小仏 十二神将立像","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Montserrat\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2e2e2e;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2e2e2e; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #2e2e2e; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #aeafaf40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e0e0e0;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #2e2e2e;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2e2e2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #aeafaf; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e0e0e0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #2e2e2e; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #aeafaf; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2e2e2e; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #aeafaf; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2e2e2e; margin-bottom: 12px; border-bottom: 1px solid #aeafaf; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2e2e2e; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e0e0e0; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2e2e2e; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e十二神将、堂々の守護陣\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e奈良の名刹が所蔵する重要文化財を元に、十二神将が勢揃い。鎌倉期の誇張された表現が、お部屋に\u003cstrong\u003e力強い守護の気概\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_6b8aa981-0e7b-453b-bb9a-b77ce27d6378.jpg?v=1774847827\" class=\"img-fluid d-block w-100 product-img\" alt=\"十二神将の全体像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e圧巻の護法善神の集い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手のひらに宿る精巧な美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e10cmに満たない\u003cstrong\u003e極小サイズ\u003c\/strong\u003eながら、一体一体の表情や衣の翻りまで精緻に表現。歴史を凝縮した傑作を手に取る感動を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/3_20e26a74-99d0-401f-8bed-25105c6b93c2.jpg?v=1774847826\" class=\"img-fluid d-block w-100 product-img\" alt=\"十二神将の一体アップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e緻密な職人技が光る\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を放つ神将の躍動\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e自由な肢体表現が、一体一体に異なる物語を宿しています。古の仏師が込めた魂が現代に蘇る、まさに\u003cstrong\u003e鑑賞に値する美術品\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/6_6e757a25-7239-4f51-95cd-36134f48a0d4.jpg?v=1774847826\" class=\"img-fluid d-block w-100 product-img\" alt=\"躍動感ある十二神将\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e仏師の息遣いを感じる造形\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e奈良の寺院が所蔵する『重要文化財 木造十二神将立像』をモデルに、10cmにも満たない極小サイズで彫り上げた木彫像です。モデル像は鎌倉中期の作とされ、誇張的で自由な肢体表現で他の十二神将像とは一線を画す傑作です。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cvideo controls src=\"https:\/\/www.butuzou-world.com\/img\/800-500\/junishinsho.mp4\" class=\"img-fluid d-block w-100\" poster=\"https:\/\/www.butuzou-world.com\/img\/gsbt\/junishinsho-video-poster.jpg\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e各仏像の詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e十二神将の一体一体に込められた、緻密な造形と個性豊かな表情をご覧ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e将神（しょうしん）\u003c\/strong\u003e\u003cbr\u003e十二神将の筆頭。口を開け、斜め上を見上げる得も言われぬ表情が特徴。振り上げた左腕の鰭袖（ひれそで）は、布がひるがえる一瞬を見事に捉えています。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/1shishin_text3.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"将神\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ94×幅48×奥行29mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e招杜羅大将（しゃとらたいしょう）\u003c\/strong\u003e\u003cbr\u003e牛を配した炎髪（えんぱつ）としかめ面で怒りを表しながらも、二本の指を口に向け、腰をくねらせ踊るように右足を踏み出す様がどこかユーモラスな像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/2.chushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"招杜羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅37×奥行36mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e真達羅大将（しんだらたいしょう）\u003c\/strong\u003e\u003cbr\u003e悪鬼を威嚇するかのようにカッと口を開く憤怒の表情。右手人差し指で地を差し、胸前にかざした左手のひらを上に向けて佇む姿に、護法善神の風格が漂います。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/3.inshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"真達羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ90×幅45×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ22g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e安底羅大将（あんでらたいしょう）\u003c\/strong\u003e\u003cbr\u003e口を強く結び、遠くを見るような視線が趣き深い像。脛当てや袴を身に着けず裸足のままという、十二神将としては異例の表現が最大の特徴です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/4.boshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"安底羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅43×奥行35mm\u003c\/li\u003e\n                        \u003cli\u003e重さ25g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e頞儞羅大将（あにらたいしょう）\u003c\/strong\u003e\u003cbr\u003e逆立つ炎髪、力強い眼光、口を真一文字に結んだ雄々しい姿から漂う抑えがたい憤怒。甲冑の肩に配された獅噛（しがみ）（獅子の顔を意匠化したもの）が特徴です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/5.shinshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"頞儞羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅40×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ19g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e摩虎羅大将（まこらたいしょう）\u003c\/strong\u003e\u003cbr\u003e結い上げた髪に蛇を配し、しかめ面に手をかざして仏敵を探すような仕草が見どころ。鉾を持つ右手と一歩踏み出した左足に静かな緊張感が走ります。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/6.shishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"摩虎羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅65×奥行50mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e波夷羅大将（はいらたいしょう）\u003c\/strong\u003e\u003cbr\u003e右手は腰に、左手は空を突き、見開いた眼で天を仰ぎ仏敵を前に気炎を上げるような姿。下衣なしで甲冑を身に纏い、素足に沓を履く特異な姿が印象的です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/7.goshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"波夷羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ96×幅42×奥行27mm\u003c\/li\u003e\n                        \u003cli\u003e重さ21g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e因達羅大将（いんだらたいしょう）\u003c\/strong\u003e\u003cbr\u003e腕を組んで頬杖をつくタレ目の顔と、腰を捻りかかとを上げた左足がなんともユーモラス。髻の羊もどこか愛らしい、神将像としては珍しい造形です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/8.bishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"因達羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ84×幅30×奥行30mm\u003c\/li\u003e\n                        \u003cli\u003e重さ19g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e伐折羅大将（ばざらたいしょう）\u003c\/strong\u003e\u003cbr\u003e弓矢を手に片目を細めて狙いを定めるようなポージング。悪を打ち抜かんとする緊張感と、得も言われぬ表情、炎髪から覗く猿の愛嬌との対比が面白味のある像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/9.shinshin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"伐折羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ88×幅35×奥行37mm\u003c\/li\u003e\n                        \u003cli\u003e重さ21g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e宮毘羅大将（くびらたいしょう）\u003c\/strong\u003e\u003cbr\u003e下唇を噛み、下方を睨みつけ振り上げた右の拳に武神ならではの強さを感じます。捻った腰、たなびく裳やよじれた天衣など一瞬の動きを見事に表現した像です。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/10.yushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"宮毘羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ90×幅44×奥行50mm\u003c\/li\u003e\n                        \u003cli\u003e重さ28g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e珊底羅大将（さんてらたいしょう）\u003c\/strong\u003e\u003cbr\u003e犬が配された道教の神のような冠に、長い顎鬚と皺を寄せた眉間、目を細め憂いに満ちた表情は、他の神将にはない異質な雰囲気を感じさせます。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/11.jutsushin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"珊底羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ89×幅45×奥行29mm\u003c\/li\u003e\n                        \u003cli\u003e重さ26g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e迷企羅大将（めきらたいしょう）\u003c\/strong\u003e\u003cbr\u003e硬い表情で両腕を交差し、斜め前方を指差す姿に独特の緊迫感を感じる像。十二神の殿（しんがり）としての責任感や大将格の誇りが滲み出るような貫禄を放ちます。\u003c\/p\u003e\n                    \u003cdiv class=\"spec-img-full\"\u003e\n                        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/gsbt\/12.gaishin_text.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"迷企羅大将\"\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e高さ86×幅33×奥行26mm\u003c\/li\u003e\n                        \u003cli\u003e重さ18g\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズと重さは本体部分のみを表記しており若干の誤差が生じる場合がございます。台座は12体共通：高さ7×幅42×奥行35mm\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eオプション・関連商品\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e極小仏十二神将用として制作したひな壇付きのアクリルケースをご用意しております。12種類の仏像を3段4体ずつ並べることができるひな壇付きです。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/butuzouw\/img\/600-020\/A.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アクリルケース\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e詳細については、下記のページをご覧ください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/www.butuzou-world-shop.com\/shopdetail\/000000000864\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eアクリルケース ひな壇付きページへ\u003c\/a\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e受注生産のため、お届けまでおよそ3週間かかります。\u003c\/li\u003e\n                \u003cli\u003e上記ページまたは本ページの価格下部「専用アクリルケース（選択）メニュー」より「アクリルケース ひな壇付き（＋27500円）」を選択してお求めください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e十二神将について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e天部の神々である十二神将は仏教の護法善神で、薬師如来の眷属として薬師如来「十二の大願」に応じ、昼夜十二の刻、十二の月、十二の方角を守ります。十二の大将それぞれが7千、総勢8万4千もの眷属夜叉を率いて、人間の持つ煩悩を打破する役目を持つとされます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"極小仏","offers":[{"title":"Default Title","offer_id":49717364719853,"sku":null,"price":242000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1085\/8221\/files\/1_6b8aa981-0e7b-453b-bb9a-b77ce27d6378.jpg?v=1774847827","url":"https:\/\/art-bud-world.we-shop.jp\/products\/858","provider":"Art Bud World","version":"1.0","type":"link"}