store.yamatabi.shop Open in urlscan Pro
13.230.149.252  Public Scan

Submitted URL: http://store.yamatabi.shop/items/84763904
Effective URL: https://store.yamatabi.shop/items/84763904
Submission: On April 09 via api from US — Scanned from US

Form analysis 8 forms found in the DOM

GET https://store.yamatabi.shop

<form role="search" method="get" action="https://store.yamatabi.shop" class="uk-search uk-search-navbar">
  <input class="uk-search-input" type="search" name="q" id="search-menu" placeholder="検索" autofocus="">
</form>

GET https://store.yamatabi.shop

<form class="uk-search uk-search-default" role="search" method="get" action="https://store.yamatabi.shop">
  <a href="" uk-search-icon="" class="uk-icon uk-search-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg></a>
  <input class="uk-search-input" type="search" name="q" id="search-sp" placeholder="検索">
</form>

<form class="mailMagazineSubscribe_form">
  <div class="x_mailMagazineSubscribe_field mailMagazineSubscribe_field"> <input class="x_mailMagazineSubscribe_input mailMagazineSubscribe_input" type="email" id="email" maxlength="255" placeholder="info@example.com" required=""> <button
      class="x_mailMagazineSubscribe_submit mailMagazineSubscribe_submit" type="button">登録</button> </div>
  <div class="x_mailMagazineSubscribe_confirm mailMagazineSubscribe_confirm"></div>
</form>

Name: menuPOST https://store.yamatabi.shop/cart/add/socal-official-ec

