otsp.jp Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://otsp.jp/
Effective URL: https://otsp.jp/
Submission: On April 14 via api from US — Scanned from JP

Form analysis 14 forms found in the DOM

/search

<form class="wg-search-form" action="/search">
  <input type="hidden" name="type" value="product">
  <input type="text" name="q" placeholder="商品を検索" class="search-input js_engo_autocomplate">
  <button type="submit" class="set-20-svg">
    <!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" height="400" width="400" id="svg2" version="1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xml:space="preserve">
      <metadata id="metadata8">
        <rdf>
          <work rdf:about="">
            <format>image/svg+xml</format>
            <type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></type>
          </work>
        </rdf>
      </metadata>
      <defs id="defs6"></defs>
      <g transform="matrix(1.3333333,0,0,-1.3333333,0,400)" id="g10">
        <g transform="scale(0.1)" id="g12">
          <path id="path14" style="fill-opacity:1;fill-rule:nonzero;stroke:none"
            d="m 1312.7,795.5 c -472.7,0 -857.204,384.3 -857.204,856.7 0,472.7 384.504,857.2 857.204,857.2 472.7,0 857.3,-384.5 857.3,-857.2 0,-472.4 -384.6,-856.7 -857.3,-856.7 z M 2783.9,352.699 2172.7,963.898 c 155.8,194.702 241.5,438.602 241.5,688.302 0,607.3 -494.1,1101.4 -1101.5,1101.4 -607.302,0 -1101.399,-494.1 -1101.399,-1101.4 0,-607.4 494.097,-1101.501 1101.399,-1101.501 249.8,0 493.5,85.5 687.7,241 L 2611.7,181 c 23,-23 53.6,-35.699 86.1,-35.699 32.4,0 63,12.699 86,35.699 23.1,22.801 35.8,53.301 35.8,85.898 0,32.602 -12.7,63 -35.7,85.801">
          </path>
        </g>
      </g>
    </svg>
  </button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" class="form-control" name="customer[email]" placeholder="メールアドレス" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" placeholder="パスワード" name="customer[password]" required="">
  </div>
  <div class="form-check">
    <a href="#recover" class="RecoverPassword">パスワードをお忘れの方はコチラ</a>
  </div>
  <button type="submit" class="btn btn-dark w-100" value="ログイン"> ログイン </button>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="RecoverPasswordForm" style="display: none;">
    <div class="block-login">
      <span>
        <i class="ti-reload"></i>
      </span>
      <h2 class="title24 text-center title-form-account">パスワードリセット</h2>
      <div class="form-group row">
        <div class="col-sm-12">
          <input type="email" class="form-control" placeholder="メールアドレス" name="customer[email]" required="">
        </div>
      </div>
      <div class="text-center mt-3">
        <input type="submit" class="register-button" value="送信">
      </div>
      <div class="table-custom create-account">
        <div class="text-center mt-4">
          <a class="HideRecoverPasswordLink" style="cursor: pointer;">キャンセル</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" placeholder="メールアドレス" class="form-control" name="customer[email]" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="customer[password]" placeholder="パスワード" required="">
  </div>
  <button type="submit" class="btn btn-dark w-100" value="登録"> 登録 </button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <label for="customer[email]" class="login-label">ログインID</label>
    <input type="email" class="form-control" name="customer[email]" placeholder="メールアドレス" required="">
  </div>
  <div class="form-group">
    <label for="customer[password]" class="login-label">パスワード</label>
    <input type="password" class="form-control" placeholder="パスワード" name="customer[password]" required="">
  </div>
  <button type="submit" class="btn btn-dark w-100" value="ログイン"> ログイン </button>
  <a href="#recover">
            <div class="btn btn-RecoverPassword w-100 ">
              
              <div class="RecoverPassword">パスワードをお忘れの方はコチラ</div>
              
            </div>
            </a>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="RecoverPasswordForm" style="display: none;">
    <div class="block-login">
      <span class="login-icon">
        <i class="ti-reload"></i>
      </span>
      <h2 class="title_resgister title24 text-center title-form-account">パスワードリセット</h2>
      <div class="form-group mb-0 row">
        <div class="col-sm-12">
          <input type="email" class="form-control" placeholder="メールアドレス" name="customer[email]" required="">
        </div>
      </div>
      <div class="text-center">
        <input type="submit" class="btn register-button" value="送信">
      </div>
      <div class="table-custom create-account">
        <div class="box-register text-center mt-4">
          <a class="HideRecoverPasswordLink" style="cursor: pointer;">キャンセル</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" placeholder="メールアドレス" class="form-control" name="customer[email]" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="customer[password]" placeholder="パスワード" required="">
  </div>
  <div class="ml-optin">
    <input type="hidden" name="customer[accepts_marketing]" value="">
    <input type="checkbox" name="customer[accepts_marketing]" checked="">
    <label for="accepts-marketing">オタサポからのニュースを受け取る</label>
  </div>
  <button type="submit" class="btn btn-dark w-100" value="登録"> 登録 </button>
  <input type="hidden" id="customer_tags" name="customer[tags]" value="ログイン可能な登録者">
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43572956037349">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43572949975269">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43572947124453">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43898538787045">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43572927267045">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" enctype="multipart/form-data" class="inline-block icon-addcart margin_right_10 box-shadow" data-toggle="tooltip" data-placement="top" data-original-title="カートに入れる">
  <input type="hidden" name="id" value="43572938866917">
  <button type="submit" name="add" class="enj-add-to-cart-btn ">
    <i class="fsz-unset"><svg id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" xmlns="http://www.w3.org/2000/svg" width="28.118" height="26.476" viewBox="0 0 28.118 26.476">
  <path id="パス_91" data-name="パス 91" d="M14.283,31.142A1.142,1.142,0,1,1,13.142,30,1.142,1.142,0,0,1,14.283,31.142Z" transform="translate(-2.508 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_92" data-name="パス 92" d="M30.783,31.142A1.142,1.142,0,1,1,29.642,30,1.142,1.142,0,0,1,30.783,31.142Z" transform="translate(-6.449 -6.807)" fill="#333" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
  <path id="パス_93" data-name="パス 93" d="M1.5,1.5H6.067l3.06,15.288a2.283,2.283,0,0,0,2.283,1.838h11.1a2.283,2.283,0,0,0,2.283-1.838l1.827-9.579H7.209" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path>
