<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(function () {
  // if($('.info-flag').length){
  // }else{
  // $('#info_box_top').prepend('&lt;span class="info-flag" style="display:block; width:100%; padding: 5px 8px;background-color: #f0f0f0;color:#DD0000;font-size: 11px;text-align:center; box-sizing: border-box;"&gt;縲舌♀遏･繧峨○縲醍樟蝨ｨ縺疲ｳｨ譁�ｒ螳御ｺ�＠縺滄圀縺ｫ繧ｨ繝ｩ繝ｼ縺瑚｡ｨ遉ｺ縺輔ｌ繧句�ｴ蜷医′縺ゅｊ縺ｾ縺吶ゅ＃豕ｨ譁��菴薙�螳御ｺ�＠縺ｦ縺翫ｊ縺ｾ縺吶�縺ｧ縲∬､�焚蝗槭＃豕ｨ譁�＆繧後↑縺�ｈ縺�＃豕ｨ諢上￥縺�縺輔＞縲�&lt;/span&gt;');
  // }
  // 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ js
  var moveElm = $('.gNav_largeCategory.dropBtn .gNav_index');
  delayTime = 20;
  moveTimer = 0;
  hideTimer = 0;

  moveElm.hover(function () {
    var self = $(this);
    self.on('mousemove', function () {

      clearTimeout(moveTimer);
      clearTimeout(hideTimer);

      moveTimer = setTimeout(function () {
        self.addClass('is-gNavActive');
        $('body').addClass('is-gNavActive');
        self.siblings('li').removeClass('is-gNavActive');
      }, delayTime);
    });
  }, function () {
    var self = $(this);
    clearTimeout(moveTimer);

    hideTimer = setTimeout(function () {
      self.removeClass('is-gNavActive');
    }, 0);
  });

  $('.gNav_largeCategory.dropBtn').hover(function (e) {
    e.preventDefault();
  }, function () {
    $('.gNav_index').removeClass('is-gNavActive');
    $('body').removeClass('is-gNavActive');
  });

  // 譖ｴ譁ｰ騾夂衍
  $('#user_login').hover(function () {
    $().readNotification();
  });
});

