www.materialbank.jp Open in urlscan Pro
151.101.130.49  Public Scan

Submitted URL: https://uat.materialbank.jp/
Effective URL: https://www.materialbank.jp/
Submission: On April 12 via api from US — Scanned from JP

Form analysis 11 forms found in the DOM

<form id="postCheckoutSurveyContent"></form>

GET /search

<form class="form" id="searchForm" action="/search" method="get" role="search">
  <div class="input-placeholder input-placeholder--secondary form-inline mini-search__fieldset">
    <div id="react-search-dropdown" class="ss-dropdown ss-targeted hide">
      <div class="jss1">
        <div class="buttonWrapper"><button class="MuiButtonBase-root MuiButton-root searchButton MuiButton-text" tabindex="0" type="button" id="searchDropdownButton"><span class="MuiButton-label"><span
                class="MuiButton-startIcon startIcon MuiButton-iconSizeMedium"><svg class="MuiSvgIcon-root" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
                  <path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path>
                </svg></span>全てのカテゴリー</span></button></div><input type="hidden" name="material" autocomplete="off" class=" accessibility" tabindex="0" value="全てのカテゴリー">
      </div>
    </div>
    <label for="miniSearchInput">
      <span class="screenreader">検索</span>
    </label>
    <input id="miniSearchInput" type="text" name="q" value="" maxlength="128" aria-label="Search" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" placeholder="マテリアル、製品名、品番などを入力"
      class="input input--secondary mini-search__input js-search-input">
    <div id="react-search-autocomplete"></div>
    <input type="hidden" id="fw" name="fw" value="1">
    <button type="submit" title="検索" class="btn-mini-search btn-mini-search--header btn-icon" id="ClickMinisearchFormHero">
      <span class="screenreader">検索</span>
      <i class="icon icon--search-gray-1 btn-mini-search__icon"></i>
    </button>
  </div>
</form>

GET /search

<form class="form" id="searchFormHero" action="/search" method="get" role="search">
  <div class="input-placeholder input-placeholder--secondary form-inline mini-search__fieldset">
    <div class="ss-dropdown hide"></div>
    <label for="miniSearchInputHero">
      <span class="screenreader">検索</span>
    </label>
    <input id="miniSearchInputHero" type="text" name="q" value="" maxlength="128" aria-label="Search" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" placeholder="検索"
      class="input input--secondary mini-search__input js-search-input">
    <button type="submit" title="検索" class="btn-mini-search btn-mini-search--header btn-icon" id="ClicksearchFormHero">
      <span class="screenreader">検索</span>
      <i class="icon icon--search-gray-1 btn-mini-search__icon"></i>
    </button>
  </div>
</form>

POST /sdg_customer/account/ajaxlogin

<form class="login__form" id="formLogin" action="/sdg_customer/account/ajaxlogin" method="post" data-validate="" data-messages="messagesLogin" novalidate="true">
  <div class="form-header">
    <div id="portalLoginMbidHeader">
      <h2>ようこそ、Material Bank Japanへ。</h2>
    </div>
    <p><span role="heading" aria-level="3">ログイン</span>登録ユーザーでない場合は <button type="button" id="register-button" class="btn-link js-portal-action login__register" data-portal-step="register">新規登録</button></p>
  </div>
  <fieldset>
    <legend class="screenreader">ログイン</legend>
    <ul class="form-list form-list--large list-reset">
      <li class="form-item form-item--half">
        <div class="input-float">
          <label class="label" for="loginEmail"> Eメール* </label>
          <input name="username" value="" autocomplete="off" id="loginEmail" type="email" class="input" title="Eメール" required="">
        </div>
      </li>
      <li class="form-item form-item--half">
        <div class="input-float">
          <label for="pass" class="label"> パスワード * </label>
          <input name="password" type="password" autocomplete="off" class="input" id="pass" title="パスワード" required="">
          <span toggle="#pass" class="field-icon-eye toggle-password"></span>
        </div>
      </li>
      <div id="remember-me-box" class="field choice persistent">
        <input type="checkbox" name="persistent_remember_me" class="checkbox" id="remember_meRhs5LIqE0o" checked="checked" title="記憶する">
        <label for="remember_meRhs5LIqE0o" class="label"><span>ログインしたままにする</span></label>
      </div>
      <li class="login__actions">
        <p class="ie-message" id="result"></p>
        <p class="hide" id="details">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36</p>
        <input type="hidden" name="redirect" value="">
        <div class="login__action">
          <button type="submit" class="btn btn--full login__submit js-submit" id="submitLogin">
            <span class="btn__label">ログイン</span>
          </button>
          <div id="messagesLogin" class="messages"></div>
          <div class="display-flex" style="justify-content: space-between;">
            <button type="button" class="btn-link js-portal-action login__forgot" data-portal-step="forgot"> パスワードをお忘れですか? </button>
            <button type="button" class="btn-link js-portal-action login__forgot" data-portal-step="loginlink"> クイックログインリンクを送信 </button>
          </div>
        </div>
      </li>
    </ul>
  </fieldset>
</form>

POST /sdg_customer/account/ajaxforgotpassword

<form class="forgot__form" id="formForgot" action="/sdg_customer/account/ajaxforgotpassword" method="post" data-validate="" data-messages="messagesForgot" novalidate="true">
  <fieldset class="forgot__fieldset" data-hasrequired="* 必須項目">
    <legend class="forgot__note"> パスワードをお忘れですか? </legend>
    <p>登録済みのメールアドレスを下記に入力してください。パスワードを変更するリンクを送信します。</p>
    <div class="form-list form-list--large">
      <div class="form-item">
        <div class="input-float">
          <label for="forgotEmail" class="label"> Eメール </label>
          <input type="email" name="email" alt="email" id="forgotEmail" class="input" value="">
        </div>
      </div>
    </div>
  </fieldset>
  <div class="forgot__actions">
    <button type="submit" class="btn forgot__submit js-submit">
      <span class="btn__label">送信</span>
    </button>
    <div id="messagesForgot" class="messages"></div>
  </div>
</form>

POST /sdg_customer/account/ajaxsendloginlink

<form class="forgot__form" id="formLoginlink" action="/sdg_customer/account/ajaxsendloginlink" method="post" data-validate="" novalidate="true" data-messages="messagesLoginlink">
  <fieldset class="forgot__fieldset" data-hasrequired="* 必須項目">
    <legend class="forgot__note log_link"> クイックログインリンク </legend>
    <p>Eメールアドレスを入力すると、ユーザー名やパスワードを入力することなく、Material Bank®にログインできるリンクを送付します。<br> このリンクは60分間のみ有効です。</p>
    <div class="form-list form-list--large">
      <div class="form-item">
        <div class="input-float">
          <label for="forgotEmail" class="label"> Eメール </label>
          <input type="email" name="email" alt="email" id="forgotEmail" class="input" value="">
        </div>
      </div>
    </div>
  </fieldset>
  <div class="forgot__actions">
    <button type="submit" class="btn forgot__submit js-submit">
      <span class="btn__label" style="font-weight : bold;">送信</span>
    </button>
    <div id="messagesLoginlink" class="messages"></div>
  </div>
