{"product_id":"0401106001043_express","title":"[Quick Delivery] 50-Note Standard Walnut (MM521) ","description":"\u003cstyle\u003e\n  \/* ====== 商品ページ説明欄用 スタイル設定 ====== *\/\n  .suw-product-desc {\n    font-family: 'Noto Serif JP', serif;\n    color: #333333;\n    line-height: 1.8;\n    letter-spacing: 0.05em;\n    font-size: 15px;\n  }\n  .suw-product-desc p {\n    margin-bottom: 1.5em;\n  }\n  \n  \/* トップのコンセプトボックス *\/\n  .suw-concept-box {\n    border: 1px solid #d4c5a9;\n    background-color: #fdfbf7;\n    padding: 3em 2.5em;\n    margin-bottom: 3.5em;\n    box-shadow: 0 4px 25px rgba(176, 141, 53, 0.08);\n  }\n  \n  \/* コンセプトタイトル *\/\n  .suw-concept-title {\n    color: #b08d35;\n    font-size: 1.4em;\n    margin: 0 0 1em 0;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-align: center;\n    line-height: 1.5;\n  }\n\n  \/* スペック表 *\/\n  .suw-spec-title {\n    font-weight: 700;\n    font-size: 1.15em;\n    border-left: 3px solid #b08d35;\n    padding-left: 0.8em;\n    margin-bottom: 1.2em;\n    margin-top: 2.5em;\n    color: #222;\n  }\n  .suw-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 2em;\n    background: #fff;\n  }\n  .suw-spec-table th, .suw-spec-table td {\n    border-bottom: 1px solid #eaeaea;\n    padding: 1.2em 1em;\n    text-align: left;\n    font-size: 0.95em;\n  }\n  .suw-spec-table th {\n    width: 30%;\n    font-weight: 600;\n    color: #555;\n    background-color: #faf8f5;\n  }\n  \n  \/* 注意事項ボックス *\/\n  .suw-notice-box {\n    background-color: #f9f9f9;\n    border-top: 3px solid #b08d35;\n    padding: 2.5em 2em;\n    margin: 3.5em 0;\n    border-radius: 0 0 4px 4px;\n  }\n  .suw-notice-title {\n    margin-top: 0;\n    margin-bottom: 1.5em;\n    font-weight: 700;\n    text-align: center;\n    color: #111;\n    letter-spacing: 0.1em;\n  }\n  \n  \/* 試聴リスト（スクロールボックス化） *\/\n  .suw-song-scroll-area {\n    max-height: 550px;\n    overflow-y: auto;\n    border: 1px solid #e0d7c6;\n    border-radius: 6px;\n    padding: 1.5em 1.5em 0.5em 1.5em;\n    background-color: #fcfbf9;\n    margin-bottom: 1.5em;\n  }\n  .suw-song-scroll-area::-webkit-scrollbar {\n    width: 8px;\n  }\n  .suw-song-scroll-area::-webkit-scrollbar-track {\n    background: #f1f1f1; \n    border-radius: 4px;\n  }\n  .suw-song-scroll-area::-webkit-scrollbar-thumb {\n    background: #d4c5a9; \n    border-radius: 4px;\n  }\n  .suw-song-scroll-area::-webkit-scrollbar-thumb:hover {\n    background: #b08d35; \n  }\n\n  .suw-song-list {\n    margin-top: 0;\n  }\n  .suw-song-list dt {\n    font-weight: 600;\n    margin-top: 1.5em;\n    margin-bottom: 0.8em;\n    padding-bottom: 0.4em;\n    border-bottom: 1px dashed #dcdcdc;\n    color: #333;\n    line-height: 1.6;\n    font-size: 0.95em;\n  }\n  .suw-song-list dt:first-child {\n    margin-top: 0;\n  }\n  .suw-song-list dd {\n    margin-left: 0;\n    margin-bottom: 2em;\n  }\n  \n  \/* 下部リンクボックス（テーマの干渉を防ぐ強固な構造） *\/\n  .suw-custom-order-box {\n    background-color: #fdfbf7;\n    border: 1px solid #d4c5a9;\n    padding: 3em 2em;\n    text-align: center;\n    margin-top: 3.5em;\n    border-radius: 6px;\n    box-shadow: 0 4px 15px rgba(176, 141, 53, 0.05);\n  }\n  .suw-custom-order-title {\n    margin: 0 0 10px 0 !important;\n    font-size: 1.25em;\n    font-weight: bold;\n    color: #333333;\n  }\n  .suw-custom-order-desc {\n    margin: 0 0 25px 0 !important;\n    font-size: 0.95em;\n    color: #555555;\n    line-height: 1.6;\n  }\n  .suw-custom-order-btn {\n    display: inline-block !important;\n    background-color: #b08d35 !important;\n    color: #ffffff !important;\n    padding: 16px 35px !important;\n    text-decoration: none !important;\n    font-size: 1.1em !important;\n    font-weight: bold !important;\n    letter-spacing: 0.05em !important;\n    border-radius: 4px !important;\n    transition: all 0.3s ease !important;\n    box-shadow: 0 4px 12px rgba(176, 141, 53, 0.3) !important;\n  }\n  .suw-custom-order-btn:hover {\n    background-color: #9a7b2e !important;\n    transform: translateY(-2px) !important;\n    box-shadow: 0 6px 15px rgba(176, 141, 53, 0.4) !important;\n  }\n  \n  \/* ====== スマホ向けレスポンシブ ====== *\/\n  @media (max-width: 767px) {\n    .suw-concept-box { padding: 2em 1.5em; }\n    .suw-spec-table th { width: 35%; }\n    .suw-song-scroll-area { padding: 1.2em 1em 0.5em 1em; }\n    .suw-custom-order-box { padding: 2em 1.5em; }\n    .suw-custom-order-btn { width: 90%; padding: 16px 10px !important; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"suw-product-desc\"\u003e\n\n\u003cdiv class=\"suw-concept-box\"\u003e\n\n\u003ch3 class=\"suw-concept-title\"\u003e\n\n\u003cspan style=\"color: #9e2a2b; font-size: 0.85em; display: inline-block; margin-bottom: 0.3em;\"\u003eShips in as little as 7 days!\u003c\/span\u003e\u003cbr\u003e[Short Delivery Time] About \"Suwanone Original\"\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; text-align: left; margin-top: 1.5em;\"\u003eThis product is an original product independently planned by the Nidec Music Box Museum \"Suwanone.\"\u003cbr\u003eThe movement, which is the heart of the sound, is equipped with a \u003cstrong\u003ehigh-quality 50-note \"Orpheus\" movement\u003c\/strong\u003e.\u003cbr\u003eBy providing movements that have been carefully adjusted in advance by craftsmen, we deliver amazing speed while maintaining quality.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch4 class=\"suw-spec-title\"\u003e[Product Specifications]\u003c\/h4\u003e\n\n\u003ctable class=\"suw-spec-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMovement\u003c\/th\u003e\n\n\u003ctd\u003eEquipped with \"Orpheus\" made by Nidec Instruments\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eNumber of Notes\u003c\/th\u003e\n\n\u003ctd\u003e50 notes\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSize\u003c\/th\u003e\n\n\u003ctd\u003eW208 × D123 × H70 mm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMaterial\u003c\/th\u003e\n\n\u003ctd\u003eWalnut\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eColor\u003c\/th\u003e\n\n\u003ctd\u003eBrown\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cdiv class=\"suw-notice-box\"\u003e\n\n\u003cp class=\"suw-notice-title\"\u003e■ Please read before ordering ■\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e[About Short Delivery Time]\u003c\/strong\u003e\u003cbr\u003eOrders will be shipped within 7 days, meeting urgent gift needs.\u003cbr\u003e\u003cspan style=\"color: #d9534f; font-weight: bold; font-size: 0.95em; display: inline-block; margin-top: 0.5em;\"\u003e*Limited to prepaid payments such as credit card and PayPay (post-payment orders will be shipped after payment confirmation).\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: #666; font-size: 0.95em;\"\u003e*Not applicable during long holidays such as Golden Week or summer holidays.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e[Limited Quantity and Songs]\u003c\/strong\u003e\u003cbr\u003eThis is a special lineup of popular songs pre-adjusted. The number available and the selection of songs are limited.\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003e[About Original Song Labels]\u003c\/strong\u003e\u003cbr\u003eFor this product, we do not offer the option to create original labels (changing the printed content).\u003cbr\u003e\u003cspan style=\"color: #666; font-size: 0.95em;\"\u003e*If you wish to have an original label, please order from the \"Normal Delivery (Made-to-Order)\" product page, which takes more than one month for delivery.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch4 class=\"suw-spec-title\"\u003e[Audition]\u003c\/h4\u003e\n\n\u003cp style=\"font-size: 0.9em; color: #777;\"\u003e*Playback will be electronic sound, which may differ from the actual product. Please scroll up and down within the frame to check.\u003c\/p\u003e\n\n\u003cdiv class=\"suw-song-scroll-area\"\u003e\n\n\u003cdl class=\"suw-song-list\"\u003e\n\n\u003cdt\u003e♪《Short Delivery》Pachelbel's Canon \/ J.Pachelbel (MM521G+G03)\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"222\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=G03\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》The Name of Life \/ Joe Hisaishi (MM521F+FN3)\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"158\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=FN3\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Waltz of the Flowers \/ Sleeping Beauty \/ March from The Nutcracker \/ P.I.Tchaikovsky (MM521H+H06)\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"222\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=H06\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》My Heart Will Go On \/ J.Horner CELINE DION【MM521G+G08】\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"222\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=G08\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Merry-Go-Round of Life \/ Joe Hisaishi【MM521F+FM7】\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"158\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=FM7\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Amazing Grace \/ John Newton【MM521F+FC7】\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"158\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=FC7\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》THE PHANTOM OF THE OPERA \/ THE MUSIC OF THE NIGHT \/ ALL I ASK OF YOU【MM521H+H11】\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"222\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=H11\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》La Campanella \/ F.Liszt【MM521F+FP3】\u003c\/dt\u003e\n\n\u003cdd\u003e\u003ciframe style=\"max-width: 390px; border-radius: 8px; overflow: hidden;\" width=\"100%\" height=\"158\" src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=50N\u0026amp;tune=FP3\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\n\u003c\/dl\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- 下部リンクボックス（50弁用にリンクとテキストを変更） --\u003e\n\u003cdiv class=\"suw-custom-order-box\"\u003e\n\n\u003cp class=\"suw-custom-order-title\"\u003eInformation on \"Made-to-Order\" where you can choose your favorite song\u003c\/p\u003e\n\n\u003cp class=\"suw-custom-order-desc\"\u003eIn addition to the recommended songs, you can choose from an extensive song list to create your own.\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #888;\"\u003e(*Made-to-order items have a standard delivery time and take more than one month for delivery)\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ca href=\"https:\/\/orgel-gallery.jp\/collections\/50note-cylinder\" class=\"suw-custom-order-btn\"\u003e▶ View all 50-note music box songs\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"オルゴールギャラリー","offers":[{"title":"[Quick Delivery] Pachelbel's Canon J.Pachelbel (MM521G+G03)","offer_id":44309210595508,"sku":"0401106001043+G03_express","price":101200.0,"currency_code":"JPY","in_stock":true},{"title":"[Quick Delivery] Name of Life by Joe Hisaishi (MM521F+FN3)","offer_id":44309210628276,"sku":"0401106001043+FN3_express","price":101200.0,"currency_code":"JPY","in_stock":true},{"title":"[Quick Delivery] La Campanella by F.Liszt [MM521F+FP3]","offer_id":44309210661044,"sku":"0401106001043+FP3_express","price":101200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0405\/6301\/5844\/files\/0401106001043_express_a2f41e4c-d739-430e-8cfd-0b7dfd7256d1.png?v=1785140873","url":"https:\/\/orgel-gallery.jp\/en\/products\/0401106001043_express","provider":"オルゴールギャラリー","version":"1.0","type":"link"}