bushiroad-store.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://bushiroad-store.com/pages/puchi_go
Submission: On April 14 via api from FI — Scanned from CA

Form analysis 5 forms found in the DOM

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" role="search" class="search-bar">
  <div class="search-bar__top-wrapper">
    <div class="search-bar__top">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[unavailable_products]" value="last">
      <div class="search-bar__input-wrapper">
        <input class="search-bar__input snize-input-style" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="キーワード" placeholder="">
        <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input">
          <span class="visually-hidden">消去</span>
          <svg focusable="false" class="icon icon--close" viewBox="0 0 19 19" role="presentation">
            <path
              d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z"
              fill="currentColor" fill-rule="evenodd"></path>
          </svg>
        </button>
      </div><button type="submit" class="search-bar__submit" aria-label="検索"><svg focusable="false" class="icon icon--search" viewBox="0 0 21 21" role="presentation">
          <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
            <path d="M19 19l-5-5" stroke-linecap="square"></path>
            <circle cx="8.5" cy="8.5" r="7.5"></circle>
          </g>
        </svg><svg focusable="false" class="icon icon--search-loader" viewBox="0 0 64 64" role="presentation">
          <path opacity=".4"
            d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z">
          </path>
          <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
        </svg></button>
    </div>
    <button type="button" class="search-bar__close-button hidden-tablet-and-up" data-action="unfix-search">
      <span class="search-bar__close-text">閉じる</span>
    </button>
  </div>
  <div class="search-bar__inner">
    <div class="search-bar__results" aria-hidden="true">
      <div class="skeleton-container">
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="search-bar__results-inner"></div>
    </div>
  </div>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="header_customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" name="login" class="form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">アカウントにログイン</h2>
    <p class="popover__legend">メールとパスワードを入力してください:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="login-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="login-customer[email]" class="form__floating-label">メール</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
    <label for="login-customer[password]" class="form__floating-label">パスワード</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">ログイン</button>
  <small style="display: block; margin-top: 5px">
    <p data-spam-detection-disclaimer="">
      このサイトはreCAPTCHAによって保護されており、Google<a href="https://policies.google.com/privacy" rel="noopener" aria-describedby="a11y-new-window-message">プライバシーポリシー</a>および<a href="https://policies.google.com/terms" rel="noopener" aria-describedby="a11y-new-window-message">利用規約</a>が適用されます。
    </p>
  </small>
</form>

Name: recoverPOST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" name="recover" class="form"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">パスワードの回復</h2>
    <p class="popover__legend">メールを入力</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
    <label for="recover-customer[recover_email]" class="form__floating-label">メール</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">回復する</button>
</form>

Name: createPOST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true" name="create" class="form"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">アカウントを作成</h2>
    <p class="popover__legend">以下の情報を入力してください:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[last_name]" class="form__field form__field--text" name="customer[last_name]" autocomplete="family-name" required="required">
    <label for="customer[last_name]" class="form__floating-label">姓</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[first_name]" class="form__field form__field--text" name="customer[first_name]" autocomplete="given-name" required="required">
    <label for="customer[first_name]" class="form__floating-label">名</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="register-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="register-customer[email]" class="form__floating-label">メール</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="register-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="new-password">
    <label for="register-customer[password]" class="form__floating-label">パスワード</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">アカウントを作成</button>
</form>

GET /pages/search-results-page

<form class="empty-state__quick-form" action="/pages/search-results-page" method="get">
  <input type="hidden" name="type" value="product">
  <div class="form__connected-item">
    <div class="form__input-wrapper form__input-wrapper--labelled">
      <input id="4O4-search" type="text" class="form__field form__field--text snize-input-style" name="q" autocomplete="off" autocorrect="off">
      <label for="4O4-search" class="form__floating-label">キーワード</label>
    </div>
    <button type="submit" class="form__connection button button--primary" aria-label="キーワード"><svg focusable="false" class="icon icon--search" viewBox="0 0 21 21" role="presentation">
        <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
          <path d="M19 19l-5-5" stroke-linecap="square"></path>
          <circle cx="8.5" cy="8.5" r="7.5"></circle>
        </g>
      </svg></button>
  </div>
</form>

Text Content

コンテンツにスキップする
Shadowverse EVOLVE 1st Anniversary スターターデッキ購入キャンペーン



オンラインストアにログイン

ブシロード オンラインストアの利⽤には、
「ブシロードID」が必要になります。
ブシロードIDでログイン
初めてのご利⽤ですか? ブシロードIDのサイトよりご利⽤登録をお願いします
パスワードを忘れた場合 ブシロードIDでパスワードを再設定
 * タイトルで探す
 * 商品分類で探す
 * ご利用ガイド
 * よくあるご質問

戻る
 * タイトルで探す
 * BanG Dream!
 * from ARGONAVIS
 * D4DJ
 * 少女☆歌劇 レヴュースタァライト
 * ラブライブ!
 * カードファイト!! ヴァンガード
 * てっぺんっ!!!
 * 令和のデ・ジ・キャラット
 * 新日本プロレス
 * STARDOM
 * ROAD59 -新時代任侠特区-
 * TAMA-KYU
 * TERIYAKI GAMES
 * 月刊ブシロード&コミックブシロードWEB
 * その他

戻る
 * 商品分類で探す
 * 受注生産商品
 * アパレル
 * グッズ
 * 声優・アーティストグッズ
 * CD・BD・DVD
 * カードサプライ
 * 書籍
 * 食品
 * TCG

