Step into the dark and gritty world of Gotham City with this stunning McFarlane DC Direct Black Adam Gold Label Batman collectible action figure. As the Dark Knight, Batman is the epitome of justice, using his unparalleled skills and intellect to protect the innocent and strike fear into the hearts of criminals. This figure captures the essence of Batman's relentless pursuit of justice, making it a must-have for any DC Comics fan or collector.
Collectible Features:
- Officially licensed DC Comics merchandise
- Model Number: TM15893
- Incredibly detailed 7-inch scale figure based on the DC Black Adam Comics
- Comes with a comic book, batarang, and a stand base
- Features up to 22 moving parts for dynamic posing and display
Product Specifications:
- Brand: McFarlane
- Series: DC Direct Black Adam Gold Label
- Character: Batman
- Model: TM15893
- Material: Plastic
- Color: Multicolored
- Dimensions: 18 x 7 x 4 cm
- Weight: 210 g
- Number of Pieces: 1
- Assembly Required: No
- Batteries Required: No
- Batteries Included: No
- Age Rating: 12 years and up
- Language: English
Display Information:
- Perfect for desk or shelf display
- Stackable window box design
- UV-resistant vinyl material
Collectibility:
- Limited edition Gold Label variant
- Comes with a unique collectible art card featuring character photography and biography
Don't miss out on this exclusive McFarlane DC Direct Black Adam Gold Label Batman collectible action figure. Add it to your collection today and bring the Dark Knight's legacy to life!
<!-- Include Select2 CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css">
<!-- Include jQuery -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<!-- Include Select2 JS -->
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
<style>
/* スタイルは変更なし(日本語フォント対応のため追加) */
body {
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* 他のスタイルはオリジナルのまま */
</style>
<h1>配送情報</h1>
<p><i>1ヶ月前に更新</i></p>
<p>下のドロップダウンからお住まいの地域を選択してください:</p>
<select id="country-select">
<option selected disabled value="">国を選択</option>
<option value="AT">オーストリア</option>
<option value="BE">ベルギー</option>
<option value="BG">ブルガリア</option>
<option value="CA">カナダ</option>
<option value="HR">クロアチア</option>
<option value="CZ">チェコ共和国</option>
<option value="DK">デンマーク</option>
<option value="FR">フランス</option>
<option value="DE">ドイツ</option>
<option value="GR">ギリシャ</option>
<option value="HU">ハンガリー</option>
<option value="IT">イタリア</option>
<option value="JP">日本</option>
<option value="NL">オランダ</option>
<option value="PL">ポーランド</option>
<option value="SG">シンガポール</option>
<option value="ES">スペイン</option>
<option value="SE">スウェーデン</option>
<option value="CH">スイス</option>
<option value="GB">イギリス</option>
<option value="US">アメリカ合衆国</option>
<option value="VN">ベトナム</option>
</select>
<div id="shipping-info"></div>
<div style="display: none;" id="success-message">✔ 無料配送の対象です!</div>
<h2>ご確認いただきたい重要事項</h2>
<ul>
<li>注文が確定すると確認メールが送信され、その後、倉庫からの出荷時に追跡情報を含む2通目のメールが送信されます。</li>
<li>配送期間は特に記載のない限り、注文日の翌日から起算されます。</li>
<li>ギフトカードの購入金額は無料配送の対象金額に含まれません。</li>
<li>EU諸国の軍事施設への配送は承っておりません。</li>
<li>記載の配送期間内に商品が到着しない場合や、到着時に商品が破損していた場合は、<a href="/ja-jp/pages/contact-us">お問い合わせ</a>ください。</li>
</ul>
<h2>配送除外地域一覧</h2>
<p>現在以下の地域への配送は行っておりません:</p>
<p>アフガニスタン、ベラルーシ、ブルンジ、ボネール、カンボジア、中央アフリカ共和国、キューバ、コンゴ民主共和国、グアドループ、イラン、イラク、コソボ、レバノン、リビア、マリ、マルティニーク、ミャンマー、ニカラグア、北朝鮮、北マリアナ諸島、メキシコ・オアハカ州、パキスタン、レユニオン、ロシア、ソマリア、サウスジョージア・サウスサンドウィッチ諸島、南スーダン、スーダン、南アフリカ・ハウテン州、シリア、サン・バルテルミー島、サン・マルタン島、サンピエール島・ミクロン島、ウクライナ、ベネズエラ、イエメン、ジンバブエ</p>
<h2>よくある質問</h2>
<div class="accordion">
<div class="accordion-title">IOSS(輸入ワンストップショップ)とは?</div>
<div class="accordion-content">
<p>輸入ワンストップショップ(IOSS)は、輸入品の遠隔販売における付加価値税(VAT)の義務を履行するための電子ポータルです。2021年7月1日以降、EUに輸入される150ユーロ以下の商品にはVATが課税されます。150ユーロ以下の荷物の場合、追加のVAT費用は発生しません。150ユーロを超える注文の場合、DDU(関税未払い)で発送されます。</p>
</div>
</div>
<script>
$(document).ready(function() {
// Select2の初期化(日本語化)
$('#country-select').select2({
placeholder: "国を選択",
allowClear: true
});
// その他のJavaScriptコードは変更なし(表示テキストはHTML側で翻訳済み)
});
</script>