</form>

https://www.materialbank.jp/sdg_librarian/index/change/

<form id="changeLibrarian" action="https://www.materialbank.jp/sdg_librarian/index/change/" style="display:none;">
  <label for="librarianSelect">有効なユーザー:</label>
  <div class="select">
    <select name="customer_id" id="librarianSelect">
    </select>
  </div>
  <input class="hide" type="submit" value="Send">
</form>

/sdg_checkout/checkout/place

<form id="checkout" action="/sdg_checkout/checkout/place" class="bag__form" data-validate="" onkeypress="return event.keyCode != 13;" data-messages="messagesBag" novalidate="true">
  <div id="messagesBag" class="messages"></div>
  <input type="hidden" name="shipping_address_id" id="checkoutAddressInput">
  <input type="hidden" name="quote_id" id="checkoutQuoteId">
  <input type="hidden" name="cdu_customer_firstname" id="cduCustomerFirstname">
  <input type="hidden" name="cdu_customer_lastname" id="cduCustomerLastname">
  <input type="hidden" name="cdu_customer_email" id="cduCustomerEmail">
  <input type="hidden" name="have_retired" id="haveRetired">
  <input type="hidden" name="shipping_delay" id="delayShipping" value="1">
  <div id="profileCheckErrorMsg" class="messages hide" style="display: block;">
    <div id="profileCheckErrorMsgText" class="message message--error"></div>
  </div>
  <div class="bag__note">
    <div class="leftContent">
      <div id="bag_products_qty_message"></div>
      <button type="button" id="mass-delete" class="js-bag-mass-delete actions btn-icon" value="Delete All">
        <i role="none" class="icon icon--trash"></i>すべて削除 </button>
    </div>
    <div class="bag__action bag__action--checkout">
      <button type="button" id="bag-place-order-action-submit1" class="btn btn--tertiary send-samples bag__action-submit js-submit">
        <span class="btn__label"> オーダーを確定する </span>
      </button>
    </div>
  </div>
  <div class="bag_products_qty_hd retailer-hd-only ele-v ele-hd-v">
    <span class="bag_products_qty_hd-title"> Ordering Requirements: </span>
    <span class="bag_products_qty_hd-message"> Home Depot limits all orders per store to between 5 and 30 units per SKU every 2 weeks. All orders must contain at least 30 units in total to be eligible for processing. </span>
  </div>
  <div class="bag__actions">
    <div id="selectAddress" class="bag__action bag__action--select-address bag-item dark-item is-loading">
    </div>
  </div>
  <div id="bagDisclaimers" class="bag__disclaimers">
    <div id="noBillUserNotice"></div>
  </div>
  <div id="bagGift" class="bag__gift">
    <div id="bagGiftSelection"></div>
  </div>
  <div id="bagItems" class="bag__items is-loading"></div>
  <div class="bag__checkout">
    <button type="button" id="bag-place-order-action-submit2" class="btn btn--full btn--tertiary bag__submit js-submit">
      <span class="btn__label"> オーダーを確定する </span>
    </button>
  </div>
  <input type="submit" id="hidden-bag-submit" value="Place Order" style="display: none;">
</form>

POST /sdg_email/contact/index

<form class="librarian__form cf" action="/sdg_email/contact/index" method="post" id="askLibrarian" enctype="multipart/form-data" autocomplete="off" data-validate="" data-messages="messagesLibrarian" novalidate="true">
  <div id="messagesLibrarian" class="messages"></div>
  <fieldset class="librarian__fieldset">
    <legend class="screenreader">お問い合わせ</legend>
    <div class="input-placeholder input-placeholder--secondary">
      <textarea class="librarian__textarea textarea textarea--secondary" id="librarianMessage" aria-label="Message" name="message" placeholder="Write your question here"></textarea>
    </div>
    <div class="librarian__question"> 連絡方法のご希望を教えてください。 </div>
    <div class="librarian__preferred">
      <div class="librarian__contactOption">
        <div id="contactOption">
          <input name="selected_option" type="checkbox" id="email" value="email" checked="">
          <label for="email">Eメール</label>
          <input name="selected_option" type="checkbox" id="msg" value="msg">
          <label for="msg">テキストメッセージ</label>
          <input name="selected_option" type="checkbox" id="call" value="call">
          <label for="call">電話</label>
        </div>
      </div>
      <div id="contactOptionFiled" class="librarian__contact">
        <div id="numberLibrarianChatContainer" class="hide">
          <div class="librarian__input input-float">
            <input type="tel" name="phone_number" id="phoneLibrarianChat" class="input js-librarian-input">
          </div>
          <label for="phoneLibrarianChat" class="email-content librarian__label input-subtitle"> 電話番号 </label>
        </div>
      </div>
      <div class="librarian__actions">
        <button id="librarianBtnSubmit" type="submit" class="btn librarian__action librarian__submit js-submit">
          <span class="btn__label"> 送信 </span>
        </button>
      </div>
      <p class="slogan">迅速かつ無料</p>
    </div>
  </fieldset>
</form>

