{"product_id":"my-oshi-dome-kit","title":"MY OSHI DOME MUSIC BOX","description":"\u003cdiv class=\"oshi-dome-wrapper\"\u003e\n\n  \u003cstyle\u003e\n    \/* Shopifyの既存テーマに影響を与えないようクラス名で制御 *\/\n    .oshi-dome-wrapper {\n      font-family: 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;\n      color: #333;\n      line-height: 1.8;\n      max-width: 850px;\n      margin: 0 auto;\n      \/* スマホ向けの基本文字サイズ *\/\n      font-size: 15px; \n      \/* ▼ モバイルでの横揺れ・はみ出しを完全に防止する設定 ▼ *\/\n      width: 100%;\n      overflow-x: hidden;\n      box-sizing: border-box;\n    }\n    \n    \/* すべての子要素の余白（padding）を幅（width）に含めて計算させる *\/\n    .oshi-dome-wrapper *, .oshi-dome-wrapper *::before, .oshi-dome-wrapper *::after {\n      box-sizing: border-box;\n    }\n\n    .oshi-dome-wrapper p {\n      margin-bottom: 1em;\n      font-size: 1em; \/* ベースサイズに完全連動 *\/\n    }\n\n    \/* ヒーローセクション（コンセプト） *\/\n    .oshi-hero {\n      text-align: center;\n      padding: 35px 20px;\n      background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%);\n      border-radius: 12px;\n      margin-bottom: 40px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n    }\n    \n    .oshi-concept-box {\n      margin-top: 0; \n      padding-top: 0; \n      border-top: none;\n    }\n    .oshi-concept-box .concept-title {\n      font-size: 1.45em; \n      font-weight: bold; \n      color: #b59410;\n      margin-bottom: 15px;\n      line-height: 1.5;\n    }\n\n    \/* 重要：ページ上部の装飾品に関する注意書き *\/\n    .oshi-hero-warning {\n      background-color: #fff;\n      border: 2px solid #d9534f;\n      border-radius: 8px;\n      padding: 15px;\n      margin-top: 25px;\n      text-align: left;\n      box-shadow: 0 4px 10px rgba(217, 83, 79, 0.05);\n    }\n    .oshi-hero-warning p {\n      color: #d9534f;\n      font-weight: bold;\n      font-size: 0.95em;\n      margin-bottom: 0;\n      line-height: 1.6;\n    }\n    .oshi-hero-warning span {\n      display: block;\n      font-size: 1.15em;\n      margin-bottom: 5px;\n      text-align: center;\n    }\n\n    \/* デコレーション事例画像 *\/\n    .oshi-deco-image {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n    .oshi-deco-image img {\n      max-width: 100%;\n      height: auto;\n      border-radius: 12px;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n    }\n\n    \/* 見出しデザイン *\/\n    .oshi-heading {\n      text-align: center;\n      font-size: 1.5em; \n      color: #b59410;\n      border-bottom: 2px solid #d4c48a;\n      padding-bottom: 10px;\n      margin: 50px 0 25px;\n      letter-spacing: 0.1em;\n      font-weight: bold;\n    }\n\n    \/* PCで横並びにして縦長を解消するレイアウト *\/\n    .oshi-flex-3col {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 20px;\n      margin-bottom: 30px;\n    }\n    .oshi-flex-3col \u003e div {\n      flex: 1 1 100%; \/* モバイルでは縦並び *\/\n      margin-bottom: 0; \n    }\n\n    \/* ポイントカード *\/\n    .oshi-point {\n      background: #fff;\n      border: 1px solid #eaeaea;\n      border-left: 5px solid #b59410;\n      padding: 25px 20px;\n      border-radius: 4px;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n    }\n    .oshi-point h3 {\n      color: #b59410;\n      font-size: 1.15em; \n      margin-top: 0;\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      font-weight: bold;\n      line-height: 1.4;\n    }\n\n    \/* おすすめシーン *\/\n    .oshi-scene {\n      background: #faf8f5;\n      padding: 25px 20px;\n      border-radius: 6px;\n    }\n    .oshi-scene h4 {\n      color: #4a4a4a;\n      font-size: 1.1em; \n      margin: 0 0 10px 0;\n      border-bottom: 1px dashed #ccc;\n      padding-bottom: 8px;\n      font-weight: bold;\n    }\n\n    \/* 楽曲事例エリア *\/\n    .oshi-song-examples {\n      background-color: #fff;\n      border: 1px solid #eaeaea;\n      border-radius: 12px;\n      padding: 30px 20px;\n      margin-bottom: 40px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n    }\n    .oshi-song-examples p.ex-note {\n      font-size: 0.95em;\n      text-align: center;\n      margin-bottom: 10px;\n      color: #333;\n      font-weight: bold;\n      line-height: 1.6;\n    }\n    .oshi-song-examples p.trial-note {\n      font-size: 0.85em;\n      text-align: center;\n      margin-top: 5px;\n      margin-bottom: 25px;\n      color: #d9534f;\n      font-weight: bold;\n    }\n\n    \/* 楽曲リストの横スクロール（カルーセル）レイアウト *\/\n    .song-grid {\n      display: flex;\n      flex-wrap: nowrap;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch; \/* スマホで滑らかにスクロール *\/\n      scroll-snap-type: x mandatory;\n      gap: 15px;\n      list-style: none;\n      padding: 0 0 15px 0; \/* スクロールバー用の余白 *\/\n      margin: 0;\n      width: 100%;\n    }\n    \/* カスタムスクロールバーのデザイン *\/\n    .song-grid::-webkit-scrollbar {\n      height: 8px;\n    }\n    .song-grid::-webkit-scrollbar-track {\n      background: #f4eee1; \n      border-radius: 4px;\n    }\n    .song-grid::-webkit-scrollbar-thumb {\n      background: #d4c48a; \n      border-radius: 4px;\n    }\n    .song-grid li {\n      flex: 0 0 85%; \/* スマホでは次のカードがチラ見えする幅 *\/\n      max-width: 280px; \/* PCでは最大280pxに制限 *\/\n      scroll-snap-align: start;\n      background: #faf8f5;\n      padding: 15px;\n      border-radius: 8px;\n      border: 1px solid #eaeaea;\n    }\n    .song-info {\n      font-weight: bold;\n      margin-bottom: 10px;\n      color: #333;\n      font-size: 0.95em;\n      line-height: 1.4;\n    }\n    .song-artist {\n      color: #666;\n      font-size: 0.85em;\n      font-weight: normal;\n      display: block;\n      margin-top: 4px;\n    }\n    .song-grid iframe {\n      max-width: 100%;\n      border: none;\n      display: block;\n      width: 100%;\n      border-radius: 6px;\n    }\n\n    \/* 個別商品ページへの小ボタン *\/\n    .oshi-btn-small {\n      display: block;\n      text-align: center;\n      background-color: #fff;\n      color: #b59410 !important;\n      border: 2px solid #b59410;\n      padding: 8px 10px;\n      margin-top: 15px;\n      border-radius: 4px;\n      font-size: 0.9em;\n      text-decoration: none;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n    }\n    .oshi-btn-small:hover {\n      background-color: #b59410;\n      color: #fff !important;\n    }\n\n    \/* リストへの案内ボックス *\/\n    .oshi-list-guide {\n      background-color: #fff;\n      border: 2px solid #b59410;\n      border-radius: 12px;\n      padding: 35px 20px;\n      margin-bottom: 40px;\n      box-shadow: 0 6px 15px rgba(181, 148, 16, 0.1);\n    }\n    .oshi-list-guide h3.guide-main-title {\n      color: #b59410;\n      font-size: 1.35em; \n      margin: 0 0 15px 0;\n      font-weight: bold;\n      text-align: center;\n    }\n    .oshi-list-guide .guide-intro {\n      font-size: 0.95em;\n      color: #333;\n      margin-bottom: 25px;\n      line-height: 1.6;\n      text-align: center;\n    }\n\n    \/* ガイド内のモデルの違い解説ボックス *\/\n    .oshi-model-diff {\n      background-color: #fdfbf7;\n      border: 1px solid #d4c48a;\n      border-radius: 8px;\n      padding: 20px;\n      margin-bottom: 25px;\n      text-align: center;\n    }\n    .oshi-model-diff h5 {\n      color: #b59410;\n      font-size: 1.1em; \n      margin: 0 0 10px 0;\n      letter-spacing: 0.05em;\n      font-weight: bold;\n    }\n    .oshi-model-diff .diff-highlight {\n      font-size: 0.95em;\n      font-weight: bold;\n      color: #333;\n      margin-bottom: 0;\n      line-height: 1.6;\n    }\n    .oshi-model-diff .diff-highlight strong {\n      color: #d9534f;\n    }\n\n    \/* プラン比較（カードデザイン） *\/\n    .oshi-plans {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 20px;\n      margin-bottom: 30px; \n    }\n    .oshi-plan-card {\n      flex: 1 1 100%; \/* モバイルでカードがはみ出さないように100% *\/\n      background: #fff;\n      border: 2px solid #eaeaea;\n      border-radius: 8px;\n      padding: 25px 20px;\n      position: relative;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n      display: flex;\n      flex-direction: column;\n    }\n    .oshi-plan-card.premium {\n      border: 2px solid #d4c48a;\n      background: #fdfbf7;\n    }\n    .oshi-plan-title {\n      font-size: 1.1em; \n      font-weight: bold;\n      color: #333;\n      text-align: center;\n      margin-bottom: 15px;\n      padding-bottom: 10px;\n      border-bottom: 1px dashed #ccc;\n    }\n    .oshi-plan-title span.sub {\n      display: block;\n      font-size: 0.8em;\n      color: #666;\n      font-weight: normal;\n      margin-top: 5px;\n    }\n    .oshi-plan-price {\n      text-align: center;\n      color: #b59410;\n      margin-bottom: 15px;\n    }\n    .oshi-plan-price span.price-num {\n      font-size: 1.8em; \n      font-family: Arial, sans-serif;\n      font-weight: bold;\n      margin: 0 5px;\n    }\n    .oshi-plan-list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 20px 0;\n      font-size: 0.9em;\n      flex-grow: 1;\n    }\n    .oshi-plan-list li {\n      margin-bottom: 10px;\n      padding-left: 22px;\n      position: relative;\n    }\n    .oshi-plan-list li::before {\n      content: '✓';\n      color: #b59410;\n      position: absolute;\n      left: 0;\n      font-weight: bold;\n      font-size: 1.1em;\n    }\n    .oshi-plan-list strong {\n      color: #b59410;\n    }\n    .oshi-plan-list li.delivery-highlight {\n      color: #d9534f;\n      font-weight: bold;\n      background: #fdf2f2;\n      padding: 4px 4px 4px 22px;\n      border-radius: 4px;\n      margin-left: -4px;\n    }\n    .oshi-plan-list li.delivery-highlight::before {\n      color: #d9534f;\n      top: 4px;\n      left: 4px;\n    }\n\n    \/* ご注文手順の警告枠 *\/\n    .oshi-order-step-alert {\n      background-color: #fdf2f2;\n      border: 2px solid #d9534f;\n      padding: 20px;\n      border-radius: 8px;\n      margin-bottom: 25px;\n    }\n    .oshi-order-step-alert p.alert-title {\n      color: #d9534f;\n      font-weight: bold;\n      margin-bottom: 10px;\n      text-align: center;\n      font-size: 1.05em;\n    }\n    .oshi-order-step-alert p.alert-text {\n      font-size: 0.95em;\n      color: #333;\n      margin: 0;\n      line-height: 1.6;\n      text-align: center;\n    }\n    .oshi-order-step-alert .alert-badge {\n      background: #d9534f;\n      color: #fff;\n      padding: 2px 8px;\n      border-radius: 4px;\n      font-weight: bold;\n      margin: 0 4px;\n      display: inline-block;\n    }\n\n    \/* ガイドステップ *\/\n    .oshi-guide-steps {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 15px;\n      margin-top: 30px;\n      font-size: 0.95em;\n      color: #333;\n      font-weight: bold;\n    }\n    .oshi-step-box {\n      background-color: #fdfbf7;\n      border: 1px solid #d4c48a;\n      padding: 10px 15px;\n      border-radius: 6px;\n    }\n    .oshi-step-arrow {\n      color: #b59410;\n      font-size: 1.2em;\n    }\n\n    \/* 汎用リンクボタン *\/\n    .oshi-plan-btn {\n      display: inline-block;\n      text-align: center;\n      background-color: #fff;\n      color: #b59410 !important;\n      border: 2px solid #b59410;\n      text-decoration: none;\n      padding: 12px 20px;\n      border-radius: 6px;\n      font-weight: bold;\n      font-size: 0.95em;\n      transition: all 0.3s ease;\n      width: 100%;\n      box-sizing: border-box;\n      margin-top: 8px;\n    }\n    .oshi-plan-btn:hover {\n      background-color: #b59410;\n      color: #fff !important;\n    }\n    .oshi-plan-btn.premium-btn {\n      background-color: #b59410;\n      color: #fff !important;\n    }\n    .oshi-plan-btn.premium-btn:hover {\n      background-color: #9a7d0d;\n    }\n    \n    .oshi-btn {\n      display: inline-block;\n      background-color: #b59410;\n      color: #fff !important;\n      text-decoration: none;\n      padding: 12px 25px;\n      border-radius: 6px;\n      margin-top: 15px;\n      font-weight: bold;\n      font-size: 0.95em;\n      transition: background-color 0.3s ease, transform 0.2s ease;\n      box-shadow: 0 4px 10px rgba(181, 148, 16, 0.2);\n    }\n    .oshi-btn:hover {\n      background-color: #9a7d0d;\n      transform: translateY(-2px);\n    }\n\n    \/* 仕様・同梱物 *\/\n    .oshi-specs {\n      background: #fff;\n      border: 1px solid #eaeaea;\n      padding: 30px 20px;\n      border-radius: 8px;\n      margin-bottom: 40px;\n    }\n    .oshi-specs h4 {\n      margin: 0 0 15px 0;\n      color: #b59410;\n      font-size: 1.15em; \n      font-weight: bold;\n    }\n    .oshi-specs ul {\n      margin: 0 0 25px 0;\n      padding-left: 20px;\n      font-size: 0.95em;\n    }\n    .oshi-specs li {\n      margin-bottom: 10px;\n    }\n    .oshi-notes {\n      background: #f9f9f9;\n      padding: 20px;\n      font-size: 0.9em;\n      color: #666;\n      border-radius: 6px;\n      margin-top: 25px;\n    }\n\n    \/* サイズ表記用の専用スタイル *\/\n    .oshi-size-box {\n      background-color: #fdfbf7;\n      border: 1px solid #d4c48a;\n      padding: 20px;\n      border-radius: 8px;\n      margin-bottom: 25px;\n    }\n    .oshi-size-box p.size-title {\n      font-weight: bold;\n      font-size: 1em;\n      color: #b59410;\n      margin-bottom: 10px;\n      border-bottom: 1px dashed #d4c48a;\n      padding-bottom: 5px;\n    }\n    .oshi-size-box ul {\n      margin-bottom: 0 !important;\n    }\n\n    \/* 編曲オーダー特別枠のスタイル *\/\n    .oshi-arrangement-box {\n      background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%);\n      border: 2px solid #d4c48a;\n      padding: 35px 20px;\n      border-radius: 12px;\n      margin-bottom: 50px; \n      text-align: center;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.04);\n    }\n    .oshi-arrangement-box h3 {\n      color: #b59410;\n      font-size: 1.25em;\n      margin-top: 0;\n      margin-bottom: 15px;\n      font-weight: bold;\n    }\n    .oshi-arrangement-box p {\n      font-size: 0.95em;\n      color: #333;\n      margin-bottom: 15px;\n    }\n    .oshi-arrangement-box .arrange-price {\n       font-size: 1.1em;\n       font-weight: bold;\n       color: #b59410;\n       margin-bottom: 15px;\n       background-color: #fff;\n       padding: 8px;\n       border-radius: 4px;\n       display: inline-block;\n       border: 1px dashed #d4c48a;\n    }\n    .oshi-arrangement-box p.note {\n      font-size: 0.85em;\n      color: #666;\n    }\n\n    \/* PC表示用の文字サイズ・見出し自動最適化 *\/\n    @media (min-width: 768px) {\n      .oshi-dome-wrapper { font-size: 17px; }\n      .oshi-concept-box .concept-title { font-size: 1.65em; }\n      .oshi-heading { font-size: 1.7em; margin: 60px 0 30px; }\n      \n      \/* PCでは要素を3列に並べる *\/\n      .oshi-flex-3col \u003e div { flex: 1 1 230px; }\n      .oshi-plan-card { flex: 1 1 260px; }\n      \n      .oshi-point h3 { font-size: 1.25em; }\n      .oshi-scene h4 { font-size: 1.2em; }\n      .oshi-list-guide h3.guide-main-title { font-size: 1.5em; }\n      .oshi-model-diff h5 { font-size: 1.2em; }\n      .oshi-plan-title { font-size: 1.25em; }\n      .oshi-specs h4 { font-size: 1.25em; }\n      .oshi-arrangement-box h3 { font-size: 1.4em; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"oshi-hero\"\u003e\n\n    \u003cdiv class=\"oshi-concept-box\"\u003e\n\n      \u003cp class=\"concept-title\"\u003eA new sensation in custom decoration domes\u003cbr\u003e \"Listen to your bias,\" \"Immerse yourself in your bias.\"\u003c\/p\u003e\n\n      \u003cp\u003eDecorate freely with acrylic stands and small items of your favorite characters and idols.\u003cbr\u003e\u003cbr\u003eWhen the music box plays, the dome rotates slowly 360 degrees,\u003cbr\u003emaking your \"bias\" shine from every angle.\u003cbr\u003e\u003cbr\u003eThis kit delivers a premium space where sight and sound resonate, just for you and your bias activities.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oshi-hero-warning\"\u003e\n\n      \u003cp\u003e\u003cspan\u003e⚠️ Please read before purchasing\u003c\/span\u003e\u003cbr\u003eDecorations inside the dome (acrylic stands, small items, floral materials, beads, etc.) are for illustrative purposes in product photos and are \u003cstrong\u003enot included in this product.\u003c\/strong\u003e\u003cbr\u003ePlease prepare your own decorations as you like.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── Decoration Examples ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-deco-image\"\u003e\n\n    \u003cimg alt=\"MY OSHI DOME KIT Decoration Examples\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0405\/6301\/5844\/files\/Decorationexample.png?v=1780897552\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── Product Highlights ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-flex-3col\"\u003e\n\n    \u003cdiv class=\"oshi-point\"\u003e\n\n      \u003ch3\u003eReady to display right out of the box! Pre-assembled for peace of mind.\u003c\/h3\u003e\n\n      \u003cp\u003eNo complicated assembly or difficult tasks required! The music box comes pre-set in the base. From the day it arrives, you can immerse yourself in the most enjoyable task of decorating the inside of the dome.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oshi-point\"\u003e\n\n      \u003ch3\u003eOverwhelming immersion created by the synergistic effect of sight and sound.\u003c\/h3\u003e\n\n      \u003cp\u003eYour acrylic stand rotates beautifully to the tune of your bias's signature song or a song reminiscent of a character. Enjoy blissful moments gazing at your bias from all 360 degrees, enveloped in the gentle melody of the music box.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oshi-point\"\u003e\n\n      \u003ch3\u003eOne of the largest in Japan! Choose from over 3,000 songs.\u003c\/h3\u003e\n\n      \u003cp\u003eOur existing 18-note music box library covers over 3,000 songs. From classic J-POP and anime songs to hidden gems, we have a wide selection. You're sure to find the perfect song that connects you with your bias.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── Recommended for these scenes ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-flex-3col\"\u003e\n\n    \u003cdiv class=\"oshi-scene\"\u003e\n\n      \u003ch4\u003eFor K-POP and idol fans\u003c\/h4\u003e\n\n      \u003cp\u003eRecreate the excitement and emotion of a live concert with your group's signature song and decorations in their member colors. A memorial item to adorn the center of your home \"bias shrine.\"\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oshi-scene\"\u003e\n\n      \u003ch4\u003eFor anime and 2.5D stage play fans\u003c\/h4\u003e\n\n      \u003cp\u003ePlay in-show songs and character songs while three-dimensionally arranging acrylic stands and small items that recreate famous scenes inside the dome. Immerse yourself in the world of the work anytime.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oshi-scene\"\u003e\n\n      \u003ch4\u003eAs an adult craft hobby or gift\u003c\/h4\u003e\n\n      \u003cp\u003eEnjoy it not only for \"oshi-katsu\" (bias-related activities) but also as a \"high-quality adult craft kit\" combining dried flowers, beads, and more.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── Songs available for purchase on this page (10 songs in total) ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-song-examples\"\u003e\n\n    \u003cp class=\"ex-note\"\u003eThese 10 songs are equipped with an 18-note music box \u003cstrong style=\"color: #b59410;\"\u003e[Mass Production Model]\u003c\/strong\u003e.\u003cbr\u003ePlease select your desired song from the options in the cart below.\u003c\/p\u003e\n\n    \u003cp class=\"trial-note\"\u003e※Trial sound samples are images (electronic sounds).\u003cbr\u003eThey differ from the actual music box tone.\u003c\/p\u003e\n\n    \n    \u003cul class=\"song-grid\"\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eDynamite \u003cspan class=\"song-artist\"\u003eBTS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=JXS\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eIdol \u003cspan class=\"song-artist\"\u003eYOASOBI (Oshi no Ko)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KSD\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eZankyo Sanka \u003cspan class=\"song-artist\"\u003eAimer (Demon Slayer)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KHX\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eQue Sera Sera \u003cspan class=\"song-artist\"\u003eMrs. GREEN APPLE\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KYR\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eD.D. \u003cspan class=\"song-artist\"\u003eSnow Man\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=JNV\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eTapestry \u003cspan class=\"song-artist\"\u003eSnow Man\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KQY\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eImitation Rain \u003cspan class=\"song-artist\"\u003eSixTONES\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=JNS\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eCinderella Girl \u003cspan class=\"song-artist\"\u003eKing \u0026amp; Prince\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=iXV\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eFIVE \u003cspan class=\"song-artist\"\u003eArashi\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=LKO\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n\n        \u003cdiv class=\"song-info\"\u003eDragon Quest Overture \u003cspan class=\"song-artist\"\u003eKoichi Sugiyama\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=DUP\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── If you can't find your desired song ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-list-guide\"\u003e\n\n    \u003ch3 class=\"guide-main-title\"\u003eYou can choose from a list of over 3,000 songs!\u003c\/h3\u003e\n\n    \u003cp class=\"guide-intro\"\u003eIf your desired song is not among the 10 listed above, don't worry.\u003cbr\u003eYou can create your \"MY OSHI DOME KIT\" by choosing any song from our music box song list (over 3,000 songs).\u003c\/p\u003e\n\n    \n    \u003cdiv class=\"oshi-model-diff\"\u003e\n\n      \u003ch5\u003e【Important】Differences from the product on this page\u003c\/h5\u003e\n\n      \u003cp class=\"diff-highlight\"\u003eThe appearance of the dome and base are \u003cstrong\u003eall the same\u003c\/strong\u003e!\u003cbr\u003eThe price and delivery time differ depending on the availability of the built-in \u003cstrong\u003e\"music box movement (song).\"\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"oshi-plans\"\u003e\n\n      \u003cdiv class=\"oshi-plan-card\"\u003e\n\n        \u003cdiv class=\"oshi-plan-title\"\u003e18-note music box\u003cbr\u003e【Mass Production Model】\u003cspan class=\"sub\"\u003e※Same specifications as the product on this page\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"oshi-plan-price\"\u003e\n\n\u003cspan class=\"price-num\"\u003e3,850\u003c\/span\u003e yen (tax included)\u003c\/div\u003e\n\n        \u003cul class=\"oshi-plan-list\"\u003e\n\n          \u003cli\u003eUses movements from our store's inventory, so it's cheaper and faster!\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eNumber of songs to choose from:\u003c\/strong\u003e approx. 400 songs\u003c\/li\u003e\n\n          \u003cli class=\"delivery-highlight\"\u003e\n\n\u003cstrong\u003eDelivery time:\u003c\/strong\u003e Ships in approx. 1 week\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n        \u003cdiv style=\"margin-top: auto;\"\u003e\n\n          \u003ca href=\"https:\/\/orgel-gallery.jp\/collections\/18note_productionmodel\" class=\"oshi-plan-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eSearch from the\u003cbr\u003eMass Production Model list\u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oshi-plan-card premium\"\u003e\n\n        \u003cdiv class=\"oshi-plan-title\"\u003e18-note music box\u003cbr\u003e【Custom Model】\u003cspan class=\"sub\"\u003e※Made-to-order by craftsmen\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"oshi-plan-price\"\u003e\n\n\u003cspan class=\"price-num\"\u003e6,600\u003c\/span\u003e yen (tax included)\u003c\/div\u003e\n\n        \u003cul class=\"oshi-plan-list\"\u003e\n\n          \u003cli\u003eCraftsmen carefully assemble each one after receiving your order.\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eNumber of songs to choose from:\u003c\/strong\u003e Over 3,000 songs\u003c\/li\u003e\n\n          \u003cli class=\"delivery-highlight\"\u003e\n\n\u003cstrong\u003eDelivery time:\u003c\/strong\u003e Ships in approx. 3 weeks\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n        \u003cdiv style=\"margin-top: auto;\"\u003e\n\n          \u003ca href=\"https:\/\/orgel-gallery.jp\/collections\/18note_custommodel\" class=\"oshi-plan-btn premium-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eSearch from the\u003cbr\u003eCustom Model list\u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv style=\"margin-top: 50px; border-top: 1px dashed #d4c48a; padding-top: 40px;\"\u003e\n\n      \u003ch3 class=\"guide-main-title\" style=\"font-size: 1.25em;\"\u003e💡For example, with the 【Custom Model】,\u003cbr\u003eyou can create products with these songs too!\u003c\/h3\u003e\n\n      \n      \u003cdiv class=\"oshi-order-step-alert\"\u003e\n\n        \u003cp class=\"alert-title\"\u003e▼ How to order from the song page ▼\u003c\/p\u003e\n\n        \u003cp class=\"alert-text\"\u003eAfter moving to each song's product page from the button below,\u003cbr\u003eselect \u003cspan class=\"alert-badge\"\u003eMY OSHI DOME KIT\u003c\/span\u003e from the \u003cstrong\u003e\"Case\"\u003c\/strong\u003e option\u003cbr\u003eand add it to your cart.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \n      \u003cul class=\"song-grid\"\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eButter \u003cspan class=\"song-artist\"\u003eBTS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KKC\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-KKC\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eGrow Up \u003cspan class=\"song-artist\"\u003eStray Kids\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=LCJ\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-LCJ\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eHitori Janai \u003cspan class=\"song-artist\"\u003eSEVENTEEN\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=LCE\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-LCE\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eTT \u003cspan class=\"song-artist\"\u003eTWICE\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=iUO\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-iUO\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eDitto \u003cspan class=\"song-artist\"\u003eNewJeans\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KYU\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-KYU\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eHirogaru Sky! Pretty Cure \u003cspan class=\"song-artist\"\u003eIzumi Mori\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=KUP\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-KUP\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eDear Prince \u003cspan class=\"song-artist\"\u003eIkemen Samurai\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=GHO\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-GHO\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n\n          \u003cdiv class=\"song-info\"\u003eSore wa Bokutachi no Kiseki \u003cspan class=\"song-artist\"\u003eμ's\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n          \u003ciframe src=\"https:\/\/suwanone.jp\/triallistening\/embedplayer.php?lang=JA\u0026amp;model=3S\u0026amp;tune=iEB\" height=\"98\" loading=\"lazy\"\u003e\u003c\/iframe\u003e \n          \u003ca href=\"https:\/\/orgel-gallery.jp\/products\/mm801k-iEB\" class=\"oshi-btn-small\" target=\"_blank\"\u003eTo this song's product page ＞\u003c\/a\u003e\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cdiv style=\"border-top: 1px dashed #ccc; padding-top: 30px; margin-top: 30px;\"\u003e\n\n      \u003cp style=\"font-weight: bold; color: #b59410; text-align: center;\"\u003e▼ How to purchase from the song list\u003c\/p\u003e\n\n      \u003cdiv class=\"oshi-guide-steps\"\u003e\n\n        \u003cdiv class=\"oshi-step-box\"\u003e1. Find a song from the list\u003c\/div\u003e\n\n        \u003cdiv class=\"oshi-step-arrow\"\u003e▶\u003c\/div\u003e\n\n        \u003cdiv class=\"oshi-step-box\"\u003e2. Select this kit in \"Case\" on the product page and purchase\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 class=\"oshi-heading\"\u003e── Product Specifications \u0026amp; Contents ──\u003c\/h2\u003e\n\n  \u003cdiv class=\"oshi-specs\"\u003e\n\n    \u003ch4\u003e【About Size】\u003c\/h4\u003e\n\n    \u003cdiv class=\"oshi-size-box\"\u003e\n\n      \u003cp class=\"size-title\"\u003e▼ Overall Size\u003c\/p\u003e\n\n      \u003cul\u003e\n\n        \u003cli\u003eDiameter approx. 87mm × Height approx. 135mm\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cp class=\"size-title\"\u003e▼ Inner dimensions of the acrylic dome (目安 for displayable goods)\u003c\/p\u003e\n\n      \u003cul\u003e\n\n        \u003cli\u003eDisplayable width (base): Diameter approx. 60mm\u003c\/li\u003e\n\n        \u003cli\u003eHeight (near center): Max approx. 80mm\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003ch4\u003e【Kit Contents】\u003c\/h4\u003e\n\n    \u003cul\u003e\n\n      \u003cli\u003eAcrylic dome\u003c\/li\u003e\n\n      \u003cli\u003eBase with built-in 18-note music box\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(*The music box movement is delivered pre-set in the base)\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n      \u003cli\u003e\u003cspan style=\"color: #666666;\"\u003eRound winding key\u003c\/span\u003e\u003c\/li\u003e\n\n      \u003cli\u003eFixing adhesive sheet\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; color: #666;\"\u003e(*A sheet to prevent precious items from falling over during rotation)\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n      \u003cli\u003eInstruction Guide\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"oshi-notes\"\u003e\n\n      \u003cspan style=\"font-size: 1em; color: rgb(255, 42, 0); font-weight: bold;\"\u003e※Important Notes\u003c\/span\u003e\n      \u003cp style=\"margin-top: 5px; margin-bottom: 0;\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eThe decorations inside the acrylic are for image purposes for your own decoration. They are not included in this product.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oshi-arrangement-box\"\u003e\n\n    \u003ch3\u003eFor those who want to realize even more specific preferences\u003cbr\u003e\"Arrangement Order (Special Production)\"\u003c\/h3\u003e\n\n    \u003cp\u003eWe offer a custom-made option to meet your passionate desire to \"absolutely create this song\" or \"be particular about minor B-side songs or in-stage songs.\"\u003c\/p\u003e\n\n    \u003cdiv class=\"arrange-price\"\u003eMusic box arrangement fee: 33,000 yen (tax included) and up\u003c\/div\u003e\n\n    \u003cp\u003eThis is the ultimate premium plan, where a professional arranger custom-makes a music box just for you.\u003c\/p\u003e\n\n    \u003cp class=\"note\"\u003e※Due to song copyright issues, some requests may not be possible.\u003c\/p\u003e\n\n    \u003ca href=\"https:\/\/orgel-gallery.jp\/pages\/arrangement-orders\" class=\"oshi-btn\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eClick here for arrangement order details ＞\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"オルゴールギャラリー","offers":[{"title":"Mass-produced model: Dynamite Jessica Agombar, David Stewart, BTS [MM801+JXS]","offer_id":44238434500788,"sku":"0401005402361+JXS","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: Idol AYASE YOASOBI [MM801+KSD]","offer_id":44238434533556,"sku":"0401005402361+KSD","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: Zankyo Sanka by Masahiro Tobiuchi, Aimer [MM801+KHX]","offer_id":44238434566324,"sku":"0401005402361+KHX","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: Que Sera Sera by Motoki Omori, Mrs. GREEN APPLE [MM801+KYR]","offer_id":44238434599092,"sku":"0401005402361+KYR","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: DD HIKARI Snow Man [MM801+JNV]","offer_id":44238434631860,"sku":"0401005402361+JNV","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model tapestry featuring TAKUYA HARADA, ATSUSHI SHIMADA, and MINE Snow Man [MM801+KQY]","offer_id":44238434664628,"sku":"0401005402361+KQY","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"\"Mass-produced model\" Imitation Rain YOSHIKI SixTONES [MM801 + JNS]","offer_id":44238434697396,"sku":"0401005402361+JNS","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: Cinderella Girl by Soichiro Kawada and Nozomi Sasaki, KING \u0026amp; PRINCE [MM801+iXV]","offer_id":44238434730164,"sku":"0401005402361+iXV","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: A・RA・SHI by Koji Makaino and Arashi [MM801+GEU]","offer_id":44238434762932,"sku":"0401005402361+GEU","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"Mass-produced model: Dragon Quest Overture by Koichi Sugiyama [MM801+DUP]","offer_id":44238434795700,"sku":"0401005402361+DUP","price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0405\/6301\/5844\/files\/ProductLabel_93d3552e-4b75-4857-937c-b4d2eeb3cca2.png?v=1780553932","url":"https:\/\/orgel-gallery.jp\/en\/products\/my-oshi-dome-kit","provider":"オルゴールギャラリー","version":"1.0","type":"link"}