$(function () {
  $(window).on("scroll touchmove", function () {
    $("#to-locondo").stop();
    $("#to-locondo").css('display', 'none').delay(50).fadeIn('fast');
  });

  var couponInfoDiv = $('.couponInfo').text();
  if (couponInfoDiv !== "") {
    $('#product_right_container').prepend('&lt;div class="couponhead"&gt;&lt;/div&gt;');
    var couponHead = document.querySelector('.couponhead');

    if ($('.couponInfo-item.noveltyItem .goToAll a').length &gt; 0) {
      // 蝨ｨ蠎ｫ縺ゅｊ繝弱�繝ｫ繝�ぅ繧ｯ繝ｼ繝昴Φ縺�1縺､莉･荳翫≠繧句�ｴ蜷�
      couponHead.classList.add('noveltyhead');
      $('.couponhead').append('&lt;span class="cpoff"&gt;&lt;span class="offrate"&gt;&lt;/span&gt;迚ｹ蜈ｸ縺ゅｊ&lt;/span&gt;');
      var offRate = $('.couponInfo-item:first-child .heading strong').text();
      $('.offrate').text(offRate);
      $('.couponhead').append('&lt;span class="linktolist"&gt;&lt;a href="#"&gt;蜈ｨ縺ｦ縺ｮ蟇ｾ雎｡蝠�刀繧定ｦ九ｋ&lt;/a&gt;&lt;/span&gt;');
      var couponCode = $('.couponInfo-item:first-child').data('couponcode');

    } else if ($('.couponInfo-item.noveltyItem .goToAll p').length &gt; 0) {
      // 蝨ｨ蠎ｫ縺ゅｊ縺�0 荳斐▽ 蝨ｨ蠎ｫ縺ｪ縺励ヮ繝吶Ν繝�ぅ繧ｯ繝ｼ繝昴Φ縺�1縺､莉･荳翫≠繧句�ｴ蜷�
      var couponItems = document.querySelectorAll('.couponInfo-item');
      var targetIndex = -1;
      for (var i = 0; i &lt; couponItems.length; i++) {
        var couponElement = couponItems[i];
        var couponText = couponElement.querySelector('.heading strong').textContent.trim();
        var firstChar = couponText.charAt(0);
        var isFirstCharNumber = !isNaN(parseInt(firstChar));
        if (isFirstCharNumber) {
          targetIndex = i; // 譁�ｭ怜�縺ｮ1譁�ｭ礼岼縺梧焚蟄励�蝣ｴ蜷医√う繝ｳ繝�ャ繧ｯ繧ｹ繧呈峩譁ｰ
          break; // 繝ｫ繝ｼ繝励ｒ邨ゆｺ�
        }
      }
      if (targetIndex !== -1) {
        // 騾壼ｸｸ繧ｯ繝ｼ繝昴Φ縺後≠繧句�ｴ蜷�
        $('.couponhead').append('縺薙�蝠�刀縺ｯ&lt;span class="cpoff"&gt;&lt;span class="offrate"&gt;&lt;/span&gt;繧ｯ繝ｼ繝昴Φ&lt;/span&gt;縺御ｽｿ縺医∪縺�');
        var targetOffRate = '.couponInfo-item:nth-child(' + (targetIndex + 1) + ') .heading strong';
        var offRate = $(targetOffRate).text();
        $('.offrate').text(offRate);
        $('.couponhead').append('&lt;span class="linktolist"&gt;&lt;a href="#"&gt;蜈ｨ縺ｦ縺ｮ蟇ｾ雎｡蝠�刀繧定ｦ九ｋ&lt;/a&gt;&lt;/span&gt;');
        var targetCouponCode = '.couponInfo-item:nth-child(' + (targetIndex + 1) + ')';
        var couponCode = $(targetCouponCode).data('couponcode');
      } else {
        // 騾壼ｸｸ繧ｯ繝ｼ繝昴Φ縺後↑縺��ｴ蜷�
        $('.couponhead').addClass('lc-u-displayNone');
        var offRate = '';
      }

    } else {
      // 繝弱�繝ｫ繝�ぅ繧ｯ繝ｼ繝昴Φ縺後↑縺� 荳斐▽ 騾壼ｸｸ繧ｯ繝ｼ繝昴Φ縺後≠繧句�ｴ蜷�
      $('.couponhead').append('縺薙�蝠�刀縺ｯ&lt;span class="cpoff"&gt;&lt;span class="offrate"&gt;&lt;/span&gt;繧ｯ繝ｼ繝昴Φ&lt;/span&gt;縺御ｽｿ縺医∪縺�');
      var offRate = $('.couponInfo-item:first-child .heading strong').text();
      $('.offrate').text(offRate);
      $('.couponhead').append('&lt;span class="linktolist"&gt;&lt;a href="#"&gt;蜈ｨ縺ｦ縺ｮ蟇ｾ雎｡蝠�刀繧定ｦ九ｋ&lt;/a&gt;&lt;/span&gt;');
      var couponCode = $('.couponInfo-item:first-child').data('couponcode');
    }

    var couponBase = 'https://www.locondo.jp/shop/search?searchCouponCode=';
    var couponTopSpecialParam = '&amp;commercialType=all&amp;top_special=commodity_pc_coupon';
    var couponBoxSpecialParam = '&amp;commercialType=all&amp;top_special=commodity_pc_couponBox';
    $('.linktolist a').attr('href', couponBase + couponCode + couponTopSpecialParam);
    $('.coupon_detail_target a').attr('href', couponBase + couponCode + couponBoxSpecialParam);

    // 萓｡譬ｼ繧貞叙蠕�
    var taxoutPrice = $('#price_point p:not(.old_price) .price').text().replace(/[^0-9\.]/g, "");
    var taxinPrice = Math.floor(taxoutPrice);
    var offPer = offRate.replace(/[^0-9\.]/g, "");

    // 縲傾X%蠑輔″縲阪傾X蜀�ｼ輔″縲阪�蛻�ｲ�
    // ## XX% 縺ｯ100莉･荳九々X蜀�ｼ輔″縺ｯ100雜�∴繧九◆繧�
    if (offPer &gt;= 100) {
      var discoPrice = offPer;
      discoPrice = Math.ceil(discoPrice);
      // 萓｡譬ｼ繧定ｶ�∴繧句､蠑輔″縺ｮ譎�
      if (discoPrice &gt;= taxinPrice) {
        discoPrice = taxinPrice;
      }
      discoPrice = String(discoPrice).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,');
      offPer = String(offPer).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,');
      $('.offrate').text(offPer + '蜀�OFF');
    } else {
      var discoPrice = taxinPrice * offPer / 100;
      discoPrice = Math.floor(discoPrice);
      discoPrice = String(discoPrice).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,');
    }

    $('#price_point').append('&lt;span class="discountedPrice"&gt;繧ｯ繝ｼ繝昴Φ繧剃ｽｿ縺医�縺輔ｉ縺ｫ &lt;em&gt;&lt;span class="dPriceInsert"&gt;&lt;/span&gt;蜀�ｼ輔″&lt;/em&gt;縺ｧ縺阪∪縺呻ｼ�&lt;span class="notice"&gt;&lt;a onclick="$(\'html,body\').animate({scrollTop:$(\'.couponInfo-item:first\').offset().top});"&gt;窶ｻ驕ｩ逕ｨ譚｡莉ｶ&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;');
    $('.dPriceInsert').text(discoPrice);

    // 0蜀��蝣ｴ蜷医�陦ｨ遉ｺ縺励↑縺�
    var dPriceInsert = $('.dPriceInsert').text();
    if (dPriceInsert === '0') {
      $('.discountedPrice').hide();
    }
  }
});