<form action="" id="addProjectForm" data-validate="" novalidate="true">
  <input type="hidden" name="available_options" id="available_options">
  <fieldset>
    <legend class="screenreader">プロジェクト様式</legend>
    <ul class="form-list">
      <li id="projectProductFinishInput" class="form-item first hide">
        <div class="input-placeholder">
          <input id="addFinishProduct" type="text" class="input" maxlength="90" aria-label="Add Finish Product" placeholder="関連商品を入力してください">
          <i class="arrow down" id="arrowIconFinish"></i>
          <i class="arrow close" style="display: none;" id="xIconFinish"></i>
        </div>
        <div id="addFinishProductError" class="addFinishProductError"></div>
        <input type="hidden" id="related_product_id" value="">
      </li>
      <li id="projectInput" class="form-item hide">
      </li>
      <li id="locationofuseInput" class="form-item first">
        <div class="input-placeholder">
          <select id="singleAddLocationofuseField" class="input" aria-label="Location of use" required="">
            <option value="" disabled="" selected="" hidden="">使用箇所</option>
            <option value="Indoor Wall">屋内壁</option>
            <option value="Indoor Floor">屋内床</option>
            <option value="Outdoor Wall">屋外壁</option>
            <option value="Outdoor Floor">屋外床</option>
            <option value="Bathroom Wall">浴室壁</option>
            <option value="Bathroom Floor">浴室床</option>
            <option value="Other">その他</option>
          </select>
          <i class="arrow close" style="display: none;" id="xIconFinish"></i>
        </div>
        <div id="singleAddLocationofuseError" class="singleAddLocationofuseError"></div>
        <input type="hidden" id="singleAddLocationofuse" value="">
      </li>
      <li id="estimatedQtyInput" class="form-item third">
        <div class="input-placeholder">
          <select id="singleEstimatedQtyField" class="input" aria-label="Estimated quantity to be applied" required="">
            <option value="" disabled="" selected="" hidden="">施工予定面積(m2)</option>
            <option value="1 - 10㎡">1 - 10㎡</option>
            <option value="11 - 50㎡">11 - 50㎡</option>
            <option value="51 - 100㎡">51 - 100㎡</option>
            <option value="101 - 200㎡">101 - 200㎡</option>
            <option value="201 - 500㎡">201 - 500㎡</option>
            <option value="501㎡以上">501㎡以上</option>
            <option value="未定">未定</option>
          </select>
          <i class="arrow close" style="display: none;" id="xIconQty"></i>
        </div>
        <div id="singleEstimatedQtyError" class="singleEstimatedQtyError"></div>
        <input type="hidden" id="singleEstimatedQty" value="">
      </li>
      <div class="input-placeholder">
        <input id="addProjectNameSelect" type="text" class="input" maxlength="70" aria-label="Add Project Name" placeholder="プロジェクト名(プロジェクトを選択するか、下をクリックして作成してください)" autofocus="" required="" autocomplete="off">
        <i class="arrow down" id="arrowIcon"></i>
        <i class="arrow close" style="display: none;" id="xIcon"></i>
      </div>
      <div id="addProjectError" class="addProjectError"></div>
      <li id="createProjectAnchor" style="margin-bottom: 10px;">
        <p>既存のプロジェクトを選択するか、 <span id="create-project-modal"> こちら</span> から新しいプロジェクトを作成してください。</p>
      </li>
      <li class="form-actions text-right width-100">
        <button type="submit" id="addProjectSubmit" class="btn disabled">
          <span class="btn__label"> カートに追加</span>
        </button>
      </li>
    </ul>
  </fieldset>
  <input id="addedProjectType" type="hidden">
  <input id="addedProjectPhase" type="hidden">
  <textarea id="addedProjectComment" style="display:none"></textarea>
</form>

<form action="" id="addProjectForm" class="addToProjectFormT20" data-validate="" novalidate="true">
  <input id="addProjectName" type="hidden" value="Default">
  <input id="addProjectType" type="hidden" value="Other">
  <input id="addProjectPhase" type="hidden" value="コンセプトデザイン">
  <fieldset>
    <legend class="screenreader">プロジェクト様式</legend>
    <ul class="form-list">
      <li id="projectProductFinishInput" class="form-item first hide">
        <div class="input-placeholder">
          <input id="addFinishProduct" type="text" class="input" maxlength="90" aria-label="Add Finish Product" placeholder="関連商品を入力してください">
          <i class="arrow down" id="arrowIconFinish"></i>
          <i class="arrow close" style="display: none;" id="xIconFinish"></i>
        </div>
        <div id="addFinishProductError" class="addFinishProductError"></div>
        <input type="hidden" id="related_product_id" value="">
      </li>
      <li id="customer-name-container" class="form-item hide">
        <div class="input-placeholder">
          <input id="customerNameInput" type="text" class="input" maxlength="70" aria-label="Add Customer Name" placeholder="Enter Your Full Name" autofocus="" required="" autocomplete="off">
        </div>
        <div id="addCustomerNameError" class="addCustomerNameError"></div>
      </li>
      <li id="customer-notes-container" class="form-item hide">
        <div class="input-placeholder">
          <textarea name="customer-notes" id="customerNotesInput" cols="30" maxlength="250" rows="6" placeholder="Add any notes or details to order (optional)"></textarea>
        </div>
        <div id="addNotesError" class="addNotesError"></div>
      </li>
      <li class="form-actions text-right width-100">
        <button type="submit" id="addProjectSubmit" class="btn">
          <span class="btn__label">Add to Tray </span>
        </button>
      </li>
    </ul>
  </fieldset>
</form>

Text Content

閉じる


Close

注文を可能にするためにプロフィールを入力しましょう。

navgation Toggle
Material Bank


MATERIAL BANK - SEARCH AND SAMPLE MATERIALS FAST SUSTAINABLE FREE

Welcome to Material Bank, the largest material marketplace in the architecture
and design industry.

全てのカテゴリー
検索

検索
 * オーダー履歴 ログアウト
 * ログイン
 * 無料で新規登録
 * undefined カート

