test.oclient.net Open in urlscan Pro
202.254.234.119  Public Scan

URL: https://test.oclient.net/
Submission: On July 15 via automatic, source certstream-suspicious — Scanned from JP

Form analysis 1 forms found in the DOM

POST ./confirm.php

<form id="the_form" class="contact-form h-adr" action="./confirm.php" method="POST">
  <p class="text-small">商品情報、お客様情報、お支払い情報をご入力ください。</p>
  <div class="group-form">
    <h3 class="text-title">商品情報の入力</h3>
    <div class="item-form">
      <div class="box-lable">
        <span>アロマシリーズの香りをお選びください</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <select id="first_scent" name="first_scent" class="form-select margin-input-bottom fill">
          <option value="">1つ目の香りをお選びください</option>
          <option value="ローズガーデン">ローズガーデン</option>
          <option value="ミントハーバル">ミントハーバル</option>
          <option value="シトラスフレッシュ">シトラスフレッシュ</option>
          <option value="フォレストエアー">フォレストエアー</option>
          <option value="ラベンダーフィールド">ラベンダーフィールド</option>
          <option value="ローズマリーヒーリング">ローズマリーヒーリング</option>
        </select>
        <select id="second_scent" name="second_scent" class="form-select margin-input-bottom fill">
          <option value="">2つ目の香りをお選びください</option>
          <option value="ローズガーデン">ローズガーデン</option>
          <option value="ミントハーバル">ミントハーバル</option>
          <option value="シトラスフレッシュ">シトラスフレッシュ</option>
          <option value="フォレストエアー">フォレストエアー</option>
          <option value="ラベンダーフィールド">ラベンダーフィールド</option>
          <option value="ローズマリーヒーリング">ローズマリーヒーリング</option>
        </select>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>クーポンコード</span>
        <span class="req green">任意</span>
      </div>
      <div class="box-input">
        <input type="text" name="coupon_code" class="form-control">
      </div>
    </div>
  </div>
  <div class="group-form">
    <h3 class="text-title">お客様情報の入力</h3>
    <div class="item-form">
      <div class="box-lable">
        <span>お名前</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input row">
        <div class="col-md-6">
          <input id="sei" type="text" name="family_name" class="form-control fill" placeholder="山田" required="" onkeyup="checkFilled()">
        </div>
        <div class="col-md-6">
          <input id="mei" type="text" name="given_name" class="form-control fill" placeholder="太郎" required="" onkeyup="checkFilled()">
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>フリガナ</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input row">
        <div class="col-md-6">
          <input id="seikana" type="text" name="family_kana" class="form-control fill" placeholder="ヤマダ" required="" onkeyup="checkFilled()">
        </div>
        <div class="col-md-6">
          <input id="meikana" type="text" name="given_kana" class="form-control fill" placeholder="タロウ" required="" onkeyup="checkFilled()">
        </div>
      </div>
    </div>
    <div class="item-form"> <!--- Need to Add Japan Country -->
      <span class="p-country-name" style="display:none;">Japan</span>
      <input type="hidden" class="p-country-name" value="Japan">
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>郵便番号</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input row">
        <div class="col-md-1">
          <label>〒</label>
        </div>
        <div class="col-md-5">
          <input type="text" name="postcode" class="form-control p-postal-code fill" size="8" maxlength="8" placeholder="1300000" required="" onkeyup="checkFilled()">
        </div>
        <div class="col-auto">
          <label>ハイフンなしで入力</label>
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>都道府県名</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-4">
          <div class="col-md-12">
            <input type="text" id="prefecture" name="prefecture" class="form-control p-region fill" placeholder="都道府県" required="" onkeyup="checkFilled()">
          </div>
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>住所1(市郡区/町・村)</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-12">
          <input type="text" id="address1" name="address1" class="form-control p-locality p-street-address fill" placeholder="◯◯市△△区町" required="" onkeyup="checkFilled()">
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>住所2(丁目・番地・マンション名・号室)</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-12">
          <input type="text" id="address2" name="address2" class="form-control fill" placeholder="1-1◯◯マンション101号室" required="" onkeyup="checkFilled()">
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>電話番号</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input row">
        <div class="col-md-5">
          <input type="text" name="phone" class="form-control fill" placeholder="09011112222" required="" onkeyup="checkFilled()">
        </div>
        <div class="col-auto">
          <label>ハイフンなしで入力</label>
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>メールアドレス</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-12">
          <input type="text" name="email" class="form-control fill" placeholder="◯◯@mail.com" required="" onkeyup="checkFilled()">
        </div>
      </div>
    </div>
    <div class="item-form">
      <div class="box-lable">
        <span>初回お届け日</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-7">
          <fieldset class="fieldset">
            <input id="delivery_date" type="text" name="delivery_date" data-value="2024-07-22" placeholder="2024-07-22" readonly="" class="picker__input" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="delivery_date_root">
            <div class="picker" id="delivery_date_root" aria-hidden="true">
              <div class="picker__holder" tabindex="-1">
                <div class="picker__frame">
                  <div class="picker__wrap">
                    <div class="picker__box">
                      <div class="picker__header">
                        <div class="picker__month">7月</div>
                        <div class="picker__year">2024</div>
                        <div class="picker__nav--prev picker__nav--disabled" data-nav="-1" role="button" aria-controls="delivery_date_table" title="Previous month"> </div>
                        <div class="picker__nav--next" data-nav="1" role="button" aria-controls="delivery_date_table" title="Next month"> </div>
                      </div>
                      <table class="picker__table" id="delivery_date_table" role="grid" aria-controls="delivery_date" aria-readonly="true">
                        <thead>
                          <tr>
                            <th class="picker__weekday" scope="col" title="月曜日">月</th>
                            <th class="picker__weekday" scope="col" title="火曜日">火</th>
                            <th class="picker__weekday" scope="col" title="水曜日">水</th>
                            <th class="picker__weekday" scope="col" title="木曜日">木</th>
                            <th class="picker__weekday" scope="col" title="金曜日">金</th>
                            <th class="picker__weekday" scope="col" title="土曜日">土</th>
                            <th class="picker__weekday" scope="col" title="日曜日">日</th>
                          </tr>
                        </thead>
                        <tbody>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1719759600000" role="gridcell" aria-label="2024年7月1日(月)" aria-disabled="true">1</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1719846000000" role="gridcell" aria-label="2024年7月2日(火)" aria-disabled="true">2</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1719932400000" role="gridcell" aria-label="2024年7月3日(水)" aria-disabled="true">3</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720018800000" role="gridcell" aria-label="2024年7月4日(木)" aria-disabled="true">4</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720105200000" role="gridcell" aria-label="2024年7月5日(金)" aria-disabled="true">5</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720191600000" role="gridcell" aria-label="2024年7月6日(土)" aria-disabled="true">6</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720278000000" role="gridcell" aria-label="2024年7月7日(日)" aria-disabled="true">7</div>
                            </td>
                          </tr>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720364400000" role="gridcell" aria-label="2024年7月8日(月)" aria-disabled="true">8</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720450800000" role="gridcell" aria-label="2024年7月9日(火)" aria-disabled="true">9</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720537200000" role="gridcell" aria-label="2024年7月10日(水)" aria-disabled="true">10</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720623600000" role="gridcell" aria-label="2024年7月11日(木)" aria-disabled="true">11</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720710000000" role="gridcell" aria-label="2024年7月12日(金)" aria-disabled="true">12</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720796400000" role="gridcell" aria-label="2024年7月13日(土)" aria-disabled="true">13</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1720882800000" role="gridcell" aria-label="2024年7月14日(日)" aria-disabled="true">14</div>
                            </td>
                          </tr>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--today picker__day--disabled" data-pick="1720969200000" role="gridcell" aria-label="2024年7月15日(月)" aria-disabled="true">15</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721055600000" role="gridcell" aria-label="2024年7月16日(火)" aria-disabled="true">16</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721142000000" role="gridcell" aria-label="2024年7月17日(水)" aria-disabled="true">17</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721228400000" role="gridcell" aria-label="2024年7月18日(木)" aria-disabled="true">18</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721314800000" role="gridcell" aria-label="2024年7月19日(金)" aria-disabled="true">19</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721401200000" role="gridcell" aria-label="2024年7月20日(土)" aria-disabled="true">20</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--disabled" data-pick="1721487600000" role="gridcell" aria-label="2024年7月21日(日)" aria-disabled="true">21</div>
                            </td>
                          </tr>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus picker__day--selected picker__day--highlighted" data-pick="1721574000000" role="gridcell" aria-label="2024年7月22日(月)" aria-activedescendant="true">22</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1721660400000" role="gridcell" aria-label="2024年7月23日(火)">23</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1721746800000" role="gridcell" aria-label="2024年7月24日(水)">24</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1721833200000" role="gridcell" aria-label="2024年7月25日(木)">25</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1721919600000" role="gridcell" aria-label="2024年7月26日(金)">26</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1722006000000" role="gridcell" aria-label="2024年7月27日(土)">27</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1722092400000" role="gridcell" aria-label="2024年7月28日(日)">28</div>
                            </td>
                          </tr>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1722178800000" role="gridcell" aria-label="2024年7月29日(月)">29</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1722265200000" role="gridcell" aria-label="2024年7月30日(火)">30</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--infocus" data-pick="1722351600000" role="gridcell" aria-label="2024年7月31日(水)">31</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722438000000" role="gridcell" aria-label="2024年8月1日(木)">1</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722524400000" role="gridcell" aria-label="2024年8月2日(金)">2</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722610800000" role="gridcell" aria-label="2024年8月3日(土)">3</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722697200000" role="gridcell" aria-label="2024年8月4日(日)">4</div>
                            </td>
                          </tr>
                          <tr>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722783600000" role="gridcell" aria-label="2024年8月5日(月)">5</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722870000000" role="gridcell" aria-label="2024年8月6日(火)">6</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1722956400000" role="gridcell" aria-label="2024年8月7日(水)">7</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1723042800000" role="gridcell" aria-label="2024年8月8日(木)">8</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1723129200000" role="gridcell" aria-label="2024年8月9日(金)">9</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1723215600000" role="gridcell" aria-label="2024年8月10日(土)">10</div>
                            </td>
                            <td role="presentation">
                              <div class="picker__day picker__day--outfocus" data-pick="1723302000000" role="gridcell" aria-label="2024年8月11日(日)">11</div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <div class="picker__footer"><button class="picker__button--today" type="button" data-pick="1720969200000" disabled="" aria-controls="delivery_date">今日</button><button class="picker__button--clear" type="button" data-clear="1"
                          disabled="" aria-controls="delivery_date">消去</button><button class="picker__button--close" type="button" data-close="true" disabled="" aria-controls="delivery_date">Close</button></div>
                    </div>
                  </div>
                </div>
              </div>
            </div><input type="hidden" name="delivery_date_submit" value="2024/07/22">
          </fieldset>
        </div>
        <div class="col-md-12">
          <span class="more-infor"> ※お申し込み日より1週間後以降の日付が選択できます<br>※時間帯の希望は受付できません <br>※2回目以降のお届け日は、初回お届け日の1ヶ月後になります </span>
        </div>
      </div>
    </div>
  </div>
  <div class="group-form">
    <h3 class="text-title">お支払い情報の入力</h3>
    <div class="item-form">
      <div class="box-lable">
        <span>お支払い方法</span>
        <span class="req">必須</span>
      </div>
      <div class="box-input">
        <div class="col-md-6">
          <select name="payment_method" class="form-select margin-input-bottom">
            <option value="creditcard">クレジットカード一括</option>
          </select>
        </div>
      </div>
    </div>
    <div class="stripe-payment">
      <div class="item-form">
        <div class="box-lable">
          <span>カード番号</span>
          <span class="req">必須</span>
        </div>
        <div class="box-input row">
          <div class="col-12">
            <div class="row">
              <div class="col-xs-12 col-md-7 card-field">
                <label class="credit-label">カード番号(ハイフンなしで入力)</label>
                <div class="stripe-card-element StripeElement empty" id="stripe_card_number">
                  <div class="__PrivateStripeElement"
                    style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
                      name="__privateStripeFrame1933" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                      src="https://js.stripe.com/v3/elements-inner-card-cbe4a962b77a5dfa73800934fa230220.html#wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%2332325D&amp;style[base][fontWeight]=500&amp;style[base][fontFamily]=Source+Code+Pro%2C+Consolas%2C+Menlo%2C+monospace&amp;style[base][fontSize]=16px&amp;style[base][fontSmoothing]=antialiased&amp;style[base][::placeholder][color]=%23CFD7DF&amp;style[base][:-webkit-autofill][color]=%23e39f48&amp;style[invalid][color]=%23E25950&amp;style[invalid][::placeholder][color]=%23FFCCA5&amp;rtl=false&amp;componentName=cardNumber&amp;keyMode=test&amp;apiKey=pk_test_DE7W1tYiZbazdZnDxPQ9A5I700sUjHAXqR&amp;referrer=https%3A%2F%2Ftest.oclient.net%2F&amp;controllerId=__privateStripeController1931"
                      title="セキュアなカード番号入力フレーム"
                      style="border: 0px !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 19.2px;"></iframe><input
                      class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                      style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
                  </div>
                </div>
              </div>
              <div class="col-3 card-field">
                <label class="credit-label">セキュリティコード</label>
                <div class="stripe-card-element StripeElement empty" id="stripe_card_cvc">
                  <div class="__PrivateStripeElement"
                    style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
                      name="__privateStripeFrame1934" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                      src="https://js.stripe.com/v3/elements-inner-card-cbe4a962b77a5dfa73800934fa230220.html#wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%2332325D&amp;style[base][fontWeight]=500&amp;style[base][fontFamily]=Source+Code+Pro%2C+Consolas%2C+Menlo%2C+monospace&amp;style[base][fontSize]=16px&amp;style[base][fontSmoothing]=antialiased&amp;style[base][::placeholder][color]=%23CFD7DF&amp;style[base][:-webkit-autofill][color]=%23e39f48&amp;style[invalid][color]=%23E25950&amp;style[invalid][::placeholder][color]=%23FFCCA5&amp;rtl=false&amp;componentName=cardCvc&amp;keyMode=test&amp;apiKey=pk_test_DE7W1tYiZbazdZnDxPQ9A5I700sUjHAXqR&amp;referrer=https%3A%2F%2Ftest.oclient.net%2F&amp;controllerId=__privateStripeController1931"
                      title="セキュアな CVC 入力フレーム"
                      style="border: 0px !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 19.2px;"></iframe><input
                      class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                      style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
                  </div>
                </div>
              </div>
            </div>
            <input type="hidden" id="stripe-card-number" name="card_number" value="">
            <input type="hidden" id="stripe_payment_method" name="stripe_payment_method" value="">
            <div class="cvc-hint">
              <span class="cvc-hint-label">*セキュリティーコードの確認</span>
              <img alt="" src="./img/cvc-oc-red.png">
            </div>
          </div>
        </div>
      </div>
      <div class="item-form">
        <div class="box-lable">
          <span>有効期限</span>
          <span class="req">必須</span>
        </div>
        <div class="box-input row">
          <div class="field half-width">
            <label class="credit-label">月/年</label>
            <div id="example2-card-expiry" class="input empty StripeElement">
              <div class="__PrivateStripeElement" style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;">
                <iframe name="__privateStripeFrame1935" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                  src="https://js.stripe.com/v3/elements-inner-card-cbe4a962b77a5dfa73800934fa230220.html#wait=false&amp;mids[guid]=NA&amp;mids[muid]=NA&amp;mids[sid]=NA&amp;style[base][color]=%2332325D&amp;style[base][fontWeight]=500&amp;style[base][fontFamily]=Source+Code+Pro%2C+Consolas%2C+Menlo%2C+monospace&amp;style[base][fontSize]=16px&amp;style[base][fontSmoothing]=antialiased&amp;style[base][::placeholder][color]=%23CFD7DF&amp;style[base][:-webkit-autofill][color]=%23e39f48&amp;style[invalid][color]=%23E25950&amp;style[invalid][::placeholder][color]=%23FFCCA5&amp;rtl=false&amp;componentName=cardExpiry&amp;keyMode=test&amp;apiKey=pk_test_DE7W1tYiZbazdZnDxPQ9A5I700sUjHAXqR&amp;referrer=https%3A%2F%2Ftest.oclient.net%2F&amp;controllerId=__privateStripeController1931"
                  title="セキュアな有効期限入力フレーム"
                  style="border: 0px !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 19.2px;"></iframe><input
                  class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
                  style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
              </div>
            </div>
            <label for="example2-card-expiry" data-tid="elements_examples.form.card_expiry_label"></label>
            <div class="baseline"></div>
          </div>
        </div>
      </div>
      <div class="item-form">
        <div class="box-lable">
          <span>カード名義(ローマ字氏名)</span>
          <span class="req">必須</span>
        </div>
        <div class="box-input row">
          <div class="col-md-6">
            <input type="text" name="card_given_name" class="form-control fill" placeholder="TARO" required="" onkeyup="checkFilled()">
          </div>
          <div class="col-md-6">
            <input type="text" name="card_family_name" class="form-control fill" placeholder="YAMADA" required="" onkeyup="checkFilled()">
          </div>
        </div>
      </div>
    </div>
    <div class="form-condition">
      <div class="condition-lable">
        <span>下記にご同意下さい。</span>
        <span class="req">必須</span>
      </div>
      <div class="form-check">
        <div class="group-check col-12 agreement">
          <input class="form-check-input" type="checkbox" value="" required="">
          <label class="form-check-label">
            <a href="./privacy-policy" title="privacy policy" target="_blank">プライバシーポリシー</a> ・&nbsp;<a href="./terms-of-service" target="_blank" title="terms of service">利用規約</a>に同意する。</label>
        </div>
        <div class="group-check col-12 agreement2">
          <input class="form-check-input" type="checkbox" value="" required="">
          <label class="form-check-label">ミネラリア研究所からのお得な情報を受け取る。</label>
        </div>
      </div>
    </div>
    <div class="submit">
      <div class="submit-btn" href="" title="" id="submit_stripe">
        <img src="./img/LP-03.png" alt="">
      </div>
      <div class="validation">
        <div class="validation-failed">
          <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
            <path
              d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z">
            </path>
          </svg>
          <div class="message-box">
            <span class="message-top">入力が完了していません</span>
            <span class="message-btm">(完了するとボタンが表示されます)</span>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

