{"product_id":"0401106001050_express","title":"[Quick Delivery] 72-Note Standard Walnut (MM525) ","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; \/* 枠の最大高さ（プレイヤー約2つ半分） *\/\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  \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\u003eAbout \"Suwanone Original\" (Short Delivery Time)\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; text-align: left; margin-top: 1.5em;\"\u003eThis product is an original item from the Nidec Music Box Museum \"Suwanone.\"\u003cbr\u003eThe movement, which is the heart of the sound, features a \u003cstrong\u003ehigh-quality 72-note 'Orpheus' movement\u003c\/strong\u003e.\u003cbr\u003eBy preparing movements that have been pre-adjusted by craftsmen, we have achieved shorter delivery times 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\u003eNidec Instruments \"Orpheus\"\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\u003e72 notes\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSize\u003c\/th\u003e\n\n\u003ctd\u003eW247 × D125 × 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【Short Delivery Time】\u003c\/strong\u003e\u003cbr\u003eWe ship within 7 days of your order, catering to 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 (postpaid orders will be shipped after payment confirmation).\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: #666; font-size: 0.95em;\"\u003e*Excludes long holidays such as Golden Week and summer holidays.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e【Limited Quantity\/Songs】\u003c\/strong\u003e\u003cbr\u003eThis is a special lineup of well-known songs that have been pre-adjusted. There are limits to the number of items and songs available.\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003e【About Original Song Labels】\u003c\/strong\u003e\u003cbr\u003eWe do not offer options for creating original labels (changing printed content) for this product.\u003cbr\u003e\u003cspan style=\"color: #666; font-size: 0.95em;\"\u003e*If you wish for an original label, please order from the \"Standard Delivery (Made-to-Order)\" product page, which takes over one month for delivery.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch4 class=\"suw-spec-title\"\u003e［Listen］\u003c\/h4\u003e\n\n\u003cp style=\"font-size: 0.9em; color: #777;\"\u003e*These are electronic sounds, which may differ from the actual product. Please scroll up and down within the frame to listen.\u003c\/p\u003e\n\n\u003c!-- スクロール可能なボックスを追加 --\u003e\n\u003cdiv class=\"suw-song-scroll-area\"\u003e\n\n\u003cdl class=\"suw-song-list\"\u003e\n\n\u003cdt\u003e♪《Short Delivery》Merry-Go-Round of Life \/ Joe Hisaishi (MM525K+KB6）\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=72N\u0026amp;tune=KB6\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》La Campanella \/ F.Liszt (MM525K+K35）\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=72N\u0026amp;tune=K35\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Always With Me \/ Yumi Kimura (MM525K+Ki2）\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=72N\u0026amp;tune=Ki2\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》When You Wish Upon a Star \/ L.Harline (MM525K+K44）\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=72N\u0026amp;tune=K44\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Beauty and the Beast \/ A.Menken【MM525K+Ki3】\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=72N\u0026amp;tune=Ki3\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Pachelbel's Canon \/ J.Pachelbel【MM525K+K01】\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=72N\u0026amp;tune=K01\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Pachelbel's Canon(C) \/ J.Pachelbe (MM525K+KH0）\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=72N\u0026amp;tune=KH0\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Carrying You (from Castle in the Sky) \/ Joe Hisaishi, Azumi Inoue (MM525K+KF8）\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=72N\u0026amp;tune=KF8\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Clair de Lune \/ C.Debussy (MM525K+K03）\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=72N\u0026amp;tune=K03\"\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 (MM525J+J01）\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=72N\u0026amp;tune=J01\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Intermezzo from Cavalleria Rusticana \/ Pietro Mascagni【MM525K+KH4】\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=72N\u0026amp;tune=KH4\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》I SEE THE LIGHT (Tangled) \/ A.Menken【MM525K+KK2】\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=72N\u0026amp;tune=KK2\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\u003cdt\u003e♪《Short Delivery》Merry Christmas, Mr. Lawrence (from Merry Christmas, Mr. Lawrence) \/ Ryuichi Sakamoto 【MM525K+KL0】\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=72N\u0026amp;tune=KL0\"\u003e\u003c\/iframe\u003e\u003c\/dd\u003e\n\n\n\u003c\/dl\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- 下部リンクボックス --\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 our recommended songs, you can choose from an extensive list of songs to create your own.\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #888;\"\u003e(*Made-to-order items have standard delivery times, taking over one month for delivery)\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ca href=\"https:\/\/orgel-gallery.jp\/collections\/72note-cylinder\" class=\"suw-custom-order-btn\"\u003e▶ See all 72-note music box songs\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"オルゴールギャラリー","offers":[{"title":"[Quick Delivery] Merry-go-round of life by Joe Hisaishi (MM525K+KB6)","offer_id":44309111668916,"sku":"0401106001050+KB6_express","price":118800.0,"currency_code":"JPY","in_stock":true},{"title":"La Campanella by F. Liszt (MM525K+K35)","offer_id":44309111701684,"sku":"0401106001050+K35_express","price":118800.0,"currency_code":"JPY","in_stock":true},{"title":"[Quick Delivery] Pachelbel's Canon (C) J.Pachelbe (MM525K+KH0)","offer_id":44309111865524,"sku":"0401106001050+KH0_express","price":118800.0,"currency_code":"JPY","in_stock":true},{"title":"\"Quick Delivery\" Carrying You (From Laputa: Castle in the Sky) Joe Hisaishi Azumi Inoue (MM525K+KF8)","offer_id":44309111898292,"sku":"0401106001050+KF8_express","price":118800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0405\/6301\/5844\/files\/0401106001050_express.png?v=1785139436","url":"https:\/\/orgel-gallery.jp\/en\/products\/0401106001050_express","provider":"オルゴールギャラリー","version":"1.0","type":"link"}