閉じる
 * 
   マテリアルから探す
   * Close 戻る
   * マテリアルから探す
   * 
     ウッド
     * Close 戻る
     * ウッド
     * 
       すべて表示
     * 木製床材
     * 合板・木質ボード
     * 内装壁材・天井材
     * 無垢フローリング
     * 複合フローリング
     * 装飾モールディング・リブ
     * 突き板
     * 竹・ヤシ 床材
     * 造作材
     * 海外ウッド
   * タイル
     * Close 戻る
     * タイル
     * すべて表示
     * 内装タイル
     * 外装タイル
     * モザイクタイル
     * 機能性タイル
     * 石材タイル
     * 大判タイル
     * クラフトタイル
     * 窯業系製品
     * 海外タイル
   * ストーン
     * Close 戻る
     * ストーン
     * すべて表示
     * 人造石
     * 天然石
     * 砂利
     * 石材タイル
     * 人工大理石
     * テラゾ
     * ピンコロ
     * 海外ストーン
   * 
     ガラス
     * Close 戻る
     * ガラス
     * 
       すべて表示
     * カラーガラス
     * 
       エッチングガラス
     * 
       ガラスタイル
     * 
       合わせガラス
     * ミラーガラス
     * ガラスブロック
     * インテリアガラス
     * 海外ガラス
   * 
     レンガ
     * Close 戻る
     * レンガ
     * 
       すべて表示
     * ブロックレンガ
     * スライスレンガ
     * レンガタイル
     * 海外レンガ
   * 
     リノリウム
     * Close 戻る
     * リノリウム
     * すべて表示
     * リノリウム床材
     * リノリウム壁装材
     * 家具用リノリウム
   * 
     コンクリート
     * Close 戻る
     * コンクリート
     * 
       すべて表示
     * 
       コンクリートカウンタートップ
     * 
       コンクリートフローリング
     * コンクリートブロックタイル
     * 
       コンクリート平板
     * コンクリート床タイル
     * 
       プレキャストコンクリートパネル
   * ペーパー
     * Close 戻る
     * ペーパー
     * すべて表示
     * 壁紙・クロス
     * 和紙・ふすま紙
     * 障子紙
     * 紙複合パネル
     * 海外ペーパー
   * 
     ビニル
     * Close 戻る
     * ビニル
     * 
       すべて表示
     * ビニル床タイル
     * クッションフロア
     * 長尺シート
     * ビニルクロス
     * ビニル巾木
     * 海外ビニル
   * 
     樹脂
     * Close 戻る
     * 樹脂
     * 
       すべて表示
     * 透明樹脂板
     * アルミ樹脂複合板
     * FRP
     * シート系材料
     * 人工大理石
     * モールディング
     * 樹脂床材
     * 海外樹脂
   * 
     メタル
     * Close 戻る
     * メタル
     * すべて表示
     * メタリック
     * パンチングメタル・エキスパンドメタル
     * 装飾金物
     * アルミ樹脂複合板
     * グレーチング
     * 金属織物
     * ホーロー内装材
     * 箔
     * 海外メタル
   * 
     フィルム
     * Close 戻る
     * フィルム
     * 
       すべて表示
     * 自動車用フィルム
     * ダイクロイックフィルム
     * ホワイトボードシート
     * 屋外用フィルム
     * グラフィックフィルム
     * 内装用フィルム
     * プリント可能フィルム
     * 保護フィルム
     * ガラス用フィルム
     * 和紙シート
   * 
     コルク
     * Close 戻る
     * コルク
     * 
       すべて表示
     * コルク床材
     * 
       コルクタイル
     * コルク壁装材
     * コルクパネル
   * 塗料・左官材
     * Close 戻る
     * 塗料・左官材
     * すべて表示
     * インテリア塗料
     * 木材保護塗料
     * チョークボードペイント
     * ホワイトボード塗料
     * マグネットペイント
     * エポキシ塗料
     * 自然塗料
     * 漆喰
     * 珪藻土・シラス
     * 土壁・砂壁・繊維壁
     * 意匠性塗材
     * スタッコ
     * 海外塗料・左官材
   * プラスター
     * Close 戻る
     * プラスター
     * すべて表示
     * 造形物
     * 石こうボード
   * 
     レザー
     * Close 戻る
     * レザー
     * 
       すべて表示
     * 毛皮
     * 
       レザーフローリング
     * 皮革
     * レザータイル
     * レザートリム
     * 板状レザー
     * レザー調璧装材
     * 金属調レザー
     * 穴あきレザー
     * スエードレザー
   * 
     テキスタイル
     * Close 戻る
     * テキスタイル
     * 
       すべて表示
     * 寝装品用テキスタイル
     * オーニング・シェード・テント生地
     * 
       装飾用テキスタイル
     * 
       フェイクファー
     * 
       パネル用テキスタイル
     * 天井用テキスタイル
     * 椅子張地
     * カーテン用テキスタイル
   * 
     フェルト
     * Close 戻る
     * フェルト
     * すべて表示
     * フェルトフローリング
     * フェルトパネル
     * フェルトテキスタイル
     * フェルト璧装材
   * 
     ゴム
     * Close 戻る
     * ゴム
     * 
       すべて表示
     * 運動施設向けゴム床材
     * ゴム床材、ゴムマット
     * ゴム巾木
   * 床材
     * Close 戻る
     * 床材
     * すべて表示
     * 無垢フローリング
     * 複合フローリング
     * ラミネートフローリング
     * 機能性フローリング
     * 樹脂系・塩ビタイル
     * 樹脂系シート床材
     * コルク床材
     * 石・タイル床材
     * 左官系床材
     * カーペット
     * 畳
     * 巾木
     * 海外床材
   * 
     壁装材
     * Close 戻る
     * 壁装材
     * 
       すべて表示
     * 壁紙・クロス
     * 壁パネル
     * テキスタイルの壁装材
     * 金属製の壁装材
     * ナチュラル壁装材
     * 機能性壁装材
     * 箔
     * 海外壁装材
   * 
     化粧板
     * Close 戻る
     * 化粧板
     * 
       すべて表示
     * 
       メラミン化粧板
     * 
       ポリエステル化粧合板
     * 不燃化粧材
     * 水廻り用パネル
     * 海外化粧板
   * 
     カーペット
     * Close 戻る
     * カーペット
     * 
       すべて表示
     * タイルカーペット
     * ロールカーペット
     * ラグマット
     * エントランス用カーペット
     * 置敷きカーペット
     * 海外カーペット
   * トリム
     * Close 戻る
     * トリム
     * すべて表示
     * 海外トリム
   * グラスウール・ロックウール
     * Close 戻る
     * グラスウール・ロックウール
     * すべて表示
     * 海外グラスウール・ロックウール
   * パール&シェル
     * Close 戻る
     * パール&シェル
     * すべて表示
     * 海外パール&シェル
   * 緑化
     * Close 戻る
     * 緑化
     * すべて表示
     * 海外緑化
   * フューチャーマテリアル
     * Close 戻る
     * フューチャーマテリアル
     * すべて表示
     * サステナブル素材
     * 新技術マテリアル
 * 
   プロダクトから探す
   * Close 戻る
   * プロダクトから探す
   * 
     バス・トイレ
     * Close 戻る
     * バス・トイレ
     * 
       すべて表示
   * ドア・窓
     * Close 戻る
     * ドア・窓
     * すべて表示
   * 
     窓廻り
     * Close 戻る
     * 窓廻り
     * 
       すべて表示
   * 
     ハードウェア
     * Close 戻る
     * ハードウェア
     * すべて表示
   * 
     チェア・ソファ
     * Close 戻る
     * チェア・ソファ
     * 
       すべて表示
   * 
     デスク・テーブル
     * Close 戻る
     * デスク・テーブル
     * 
       すべて表示
   * 
     収納
     * Close 戻る
     * 収納
     * 
       すべて表示
   * 
     間仕切り
     * Close 戻る
     * 間仕切り
     * 
       すべて表示
   * 
     照明
     * Close 戻る
     * 照明
     * 
       すべて表示
   * 
     防音・音響
     * Close 戻る
     * 防音・音響
     * 
       すべて表示
   * ベッドルーム
     * Close 戻る
     * ベッドルーム
     * すべて表示
   * 
     サイン・グラフィック
     * Close 戻る
     * サイン・グラフィック
     * すべて表示
   * 
     外装・外構
     * Close 戻る
     * 外装・外構
     * 
       すべて表示
   * 
     キッチン
     * Close 戻る
     * キッチン
     * 
       すべて表示
   * 階段・エレベーター
     * Close 戻る
     * 階段・エレベーター
     * すべて表示
   * 
     ルーフシステム
   * 
     シーリングシステム
     * Close 戻る
     * シーリングシステム
     * 
       すべて表示
   * 
     ウォールシステム
     * Close 戻る
     * ウォールシステム
     * 
       すべて表示
   * 
     断熱システム
     * Close 戻る
     * 断熱システム
     * すべて表示
   * 
     その他
     * Close 戻る
     * その他
     * 
       すべて表示
 * その他のコンテンツ
   * Close 戻る
   * その他のコンテンツ
   * 使い方
     * Close 戻る
     * 使い方
     * 使い方動画
     * FAQ
     * 操作説明会の予約
   * 新発見
     * Close 戻る
     * 新発見
     * Material Collections
     * Inspirational Palettes
   * サステナブル
     * Close 戻る
     * サステナブル
     * 私たちの考えるサステナビリティ
     * サステナブル素材
 * 使い方
 * FAQ's
 * キャリア
 * メーカーの方はこちら

 * マテリアルから探す
 * プロダクトから探す
 * ブランドから探す
 * その他のコンテンツ