<form id="purchase_form" class="x_purchaseForm" name="menu" action="https://store.yamatabi.shop/cart/add/socal-official-ec" method="post" data-purchase-form="" data-disabled="true">
  <div id="itemSelect"> </div>
  <style>
    body form[id] #variationSelectWrap,
    body form[id] .itemOptionElement {
      max-width: 100%
    }

    body #purchase_form #itemSelect #valiationSelect,
    body #purchase_form #itemSelect select.itemOption__select,
    body form[id] #itemSelect #amountSelect,
    body form[id] #itemSelect #valiationSelect,
    body form[id] #itemSelect select.itemOption__select {
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cdefs%3E%3Cfilter id='a' width='10' height='6' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-color='%23333' flood-opacity='.5' result='flood'/%3E%3CfeComposite in2='SourceGraphic' operator='in' result='composite'/%3E%3CfeBlend in2='SourceGraphic' mode='multiply' result='blend'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='m5 6 5-6H0Z' style='fill:%23fafafa;fill-rule:evenodd;filter:url(%23a)'/%3E%3C/svg%3E");
      background-position: right .35em center;
      background-repeat: no-repeat;
      background-size: auto;
      height: auto;
      line-height: normal;
      max-width: 100%;
      min-height: 2.1em;
      padding-right: 1em;
      white-space: normal;
      word-break: normal
    }
  </style> <input type="hidden" name="shopID" value="socal-official-ec"> <input type="hidden" name="id" value="84763904">
  <script>
    ($ => {
      if (!document.querySelector('form[data-purchase-form]')) {
        $('#valiationSelect').on('change', function() {
          $('#amountSelectWrap  .amountSelect').css('display', 'none').prop('disabled', true);
          $('#amountSelectWrap  .amountSelect:eq(' + $(this).find(':selected').attr('data-index') + ')').css('display', '').prop('disabled', false);
        });
      }
      window.__initItemSelect = function() {
        if (!document.querySelector('form[data-purchase-form]')) {
          removeElements('#itemSelect [data-target-version="v2"]');
          return;
        }
        const elements = document.querySelectorAll('#itemSelect');
        elements.forEach(el => {
          const form = el.closest('form[data-purchase-form]')
          if (!form) {
            removeElements('#itemSelect [data-target-version="v2"]', el);
            $itemSelect = $(el);
            $itemSelect.find('#valiationSelect').on('change', function() {
              $itemSelect.find('#amountSelectWrap  .amountSelect').css('display', 'none').prop('disabled', true);
              $itemSelect.find('#amountSelectWrap  .amountSelect:eq(' + $(this).find(':selected').attr('data-index') + ')').css('display', '').prop('disabled', false);
            });
          } else {
            removeElements('#itemSelect [data-target-version="v1"]', el);
            $form = $(form);
            changeAmountSelectAndOptions($form.find('#valiationSelect'), $form);
            updatePurchaseFormDisabled($form.find('#itemSelect'), $form);
            form.querySelectorAll('#valiationSelect').forEach(select => {
              const $select = $(select);
              if ($select.data('displayStock')) {
                $select.on('change', () => {
                  const parentForm = $(el.closest('form[data-purchase-form]'));
                  changeAmountSelectAndOptions(select, parentForm);
                  updatePurchaseFormDisabled(parentForm.find('#itemSelect'), parentForm);
                });
              }
            });
          }
        })

        function removeElements(selector, parent = document) {
          const target_elements = parent.querySelectorAll(selector);
          target_elements.forEach(el => {
            el.parentNode.removeChild(el);
          })
        }
      }

      function changeAmountSelectAndOptions(select, $form) {
        $form.find('#amountSelectWrap  .amountSelect').css('display', 'none').prop('disabled', true);
        $selectedVariation = $(select).find(':selected');
        $amountSelectWrap = $form.find('#amountSelectWrap');
        $outOfStockButton = $form.find('.purchaseButton__btn--outOfStock');
        $addToCartButton = $form.find('.purchaseButton__btn--addToCart');
        $itemSelectOptions = $form.find('[class^="itemOption__"]');
        $itemSelectOptions.css('display', 'block');
        if ($(select).length == 0) {
          $amountSelect = $form.find('#amountSelectWrap  .amountSelect');
          $amountSelect.css('display', '').prop('disabled', false);
          $amountSelectWrap.show();
          $addToCartButton.css('display', 'block');
          $outOfStockButton.css('display', 'none');
          return;
        }
        $amountSelect = $form.find('#amountSelectWrap  .amountSelect:eq(' + $selectedVariation.attr('data-index') + ')');
        if (Number($selectedVariation.data('stock')) > 0) {
          $amountSelect.css('display', '').prop('disabled', false);
          $amountSelectWrap.show();
          $addToCartButton.css('display', 'block');
          $outOfStockButton.css('display', 'none');
        } else {
          $amountSelectWrap.hide();
          $addToCartButton.css('display', 'none');
          $outOfStockButton.css('display', 'block');
        }
      }
      /**
       * 数量選択が有効でない場合に #purchase_form を送信しないようにする
       * @see https://github.com/baseinc/design-engine/issues/1094
       */
      function updatePurchaseFormDisabled($itemSelect, $form) {
        const isAmountActive = Array.from($itemSelect.find('[name="amount"]')).some((el) => !(el.style.display === 'none' && el.disabled));
        $form.attr('data-disabled', isAmountActive ? 'false' : 'true');
      }
      document.addEventListener('DOMContentLoaded', () => {
        window.__initItemSelect && window.__initItemSelect();
        window.__initItemSelect = undefined;
      });
    })(__BASE_JQUERY__);
  </script>
  <div class="purchaseButton"> <a class="purchaseButton__btn purchaseButton__btn--requestRestockMail x_restockMailNotificationModalOpen" href="javascript:void(0);">Request restock notification</a> <input type="hidden" class="x_ageVerificationGenre"
      value=""> <input type="hidden" class="x_ageVerificationAge" value="">
    <style>
      @font-face {
        font-family: shopicon;
        font-style: normal;
        font-weight: 400;
        src: url(https://static.thebase.in/font/v1/shopicon.eot?md4x76);
        src: url(https://static.thebase.in/font/v1/shopicon.eot?md4x76#iefix) format("embedded-opentype"), url(https://static.thebase.in/font/v1/shopicon.ttf?md4x76) format("truetype"), url(https://static.thebase.in/font/v1/shopicon.woff?md4x76) format("woff"), url(https://static.thebase.in/font/v1/shopicon.svg?md4x76#shopicon) format("svg")
      }

      .purchaseButtonModal__wrapper {
        align-items: center;
        background: rgba(0, 0, 0, .3);
        bottom: 0;
        display: none;
        justify-content: center;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 6000000
      }

      .purchaseButtonModal__container {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 16px rgba(56, 67, 89, .3);
        position: relative;
        width: 560px
      }

      .purchaseButtonModal__result {
        display: none
      }

      .is_success .purchaseButtonModal__submit {
        display: none
      }

      .is_success .purchaseButtonModal__result {
        display: block
      }

      .is_success .purchaseButtonModal__resultText {
        background: #eaf8f7;
        border-radius: 4px;
        color: #11beae;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 16px;
        padding: 12px
      }

      .purchaseButtonModal__title {
        border-bottom: 1px solid #f0f1f4;
        color: #3d3d3d;
        font-size: 20px;
        font-weight: 700;
        line-height: 68px;
        text-align: center
      }

      .purchaseButtonModal__inner {
        padding: 24px 32px;
        text-align: left
      }

      .purchaseButtonModal__text {
        color: #3d3d3d;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 12px
      }

      .purchaseButtonModal__subText {
        margin: 0 0 40px
      }

      .purchaseButtonModal__subTextChild {
        color: #777;
        font-size: 12px;
        line-height: 1.4;
        margin-left: 1em;
        text-indent: -1em
      }

      .purchaseButtonModal__label {
        color: #3d3d3d;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px
      }

      .purchaseButtonModal__information {
        background: #f0f1f4;
        border-radius: 4px;
        display: flex;
        margin: 8px auto 24px;
        padding: 8px
      }

      .purchaseButtonModal__informationText {
        color: #3d3d3d;
        font-size: 12px;
        margin-left: 8px;
        margin-top: 0
      }

      .purchaseButtonModal__inputArea {
        align-items: center;
        display: flex;
        justify-content: center
      }

      .purchaseButtonModal__inputAreaLabel {
        font-size: 14px;
        margin: 0 8px
      }

      .purchaseButtonModal__input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 32px;
        outline: none;
        padding: 0 12px;
        width: 100%
      }

      .purchaseButtonModal__input[type=number]::-webkit-inner-spin-button,
      .purchaseButtonModal__input[type=number]::-webkit-outer-spin-button {
        appearance: none
      }

      .purchaseButtonModal__input:placeholder-shown {
        color: #c7c7cd
      }

      .purchaseButtonModal__input::-webkit-input-placeholder {
        color: #c7c7cd;
        opacity: 1
      }

      .purchaseButtonModal__input::-moz-placeholder {
        color: #c7c7cd;
        opacity: 1
      }

      .purchaseButtonModal__input:-ms-input-placeholder {
        color: #c7c7cd
      }

      .purchaseButtonModal__error {
        background: #fcdcdc;
        border-radius: 4px;
        color: #fa5171;
        display: none;
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 24px;
        padding: 8px;
        text-align: left
      }

      .purchaseButtonModal__errorIcon {
        height: auto;
        margin-right: 8px;
        vertical-align: middle;
        width: 12px
      }

      .purchaseButtonModal__errorText {
        vertical-align: middle
      }

      .purchaseButtonModal__btn {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        outline: none;
        padding: 0;
        text-align: center;
        transition: .3s;
        width: 280px
      }

      .purchaseButtonModal__btn:hover {
        opacity: .7;
        transition: .3s
      }

      .purchaseButtonModal__btn--submit {
        background: #000
      }

      .purchaseButtonModal__btn--submit:disabled {
        cursor: not-allowed;
        opacity: .7
      }

      .purchaseButtonModal__btn--close {
        background: #999
      }

      .purchaseButtonModal__closeIcon {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        cursor: pointer;
        height: 16px;
        margin: 0;
        outline: none;
        padding: 0;
        position: absolute;
        right: 26px;
        top: 26px;
        width: 16px
      }

      .purchaseButtonModal__closeIcon:after,
      .purchaseButtonModal__closeIcon:before {
        background: #3d3d3d;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: -3px;
        top: 7px;
        width: 22px
      }

      .purchaseButtonModal__closeIcon:before {
        transform: rotate(45deg)
      }

      .purchaseButtonModal__closeIcon:after {
        transform: rotate(-45deg)
      }

      .purchaseButtonModal__ageVerificationWarningText {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 16px;
        text-align: center
      }

      .si-information:before {
        content: "\e919";
        font-family: shopicon;
        font-style: normal;
        font-weight: 400
      }

      .purchaseButtonModal__inner.ageVerificationModal__inner {
        text-align: center
      }

      .purchaseButtonModal__inner.ageVerificationModal__footer {
        border-top: 1px solid #f0f1f4
      }

      .purchaseButtonModal__input.ageVerificationModal__input {
        margin: 0;
        width: auto
      }

      .purchaseButtonModal__input.ageVerificationModal__input[aria-invalid=true] {
        background-color: #ffe5e9;
        border-color: #fa5171
      }

      .purchaseButtonModal__error.ageVerificationModal__error {
        background: none;
        margin: 0;
        text-align: center
      }

      @media screen and (max-width:828px) {
        .is_restockMailNotificationModalOpen #mainContent {
          position: static
        }

        .purchaseButtonModal__container {
          border-radius: 0;
          bottom: 0;
          box-shadow: none;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%
        }

        .purchaseButtonModal__title {
          font-size: 16px;
          line-height: 48px;
          padding: 0 30px
        }

        .purchaseButtonModal__inner {
          padding: 16px
        }

        .purchaseButtonModal__closeIcon {
          right: 16px;
          top: 16px
        }

        .purchaseButtonModal__input {
          background: #fff;
          border: 1px solid #bbb
        }

        .purchaseButtonModal__btn {
          height: 55px;
          line-height: 55px;
          width: 100%
        }

        .is_success .purchaseButtonModal__container {
          height: auto
        }
      }
    </style>
    <script>
      ($ => {
        if (window.__initPurchaseButtonModal) {
          window.removeEventListener('DOMContentLoaded', window.__initPurchaseButtonModal)
        }
        window.__initPurchaseButtonModal = function() {
          const KEYCODE_ENTER = 13;
          const MODAL_TYPE_RESTOCK_MAIL_NOTIFICATION = 'restockMailNotification';
          const MODAL_TYPE_AGE_VERIFICATION = 'ageVerification';
          const $modals = $('.x_purchaseButtonModal')
          $modals.remove()
          document.body.appendChild($modals[0])
          var modalType = '';
          const showPurchaseButtonModal = (type) => {
            // 文字入れオプションのinput 等のフォーカスを外す
            document.activeElement.blur();
            $('.purchaseButtonModal__title').each((_i, el) => {
              $(el).hide();
            });
            $('.purchaseButtonModal__inner').each((_i, el) => {
              $(el).hide();
            });
            $(`.purchaseButtonModal__title[data-type="${type}"]`).show();
            $(`.purchaseButtonModal__inner[data-type="${type}"]`).show();
            $('.x_purchaseButtonModal').fadeIn(250).css('display', 'flex');
            $('.x_purchaseButtonModal').attr('id', `${type}Modal`);
            $('body').addClass('is_purchaseButtonModalOpen');
            modalType = type;
          };
          const hidePurchaseButtonModal = function() {
            $('.x_purchaseButtonModal').fadeOut(150);
            $('body').removeClass('is_purchaseButtonModalOpen');
          };
          $('.x_restockMailNotificationModalOpen').on('click', function() {
            showPurchaseButtonModal(MODAL_TYPE_RESTOCK_MAIL_NOTIFICATION);
          });
          $('.x_purchaseButtonModalClose, .x_purchaseButtonModal').on('click', function() {
            hidePurchaseButtonModal();
          });
          $('.x_purchaseButtonModalInner').on('click', function(event) {
            event.stopPropagation();
          });
          $('.x_purchaseButtonModalSubmit').on('click', function() {
            purchaseButtonModalSubmit();
          });
          $(".x_purchaseButtonModalInput").on('keypress', function(ev) {
            if ((ev.which && ev.which === KEYCODE_ENTER) || (ev.keyCode && ev.keyCode === KEYCODE_ENTER)) {
              purchaseButtonModalSubmit()
              return false;
            } else {
              return true;
            }
          });
          var purchaseButtonModalSubmit = function() {
            $('.x_purchaseButtonModalError').hide();
            $('.x_purchaseButtonModalErrorText').text('')
            $(this).prop('disabled', true);
            modalRequestFunction().then(function(data) {
              onSuccessModalRequest();
            }).catch(function(errorText) {
              $('.x_purchaseButtonModalError').show();
              $('.x_purchaseButtonModalErrorText').text(errorText);
            }).finally(function() {
              $('.x_purchaseButtonModalSubmit').prop('disabled', false);
            });
          };
          var modalRequestFunction = function() {
            if (modalType === MODAL_TYPE_RESTOCK_MAIL_NOTIFICATION) {
              return requestRestockMailNotification();
            } else if (modalType === MODAL_TYPE_AGE_VERIFICATION) {
              return requestAgeVerification();
            }
          };
          var onSuccessModalRequest = function() {
            if (modalType === MODAL_TYPE_RESTOCK_MAIL_NOTIFICATION) {
              $('.x_purchaseButtonModal').addClass('is_success');
            } else if (modalType === MODAL_TYPE_AGE_VERIFICATION) {
              onAgeVerificationSubmit();
            }
          };
          // 再入荷通知
          var requestRestockMailNotification = function() {
            var selectedVariation = $('[name="select"]');
            var variation_id = null;
            if (selectedVariation.length > 0) {
              variation_id = selectedVariation.val();
            }
            var data = {
              shop_id: 'socal-official-ec',
              item_id: 84763904,
              variation_id: variation_id,
              notification_address: $('.x_purchaseButtonModalInput').val(),
            };
            return new Promise(function(resolve, reject) {
              $.ajax({
                type: 'POST',
                url: '/restock_mail_notification/restock_mail_notification_api/subscribe',
                dataType: 'JSON',
                data: JSON.stringify(data)
              }).then(function(data) {
                resolve(data);
              }, function(jqXHR) {
                reject(JSON.parse(jqXHR.responseText).error.user_message);
              })
            });
          };
          // 年齢確認
          const COOKIE_KEY_FOR_AGE_VARIFICATION = 'AgeVerificationModalCheckisCompleted' + 'socal-official-ec';
          var ageVerificationAge = $('.x_ageVerificationAge').val();
          var $ageVerificationInput = $('.x_ageVerificationInput');
          var $ageVerificationError = $('.x_ageVerificationError');
          var $ageVerificationButton = $('.x_ageVerificationSubmit');
          var ageVerificationTargetForm = null;
          var requestAgeVerification = function() {
            return new Promise(function(resolve, reject) {
              if (checkAgeWithUI($ageVerificationInput.val())) {
                resolve();
              }
              reject();
            });
          };
          var onAgeVerificationSubmit = function() {
            if (ageVerificationTargetForm) {
              if (!validateSubmitButton(ageVerificationTargetForm)) {
                hidePurchaseButtonModal();
                return
              }
              setCookieForAgeVerificationCheck();
              ageVerificationTargetForm.submit();
            }
          };
          var validateSubmitButton = function(form) {
            if (!form.classList.contains('x_purchaseForm')) {
              return true;
            }
            // 商品オプションあり時のバリデーションエラーがないか button の disabled 状態で判定
            // button が存在し disabled だった場合のみ false
            var button = form.querySelector('.purchaseButton__btn');
            return button ? !button.disabled : true;
          };
          var getCookie = function(name) {
            var matches = document.cookie.match(new RegExp("(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"));
            return matches ? decodeURIComponent(matches[1]) : undefined;
          };
          var isCompleteAgeVerificationCheck = function() {
            return !!getCookie(COOKIE_KEY_FOR_AGE_VARIFICATION);
          };
          var setCookieForAgeVerificationCheck = function() {
            if (!isCompleteAgeVerificationCheck()) {
              document.cookie = COOKIE_KEY_FOR_AGE_VARIFICATION + "=true; max-age=3600";
            }
          };
          var shouldShowAgeVerificationModal = function() {
            return !isCompleteAgeVerificationCheck();
          };
          var nonZeroPadded = function(string) {
            if (typeof string !== 'string' || string === '') {
              return '';
            }
            return String(Number(string));
          };
          var limitTo3digits = function(string) {
            return string.slice(0, 3);
          };
          var convertToHalfWidthNumber = function(string) {
            return string.replace(/[^0-90-9]/g, '').replace(/[0-9]/g, (str) => {
              return String.fromCharCode(str.charCodeAt(0) - 0xFEE0);
            });
          };
          var checkAge = function(age) {
            return ageVerificationAge ? Number(age) >= ageVerificationAge : false;
          };
          var checkAgeWithUI = function() {
            var valid = checkAge($ageVerificationInput.val());
            if (valid) {
              $ageVerificationError.hide();
              $ageVerificationInput.attr('aria-invalid', 'false')
              $ageVerificationButton.prop('disabled', false);
              return true;
            }
            $ageVerificationError.show();
            $ageVerificationInput.attr('aria-invalid', 'true')
            $ageVerificationButton.prop('disabled', true);
            return false;
          };
          var currentValue = '';
          var onAgeInput = function(string) {
            if (string.length > 1) {
              checkAgeWithUI();
            }
            currentValue = string;
          };
          // IME 有効のとき
          // (type="number" の影響で) IME 入力確定時に input 要素の既存の value がクリアされてしまうので、既存の値は currentValue にとっておき確定時にこれを利用する
          var isComposing = false;
          $ageVerificationInput.on('compositionstart', (e) => {
            isComposing = true;
          });
          $ageVerificationInput.on('compositionend', (e) => {
            e.target.value = limitTo3digits(nonZeroPadded(currentValue + convertToHalfWidthNumber(e.originalEvent.data)));
            onAgeInput(e.target.value);
            isComposing = false;
          });
          // IME 無効のとき(IME 入力未確定時はスキップ)
          $ageVerificationInput.on('input', (e) => {
            if (!isComposing) {
              e.target.value = limitTo3digits(nonZeroPadded(e.target.value));
              onAgeInput(e.target.value);
            }
          });
          var closeCommunityModal = function() {
            $('.communityOverlay').hide();
          };
          if ($('.x_ageVerificationGenre').val()) {
            const classes = ['x_purchaseForm', 'x_communityPurchaseForm', 'x_communityGuestForm'];
            // コミュニティモーダル購入時の動的に生成されたformによるsubmitもフックしたい & submit処理の最後に年齢確認モーダルを出したいので、documentへのイベントバブリング時にフックする
            $(document).on('submit', 'form', function(e) {
              // 購入フォーム or コミュニティモーダルのフォームを対象とする
              if (classes.some((cls) => e.target.classList.contains(cls))) {
                if (shouldShowAgeVerificationModal()) {
                  ageVerificationTargetForm = e.target;
                  closeCommunityModal();
                  showPurchaseButtonModal(MODAL_TYPE_AGE_VERIFICATION);
                  return false;
                }
              }
            });
          }
        }
        window.addEventListener('DOMContentLoaded', window.__initPurchaseButtonModal)
      })(__BASE_JQUERY__);
    </script>
  </div>
  <style>
    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
      cursor: default;
      opacity: 1;
    }
  </style>