//繧ｫ繧ｦ繝ｳ繝医ム繧ｦ繝ｳ
$(function () {
  var cdFlag = $('.time_limit').text();
  if (cdFlag !== "") {
    $.getScript('https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.js', function () {
      var dDateLimit = $('input[name=limitDate]').val(); //譛滄剞險ｭ螳壽律
      dDateLimit = dDateLimit.replace(/-/g, '/');
      dDateLimit = dDateLimit.replace(/\..../g, '');
      dDateLimit += ' +0900';
      dDateLimit = new Date(dDateLimit);

      $('.countdown_time').countdown(dDateLimit, function (e) {
        var totalHours = e.offset.totalDays * 24 + e.offset.hours;
        $(this).html(e.strftime(totalHours + '譎る俣%M蛻�%S遘�'));
      });
    });
  }
});

// 繝｢繝ｼ繝繝ｫ OTRS蜀�｣ｽ蛹悶ヵ繝ｭ繝ｳ繝亥ｯｾ蠢懊#23759
// 繝｢繝ｼ繝繝ｫ 譁ｰ驟埼∵侭 #36292
$(function () {
  $('#imageSizeError_close').on('click', function () {
    $('#imageSizeError').fadeOut(50);
  });
  $('.wancoModal_bg-cancelElement, .wancoModal_closeBtn-cancelElement, .wancoModal_text-cancelElement').on('click', function () {
    $('.wancoModal').fadeOut(50);
  });
});

// #52297 讀懃ｴ｢邨先棡菫晏ｭ� - 繝�く繧ｹ繝医�逵∫払
function headerSearchHistoryHeadingPc() {
  if ($('#searchBox #searchHistoryList .indexItemHeading').length) {
    $('#searchBox #searchHistoryList .indexItemHeading').each(function () {
      // 隍�焚陦後ｒ蛻､蛻･
      var H = $(this).height();
      if (H &gt; 30) {

        // 繧ｪ繝ｪ繧ｸ繝翫Ν縺ｮ譁�ｫ�繧貞叙蠕�
        var $target = $(this).find('.inner');
        var htmlOrg = $target.html();
        var htmlEdit = htmlOrg;

        // width繧定ｨｭ螳壹＠縺ｦ逵∫払
        var W = $target.width();
        if (W &gt; 290) {
          $target.after('&lt;span class="displayAll"&gt;蜈ｨ縺ｦ陦ｨ遉ｺ&lt;/span&gt;');

          while (W &gt; 270) {
            htmlEdit = htmlEdit.substr(0, htmlEdit.length - 1);
            $target.html(htmlEdit + "...");
            var W = $target.width();
          }
        }
        // 蟇ｾ雎｡縺ｮ隕∫ｴ�繧偵‥ata-title 縺ｫ蜈･繧後ｋ
        $target.next('.displayAll').attr('data-title', htmlOrg);
      }
    });

    // 蜈ｨ縺ｦ陦ｨ遉ｺ縺吶ｋ
    $('#searchHistoryList .displayAll').on('mousedown', function () {
      var html = $(this).attr('data-title');
      $(this).prev('.inner').html(html);
      $(this).remove();
      return false;
    });

    $('#searchHistoryList .deleteHistoryList').on('click', function () {
      // storage縺九ｉ蜑企勁
      var removeItem = $(this).parents('.indexItem');
      var removeItemTitle = $(removeItem).find('.indexItemContent').attr('data-title-localstorage');
      removeSearchHistory(removeItemTitle);
      // 陦ｨ遉ｺ縺輔ｌ縺ｦ縺�ｋ繝ｪ繧ｹ繝亥炎髯､
      $(removeItem).fadeOut(300, function () {
        $(this).remove();
      });
    });

  }
}