デッドシーバスソルトを始めてみたいお客様が、少し
でも安心してお試しいただけるように20日間の全額返金保証をご用意しました。初回お申し込み日から20日間内に解約の申請を受け付けた場合は、お支払いいただいた金額分を全額ご返金致します。
定期コースの商品によくある「何回買わないとやめられない…」といった縛りはありません。お客様にはぜひとも気軽にお試しいただきたいので、わかりやすいシンプルなコース内容でご提供しています。
お客様のご都合に合わせていつでも解約できるので、どんな時でも安心!解約は次回発送日の2週間前までに申請いただければ、すぐに解約できます。2週間を過ぎてしまった場合は、発送準備が開始しているため次回分のお支払いをもって解約となります。
Q.
定期便は何回でも申し込みできますか?
A.
定期便へのお申し込みは、現在お一人様1回限りとさせていただいております。1度キャンセルされると再申し込みはできませんので、予めご了承ください。
Q.
アロマシリーズの香りは変更できますか?
A.
はい、できます。本ページでお選びいただいた2つの香りは、途中で変更することができます。変更を希望される場合は、下記のお問い合わせ先にご希望の香りをお伝え下さい。尚、次回発送日の2週間前までに申請下さいましたら、次回分からの反映が可能です。2週間を切っている場合は、次々回からの反映となりますのでご注意ください。
Q.
スキップはできますか?
A.