</form>

POST /items/84763904

<form action="/items/84763904" id="x_illegalReportForm" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]"
      value="9438446da0c16414b40f6b346f5c2bd048e26a7eb6ffb26887feb9440d0036f2137902f79f6ecc13c93b0bca608c58aa1f1aeab43ba03a68a05fbe5514dd747d" id="Token873057990" autocomplete="off"></div> <input type="hidden" value="84763904" id="item_id">
  <legend>Report this item</legend>
  <input type="hidden" name="data[IllegalReport][item_id]" value="84763904" id="IllegalReportItemId">
  <div class="input select"><select name="data[IllegalReport][title]" required="required" id="IllegalReportTitle">
      <option value="0">Item is illegal</option>
      <option value="1">Wrong pricing</option>
      <option value="2">Other</option>
    </select></div>
  <div class="input textarea"><textarea name="data[IllegalReport][message]" placeholder="Write in your details" required="required" id="x_illegalReportMessage" cols="30" rows="6"></textarea></div><a class="btn btn-danger" id="checkSubmit">Report</a>
  <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="98baddc786d2d9ef7d4d02bab27fec224f8673f1%3AIllegalReport.item_id" id="TokenFields1498029926" autocomplete="off"><input type="hidden" name="data[_Token][unlocked]"
      value="" id="TokenUnlocked763740830" autocomplete="off"></div>