$(function () {

  // 繧ｫ繧ｿ繝ｭ繧ｰ 繝溘Η繝ｼ繝医ヨ繝ｪ繧ｬ繝ｼ
  $('body').on('click', '.trgMute', function (e) {
    e.preventDefault();
    console.log();
    var brandName = $(this).attr('data-brand-name');
    $('[data-remodal-id=modal_muteBrand]').attr('data-brand-name', brandName).remodal().open();
  });

  // 繧ｫ繧ｿ繝ｭ繧ｰ 繧ｹ繝斐�繝牙�闕ｷ縺ｮ繝医げ繝ｫ遽�峇
  function trgSpeedDelivery() {
    setTimeout(function () { $('.filter_FastDelivery_btn input').click(); }, 500);
  };

  $('.FastDeliveryLabel').on('click', function () {
    if ($('input#searchFastDeliveryId').prop('checked')) {
      $('input#searchFastDeliveryId').prop('checked', false);
    } else {
      $('input#searchFastDeliveryId').prop('checked', true);
    }
  });

  $('.FastDeliveryLabel,#searchFastDeliveryId').on('click', function () {
    trgSpeedDelivery();
  });

  // 隧ｳ邏ｰ繝壹�繧ｸ縺ｮ豬ｷ螟也匱騾∵｡亥�
  $('body').on('click', '.trg-strawberryNotice-modal', function () {
    $('[data-remodal-id=strawberryNotice-modal]').remodal().open();
  });

  // 隱慕函譌･繧ｯ繝ｼ繝昴Φ繧ｭ繝｣繝ｳ繝壹�繝ｳ#73489
  // 謖�ｮ壽悄髢灘�縺�縺題ｦ∫ｴ�縺ｮ陦ｨ遉ｺ繧偵☆繧�
  var now = new Date();
  var start = new Date('2021/02/01 00:00');
  var end = new Date('2021/02/28 23:59');
  if (start &lt; now &amp;&amp; now &lt; end) {
    // body隕∫ｴ�縺ｫ隴伜挨繧ｯ繝ｩ繧ｹ
    $('body').addClass('-annv10');
    // 繝倥ャ繝繝ｼ
    var addElm
      = '&lt;span class="bdCoupon-camp"&gt;'
      + '縲舌Ο繧ｳ繝ｳ繝�10蜻ｨ蟷ｴ縲大牡蠑慕紫繧｢繝��!!'
      + '&lt;/span&gt;';
    $('.menu-bdCoupon').prepend(addElm);
    // 繝槭う繝壹�繧ｸ
    $('.bdCoupon-content').prepend(addElm);
    // 縺泌茜逕ｨ繧ｬ繧､繝� point.html
    var addElm_guide
      = '&lt;span class="add_BdCoupon"&gt;'
      + '&lt;span class="heading"&gt;繝ｭ繧ｳ繝ｳ繝�10蜻ｨ蟷ｴ繧ｭ繝｣繝ｳ繝壹�繝ｳ&lt;/span&gt;'
      + '10蜻ｨ蟷ｴ縺ｮ諢溯ｬ昴ｒ縺薙ａ縺ｦ縲√♀隱慕函譌･繧ｯ繝ｼ繝昴Φ縺ｯ蜑ｲ蠑慕紫繧｢繝��荳ｭ!! 縺薙�讖滉ｼ壹↓縺懊�縺泌茜逕ｨ縺上□縺輔＞縲�&lt;br&gt;窶ｻ繧｢繝��蠕後�蜑ｲ蠑慕紫縺ｯ隱慕函譌･繧ｯ繝ｼ繝昴Φ繝｡繝ｼ繝ｫ縺ｫ險倩ｼ峨＠縺ｦ縺ゅｊ縺ｾ縺�'
      + '&lt;/span&gt;';
    // 蜑ｲ蠑慕紫縺ｯ陦ｨ遉ｺ縺励↑縺�
    // var elmOrange = '5%&lt;em&gt;(譛螟ｧ15,000蜀�OFF) 窶ｻ&lt;/em&gt;';
    // var elmBronze = '6%&lt;em&gt;(譛螟ｧ18,000蜀�OFF) 窶ｻ&lt;/em&gt;';
    // var elmSilver = '7%&lt;em&gt;(譛螟ｧ21,000蜀�OFF) 窶ｻ&lt;/em&gt;';
    $(addElm_guide).insertBefore('.wrap_table_rank_point');
    // $('#rank_locondo_point .table_head dd:nth-of-type(2)').append('&lt;b&gt;窶ｻ繧ｭ繝｣繝ｳ繝壹�繝ｳ荳ｭ&lt;/b&gt;');
    // $('#rank_locondo_point .orange dd:nth-of-type(2)').html(elmOrange);
    // $('#rank_locondo_point .bronze dd:nth-of-type(2)').html(elmBronze);
    // $('#rank_locondo_point .silver dd:nth-of-type(2)').html(elmSilver);
  }

});