閉じる
戻る
 * 使い方
   * 使い方動画
   * FAQ
   * 操作説明会の予約
 * 新発見
   * Material Collections
   * Inspirational Palettes
 * サステナブル
   * 私たちの考えるサステナビリティ
   * サステナブル素材

閉じる
戻る
マテリアルから探す
全て表示
 * ウッド
    * すべて表示
    * 木製床材
    * 合板・木質ボード
    * 内装壁材・天井材
    * 無垢フローリング
    * 複合フローリング
   
    * 装飾モールディング・リブ
    * 突き板
    * 竹・ヤシ 床材
    * 造作材
    * 海外ウッド

 * タイル
    * すべて表示
    * 内装タイル
    * 外装タイル
    * モザイクタイル
    * 機能性タイル
    * 石材タイル
   
    * 大判タイル
    * クラフトタイル
    * 窯業系製品
    * 海外タイル

 * ストーン
    * すべて表示
    * 人造石
    * 天然石
    * 砂利
    * 石材タイル
    * 人工大理石
   
    * テラゾ
    * ピンコロ
    * 海外ストーン

 * ガラス
    * すべて表示
    * カラーガラス
    * エッチングガラス
    * ガラスタイル
    * 合わせガラス
    * ミラーガラス
   
    * ガラスブロック
    * インテリアガラス
    * 海外ガラス

 * レンガ
    * すべて表示
    * ブロックレンガ
    * スライスレンガ
    * レンガタイル
    * 海外レンガ

 * リノリウム
    * すべて表示
    * リノリウム床材
    * リノリウム壁装材
    * 家具用リノリウム

 * コンクリート
    * すべて表示
    * コンクリートカウンタートップ
    * コンクリートフローリング
    * コンクリートブロックタイル
    * コンクリート平板
    * コンクリート床タイル
   
    * プレキャストコンクリートパネル

 * ペーパー
    * すべて表示
    * 壁紙・クロス
    * 和紙・ふすま紙
    * 障子紙
    * 紙複合パネル
    * 海外ペーパー

 * ビニル
    * すべて表示
    * ビニル床タイル
    * クッションフロア
    * 長尺シート
    * ビニルクロス
    * ビニル巾木
   
    * 海外ビニル

 * 樹脂
    * すべて表示
    * 透明樹脂板
    * アルミ樹脂複合板
    * FRP
    * シート系材料
    * 人工大理石
   
    * モールディング
    * 樹脂床材
    * 海外樹脂

 * メタル
    * すべて表示
    * メタリック
    * パンチングメタル・エキスパンドメタル
    * 装飾金物
    * アルミ樹脂複合板
    * グレーチング
   
    * 金属織物
    * ホーロー内装材
    * 箔
    * 海外メタル

 * フィルム
    * すべて表示
    * 自動車用フィルム
    * ダイクロイックフィルム
    * ホワイトボードシート
    * 屋外用フィルム
    * グラフィックフィルム
   
    * 内装用フィルム
    * プリント可能フィルム
    * 保護フィルム
    * ガラス用フィルム
    * 和紙シート

 * コルク
    * すべて表示
    * コルク床材
    * コルクタイル
    * コルク壁装材
    * コルクパネル

 * 塗料・左官材
    * すべて表示
    * インテリア塗料
    * 木材保護塗料
    * チョークボードペイント
    * ホワイトボード塗料
    * マグネットペイント
   
    * エポキシ塗料
    * 自然塗料
    * 漆喰
    * 珪藻土・シラス
    * 土壁・砂壁・繊維壁
    * 意匠性塗材
   
    * スタッコ
    * 海外塗料・左官材

 * プラスター
    * すべて表示
    * 造形物
    * 石こうボード

 * レザー
    * すべて表示
    * 毛皮
    * レザーフローリング
    * 皮革
    * レザータイル
    * レザートリム
   
    * 板状レザー
    * レザー調璧装材
    * 金属調レザー
    * 穴あきレザー
    * スエードレザー

 * テキスタイル
    * すべて表示
    * 寝装品用テキスタイル
    * オーニング・シェード・テント生地
    * 装飾用テキスタイル
    * フェイクファー
    * パネル用テキスタイル
   
    * 天井用テキスタイル
    * 椅子張地
    * カーテン用テキスタイル

 * フェルト
    * すべて表示
    * フェルトフローリング
    * フェルトパネル
    * フェルトテキスタイル
    * フェルト璧装材

 * ゴム
    * すべて表示
    * 運動施設向けゴム床材
    * ゴム床材、ゴムマット
    * ゴム巾木

 * 床材
    * すべて表示
    * 無垢フローリング
    * 複合フローリング
    * ラミネートフローリング
    * 機能性フローリング
    * 樹脂系・塩ビタイル
   
    * 樹脂系シート床材
    * コルク床材
    * 石・タイル床材
    * 左官系床材
    * カーペット
    * 畳
   
    * 巾木
    * 海外床材

 * 壁装材
    * すべて表示
    * 壁紙・クロス
    * 壁パネル
    * テキスタイルの壁装材
    * 金属製の壁装材
    * ナチュラル壁装材
   
    * 機能性壁装材
    * 箔
    * 海外壁装材

 * 化粧板
    * すべて表示
    * メラミン化粧板
    * ポリエステル化粧合板
    * 不燃化粧材
    * 水廻り用パネル
    * 海外化粧板

 * カーペット
    * すべて表示
    * タイルカーペット
    * ロールカーペット
    * ラグマット
    * エントランス用カーペット
    * 置敷きカーペット
   
    * 海外カーペット

 * トリム
    * すべて表示
    * 海外トリム

 * グラスウール・ロックウール
    * すべて表示
    * 海外グラスウール・ロックウール

 * パール&シェル
    * すべて表示
    * 海外パール&シェル

 * 緑化
    * すべて表示
    * 海外緑化

 * フューチャーマテリアル
    * すべて表示
    * サステナブル素材
    * 新技術マテリアル