</form>

GET https://store.yamatabi.shop

<form class="uk-search uk-search-default" role="search" method="get" action="https://store.yamatabi.shop">
  <button href="#" class="item-search-submit uk-icon uk-search-icon" type="submit" uk-search-icon=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
      <circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle>
      <path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path>
    </svg></button>
  <input class="uk-search-input" type="search" name="q" id="search-footer" placeholder="検索">
</form>

POST https://store.yamatabi.shop/i18n/i18n_user_languages/change_language?back=http%3A%2F%2Fstore.yamatabi.shop%2Fitems%2F84763904

<form action="https://store.yamatabi.shop/i18n/i18n_user_languages/change_language?back=http%3A%2F%2Fstore.yamatabi.shop%2Fitems%2F84763904" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]"
      value="38ec425a37655a7654249ad9e8e8ca6fa423718403b220f75f8ddbaa7335815a67cc878042eb4e9e8462e98fc2d7a921eee46f7eabe8b6545a3aa515c743d5e4" id="Token1973702491" autocomplete="off"></div><input type="hidden" name="data[UserLanguage][shop_id]"
    value="socal-official-ec" id="UserLanguageShopId">
  <div class="input select required"><select name="data[UserLanguage][language_code]" class="x_i18nSelectBox" required="required">
      <option value="ja">日本語</option>
      <option value="en" selected="selected">English</option>
    </select></div>
  <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="ed7976ccfd001f12e7b37ae58b15bf1baf9950fd%3AUserLanguage.shop_id" id="TokenFields1130118242" autocomplete="off"><input type="hidden" name="data[_Token][unlocked]"
      value="" id="TokenUnlocked938618323" autocomplete="off"></div>