</svg></i>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants CartContainer">
  <div class="d-flex justify-content-between">
    <div class="prices product-price dosis-font variation-price mb-15">
      <label class="price product-price">
        <span class="compare-price dark opaci title14"></span>
      </label>
    </div>
  </div>
  <p class="des description desc product-desc"></p>
  <select name="id" style="display:none;" class="engoj-except-select2">
  </select>
  <div class="product-actions">
    <div class="product-quantity">
      <div class="quantity-all js-qty">
        <span class="qtyminus qty_minus js-qty__adjust js-qty__adjust--minus" data-field="quantity"><i class="fa fa-caret-down"></i></span>
        <input type="text" name="quantity" value="1" class="qty quantity js-qty__num">
        <span class="qtyplus qty_plus js-qty__adjust js-qty__adjust--plus" data-field="quantity"><i class="fa fa-caret-up"></i></span>
      </div>
    </div>
    <div class="actions btn-addtocart">
      <button type="button" class="btn-addToCart shop-button addcart-link font-bold">カートに追加</button>
    </div>
  </div>
</form>

Text Content

 * ABOUT
 * ITEM
 * SPECIAL
    * カラダ × オタク
    * オタク女子タイプ診断
    * ストーリー

 * NEWS
 * CONTACT

 * image/svg+xml
 * 
 * 




オタサポ


商品検索