戻る
 * その他
 * アサルトリリィ
 * ウマ娘 プリティーダービー
 * 五等分の花嫁∬
 * 擾乱
 * 戦姫絶唱シンフォギアXD UNLIMITED
 * IdentityⅤ 第五人格
 * D_CIDE TRAUMEREI
 * Dead by Daylight
 * ドゲンジャーズ
 * プロジェクトセカイ カラフルステージ! feat. 初音ミク
 * ホロライブ
 * RAINBOWSIX SIEGE
 * ろんぐらいだぁすとーりーず!
 * その他のタイトル一覧

戻る
 * グッズ
 * ストラップ・キーホルダー
 * バッジ・ピンズ
 * ポスター・タペストリー
 * アクリルスタンド
 * クリアファイル・ステーショナリー
 * 色紙
 * マルチクロス
 * タオル
 * バッグ・小物
 * ライブグッズ
 * ブロマイド
 * フィギュア・ぬいぐるみ
 * アクセサリー
 * モバイルアクセサリ
 * グッズその他

戻る
 * CD・BD・DVD
 * CD
 * Blu-ray・DVD

戻る
 * カードサプライ
 * スリーブ
 * ラバーマット
 * デッキホルダー
 * ストレイジボックス

戻る
 * 書籍
 * コミックス・小説
 * 画集・資料集
 * 月刊ブシロード
 * 書籍その他

マイページ
マイページトップ ご注文履歴 お届け先の追加・変更 ログアウト
ブシロード オンラインストア
消去
閉じる

ログイン・登録
マイページ


アカウントにログイン

メールとパスワードを入力してください:

メール
パスワード
ログイン

このサイトはreCAPTCHAによって保護されており、Googleプライバシーポリシーおよび利用規約が適用されます。


パスワードの回復

メールを入力

メール
回復する

パスワードを覚えていますか? ログインに戻る


アカウントを作成

以下の情報を入力してください:

姓
名
メール
パスワード
アカウントを作成

すでにアカウントをお持ちですか? こちらでログイン

0
カート
 * タイトルで探す
   * BanG Dream!
   * from ARGONAVIS
   * D4DJ
   * 少女☆歌劇 レヴュースタァライト
   * ラブライブ!
   * カードファイト!! ヴァンガード
   * てっぺんっ!!!
   * 令和のデ・ジ・キャラット
   * 新日本プロレス
   * STARDOM
   * ROAD59 -新時代任侠特区-
   * TAMA-KYU
   * TERIYAKI GAMES
   * 月刊ブシロード&コミックブシロードWEB
   * その他
       
     * アサルトリリィ
     * ウマ娘 プリティーダービー
     * 五等分の花嫁∬
     * 擾乱
     * 戦姫絶唱シンフォギアXD UNLIMITED
     * IdentityⅤ 第五人格
     * D_CIDE TRAUMEREI
     * Dead by Daylight
     * ドゲンジャーズ
     * プロジェクトセカイ カラフルステージ! feat. 初音ミク
     * ホロライブ
     * RAINBOWSIX SIEGE
     * ろんぐらいだぁすとーりーず!
     * その他のタイトル一覧
 * 商品分類で探す
   * 受注生産商品
   * アパレル
   * グッズ
       
     * ストラップ・キーホルダー
     * バッジ・ピンズ
     * ポスター・タペストリー
     * アクリルスタンド
     * クリアファイル・ステーショナリー
     * 色紙
     * マルチクロス
     * タオル
     * バッグ・小物
     * ライブグッズ
     * ブロマイド
     * フィギュア・ぬいぐるみ
     * アクセサリー
     * モバイルアクセサリ
     * グッズその他
   * 声優・アーティストグッズ
   * CD・BD・DVD
       
     * CD
     * Blu-ray・DVD
   * カードサプライ
       
     * スリーブ
     * ラバーマット
     * デッキホルダー
     * ストレイジボックス
   * 書籍
       
     * コミックス・小説
     * 画集・資料集
     * 月刊ブシロード
     * 書籍その他
   * 食品
   * TCG

 * ご利用ガイド
 * よくあるご質問

ページが見つかりません

探しているページが見つかりません。

キーワード
ここをクリックして買い物を続ける


送料・お届け方法

沖縄以外は880円(税込)
沖縄は1,540円(税込)
ネコポスは、全国390円(税込)
1注文あたり10,000円(税込)以上で送料無料

予約商品と通常商品(在庫商品)を1度に会計すると予約商品のお届け日での同梱発送となります。
なお、お客様の事情により分割しての配送をご希望の場合は、分割対応手数料及び追加の送料として2,000円(税込)を頂戴したうえでお受けする場合がございますので、「お問い合わせフォーム」よりお問い合わせをお願いいたします。

※海外への発送は行っておりません


お支払い方法

クレジットカード
Paidy
PayPay
コンビニ決済


返品・交換について

弊社の手違いにより、商品に破損や汚損があった場合、返品または交換させて頂きます。

但し、お客様のご都合により、問題の無い商品を返品・交換することは原則的に承っておりません。

また、数に限りがある特典につきましては、特典の種別に関わらず、特典がつかないことによる返品・交換も承っておりません。


お問い合わせ

お問い合わせ前に、ご利用ガイド・よくある質問をご確認ください。



 * > ご利用ガイド
 * > よくあるご質問
 * > お問い合わせフォーム

表示の価格は消費税を含む総額表示ですが、税額を計算する際に円未満の端数が生じ、精算代金が表示代金と異なる場合がございます。

Visa Mastercard American Express JCB Paidy PayPay FamilyMart Lawson Ministop

ブシロード オンラインストア公式SNS

 * 
 * 

 * 利用規約
 * ポイント利用規約
 * 特定商取引法に基づく表記
 * 返金ポリシー
 * 個人情報保護方針

© Bushiroad Online Store

© Bushiroad Online Store

 * 新しいウィンドウで開く