</form>

POST https://store.yamatabi.shop/i18n/i18n_user_currencies/change_currency?back=http%3A%2F%2Fstore.yamatabi.shop%2Fitems%2F84763904

<form action="https://store.yamatabi.shop/i18n/i18n_user_currencies/change_currency?back=http%3A%2F%2Fstore.yamatabi.shop%2Fitems%2F84763904" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]"
      value="38ec425a37655a7654249ad9e8e8ca6fa423718403b220f75f8ddbaa7335815a67cc878042eb4e9e8462e98fc2d7a921eee46f7eabe8b6545a3aa515c743d5e4" id="Token304861617" autocomplete="off"></div><input type="hidden" name="data[UserCurrency][shop_id]"
    value="socal-official-ec" id="UserCurrencyShopId">
  <div class="input select"><select name="data[UserCurrency][currency_code]" class="x_i18nSelectBox">
      <option value="JPY" selected="selected">JPY</option>
      <option value="USD">USD</option>
      <option value="CNY">CNY</option>
      <option value="HKD">HKD</option>
      <option value="TWD">TWD</option>
    </select></div>
  <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="1b1e0d9a76fe706606b551d91ce07e84c43b9cd2%3AUserCurrency.shop_id" id="TokenFields155567662" autocomplete="off"><input type="hidden" name="data[_Token][unlocked]"
      value="" id="TokenUnlocked1879869177" autocomplete="off"></div>