// URL縺ｮ繝代Λ繝｡繝ｼ繧ｿ繧貞叙蠕�
// https://www.locondo.jp/shop/search?searchWord=&amp;commercialType=2
// getUrlParam('commercialType'); 縺ｧ 2 縺瑚ｿ斐▲縺ｦ縺上ｋ
function getUrlParam(name, url) {
  if (!url) url = window.location.href;
  name = name.replace(/[\[\]]/g, "\\$&amp;");
  var regex = new RegExp("[?&amp;]" + name + "(=([^&amp;#]*)|&amp;|#|$)"),
    results = regex.exec(url);
  if (!results) return null;
  if (!results[2]) return '';
  return decodeURIComponent(results[2].replace(/\+/g, " "));
}

//dispatcher
(function () {
  var $nulltext; //縺�ｍ縺�ｍ縺ｪ蝣ｴ髱｢縺ｧ菴ｿ縺�レ繝ｫ蛟､

  //繧ｭ繝�ぜ繧｢繝代Ξ繝ｫ繝壹�繧ｸ縺ｧ螳溯｡� (繧ｵ繧､繧ｺ繝ｪ繝励Ξ繧､繧ｹ)
  dispatcher('.*/apparel_k(/|)$|.*/kids_underwear(/|)$|.*/(category/).*_g(/|)$|.*/(category/).*_b(/|)$|.*/(category/).*_k_m(/|)$|.*/(brand/).*/.*_g(/|)$|.*/(brand/).*/.*_b(/|)$|.*/(brand/).*/.*_k_m(/|)$|.*/underwear_boy(/|)$|.*/underwear_girl(/|)$|.*/(category/g_cfashion_).*|.*/(category/b_cfashion_).*',
    function () {
      $(function () {
        if ($('#searchApparelSizeStart').length) {

          if ($('.searchApparelSize label').length) { replaceKidsSize('.searchApparelSize label'); }
          if ($('select#searchApparelSizeStartBox').length) { replaceKidsSize('select#searchApparelSizeStartBox'); }
          if ($('select#searchApparelSizeEndBox').length) { replaceKidsSize('select#searchApparelSizeEndBox'); }
          if ($('select#searchApparelSizeEndBox').length) { noneKidsSize(); }

        }
      });
    });

  //豕ｨ譁�ｱ･豁ｴ縺ｮ驟埼∵ｸ医∩縺ｧ螳溯｡�
  dispatcher('.*/shipped$',
    function () {
      $(function () {
        switchtab();
      });
    });

  //霑泌刀蜿嶺ｻ倥�繝ｼ繧ｸ縺ｮ縺ｿ縺ｧ螳溯｡�
  dispatcher('.*/return-reason/.*$',
    function () {
      $(function () {
        switchReturnBtn();
      });
    });

  //繧ｫ繧ｿ繝ｭ繧ｰ縺ｾ縺溘�繝悶Λ繝ｳ繝峨∪縺溘�繧ｫ繝�ざ繝ｪ縺ｾ縺溘�繧ｷ繝ｧ繝��繝壹�繧ｸ縺ｧ螳溯｡�
  dispatcher('.*/shop/search.*$|.*/shop/brand.*$|.*/shop/category.*$|.*/shop/in-shop.*$',
    function () {
      $(function () {
        lgcCatalogImgSize();
        brandMultiple();
      });
    });

  //繝｢繝舌さ繝ｬ螻･豁ｴ繝壹�繧ｸ縺ｧ螳溯｡�
  dispatcher('.*/shop/mypage/other-site-order-history.*$',
    function () {
      $(function () {
        mbkrNotice();
      });
    });

  //繧ｳ繧ｹ繝｡繧ｫ繧ｿ繝ｭ繧ｰ縺ｧ螳溯｡�
  dispatcher('.*/category/cosme_ladies(/|)$',
    function () {
      $(function () {
        cosmeSizeSearch();
      });
    });

  // 蝠�刀隧ｳ邏ｰ縺ｧ螳溯｡�
  dispatcher('.*/shop/commodity/.*$',
    function () {
      $(function () {
        if (location.origin === 'https://sc3.locondo.jp' || location.origin === 'http://sc3.locondo.jp') {
          location.href = location.href.replace('sc3.locondo.jp', 'www.locondo.jp')
        }
      });
    });

  // 繧ｹ繝槭Μ�夊ｿ泌刀逕ｳ縺苓ｾｼ縺ｿ螳御ｺ��繝ｼ繧ｸ縺ｧ螳溯｡�(繧ｹ繝槭Μ縺碁∈縺ｹ繧句�ｴ蜷�)
  dispatcher('.*/shop/mypage/return-reason/.*/complete$',
    function () {
      $(window).on('load', function () {
        if ($('.smari-qr-link').length) {
          if (typeof gtag !== 'undefined') {
            // 繧ｹ繝槭Μ霑泌刀繝壹�繧ｸ縺ｮ陦ｨ遉ｺ蝗樊焚
            gtag("event", "smari_view_returnPage");

            // 繧ｹ繝槭Μ縲群R繧ｳ繝ｼ繝峨ｒ逋ｺ陦後☆繧九阪�繧ｿ繝ｳ縺檎判髱｢縺ｫ陦ｨ遉ｺ縺輔ｌ縺溷屓謨ｰ
            var targetElement = document.querySelector(".smari-qr-link"); // 逶｣隕悶☆繧玖ｦ∫ｴ�繧貞叙蠕�
            let options = {
              root: null,
              rootMargin: "0px",
              threshold: 1.0,
            };
            var observer = new IntersectionObserver(function(entries) { // IntersectionObserver縺ｮ險ｭ螳�
              entries.forEach(function(entry) {
                if (entry.isIntersecting) {
                  // 隕∫ｴ�縺後ン繝･繝ｼ繝昴�繝医→莠､蟾ｮ縺励◆蝣ｴ蜷�
                  gtag("event", "smari_inview_return-qr-link");
                  observer.unobserve(targetElement); // 1繝壹�繧ｸ縺ｫ縺､縺�1蠎ｦ繧ｫ繧ｦ繝ｳ繝医☆繧九◆繧√∫屮隕悶ｒ隗｣髯､
                } else {
                  // 隕∫ｴ�縺後ン繝･繝ｼ繝昴�繝医→莠､蟾ｮ縺励※縺�↑縺��ｴ蜷�
                }
              });
            }, options);
            observer.observe(targetElement); // 逶｣隕門ｯｾ雎｡縺ｮ隕∫ｴ�繧棚ntersectionObserver縺ｫ逋ｻ骭ｲ

            // 繧ｹ繝槭Μ縲群R繧ｳ繝ｼ繝峨ｒ逋ｺ陦後☆繧九阪�繧ｿ繝ｳ縺ｮ繧ｯ繝ｪ繝�け謨ｰ
            $('.smari-qr-link').on('click', function(){
              gtag("event", "smari_click_return-qr-link");
            });
          };
        };
      });
    });

  //DOM縺ｫ蟇ｾ縺励※蜃ｦ逅�′蠢�ｦ√↑譎ゅ�髢｢謨ｰ $(DOM).髢｢謨ｰ蜷�(); 縺ｧ螳溯｡�
  $.fn.extend({
  });

  //螳溯｡後☆繧後�縺�＞迥ｶ諷九�髢｢謨ｰ縲$.髢｢謨ｰ蜷�();縺ｧ螳溯｡�
  $.extend({
  });

  //譎ｮ騾壹↓髢｢謨ｰ菴懊▲縺ｦ繧０K 髢｢謨ｰ蜷�();縺ｧ螳溯｡�
  function replaceKidsSize(domName) {
    var kids_size_arr = {
      '90cm': /3S/g,
      '100cm': /SS/g,
      '140cm': /LL/g,
      '150cm': /3L/g,
      '160cm': /4L/g,
      '165cm': /5L/g,
      '170cm': /6L/g,
      '110cm': /S/g,
      '120cm': /M/g,
      '130cm': /L/g,
      '125cm': /FREE/g
    }
    $.each(kids_size_arr, function (key, value) {
      var size_option_txt = $(domName).html();
      $(domName).html(size_option_txt.replace(value, key));
    });
  };
  //165cm莉･荳翫�繧ｭ繝�ぜ縺倥ｃ縺ｪ縺�ｯｾ蠢�
  function noneKidsSize() {
    var kids_nosize_arr = [
      '#searchApparelSizeEndBox option[value="9"]',
      '#searchApparelSizeEndBox option[value="10"]',
      '#searchApparelSizeStartBox option[value="9"]',
      '#searchApparelSizeStartBox option[value="10"]'
    ];
    $.each(kids_nosize_arr, function (i, val) {
      $(val).prop("disabled", true).css('display', 'none');
    });
    if ($('#searchApparelSizeEndBox option[value="10"]').prop("selected") == true) {
      $('#searchApparelSizeEndBox option[value="8"]').prop("selected", true);
    }
  };
  function apparelthumb() {
    $("body").append('&lt;link rel="stylesheet" href="//media.aws.locondo.jp/contents/css/pc/content-catalog-add-apparel-thumb.css"&gt;');
  };
  function switchtab() {
    $('.deliveryTab li').removeClass('is-active');
    $('#js-already-delivery').addClass('is-active');
    $('#mypage_right_contents').removeClass('-shipped');
    $('#mypage_right_contents').addClass('-shipped');
  };
  function switchReturnBtn() {
    if ($('.commoditySection.is-active').size()) {
      $('p.complete').show();
    } else {
      $('p.complete').hide();
    }
  };
  //Support #66415 繧ｳ繧ｹ繝｡縺ｮ繧｢繝代Ξ繝ｫ繧ｵ繧､繧ｺ邨槭ｊ霎ｼ縺ｿ繧帝撼陦ｨ遉ｺ
  function cosmeSizeSearch() {
    if ($('.wrap_filter.ApparelSize').size()) {
      $('.wrap_filter.ApparelSize').hide();
    }
  };

  //Support #54064 LGC繧ｫ繧ｿ繝ｭ繧ｰ縺ｮ繧ｵ繝�繝阪ｒ螟ｧ縺阪￥縺吶ｋ蟇ｾ蠢�
  function lgcCatalogImgSize() {
    var commercialParam = getUrlParam('commercialType');
    if (commercialParam == 2) {
      $("body").append('&lt;link rel="stylesheet" href="//media.aws.locondo.jp/contents/css/pc/content-catalog-add-apparel-thumb.css"&gt;');
    }
  };

  //繝｢繝舌％繧檎ｷ頑･蟇ｾ蠢�
  function mbkrNotice() {
    $('.mbkr_box').append('&lt;span class="info-flag" style="display:block; width:100%; margin-top:6px;#f0f0f0;color:#ff0000;font-size: 11px; box-sizing: border-box;"&gt;豕ｨ譁�′遒ｺ螳壹＆繧後◆荳驛ｨ蝠�刀縺ｫ縲檎樟蝨ｨ縺雁叙繧頑桶縺�′縺斐＊縺�∪縺帙ｓ縲阪→陦ｨ險倥＆繧後※縺�ｋ蝣ｴ蜷医′縺ゅｊ縺ｾ縺吶′縲∝�闕ｷ縺ｫ蝠城｡後�縺斐＊縺�∪縺帙ｓ縲�&lt;/span&gt;');
  };

  //Support #67314 隍�焚繝悶Λ繝ｳ繝画欠螳壹�縺ｨ縺阪�繝悶Λ繝ｳ繝牙錐繧ｿ繧､繝医Ν繧帝撼陦ｨ遉ｺ
  function brandMultiple() {
    if ($('#searchBrandName').size()) {
      if ($('#searchBrandName').val().indexOf('|') &gt; 0) {
        $('.modalLinkDisabled.brand_select_name').hide();
      }
    }
  };

  // #66977繝ｬ繝薙Η繝ｼ縺ｧ蜀咏悄莉倥￠縺溘ｉ繧ｯ繧ｸ縺ｮ蜿｣謨ｰ縺悟｢励∴繧九�繧偵ｄ繧√ｋ
  dispatcher('.*/review-list.*$',
    function () {
      var elm = '縲舌♀遏･繧峨○縲大ｽ馴∈繝昴う繝ｳ繝医ｒ荳驛ｨ螟画峩縺�◆縺励∪縺励◆縲�(2023.6.15��';

      $(function () {
        $('.rev_point_insertNotice').html(elm);
      });
    });
  dispatcher('.*/shop/contents/point.*$',
    function () {
      var elm = '窶ｻ蠖馴∈繝昴う繝ｳ繝医ｒ荳驛ｨ螟画峩縺�◆縺励∪縺励◆縲�(2023.6.15��';
      $(function () {
        $('.rev_point_insertNotice').html(elm);
      });
    });

  // #76400 DIANA迚ｹ蛻･蟇ｾ蠢�
  dispatcher('.*/shop/commodity/SDIA1225D/DI8039.*$|.*/shop/commodity/SDIA1225D/DI8040.*$',
    function () {
      $(function () {
        $('#product_detail .related_brand a').attr('href', 'https://www.locondo.jp/shop/brand/DIANA%7CDIANA%2520WELL%2520FIT');
      });
    });

  //dispatcher髢｢謨ｰ隗ｦ繧峨↑縺�〒
  function dispatcher(path, func) {
    dispatcher.path_func = dispatcher.path_func || []
    if (func) {
      return dispatcher.path_func.push([path, func]);
    };

    var path_func = dispatcher.path_func;
    for (var i = 0, l = path_func.length; i &lt; l; ++i) {
      var func = path_func[i];
      var match = path.match(func[0]);
      match &amp;&amp; func[1](match);
    };
  };
  dispatcher(location.pathname);
})();