image/svg+xml





カート

0

カートの中は空です

ショップへ戻る

image/svg+xml 0

 * メニュー
 * image/svg+xml ログイン

ABOUT
ITEM
SPECIAL
SPECIAL


カラダ × オタク


オタク女子タイプ診断


ストーリー

NEWS
CONTACT
パスワードをお忘れの方はコチラ
ログイン
or
新規会員登録


パスワードリセット



キャンセル

新規登録

登録
or
ログインへ戻る
Close

ログインID
パスワード
ログイン
パスワードをお忘れの方はコチラ
会員登録がお済でない方
新規会員登録


パスワードリセット



キャンセル




新規登録
オタサポからのニュースを受け取る
登録
ログインへ戻る



やりたいから
行きたいから
からだサポート




健康課金
早めに
しとこう




転生不能
だからからだ
だいじに




地球人健康化
ストーリー
公開中


 * 1
 * 2
 * 3
 * 4

 * 1
 * 2
 * 3
 * 4





ITEM

PROTEIN 送料無料

1レビュー

ぷろて日和 ハニーレモン 280G(28食分)

¥2,980

PROTEIN 送料無料

レビューはまだありません。

ぷろて日和 キャラメルカフェオレ 280G(28食分)

¥2,980

PROTEIN 送料無料

レビューはまだありません。

ぷろて日和 黒糖ミルクティー 280G(28食分)

¥2,980

PROTEIN 送料無料

レビューはまだありません。

ぷろて日和お試しセット 10G × 6(6食分)

¥700

送料無料

レビューはまだありません。

酵母と乳酸菌 120粒(1日4粒 30日分)

¥3,980

送料無料

レビューはまだありません。

すっきり乳糖 50G(3袋入り)

¥1,980


SPECIAL

カラダ × オタク
BODY × OTAKU

オタクを長く楽しみたいのなら、
自分のことをもっと大事にするべきです。

MORE

オタク女子タイプ診断
OTAKU CHECK

オタク女子はジャンル分けが難しい!
あなたのオタク属性を考えてみませんか?

MORE


NEWS

2023.03.28

「ぷろて日和」「酵母と乳酸菌」セット販売開始のお知らせ

2023.03.22

オタサポ公式LINEアカウントリリースのお知らせ

2023.03.06

商品に関するアンケートのお知らせ

2023.02.22

新商品「ぷろて日和お試しセット」販売開始のお知らせ

   

OFFICIAL SNS
 * 
 * 


 * image/svg+xml
 * image/svg+xml
 * image/svg+xml


 * ABOUT
 * ITEM
 * SPECIAL
 * NEWS

 * ご利用ガイド
 * よくあるご質問
 * お問い合わせ


  
 * 利用規約
 * プライバシーポリシー
 * 特定商取引法に基づく表示

© Copyright 2022 LIFEMATE Co .,Ltd. All Rights Reserved R2 事業再構築






 

カートに追加




カートに追加しました。

価格 :

商品数 :

カート内合計 :

ショッピングカート
現在 点入っています。

カート内合計 :

購入を続ける カートを見る お支払い
この商品も一緒に購入されています:

ぷろて日和お試しセット 10G × 6(6食分)

¥700



ぷろて日和 キャラメルカフェオレ 280G(28食分)

¥2,980



ぷろて日和 黒糖ミルクティー 280G(28食分)

¥2,980



酵母と乳酸菌 120粒(1日4粒 30日分)

¥3,980



ぷろて日和 ハニーレモン 280G(28食分)

¥2,980



すっきり乳糖 50G(3袋入り)

¥1,980



ぷろて日和 280G(28食分) 2個セット

¥5,680



すっきり乳糖 50G(8袋入り)

¥3,500



ぷろて日和 280G(28食分) 3個セット

¥7,980



酵母と乳酸菌 120粒(1日4粒 30日分)2個セット

¥6,980


image/svg+xml
0