</form>

Text Content

 * Home


CATEGORY

 * スタッフバック・ドライバッグ
 * ボトルホルダー・収納ポケット
 * 保温ケース・保温バッグ
 * 財布・ポーチ
 * キャップ・グローブ
 * ウェア・ソックス
 * トートバッグ
 * テントマット・座布団
 * 容器・ケース
 * コンパクト・便利
 * アート


INFORMATION

 * About
 * Contact
 * YouTube


 * Home
 * Category
    * スタッフバック・ドライバッグ
    * ボトルホルダー・収納ポケット
    * 保温ケース・保温バッグ
    * 財布・ポーチ
    * キャップ・グローブ
    * ウェア・ソックス
    * トートバッグ
    * テントマット・座布団
    * 容器・ケース
    * コンパクト・便利
    * アート

 * About
 * Contact
 * YouTube


 * 
 * 


CATEGORY

スタッフバック・ドライバッグ
ボトルホルダー・収納ポケット
保温ケース・保温バッグ
財布・ポーチ
キャップ・グローブ
ウェア・ソックス
トートバッグ
テントマット・座布団
容器・ケース
コンパクト・便利
アート


INFORMATION

 * About
 * Contact
 * YouTube


NEWSLETTER

登録




ダイニーマ製ガイライン&ロックシステム(UHMWPE/細引き/パラコード/自在/MYOG)

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


ダイニーマ製ガイライン&ロックシステム(UHMWPE/細引き/パラコード/自在/MYOG)