$(function () {
  if ($('#order_confirm').length) {
    $('.section-messageCard .headingWrap .heading').append('縺ｮ驕ｸ謚�');
    $('.section-messageCard .headingWrap .note').text('繝｡繝�そ繝ｼ繧ｸ繧ｫ繝ｼ繝峨ｒ豺ｻ縺医※縺企√ｊ縺ｧ縺阪∪縺�');
  }

  // 112583縲植mazonPay繧ｵ繧､繝医代く繝｣繝ｳ繝壹�繝ｳ繝舌リ繝ｼ縺ｮ謗ｲ遉ｺ
  // if ($('.simple-register #amazonSectionWrap').length){
  //   var elm
  //   = '&lt;a class="amazonpay_bnr" href="https://www.amazon.co.jp/b?node=26174326051&amp;ref_=Jumbo24Sep_merchant" target="_blank"&gt;'
  //   + '&lt;img src="https://media.aws.locondo.jp/contents/img/common/amazonpay/13_Amazon_Pay_BBP_1500x750.png"&gt;'
  //   + '&lt;/a&gt;';
  //   $('#amazonSectionWrap').append(elm);
  // }

})


//gtag 繧ｨ繝ｩ繝ｼ隗｣豸� 譌ｧga繧ｿ繧ｰ縺後お繝ｩ繝ｼ縺ｨ縺ｪ繧峨↑縺�◆繧√�髢｢謨ｰ #107720
function ga(send,event,gaparam){
  console.log(gaparam + ' Executed by Universal Analytics Tag #107720');
}</pre></body></html>