Bring home the enigmatic and sinister charm of Gotham's deadliest threat with the McFarlane The Riddler Movie-Inspired Collectible Action Figure. This meticulously crafted 12-inch figure is based on the iconic character from the 2022 DC Batman Movie, offering fans an ultra-detailed and highly articulated collectible.
Key Features:
- Movie-Accurate Design: The Riddler figure captures the character's menacing look from the 2022 film, complete with intricate details and a multicolor finish.
- 12-Inch Display Size: Standing at 30cm tall, this figure is perfect for showcasing on shelves, desks, or in display cabinets.
- Included Accessories: Comes with an ice picker and a DC Multiverse branded wooden collector stand base for dynamic posing and display.
- Collectible Art Card: Features character photography on the front and a detailed biography on the back, adding value for collectors.
- Compatibility: Part of the DC Multiverse series, this figure pairs seamlessly with other McFarlane Toys DC Batman Movie figurines for expanded storytelling and display options.
Product Specifications:
- Material: High-quality plastic for durability and premium finish.
- Dimensions: 22.86 x 15.24 x 30.48 cm; 341 g.
- Age Rating: Suitable for ages 12 and up.
- Assembly Required: No.
- Batteries: Not required or included.
Whether you're a DC fan, a collector of movie memorabilia, or simply looking for a standout piece to add to your collection, the McFarlane The Riddler Action Figure is a must-have. Perfect for gifting or personal enjoyment, this figure is a tribute to one of Gotham's most notorious villains.
<!-- 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>