ダイニーマ製ガイライン&ロックシステム(UHMWPE/細引き/パラコード/自在/Myog)

¥2,490 SOLD OUT

*Tax included.

*Shipping fee is not included.More information


SHIPPING METHOD / FEE

 * Domestic shipping
 * Overseas shipping

The shipping fees and delivery method/s for this product are as follows.

 * NONSTANDARD‐SIZE MAIL
   
   郵便物として配送する方法です。保障や追跡サービスがないことを予めご了承ください。
   
   Shipping Fees are the same all over country inside Japan ¥0

The shipping fees and delivery method/s for this product are as follows.

 * EMS
   
   This shipping supports package tracking and compensation for damages.
   
   Shipping fees vary by region.
   
   View more details Close
    * Asia
      Afghanistan
      
      ¥2,900
      
      Bangladesh
      
      ¥2,900
      
      Bhutan
      
      ¥2,900
      
      Brunei
      
      ¥2,900
      
      Cambodia
      
      ¥2,900
      
      China
      
      ¥1,900
      
      Guam
      
      ¥2,900
      
      Hong Kong
      
      ¥2,900
      
      India
      
      ¥2,900
      
      Indonesia
      
      ¥2,900
      
      Laos
      
      ¥2,900
      
      Macao
      
      ¥2,900
      
      Malaysia
      
      ¥2,900
      
      Maldives
      
      ¥2,900
      
      Marshall Islands
      
      ¥2,900
      
      Micronesia, Federated States Of
      
      ¥2,900
      
      Mongolia
      
      ¥2,900
      
      Myanmar
      
      ¥2,900
      
      Nepal
      
      ¥2,900
      
      North Korea
      
      ¥2,900
      
      Northern Mariana Islands
      
      ¥2,900
      
      Pakistan
      
      ¥2,900
      
      Palau
      
      ¥2,900
      
      Philippines
      
      ¥2,900
      
      Singapore
      
      ¥2,900
      
      South Korea
      
      ¥1,900
      
      Sri Lanka
      
      ¥2,900
      
      Taiwan
      
      ¥1,900
      
      Thailand
      
      ¥2,900
      
      Timor Leste
      
      ¥2,900
      
      Vietnam
      
      ¥2,900
   
    * Oceania
      Uniform rate for area
      
      ¥4,150
   
    * North / Central America
      Canada
      
      ¥4,150
      
      Mexico
      
      ¥4,150
      
      United States
      
      ¥5,020
   
    * Middle East
      Uniform rate for area
      
      ¥4,150
   
    * Europe
      Uniform rate for area
      
      ¥4,150



*This item can be shipped outside of Japan.

Request restock notification
Save


太さ1.3mmのUHMWPE(ダイニーマ)製ガイライン4本、ラインロックVにガイラインを取り付けた、軽量かつ丈夫な、テントを固定するためのシステムです。

通常の自在は2mm以上のガイラインで固定が可能ですが、ラインロックVは1mm以上のガイラインを固定させることができます。

太さ1.3mmのUHMWPE(ダイニーマ)製ガイラインは193kgの強さまで引きちぎれない耐久性があります。テントが強い風にあたり、それによってガイラインが岩に擦れて切れてしまうことを防ぎます。

また雨に降られても 雨をふくんで重くなりづらい素材です。
◆スペック
総重量:約14g

●UHMWPE(ダイニーマ)製ガイライン
赤2本、黄2本
重量:約2g/1本
長さ:約2m

●ロックシステム
UHMWPE(ダイニーマ)製コードとラインロックV:4セット
重量:約1.6g/1セット
コード部分の長さ:約16cm

※ガイライン、コードの長さはそれぞれ若干異なります。
Report


Report this item
Item is illegal Wrong pricing Other

Report


error