Lumber that leverages an authentic appeal











Opacity, openness, depth, and dimensionality

Transparent tones and textures

Decorative dimensionality and depth

Layers of light



Enduring and hard-wearing designs




Durable, versatile, and sustainable surfacing

Customizable and cast-in-place

Limitless design possibilities

Honed or polished

Functional and durable facades






Vested with versatility and durability



Creative combinations of color and transparency




Coated constructions and customized finishes



Renewable resources for tactility and organic appeal

Enduring elasticity and compressive strength



Abiding artistry combined with durability and flexibility

Durable and easy-to-maintain



Woven ways of softening spaces

Distinguished fabrics

Plush and sumptuous

Textured pieces




Ecologically friendly and aesthetically adaptable





Backdrops to suit every design

Textured patterning



金属製の壁装材






Pairing prized textures with ease and versatility

Crisp colors and cores

Layered constructions



Durability and design characterize the feel underfoot





Lumber that leverages an authentic appeal











Opacity, openness, depth, and dimensionality

Transparent tones and textures

Decorative dimensionality and depth

Layers of light



Enduring and hard-wearing designs




Durable, versatile, and sustainable surfacing

Customizable and cast-in-place

Limitless design possibilities

Honed or polished

Functional and durable facades






Vested with versatility and durability



Creative combinations of color and transparency




Coated constructions and customized finishes



Renewable resources for tactility and organic appeal

Enduring elasticity and compressive strength



Abiding artistry combined with durability and flexibility

Durable and easy-to-maintain



Woven ways of softening spaces

Distinguished fabrics

Plush and sumptuous

Textured pieces




Ecologically friendly and aesthetically adaptable





Backdrops to suit every design

Textured patterning



金属製の壁装材






Pairing prized textures with ease and versatility

Crisp colors and cores

Layered constructions



Durability and design characterize the feel underfoot


閉じる
戻る
プロダクトから探す
全て表示
 * バス・トイレ
    * すべて表示

 * ドア・窓
    * すべて表示

 * 窓廻り
    * すべて表示

 * ハードウェア
    * すべて表示

 * チェア・ソファ
    * すべて表示

 * デスク・テーブル
    * すべて表示

 * 収納
    * すべて表示

 * 間仕切り
    * すべて表示

 * 照明
    * すべて表示

 * 防音・音響
    * すべて表示

 * ベッドルーム
    * すべて表示

 * サイン・グラフィック
    * すべて表示

 * 外装・外構
    * すべて表示

 * キッチン
    * すべて表示

 * 階段・エレベーター
    * すべて表示

 * ルーフシステム
 * シーリングシステム
    * すべて表示

 * ウォールシステム
    * すべて表示

 * 断熱システム
    * すべて表示

 * その他
    * すべて表示

Beautifully crafted to combine form and function

Beautifully crafted to combine form and function

Textural and translucent allure

Textural and translucent allure

Accents to enhance functionality

Refined range of supportive designs

Refined range of supportive designs

Sturdy surfaces to suit different work styles

Sturdy surfaces to suit different work styles

Inspirational and innovative space-saving

Inspirational and innovative space-saving

Separating spaces in style

Separating spaces in style

Inspiring fixtures for illumination

Inspiring fixtures for illumination

Advanced sound absorption with elevated aesthetics

Advanced sound absorption with elevated aesthetics

Innovative and informative wayfinding

Inviting alfresco additions

Inviting alfresco additions

Curated aesthetics for a cohesive look

Curated aesthetics for a cohesive look

Efficient and durable designs

Sleek and sophisticated accents overhead

Sleek and sophisticated accents overhead

Expertly engineered architectural accents

Expertly engineered architectural accents

Combining energy efficiency and performance



Accents for distinguished aesthetics



Beautifully crafted to combine form and function

Beautifully crafted to combine form and function

Textural and translucent allure

Textural and translucent allure

Accents to enhance functionality

Refined range of supportive designs

Refined range of supportive designs

Sturdy surfaces to suit different work styles

Sturdy surfaces to suit different work styles

Inspirational and innovative space-saving

Inspirational and innovative space-saving

Separating spaces in style

Separating spaces in style

Inspiring fixtures for illumination

Inspiring fixtures for illumination

Advanced sound absorption with elevated aesthetics

Advanced sound absorption with elevated aesthetics

Innovative and informative wayfinding

Inviting alfresco additions

Inviting alfresco additions

Curated aesthetics for a cohesive look

Curated aesthetics for a cohesive look

Efficient and durable designs

Sleek and sophisticated accents overhead

Sleek and sophisticated accents overhead

Expertly engineered architectural accents

Expertly engineered architectural accents

Combining energy efficiency and performance



Accents for distinguished aesthetics

