{"formatVersion":1,"available":true,"desktop":{"available":false,"unregisterOnStop":true,"allowWebview":false,"trackingOptimizer":true,"collectCookieKeys":false,"controlGroupRate":50,"ga4MeasurementId":"G-9TY5P3LEKV","ga4MeasurementIdForClient":"","ga4SiteSpeedSampleRate":1,"cacheConfig":{"image":604800000},"cacheRevision":0,"serviceWorkerUrl":"sw.js","serviceWorkerScope":"/","pageScript":"if (typeof gtag === \"function\") {\r\n  const reproBoosterGID = \"G-9TY5P3LEKV\";\r\n  const addToCartButtonsSelector = \".cartbox a.cart\";\r\n  const purchaseButtonsSelector = \"#frmSales input.submit_order_, #frmSalesGMO input.submit_order_\";\r\n  const purchaseValueSelector = \".item-p-total td\";\r\n  const purchaseQuantitySelector = \"#method_itemlist tr:nth-child(n+2) .qty_\";\r\n\r\n  // add_to_cart\r\n  document.querySelectorAll(addToCartButtonsSelector).forEach((button) => {\r\n    button.addEventListener(\"click\", function () {\r\n      gtag(\"event\", \"ReproBooster_sub_cv\", { send_to: reproBoosterGID });\r\n    });\r\n  });\r\n\r\n  // purchase\r\n  document.querySelectorAll(purchaseButtonsSelector).forEach((button) => {\r\n    button.addEventListener(\"click\", function () {\r\n      const value = Number(document.querySelector(purchaseValueSelector)?.textContent?.match(/\\d+/g)?.join('')) || null;\r\n      const quantity = Array.from(document.querySelectorAll(purchaseQuantitySelector))\r\n        .reduce((sum, e) => {\r\n          const n = Number(e.textContent.trim());\r\n          return sum + (Number.isNaN(n) ? 0 : n);\r\n        }, 0);\r\n\r\n      gtag(\"event\", \"ReproBooster_main_cv\", {\r\n        send_to: reproBoosterGID,\r\n        currency: \"JPY\",\r\n        value,\r\n        quantity,\r\n      });\r\n    });\r\n  });\r\n}\r\n\r\nconst rpr_prc_group = JSON.parse(localStorage.getItem(\"rpr_prc_group\") || \"{}\");\r\nconst assignment = Number(rpr_prc_group['assignment']);\r\nif ('navigation' in window && (assignment === 1 || assignment === 3)) {\r\n  if (!document.head) document.documentElement.appendChild(document.createElement('head'));\r\n\r\n  const style = document.createElement('style');\r\n  style.textContent = `\r\n    #booster-loading {\r\n      background: transparent;\r\n      border: none;\r\n      outline: none;\r\n      width: 96px;\r\n      height: 96px;\r\n      aspect-ratio: 1;\r\n      position: fixed;\r\n      overflow: hidden;\r\n      margin: auto;\r\n    }\r\n    #booster-loading #booster-spinner {\r\n      width: 100%;\r\n      height: 100%;\r\n      animation: loading-rotation 1.4s linear infinite;\r\n    }\r\n    #booster-loading #booster-spinner circle {\r\n      stroke: #FFF;\r\n      stroke-width: 2;\r\n      fill: none;\r\n      stroke-linecap: round;\r\n      animation: loading-dash 1.4s ease-in-out infinite;\r\n    }\r\n    @keyframes loading-rotation {\r\n      0% {\r\n          transform: rotate(0deg);\r\n      }\r\n      100% {\r\n          transform: rotate(360deg);\r\n      }\r\n    }\r\n    @keyframes loading-dash {\r\n      0% {\r\n          stroke-dasharray: 1, 150;\r\n          stroke-dashoffset: 0;\r\n      }\r\n      50% {\r\n          stroke-dasharray: 90, 150;\r\n          stroke-dashoffset: -35;\r\n      }\r\n      100% {\r\n          stroke-dasharray: 90, 150;\r\n          stroke-dashoffset: -124;\r\n      }\r\n    }\r\n    #booster-loading::backdrop {\r\n      background: rgba(0, 0, 0, 0.3);\r\n    }\r\n    @view-transition {\r\n      navigation: auto;\r\n      typesx: booster-loading;\r\n    }\r\n    #booster-loading {\r\n      view-transition-name: booster-loading;\r\n    }\r\n    ::view-transition-group(booster-loading) {\r\n      animation-duration: .2s;\r\n    }\r\n  `;\r\n  document.head.appendChild(style);\r\n\r\n  const dialog = document.createElement('dialog');\r\n  dialog.id = 'booster-loading';\r\n  dialog.innerHTML = `<svg id=\"booster-spinner\" viewBox=\"0 0 50 50\"><circle cx=\"25\" cy=\"25\" r=\"20\"></circle></svg>`;\r\n  if (document.body) {\r\n    document.body.appendChild(dialog);\r\n  } else {\r\n    const observer = new MutationObserver((e) => {\r\n      for (i of e) {\r\n        if (i.type === 'childList' && i.addedNodes.length > 0) {\r\n          for (const node of i.addedNodes) {\r\n            if (node.nodeType === Node.ELEMENT_NODE && node.tagName.toLowerCase() === 'body') {\r\n              document.body.appendChild(dialog);\r\n              observer.disconnect();\r\n              return;\r\n            }\r\n          }\r\n        }\r\n      }\r\n    })\r\n    observer.observe(document.documentElement, {\r\n      childList: true,\r\n    });\r\n  }\r\n\r\n  window.navigation.addEventListener('navigate', (e) => {\r\n    if (e.hashChange) return;\r\n    if (e.destination.sameDocument) return;\r\n    if (e.downloadRequest) return;\r\n    if (e.navigationType !== 'push') return;\r\n\r\n    const navigationTimer = setTimeout(() => {\r\n      dialog.showModal();\r\n    }, 100);\r\n\r\n    e.signal.addEventListener('abort', (ev) => {\r\n      clearTimeout(navigationTimer);\r\n      dialog.close();\r\n      dialog.remove();\r\n    });\r\n  });\r\n\r\n  window.addEventListener('pagereveal', (e) => {\r\n    dialog.close();\r\n    dialog.remove();\r\n  });\r\n\r\n  console.log(\"Booster Loading POC1 is running\");\r\n}\r\n","proxyConfig":{"imageProxy":{"active":false,"hosts":[{"host":"https://io.repro-booster.com/"}],"filters":{"includes":[],"excludes":[]},"timeout":10000,"optimization":{"formatConversion":false}},"dualProxy":{"active":true,"prefetch":true,"loadingSpinner":"","hiddenCssSelector":"#cart_num, #beltbnr, .original_price, .original_price + .item_price, .price_off, .item_point, .revico-star-block, #hinfo_slide + div:not([class]), .promotion, .bookmark_reflect, .item_icon .sale, .block-cart--container > .info_, h_bar, #h_info .member","displayNoneCssSelector":"","trackingParamsToStrip":[],"scriptPreload":false,"scriptPreloadPriority":"","prependStyle":"","beforeMergeScript":"// トップページのカルーセルの LCP 要素を初期表示時に隠さないよう変更\r\nconst path = location.pathname;\r\nif (path === '/' || path === '/default.aspx' || path === '/type/men/' || path === '/type/women/' || path === '/type/kids/') {\r\n  const lcpStyle = document.createElement('style');\r\n  lcpStyle.textContent = `\r\n    .flexslider .slides > li:first-child {\r\n      display: list-item !important;\r\n    }\r\n  `;\r\n  document.head.appendChild(lcpStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n\tsetTimeout(function() {\r\n\t  lcpStyle.remove();\r\n\t}, 1000);\r\n  });\r\n}\r\n\r\n// 商品一覧ページの select 要素へのスタイル適用が遅れることによる CLS に対処\r\nif (path === '/search.aspx') {\r\n  const selectStyle = document.createElement('style');\r\n  selectStyle.textContent = `\r\n    .view_sort select {\r\n      width: 200px;\r\n      height: 30px;\r\n      background: url(../../ships_img/pc/parts/ico_search_select.png) center right 10px no-repeat;\r\n    }\r\n    select {\r\n      width: 100%;\r\n      padding: 5px 8px;\r\n      -webkit-appearance: none;\r\n      -moz-appearance: none;\r\n      appearance: none;\r\n      border: none;\r\n      font-size: 12px;\r\n      border: 1px #cccccc solid;\r\n      border-radius: 3px;\r\n      background: transparent;\r\n      color: #000000;\r\n      z-index: 1;\r\n    }\r\n  `;\r\n  document.head.appendChild(selectStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n\tsetTimeout(function() {\r\n\t\tselectStyle.remove();\r\n\t}, 1000);\r\n  });\r\n}","afterMergeScript":"// トップページのカルーセルの LCP 要素を初期表示時に隠さないよう変更\r\nconst path = location.pathname;\r\nif (path === '/' || path === '/default.aspx' || path === '/type/men/' || path === '/type/women/' || path === '/type/kids/') {\r\n  const lcpStyle = document.createElement('style');\r\n  lcpStyle.textContent = `\r\n    .flexslider .slides > li:first-child {\r\n      display: list-item !important;\r\n    }\r\n  `;\r\n  document.head.appendChild(lcpStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n\tsetTimeout(function() {\r\n\t\tlcpStyle.remove();\r\n\t}, 1000);\r\n  });\r\n}\r\n\r\n// 商品一覧ページの select 要素へのスタイル適用が遅れることによる CLS に対処\r\nif (path === '/search.aspx') {\r\n  const selectStyle = document.createElement('style');\r\n  selectStyle.textContent = `\r\n    .view_sort select {\r\n      width: 200px;\r\n      height: 30px;\r\n      background: url(../../ships_img/pc/parts/ico_search_select.png) center right 10px no-repeat;\r\n    }\r\n    select {\r\n      width: 100%;\r\n      padding: 5px 8px;\r\n      -webkit-appearance: none;\r\n      -moz-appearance: none;\r\n      appearance: none;\r\n      border: none;\r\n      font-size: 12px;\r\n      border: 1px #cccccc solid;\r\n      border-radius: 3px;\r\n      background: transparent;\r\n      color: #000000;\r\n      z-index: 1;\r\n    }\r\n  `;\r\n  document.head.appendChild(selectStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n\tsetTimeout(function() {\r\n\t\tselectStyle.remove();\r\n\t}, 1000);\r\n  });\r\n}\r\n\r\n","disableBfcache":false,"disableAcceptLanguage":true,"resolveLazyLoad":false,"adaptiveCachePurge":false,"cachePurgeList":""}},"prefetchConfig":{"viewportStayTimeThreshold":2000,"mouseoverTimeout":500,"viewportRootMargins":[],"filters":{"includes":[{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/search\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/label/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/pages/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/shipsmag/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/coordinate/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/store/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/type/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/brand/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/searchtop\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/topic/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/goods/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/event/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/default\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/g/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/?($|\\?)"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/news/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/e/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/help/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/catalog/"}],"excludes":[{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/customer/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/order/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/history/"}]},"prioritizedExclusionFilters":[],"prerender":true},"testName":"","variants":[],"addOnSetting":{"criticalCssEnabled":false}},"mobile":{"available":false,"unregisterOnStop":true,"allowWebview":true,"trackingOptimizer":true,"collectCookieKeys":false,"controlGroupRate":50,"ga4MeasurementId":"G-9TY5P3LEKV","ga4MeasurementIdForClient":"","ga4SiteSpeedSampleRate":1,"cacheConfig":{"image":604800000},"cacheRevision":0,"serviceWorkerUrl":"sw.js","serviceWorkerScope":"/","pageScript":"if (typeof gtag === \"function\") {\r\n  const reproBoosterGID = \"G-9TY5P3LEKV\";\r\n  const addToCartButtonsSelector = \".cart_box a.btn_cart\";\r\n  const purchaseButtonsSelector = \"#frmSales input.main_action_button_, #frmSalesGMO input.main_action_button_\";\r\n  const purchaseValueSelector = \".item-p-total td\";\r\n  const purchaseQuantitySelector = \".confirm-contents-box .qty\";\r\n\r\n  // add_to_cart\r\n  document.querySelectorAll(addToCartButtonsSelector).forEach((button) => {\r\n    button.addEventListener(\"click\", function () {\r\n      gtag(\"event\", \"ReproBooster_sub_cv\", { send_to: reproBoosterGID });\r\n    });\r\n  });\r\n\r\n  // purchase\r\n  document.querySelectorAll(purchaseButtonsSelector).forEach((button) => {\r\n    button.addEventListener(\"click\", function () {\r\n      const value = Number(document.querySelector(purchaseValueSelector)?.textContent?.match(/\\d+/g)?.join('')) || null;\r\n      const quantity = Array.from(document.querySelectorAll(purchaseQuantitySelector))\r\n        .reduce((sum, e) => {\r\n          const match = e.textContent.match(/\\d+/);\r\n          const n = match ? Number(match[0]) : 0;\r\n          return sum + n;\r\n        }, 0);\r\n\r\n      gtag(\"event\", \"ReproBooster_main_cv\", {\r\n        send_to: reproBoosterGID,\r\n        currency: \"JPY\",\r\n        value,\r\n        quantity,\r\n      });\r\n    });\r\n  });\r\n}\r\n\r\nconst rpr_prc_group = JSON.parse(localStorage.getItem(\"rpr_prc_group\") || \"{}\");\r\nconst assignment = Number(rpr_prc_group['assignment']);\r\nif ('navigation' in window && (assignment === 1 || assignment === 3)) {\r\n  if (!document.head) document.documentElement.appendChild(document.createElement('head'));\r\n\r\n  const style = document.createElement('style');\r\n  style.textContent = `\r\n    #booster-loading {\r\n      background: transparent;\r\n      border: none;\r\n      outline: none;\r\n      width: 96px;\r\n      height: 96px;\r\n      aspect-ratio: 1;\r\n      position: fixed;\r\n      overflow: hidden;\r\n      margin: auto;\r\n    }\r\n    #booster-loading #booster-spinner {\r\n      width: 100%;\r\n      height: 100%;\r\n      animation: loading-rotation 1.4s linear infinite;\r\n    }\r\n    #booster-loading #booster-spinner circle {\r\n      stroke: #FFF;\r\n      stroke-width: 2;\r\n      fill: none;\r\n      stroke-linecap: round;\r\n      animation: loading-dash 1.4s ease-in-out infinite;\r\n    }\r\n    @keyframes loading-rotation {\r\n      0% {\r\n          transform: rotate(0deg);\r\n      }\r\n      100% {\r\n          transform: rotate(360deg);\r\n      }\r\n    }\r\n    @keyframes loading-dash {\r\n      0% {\r\n          stroke-dasharray: 1, 150;\r\n          stroke-dashoffset: 0;\r\n      }\r\n      50% {\r\n          stroke-dasharray: 90, 150;\r\n          stroke-dashoffset: -35;\r\n      }\r\n      100% {\r\n          stroke-dasharray: 90, 150;\r\n          stroke-dashoffset: -124;\r\n      }\r\n    }\r\n    #booster-loading::backdrop {\r\n      background: rgba(0, 0, 0, 0.3);\r\n    }\r\n    @view-transition {\r\n      navigation: auto;\r\n      typesx: booster-loading;\r\n    }\r\n    #booster-loading {\r\n      view-transition-name: booster-loading;\r\n    }\r\n    ::view-transition-group(booster-loading) {\r\n      animation-duration: .2s;\r\n    }\r\n  `;\r\n  document.head.appendChild(style);\r\n\r\n  const dialog = document.createElement('dialog');\r\n  dialog.id = 'booster-loading';\r\n  dialog.innerHTML = `<svg id=\"booster-spinner\" viewBox=\"0 0 50 50\"><circle cx=\"25\" cy=\"25\" r=\"20\"></circle></svg>`;\r\n  if (document.body) {\r\n    document.body.appendChild(dialog);\r\n  } else {\r\n    const observer = new MutationObserver((e) => {\r\n      for (i of e) {\r\n        if (i.type === 'childList' && i.addedNodes.length > 0) {\r\n          for (const node of i.addedNodes) {\r\n            if (node.nodeType === Node.ELEMENT_NODE && node.tagName.toLowerCase() === 'body') {\r\n              document.body.appendChild(dialog);\r\n              observer.disconnect();\r\n              return;\r\n            }\r\n          }\r\n        }\r\n      }\r\n    })\r\n    observer.observe(document.documentElement, {\r\n      childList: true,\r\n    });\r\n  }\r\n\r\n  window.navigation.addEventListener('navigate', (e) => {\r\n    if (e.hashChange) return;\r\n    if (e.destination.sameDocument) return;\r\n    if (e.downloadRequest) return;\r\n    if (e.navigationType !== 'push') return;\r\n\r\n    const navigationTimer = setTimeout(() => {\r\n      dialog.showModal();\r\n    }, 100);\r\n\r\n    e.signal.addEventListener('abort', (ev) => {\r\n      clearTimeout(navigationTimer);\r\n      dialog.close();\r\n      dialog.remove();\r\n    });\r\n  });\r\n\r\n  window.addEventListener('pagereveal', (e) => {\r\n    dialog.close();\r\n    dialog.remove();\r\n  });\r\n\r\n  console.log(\"Booster Loading POC1 is running\");\r\n}\r\n","proxyConfig":{"imageProxy":{"active":false,"hosts":[{"host":"https://io.repro-booster.com/"}],"filters":{"includes":[],"excludes":[]},"timeout":10000,"optimization":{"formatConversion":false}},"dualProxy":{"active":true,"prefetch":true,"loadingSpinner":"","hiddenCssSelector":"#cart_num, #beltbnr, .favorite-total-number__text, .goods_detail_price_small_, item_price, .price_off, .item_icon .sale, .item_point, .stock_data, .star-rating-wrapper, .star-rating, .promotion, div.noData_cart_info","displayNoneCssSelector":".conditionsBox","trackingParamsToStrip":[],"scriptPreload":false,"scriptPreloadPriority":"","prependStyle":"","beforeMergeScript":"// トップページ\r\nconst path = location.pathname;\r\nif (path === '/' || path === '/default.aspx' || path === '/type/men/' || path === '/type/women/' || path === '/type/kids/') {\r\n  // カルーセルの LCP 要素を初期表示時に隠さないよう変更\r\n  const lcpStyle = document.createElement('style');\r\n  lcpStyle.textContent = `\r\n    .flexslider .slides > li:first-child {\r\n      display: list-item !important;\r\n    }\r\n  `;\r\n  document.head.appendChild(lcpStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      lcpStyle.remove();\r\n    }, 1000);\r\n  });\r\n\r\n  // lazy load に対処\r\n  lazyImages = document.querySelectorAll('img.lazy[data-original]');\r\n  lazyImages.forEach((img) => {\r\n    const dataOriginal = img.getAttribute('data-original');\r\n    if (dataOriginal) img.src = dataOriginal;\r\n  });\r\n}\r\n\r\n// 商品一覧ページ\r\nif (path === '/search.aspx') {\r\n  // select 要素へのスタイル適用が遅れることによる CLS に対処\r\n  const selectStyle = document.createElement('style');\r\n  selectStyle.textContent = `\r\n    .view_sort select {\r\n      width: 200px;\r\n      height: 30px;\r\n      background: url(../../ships_img/pc/parts/ico_search_select.png) center right 10px no-repeat;\r\n    }\r\n    select {\r\n      width: 100%;\r\n      padding: 5px 8px;\r\n      -webkit-appearance: none;\r\n      -moz-appearance: none;\r\n      appearance: none;\r\n      border: none;\r\n      font-size: 12px;\r\n      border: 1px #cccccc solid;\r\n      border-radius: 3px;\r\n      background: transparent;\r\n      color: #000000;\r\n      z-index: 1;\r\n    }\r\n  `;\r\n  document.head.appendChild(selectStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      selectStyle.remove();\r\n    }, 1000);\r\n  });\r\n}\r\n\r\n// 商品詳細ページ\r\nif (path.startsWith('/g/g')) {\r\n  // カルーセルのサムネイルが一瞬表示されることによる CLS に対処\r\n  const thumbStyle = document.createElement('style');\r\n  thumbStyle.textContent = `\r\n    .flex-control-thumbs {\r\n      display: none;\r\n    }\r\n  `;\r\n  document.head.appendChild(thumbStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      thumbStyle.remove();\r\n    }, 1000);\r\n  });\r\n}\r\n","afterMergeScript":"// トップページ\r\nconst path = location.pathname;\r\nif (path === '/' || path === '/default.aspx' || path === '/type/men/' || path === '/type/women/' || path === '/type/kids/') {\r\n  // カルーセルの LCP 要素を初期表示時に隠さないよう変更\r\n  const lcpStyle = document.createElement('style');\r\n  lcpStyle.textContent = `\r\n    .flexslider .slides > li:first-child {\r\n      display: list-item !important;\r\n    }\r\n  `;\r\n  document.head.appendChild(lcpStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      lcpStyle.remove();\r\n    }, 1000);\r\n  });\r\n\r\n  // lazy load に対処\r\n  lazyImages = document.querySelectorAll('img.lazy[data-original]');\r\n  lazyImages.forEach((img) => {\r\n    const dataOriginal = img.getAttribute('data-original');\r\n    if (dataOriginal) img.src = dataOriginal;\r\n  });\r\n}\r\n\r\n// 商品一覧ページ\r\nif (path === '/search.aspx') {\r\n  // select 要素へのスタイル適用が遅れることによる CLS に対処\r\n  const selectStyle = document.createElement('style');\r\n  selectStyle.textContent = `\r\n    .view_sort select {\r\n      width: 200px;\r\n      height: 30px;\r\n      background: url(../../ships_img/pc/parts/ico_search_select.png) center right 10px no-repeat;\r\n    }\r\n    select {\r\n      width: 100%;\r\n      padding: 5px 8px;\r\n      -webkit-appearance: none;\r\n      -moz-appearance: none;\r\n      appearance: none;\r\n      border: none;\r\n      font-size: 12px;\r\n      border: 1px #cccccc solid;\r\n      border-radius: 3px;\r\n      background: transparent;\r\n      color: #000000;\r\n      z-index: 1;\r\n    }\r\n  `;\r\n  document.head.appendChild(selectStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      selectStyle.remove();\r\n    }, 1000);\r\n  });\r\n}\r\n\r\n// 商品詳細ページ\r\nif (path.startsWith('/g/g')) {\r\n  // カルーセルのサムネイルが一瞬表示されることによる CLS に対処\r\n  const thumbStyle = document.createElement('style');\r\n  thumbStyle.textContent = `\r\n    .flex-control-thumbs {\r\n      display: none;\r\n    }\r\n  `;\r\n  document.head.appendChild(thumbStyle);\r\n  window.addEventListener('DOMContentLoaded', function () {\r\n    setTimeout(function() {\r\n      thumbStyle.remove();\r\n    }, 1000);\r\n  });\r\n}\r\n","disableBfcache":false,"disableAcceptLanguage":true,"resolveLazyLoad":false,"adaptiveCachePurge":false,"cachePurgeList":""}},"prefetchConfig":{"viewportStayTimeThreshold":2000,"mouseoverTimeout":500,"viewportRootMargins":["0%"],"filters":{"includes":[{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/search\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/label/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/pages/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/shipsmag/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/coordinate/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/store/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/type/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/brand/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/searchtop\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/topic/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/goods/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/event/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/default\\.aspx"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/g/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/?($|\\?)"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/news/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/e/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/help/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/catalog/"}],"excludes":[{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/customer/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/order/"},{"type":"url","value":"^https://www\\.shipsltd\\.co\\.jp/history/"}]},"prioritizedExclusionFilters":[],"prerender":true},"testName":"","variants":[],"addOnSetting":{"criticalCssEnabled":false}}}