はい、できます。スキップを希望される場合は、下記のお問い合わせ先にスキップしたい旨をお伝えください。

尚、スキップは原則として連続のご使用ができません。連続して2回スキップされる場合は、原則ご解約になりますのでご注意ください。
スキップは次回発送日の2週間前までに申請下さいましたら、次回分のスキップが可能です。2週間を切っている場合は、次回の発送が行われてしまいますので予めご了承下さい。
Q.
解約するにはどうしたらよいですか?
A.
ご解約を希望される場合は、下記のお問い合わせ先に解約の旨をお伝え下さい。ご解約は次回発送日の2週間前までの受付で次回分からの解約が可能です。2週間を切っている場合は、次回の発送が行われますので次回分のお支払いをもってのご解約となります。予めご了承下さい。

商品情報、お客様情報、お支払い情報をご入力ください。


商品情報の入力

アロマシリーズの香りをお選びください 必須
1つ目の香りをお選びください ローズガーデン ミントハーバル シトラスフレッシュ フォレストエアー ラベンダーフィールド ローズマリーヒーリング
2つ目の香りをお選びください ローズガーデン ミントハーバル シトラスフレッシュ フォレストエアー ラベンダーフィールド ローズマリーヒーリング
クーポンコード 任意



お客様情報の入力