閉じる
ブランドから探す * 掲載準備中
 * ア
 * アーキヤマデ
 * アークフラワースタジオ
 * アートウッド
 * アイカ工業
 * アイコ
 * アイコットリョーワ
 * アイリスオーヤマ
 * アイリスチトセ
 * アオキアート工業
 * 朝日ウッドテック
 * 旭コンステック
 * アトピッコハウス
 * アドヴァングループ
 * アボード
 * 荒川技研工業
 * アルブルインク
 * 伊勢安ワイヤクリエイテック
 * イビケン
 * 上野住宅建材
 * ウッドワン
 * 永大産業
 * エイブル
 * エービーシー商会
 * エクシィズ
 * エコシステム
 * エヌ・エス・ケー ニシダ工業
 * 岡崎製材
 * オスモ&エーデル
 * オンザウォール

 * カ
 * カネハチ
 * 兼松サステック
 * 加納
 * カリモク家具
 * 関西フエルトファブリック*
 * カントリーベース
 * キノシタ
 * キャン’エンタープライゼズ
 * 共和成産
 * 旭興
 * グリーンアップサイクル
 * クリーンテックス・ジャパン
 * クリエイトファニチャー
 * クリナップアート
 * 圭 KEI
 * ケイミュー
 * ケースリー
 * 光伸プランニング
 * コウロアート*
 * 古材日和

 * サ
 * サカイリブ
 * サンベスト工業
 * シオン*
 * シャープ化学工業
 * 昭和木材
 * シンコール
 * 菅原工芸硝子
 * スピバージャパン*
 * スマートブリック・ウォール
 * スミノエ/SUMINOE
 * 聖和セラミックス
 * セーレン
 * 関ヶ原石材
 * 瀬戸内デニム*
 * センスオブリゾート
 * 創線*

 * タ
 * 大建工業
 * タイルカプセル*
 * タイルライフ
 * タカショー
 * タカラスタンダード
 * タキロンシーアイ
 * 匠工芸
 * 竹田木材工業所
 * 竹又 中川竹材店
 * 竹六商店
 * 田島ルーフィング
 * 玉紙
 * 玉川窯業*
 * チェルシーインターナショナル
 * チャネルオリジナル
 * 津島織物製造
 * テキスタイル来住*
 * テシード
 * 天龍木材
 * 東亜コルク
 * 東京工営
 * 東武化学*
 * 東洋テックス
 * 東レ・アムテックス
 * トーザイクリエイト
 * トーソー
 * トクラス
 * トミタ

 * ナ
 * ナイキ
 * 長江陶業
 * 中川ケミカル
 * 名古屋セラミックス
 * 名古屋モザイク工業
 * 南海プライウッド
 * ニチハ
 * ニチベイ
 * ニッシンイクス
 * ニッタイ工業
 * ニットー*
 * ニップコーポレーション
 * 日本製鉄
 * 日本ペイント
 * 日本エムテクス
 * ノスタモ
 * ノダ
 * 暖簾 中むら

 * ハ
 * ハーフェレジャパン
 * パールトーン
 * 博多装工/KANEMITSU
 * パナソニックHS
 * パネフリ工業
 * 原田左官工業所
 * 美光技研
 * 日の出工芸
 * 平田タイル
 * 富士工業
 * 藤沢工業
 * 藤田産業
 * ヘイムスペイントジャパン
 * ヘーベル

 * マ
 * 松下産業
 * マハール
 * マラッツィ・ジャパン
 * 丸紀
 * 丸万商会
 * 丸ヲ各務商店*
 * みはし*
 * ミリケン
 * 無垢フローリングドットコム
 * 村松建材*

 * ヤ
 * 矢橋大理石
 * ヤマチコーポレーション
 * 山本窯業化工

 * ラ
 * リビエラ
 * リリカラ
 * 歴清社
 * ロックストーン

 * ワ
 * 和信化学工業

 * A
 * AD WORLD
 * ADAL
 * ADO by チェルシーインターナショナル
 * Aglaia by SKW
 * aizara
 * amtico by シンフートレード
 * ANDREW MARTIN by チェルシーインターナショナル
 * ARC-X
 * ARK*

 * B
 * B.M.ジャパン*
 * bandoxaldecor
 * beero
 * Brintons by PLUS

 * C
 * camira by チェルシーインターナショナル
 * CASAMANCE by メサテックス
 * CASITA by メサテックス
 * Chilewich by MIRUS
 * CRUSH CRASH PROJECT
 * CRYPTON by チェルシーインターナショナル

 * D
 * Danto Tile
 * DDG JAPAN
 * DELIGHT by シンフートレード
 * DELIUS by メサテックス
 * Demold
 * DESIGNERS GUILD by メサテックス
 * DNP

 * E
 * Edmund Bell by メサテックス*
 * Ergohuman

 * F
 * FABBRICA YOSHIMOTO
 * FARROW & BALL
 * Fischbacher 1819 by フィスバ
 * Forbo by TAJIMA
 * Four Design by シンフートレード
 * FR-One
 * fujie textile

 * G
 * GD grass by Green Design
 * GREEN FLAG

 * H
 * HORIKIN
 * HUS*

 * I
 * IWASAKI

 * J
 * JAB by ナショナルインテリア
 * JUNG

 * K
 * KA by シンフートレード
 * KANADEMONO
 * KAWAJUN
 * KIT
 * Kiyarn Japan*
 * KOKUTOミハラ
 * KRONOTEX
 * KURIYAMA
 * KYOGO
 * KYUMEIKYO

 * L
 * LABOT
 * LIFE UP FLOOR
 * LIMELIGHT
 * LIXIL/revia*
 * LIXIL/タイル
 * LIXIL/トイレ・洗面(パブリック)
 * LIXIL/ユニットバス

 * M
 * maasa*
 * MAGO
 * MAKO by 東洋ステンレス研磨工業
 * Manifattura di Domodossola
 * MATTEOBRIONI*
 * MINO
 * Miraele/ミライール
 * MIYAKICHI
 * Mogu by Green Design
 * MORTEX by サカンアート*
 * Moss wall by シンフートレード

 * N
 * NIPPONAIRE*
 * nobilia*
 * nora.
 * Novah by シンフートレード
 * NOWHERE LIKE HOME
 * NUNOUS

 * O
 * OLTREMATERIA
 * Oiya

 * P
 * PANECO
 * parador
 * PERGO
 * Porcelanosa*
 * Prossimo
 * PUBLIC CRAFTS

 * R
 * RELAX FORM
 * REMARE
 * Ribaco

 * S
 * S-Sense by RIPPU
 * SANDECO*
 * SEKI FURNITURE SLEEPING COLLECTION
 * Sensitile*
 * SHIKI
 * studio Jig
 * SWANTILE

 * T
 * TAMURAKO LEATHER TILES
 * Tanita Housing Ware
 * Tao.space*
 * TNコーポレーション
 * TOPPAN/凸版印刷
 * TUNTEX

 * V
 * VeroMetal

 * W
 * WhO
 * WOW

 * X
 * XSTONE by SKW

 * Z
 * ZIMMER+ROHDE by チェルシーインターナショナル

 * 使い方
 * FAQ
 * メーカーの方はこちら



検索 検索

Welcome to Material Bank, the largest material marketplace in the architecture
and design industry.


MEMBER



Replenish your store’s samples through Material Bank. Feel free to contact us at
support@materialbank.com.


脚注をスキップ


MATERIALS

マテリアルから探す

床材
壁装材
タイル
ウッド
サステナブル素材
カーペット
メタル
ストーン
テキスタイル
樹脂
フィルム
コンクリート
レンガ
塗料・左官材
リノリウム
ガラス
ビニル
ゴム
ペーパー



INSPIRATIONAL PALETTES

すべてを見る

インスピレーションから探す

キュビズム
シェアオフィスの、カジュアルなミーティングスペース
豊穣
イーストロンドンのガストロパブ
環(まわ)る
大きな街に位置するカフェ
子ども部屋
モダンリビング


BRAND SPOTLIGHT

注目ブランドとマテリアルから探す


掲載ブランドからの施工事例

【 Cedre 】By 平田タイル

「平田タイル」の Hi-Ceramicsシリーズより、豊富な組み合わせのバリエーションが楽しめる
立体感のあるYラインが流れるように美しいレリーフ形状のタイルです。

2種類の釉薬を2度がけすることで、
レリーフの柄に沿って深みのある色味が表現されています。並べ方により多彩なパターン組みが可能で、レトロ風から北欧風、ジャバニーズモダンまで、色々なテイストの空間を演出できます。
マテリアルを見る


使ってみたいサステナブル素材

【 ピアド - ブロック 】By シンコール

「シンコール」の床材ピアドシリーズは、環境に配慮したリサイクル原着ナイロン(エコニール:漁網などの様々なナイロン廃棄物を100%リサイクルして作られた再生ナイロン)を100%使用したパイルで、繰り返しリサイクルが可能なサステナブル素材でできています。