REVIEWS OF THIS SHOP

 * All Reviews
 * 412
 * 24
 * 12

 * 保温ケース【単体】Wildo fold a cup / ウィルドゥ フォールダーカップ保温用(BRUTUS 1,000号記念掲載アイテム)
   
   2024/04/07

 * スクリュートップキーパーコジー【500ml/クッカー/保温ジャー/アストロフォイル/コジー/登山/カップラーメン】
   
   2024/04/07
   
   注文ID:DC93C61A8B5CA5F0 いつ届くのですか? まだですか? 何処で止まっているのですか?

 * 保温ケース【単体】Wildo fold a cup / ウィルドゥ フォールダーカップ保温用(BRUTUS 1,000号記念掲載アイテム)
   
   2024/04/07

 * ジップロック®スクリューロック X-PACコジー(BRUTUS
   1,000号記念掲載アイテム/473ml/クッカー/保温ジャー/アストロフォイル/コジー/登山/カップラーメン)
   
   2024/04/07

 * 山旅 ダイニーマ製ULサコッシュ(軽量ウエストポーチ/登山用サコッシュ/おしゃれ/メンズ/レディース/アウトドア)
   
   BLACK
   
   2024/04/03

 * 山旅 ダイニーマ製 EASYワイドオープン スタッフサックS【巾着/ケース】
   
   2024/04/01
   
   とどきました ありがとうございます

 * 山旅 X-PAC製 ジッパーワイドオープン スタッフサック【ジッパーケース/ケース/フードバッグ/コスメバッグ】
   
   2024/04/01
   
   届きました ありがとうございます

 * 保温ケース【単体】Wildo fold a cup / ウィルドゥ フォールダーカップ保温用(BRUTUS 1,000号記念掲載アイテム)
   
   2024/03/30

 * 山旅 山型鍋つかみ【デニム&麻/三角鍋つかみ モチーフ・レトロ &NE フック付 ミトン お鍋 キッチン 雑貨 ストウブ 和風モダン ギフト かわいい】
   
   2024/03/26

 * 保温ケース【単体】Wildo fold a cup / ウィルドゥ フォールダーカップ保温用(BRUTUS 1,000号記念掲載アイテム)
   
   2024/03/22

 * 山旅 ダイニーマ製3つ折り軽量ウォレット【登山用 財布 ミニマリスト ミニマム 】
   
   BLUE-GRAY
   
   2024/03/19

 * 山旅 X-PAC製キューブポーチ【Sサイズ/登山用サコッシュ/エックスパック】
   
   2024/03/19

 * 山旅 ダイニーマ製ULサコッシュ(軽量ウエストポーチ/登山用サコッシュ/おしゃれ/メンズ/レディース/アウトドア)
   
   BLACK
   
   2024/03/19

 * 保温ケース【単体】Wildo fold a cup / ウィルドゥ フォールダーカップ保温用(BRUTUS 1,000号記念掲載アイテム)
   
   2024/03/15

 * ULチタンカラビナ(キーホルダー/固定用)
   
   2024/03/12

 * ジップロック®スクリューロックコジー【473ml/クッカー/保温ジャー/アストロフォイル/コジー/登山/カップラーメン】
   
   2024/03/11
   
   注文する前から、自分で簡単に作れそうだとは 思いましたが、2千円以上もするには、何かが違うのか?と、とりあえず1個注文しました。
   友人達も、実物を見てから 決めたいとの事でしたので。 郵便局扱いの為、時間指定、置き配が出来ず。 やっと届いた商品、詳細の紙 一枚入っておらず、
   手作り感 たっぷり。 自分で貼った方が、綺麗に貼れそう。 登山用品は、高額。 

 * 山旅 コーデュラリップ製軽量コンパクト防風3つ指ミトン【登山用グローブ】
   
   2024/03/07
   
   月曜日に発送したというのに、木曜日に、まだ配達されていない。郵便なら国内だから、2.3日で着くはず。宅急便なら、もっと早いかも。Amazonの配達の速さに慣れていたから、この遅さはびっくり。明日使う予定だったのですが、がっかりです。
   商品のよさわかりませんが、ショップの配達は、よくありません。

 * 【単品購入不可】超コンパクト歯ブラシ(登山/軽量装備)
   
   2024/03/07

 * 【単品購入不可】CHAP-ICE-ミニリップバーム(登山/軽量装備)
   
   2024/03/07

 * 山旅 X-PAC製ファーストエイドキットポーチ【登山用ポーチ/エックスパック】
   
   2024/03/07
 * 


RELATED PRODUCT

ULチタンカラビナ(キーホルダー/固定用)
¥990
防水ライターケース
¥1,490
登山向け軽量テーブル【日本製/最軽量モデル】
¥4,620

 * About


送料について

・発送:月水金(祝日除く)
・送料無料(定形外郵便により追跡不可)

・Shipping: Monday, Wednesday and Friday (except holidays)
・Postage
├China, Korea, Taiwan: 1,900 yen
├Asia (excluding China, Korea, Taiwan): 2,650 yen
├Oceania, Canada, Middle East, Europe: 3,900 yen
├United States: 5,020 yen
 * 送料について


お支払い方法について

次の方法がご利用頂けます。
あと払い(Pay ID)
クレジットカード
キャリア決済
コンビニ決済・Pay-easy
Amazon Pay
PayPal
 * お支払い方法について

SEARCH



NOTICE

 * Privacy Policy
 * Act on Specified Commercial Transactions

LANGUAGE

日本語 English

JPY USD CNY HKD TWD

 * 
 * 
 * 
 * 

© 山旅
SOLD OUT



I would like to be notified of restocking

Age verification

When it is restocked, we will notify you to the registered e-mail address.

Mail Address



Please allow the domains 「thebase.in」&「gmail.com」so that you can receive our
e-mail

Register

I would like to be notified of restocking

Notice of restocking has been accepted.

We've sent an e-mail to you.
If you cannot find the mail, please check your spam folder.
When receiving a notification, you may not be able to receive it due to reasons
such as the mail server capacity being exceeded. Please confirm it.

Please allow the domains 「thebase.in」&「gmail.com」so that you can receive our
e-mail

Close