お名前 必須

フリガナ 必須

Japan
郵便番号 必須
〒

ハイフンなしで入力
都道府県名 必須

住所1(市郡区/町・村) 必須

住所2(丁目・番地・マンション名・号室) 必須

電話番号 必須
ハイフンなしで入力
メールアドレス 必須

初回お届け日 必須
7月
2024



月火水木金土日
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11

今日消去Close
※お申し込み日より1週間後以降の日付が選択できます
※時間帯の希望は受付できません
※2回目以降のお届け日は、初回お届け日の1ヶ月後になります


お支払い情報の入力

お支払い方法 必須
クレジットカード一括
カード番号 必須
カード番号(ハイフンなしで入力)

セキュリティコード

*セキュリティーコードの確認
有効期限 必須
月/年


カード名義(ローマ字氏名) 必須

下記にご同意下さい。 必須
プライバシーポリシー ・ 利用規約に同意する。
ミネラリア研究所からのお得な情報を受け取る。
入力が完了していません (完了するとボタンが表示されます)
【発売元】
株式会社ミネラリア研究所
【所在地】
〒154-0022
東京都世田谷区梅丘1-62-14
【お問い合わせ先】
TEL:0120-378-126
e-mail:info@mineraliaclub.com
http://www.mineralia.co.jp
プライバシーポリシー 利用規約 特定商取引法に基づく表記

Copyright © Mineralia Research Institute Ltd. All Rights Reserved.