また、今回ご紹介するピアド ブロックは近似色でコーディネートしやすいタイル型なので、ピアド
マルチといった他のピアドシリーズと組み合わせることで、より空間が作りやすくなるのも魅力です
マテリアルを見る


選ばれている人気マテリアル

【 グリジオ 】By 関ヶ原石材

「関ヶ原石材」のグリジオは、テラゾー独特の色調や濃淡を見事に表現したテラゾー調タイルです。

大理石などを粉砕し、セメントや顔料と混ぜ固めた美しい柄が特徴の人造大理石のテラゾーは、近年のインテリアトレンドとして再注目を集めています。そんなテラゾー特有の表情がしっかりと再現され、テラゾーならではの魅力を楽しめます。
マテリアルを見る
パワーデザイン™
1712891950:67e85619ce62fde8dcff6b47327dbd
 * マテリアルを探す
 * マテリアルから探す マテリアルから探す
 * プロダクトから探す
 * ブランドから探す ブランドから探す
   
   

 * マイアカウント
 * マイプロフィール
 * プロジェクト
 * クリップボードを見る
 * ブランド連絡先
 * オーダー履歴
 * アドレスブック

 * もっと詳しく
 * How It Works
   
 * FAQ
   
 * 会社概要
 * キャリア
   

 * フォローする
 * 新しいタブでInstagramを開く
 * 新しいタブでPinterestを開く
 * Open Twitter in a new tab
   

 * オープンメーカーは新しいタブでここに参加します メーカーの方はこちら
 * * 新しいタブでInstagramを開く
   * 新しいタブでPinterestを開く
   * Open Twitter in a new tab
     
 * © Material Bank®Japan All rights reserved.
 * * プライバシーポリシーセンター

Skip to Top
Skip to Main
閉じる
マテリアルバンク


ようこそ、MATERIAL BANK JAPANへ。

ログイン登録ユーザーでない場合は 新規登録

ログイン
 * Eメール*
 * パスワード *
   ログインしたままにする

 * Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
   Gecko) Chrome/123.0.0.0 Safari/537.36
   
   ログイン
   
   パスワードをお忘れですか? クイックログインリンクを送信

閉じる
マテリアルバンク

閉じる
マテリアルバンク

'. __('Close') .'
パスワードをお忘れですか?

登録済みのメールアドレスを下記に入力してください。パスワードを変更するリンクを送信します。

Eメール
送信

'. __('Close') .'

No account? Join For FREE ログイン
'. __('Close') .'
クイックログインリンク

Eメールアドレスを入力すると、ユーザー名やパスワードを入力することなく、Material Bank®にログインできるリンクを送付します。
このリンクは60分間のみ有効です。

Eメール
送信

閉じる
有効なユーザー:

 * プロジェクト
 * Material Desk™
 * クリップボードを見る
 * ブランド連絡先
 * 
 * マイプロフィール
 * オーダー履歴
 * アドレスブック
   
 * 

ログアウト
閉じる


オーダーをご確認ください

会員


すべて削除
オーダーを確定する
Ordering Requirements: Home Depot limits all orders per store to between 5 and
30 units per SKU every 2 weeks. All orders must contain at least 30 units in
total to be eligible for processing.




オーダーを確定する
閉じる

カートが空です


閉じる


HEY ,

OUR MATERIAL EXPERTS
ARE HERE TO HELP.

What can we do for you?


お問い合わせ

連絡方法のご希望を教えてください。
Eメール テキストメッセージ 電話

電話番号
送信

迅速かつ無料

閉じる

プロジェクト様式
 * 
 * 
 * 使用箇所 屋内壁 屋内床 屋外壁 屋外床 浴室壁 浴室床 その他
   
 * 施工予定面積(m2) 1 - 10㎡ 11 - 50㎡ 51 - 100㎡ 101 - 200㎡ 201 - 500㎡ 501㎡以上 未定
   
   
   

 * 既存のプロジェクトを選択するか、 こちら から新しいプロジェクトを作成してください。

 * カートに追加


会員



プロジェクト様式
 * 
 * 
 * 
 * Add to Tray

Close
undefined

Material Bank® Japanを引き続きご利用いただくためには、アカウントにログインしてください。

ログインする

登録ユーザーでない場合は 無料で新規登録






This website uses cookies to enhance user experience and to analyze performance
and traffic on our website. Please see our Cookie Policy for more information.
Cookie Settings Accept & Save



COOKIE PREFERENCES CENTER



Your Opt Out Preference Signal is Honored


 * DO NOT SELL MY PERSONAL INFORMATION


 * STRICTLY NECESSARY COOKIES


 * FUNCTIONAL COOKIES


 * SALE OF PERSONAL DATA

DO NOT SELL MY PERSONAL INFORMATION

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our First Party Strictly Necessary Cookies as they are
deployed in order to ensure the proper functioning of our website (such as
prompting the cookie banner and remembering your settings, to log into your
account, to redirect you when you log out, etc.).
For more information, please see our Cookie Policy.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are required for the operation of our Website. They include, for
example, cookies that enable you to log in securely to areas of the Website or
for the search functionality to work.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies are used for Website functionality, such as to recognize you when
you return to our Website. This enables us to personalize our content for you
and remember your preferences (for example, your choice of language or region),
but are non-essential to the performance of our Website.

Cookies Details‎

SALE OF PERSONAL DATA

Sale of Personal Data


Under the California Consumer Privacy Act, you have the right to opt-out of the
sale of your personal information to third parties. These cookies collect
information for analytics and to personalize your experience with targeted ads.
You may exercise your right to opt out of the sale of personal information by
using this toggle switch. If you opt out we will not be able to offer you
personalised ads and will not hand over your personal information to any third
parties. Additionally, you may contact our legal department for further
clarification about your rights as a California consumer by using this Exercise
My Rights link.

If you have enabled privacy controls on your browser (such as a plugin), we have
to take that as a valid request to opt-out. Therefore we would not be able to
track your activity through the web. This may affect our ability to personalize
ads according to your preferences.

 * PERFORMANCE COOKIES
   
   Switch Label
   
   These cookies allow us to count visits and traffic sources, so we can measure
   and improve the performance of our site. They help us know which pages are
   the most and least popular and see how visitors move around the site. All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies, we may not know when you have visited our
   site.

 * TARGETING AND ADVERTISING COOKIES
   
   Switch Label
   
   These cookies are used to make the advertising displayed on our Website more
   relevant to you. These cookies prevent ads reappearing and ensure that ads
   are properly displayed. Certain third-party cookies may track users over
   different websites are will provide ads relevant to your interests.

Cookies Details‎
Back Button


COOKIE LIST

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All