{"title":"TEST ステンキャットトイレ LP","description":null,"products":[{"product_id":"l-lbkto","title":"ステンキャットトイレ トップオープン","description":"\u003cstyle\u003e\n  \/*ーーーーーーページ全体の基本要素ーーーーーーーー*\/\n\n  \/*スマホ画面、PC画面の表示幅設定*\/\n  .product_page {\n    width: 100%;\n    margin: 0 auto;\n    \/*text-align: center;*\/\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_page {\n      width: 820px;\n    }\n  }\n\n\n  \/*スマホ画面用、PC画面用のタグ設定*\/\n  @media screen and (min-width: 768px) {\n    .is-sp {\n      display: none;\n    }\n  }\n\n  @media screen and (max-width: 767px) {\n    .is-pc {\n      display: none;\n    }\n  }\n\n  \/*背景色の設定*\/\n  .bg_white {\n    background: #fff;\n    \/*白背景*\/\n    padding-bottom: 48px;\n  }\n\n  .bg_gray {\n    background: #F2F2F2;\n    \/*グレー背景*\/\n    padding-bottom: 48px;\n  }\n\n  .bg_blue {\n    background: #ddebf6;\n    \/*水色背景*\/\n    padding-bottom: 48px;\n  }\n\n\n  \/*幅一杯に画像を掲載する時の設定*\/\n  .product_image_wrapper {\n    width: 100%;\n  }\n\n  .product_image_wrapper img {\n    width: 100%;\n    display: block;\n  }\n\n\n  \/*紹介部分の土台設定*\/\n  .product_content_wrapper {\n    text-align: center;\n    margin-block-end: 25px;\n    margin-left: 15px;\n    margin-right: 15px;\n    overflow: hidden;\n  }\n\n  \/*紹介部分の大タイトル設定*\/\n  .product_section_title_h3 {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    text-align: center;\n    font-size: calc(20px + (60 - 20) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: 32px;*\/\n    font-style: normal;\n    font-weight: 700;\n    line-height: 127.5%;\n    \/* 45.9px *\/\n    letter-spacing: 0.72px;\n    margin-block-start: 0;\n    margin-block-end: 0;\n    padding-top: 45px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_title_h3 {\n      font-size: 60px;\n      line-height: normal;\n    }\n\n  }\n\n  \/*紹介部分の小タイトル設定*\/\n  .product_section_title_h4 {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    text-align: center;\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: clamp(15px, 5vw, 30px);*\/\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px;\n    \/* 125% *\/\n    letter-spacing: 0.4px;\n    margin-top: 45px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_title_h4 {\n      font-size: 40px;\n      line-height: normal;\n    }\n  }\n\n\n  \/*タイトル下線（短く太い）*\/\n  .underline_title {\n    position: relative;\n    padding-bottom: 12px;\n    margin-bottom: 20px;\n    display: inline-block;\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title {\n      padding-bottom: 30px;\n    }\n  }\n\n  .underline_title::after {\n    content: '';\n    width: 60px;\n    height: 4px;\n    display: inline-block;\n    background-color: #000;\n    position: absolute;\n    bottom: -10px;\n    left: calc(50% - 30px)\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title::after {\n      width: 110px;\n      left: calc(50% - 55px)\n    }\n  }\n\n\n  \/*タイトル下線（細くて長い）*\/\n  .underline_title_tin {\n    border-bottom: 1px solid#000;\n    padding-bottom: clamp(10px, 4vw, 32px);\n    margin-bottom: clamp(10px, 4vw, 32px);\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title_tin {\n      padding-bottom: 32px;\n      margin-bottom: 32px;\n    }\n  }\n\n\n  \/*紹介部分のテキスト設定*\/\n  .product_section_text {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    text-align: center;\n    font-size: calc(10px + (24 - 10) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: clamp(10px,3vw, 18px);*\/\n    font-style: normal;\n    font-weight: 400;\n    \/* line-height: 25px;166.667% *\/\n    letter-spacing: 0.3px;\n    margin-block-start: 12px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_text {\n      font-size: 24px;\n      line-height: normal;\n      margin-block-start: 30px;\n    }\n  }\n\n\n  \/*余白あり一枚画像部分の設定*\/\n  .product_image_wrapper_margin {\n    margin-left: 15px;\n    margin-right: 15px;\n  }\n\n  .product_image_wrapper_margin img {\n    width: 100%;\n  }\n\n  \/*ーーーーーーページ全体の基本要素 ここまでーーーーーーーー*\/\n\n\n  \/*ーーーーーー背景画像に文字を重ねる設定ーーーーーーーー*\/\n\n  .haikei {\n    position: relative;\n    display: inline-block;\n    margin: 0 auto;\n  }\n\n  .haikei img {\n    width: 100%;\n    height: 100%;\n    display: block;\n  }\n\n  .haikei_moji_right {\n    position: absolute;\n    width: 50%;\n    left: 48%;\n    top: 5%;\n  }\n\n  .haikei_moji_left {\n    position: absolute;\n    width: 50%;\n    right: 50%;\n    top: 5%;\n  }\n\n  .haikei_title {\n    color: #000000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    font-weight: bold;\n    font-style: normal;\n    padding-left: 5%;\n    padding-right: 5%;\n    width: 100%;\n    font-size: calc(16px + (32 - 16) * ((100vw - 320px) \/ (767 - 320)));\n  }\n\n  @media screen and (min-width: 768px) {\n    .haikei_title {\n      font-size: 38px;\n    }\n  }\n\n\n  .haikei_text {\n    color: #000000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    font-size: calc(10px + (18 - 10) * ((100vw - 320px) \/ (767 - 320)));\n    font-style: normal;\n    padding-left: 5%;\n    padding-right: 5%;\n    width: 100%;\n    top: 45%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .haikei_text {\n      font-size: 24px;\n    }\n  }\n\n  \/*ーーーーーー背景画像に文字を重ねる設定　ここまでーーーーーーーー*\/\n\n\n  \/*横並び小見出し*\/\n  .product_list_box {\n    display: flex;\n    margin-top: 20px;\n    margin-bottom: 20px;\n  }\n\n  @media screen and (max-width: 767px) {\n    .product_list_box {\n      flex-wrap: wrap;\n    }\n  }\n\n  .product_list_box_footer {\n    margin-left: 28px;\n    margin-right: 28px;\n    margin-bottom: 20px;\n  }\n\n  .product_list_box_item {\n    width: 100%;\n    margin-left: 28px;\n    margin-right: 6px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_item {\n      width: 50%;\n    }\n  }\n\n  .product_list_box_title {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    text-align: left;\n    font-size: clamp(15px, 5vw, 25px);\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px;\n    letter-spacing: 0.4px;\n    margin-top: 5%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_title {\n      font-size: 30px;\n      line-height: normal;\n    }\n  }\n\n  .product_list_box_text {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    text-align: left;\n    font-size: clamp(12px, 3vw, 18px);\n    font-style: normal;\n    letter-spacing: 0.4px;\n    margin-top: clamp(1%, 1.5%, 6%);\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_text {\n      font-size: 20px;\n      line-height: normal;\n      margin-top: 10px;\n    }\n  }\n\n\n\n  .white_box {\n    margin-top: 44px;\n    margin-left: 40px;\n    margin-right: 40px;\n    border-radius: 15px;\n    background: #FFF;\n    padding: 20px 20px;\n    position: relative;\n  }\n\n  .white_box img {\n    width: 50%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .white_box {\n      margin-left: 28px;\n      margin-right: 28px;\n      padding: 86px 30px;\n    }\n  }\n\n  .white_box_flex {\n    \/*display: flex;*\/\n    border-radius: 20px;\n    background: #FFF;\n    padding-top: 5px;\n    padding-bottom: 5px;\n    margin-left: 20px;\n    margin-right: 20px;\n    margin-bottom: 22px;\n    align-items: center;\n    justify-content: center;\n  }\n\n  @media screen and (min-width: 768px) {\n    .white_box_flex {\n      margin-left: 33px;\n      margin-right: 33px;\n    }\n  }\n\n  .white_box_flex_image {\n    width: 28%;\n    align-items: center;\n  }\n\n  .white_box_flex_image img {\n    width: 100%;\n  }\n\n  .white_box_flex_content {\n    width: 62%;\n    text-align: center;\n    display: flex;\n    justify-items: center;\n    flex-flow: column;\n  }\n\n  .white_box_flex_content_title {\n    font-size: 15px;\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px;\n    \/* 166.667% *\/\n    letter-spacing: 0.3px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .white_box_flex_content_title {\n      font-size: 20px;\n    }\n  }\n\n\n  .itemlink_button {\n    border-radius: 20px;\n    background: #0586FD;\n    color: #fff !important;\n    font-size: 7px;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px;\n    \/* 357.143% *\/\n    letter-spacing: 0.14px;\n    padding: 0px 12px;\n    text-decoration: none;\n    width: 130px;\n    text-align: center;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 8px;\n    margin-bottom: 8px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .itemlink_button {\n      border-radius: 30px;\n      font-size: 14px;\n      width: 180px;\n      padding: 8px 16px;\n      margin-top: 20px;\n    }\n  }\n\n  .product_image_wrapper_margin_kasane {\n    margin-left: 15px;\n    margin-right: 15px;\n    margin-bottom: -15px;\n  }\n\n  .product_image_wrapper_marginkasane img {\n    width: 100%;\n  }\n\n\n\n\n  .number_point {\n    background-color: #3d3d3d;\n    text-align: center;\n    color: #ffffff;\n    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    font-style: normal;\n    font-weight: 700;\n    vertical-align: middle;\n  }\n\n  @media screen and (min-width: 768px) {\n    .number_point {\n      font-size: 30px;\n    }\n  }\n\n  .number_point span {\n    font-size: calc(20px + (60 - 20) * ((100vw - 320px) \/ (767 - 320)));\n  }\n\n  @media screen and (min-width: 768px) {\n    .number_point span {\n      font-size: 60px;\n    }\n  }\n\n  \/*ーーーーーー番号付きポイントリストの設定ーーーーーーーー*\/\n\n  .point-list {\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .point-item {\n    display: flex;\n    align-items: center;\n    margin-bottom: 10px;\n    position: relative;\n    padding-bottom: 10px;\n    border-bottom: 2px dotted #aaa;\n  }\n\n  @media screen and (min-width: 768px) {\n    .point-item {\n      margin-bottom: 20px;\n      padding-bottom: 20px;\n    }\n  }\n\n  \/* 円のスタイル *\/\n  .circle {\n    display: flex;\n    flex-direction: column;\n    \/* 縦方向に配置 *\/\n    justify-content: center;\n    align-items: center;\n    background-color: #567982;\n    color: white;\n    font-weight: bold;\n    border-radius: 50%;\n    width: 60px;\n    height: 60px;\n    margin-right: 15px;\n    flex-shrink: 0;\n  }\n\n  @media screen and (min-width: 768px) {\n    .circle {\n      width: 80px;\n      height: 80px;\n    }\n  }\n\n  \/* POINTのスタイル *\/\n  .point-label {\n    font-size: 10px;\n    margin-top: 10px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .point-label {\n      font-size: 15px;\n    }\n  }\n\n  \/* 番号のスタイル *\/\n  .point-number {\n    font-size: 32px;\n    margin-top: -18px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .point-number {\n      font-size: 40px;\n      margin-top: -25px;\n    }\n  }\n\n  \/* ポイントテキストのスタイル *\/\n  .point-text {\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    font-weight: bold;\n    color: #333;\n  }\n\n  @media screen and (min-width: 768px) {\n    .point-text {\n      font-size: 30px;\n    }\n  }\n\n  \/*ーーーーーー番号付きポイントリストの設定　ここまでーーーーーーーー*\/\n\u003c\/style\u003e\n\u003cdiv class=\"product_page\"\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01-1.jpg?v=1743731241\" alt=\"ステンキャットトイレ_トップオープン_メイン画像\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01_00.jpg?v=1743734012\" alt=\"ステンキャットトイレ_トップオープン_タイトル画像\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003cspan class=\"point-number\"\u003e1\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eスプレー防止で清潔キープ\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01_01.jpg?v=1743733821\" alt=\"スプレー防止で清潔キープ\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003e壁と天井があることで、 猫ちゃんのスプレー行為をしっかりガード!\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003cspan class=\"point-number\"\u003e2\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003e砂の飛び散りを軽減\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01_02.jpg?v=1743733821\" alt=\"砂の飛び散りを軽減\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003e上フタに砂をキャッチする構造を採用。\u003cbr\u003eトイレ周りの砂散らかりを防ぎ、お掃除がぐっとラクに!\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003cspan class=\"point-number\"\u003e3\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eニオイの広がりを抑える\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01_03.jpg?v=1743733821\" alt=\"ニオイの広がりを抑える\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003eフタ付きだからニオイが外に漏れにくく、\u003cbr\u003eお部屋の空気を快適にキープします。\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\u003cspan class=\"point-number\"\u003e4\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eリラックスできる\u003cbr\u003eプライベート空間\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01_04.jpg?v=1743733821\" alt=\"リラックスできるプライベート空間\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003e狭い空間が好きな猫ちゃんや神経質な子も安心。\u003cbr\u003e落ち着いて排せつできる環境を提供します。\u003c\/p\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_02.jpg?v=1732772797\" alt=\"ステンキャットトイレ_02_こんな悩み!\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bg_white\"\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_03.jpg?v=1732772797\" alt=\"ステンキャットトイレ_03_猫が喜ぶ5ポイント\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"point-list\"\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\n\u003cspan class=\"point-label\"\u003ePOINT\u003c\/span\u003e \u003cspan class=\"point-number\"\u003e01\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eニオイがつきにくい\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\n\u003cspan class=\"point-label\"\u003ePOINT\u003c\/span\u003e \u003cspan class=\"point-number\"\u003e02\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003e傷がつきにくく耐久性抜群\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\n\u003cspan class=\"point-label\"\u003ePOINT\u003c\/span\u003e \u003cspan class=\"point-number\"\u003e03\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eお手入れが簡単で衛生的\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\n\u003cspan class=\"point-label\"\u003ePOINT\u003c\/span\u003e \u003cspan class=\"point-number\"\u003e04\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003e快適な温度感♪\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-item\"\u003e\n\u003cdiv class=\"circle\"\u003e\n\u003cspan class=\"point-label\"\u003ePOINT\u003c\/span\u003e \u003cspan class=\"point-number\"\u003e05\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"point-text\"\u003eスタイリッシュなデザイン\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"number_point\"\u003epoint\u003cspan\u003e01\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_section_title_h3\"\u003eニオイがつきにくい\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_05.jpg?v=1743742404\" alt=\"ステンキャットトイレ_04_ニオイがつきにくい\"\u003e\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003eステンレスは密度が高く、表面にほとんど隙間がないため、ニオイの原因となる汚れや微粒子の吸着を防ぎます。\u003cbr\u003eプラスチック製や木材と異なり、長期間使用しても汚れやニオイが染み込まないため、いつまでも清潔を保ってくれます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"number_point\"\u003epoint\u003cspan\u003e02\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_section_title_h3\"\u003e傷がつきにくく\u003cbr\u003e耐久性抜群\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_05.jpg?v=1732772797\" alt=\"ステンキャットトイレ_05_耐久性抜群\"\u003e\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003eステンレスは非常に耐久性が高く、長期間使用しても破損や劣化がしにくい素材です。特に、猫が噛んでも引っかいても傷がつきにくいため、丈夫で長持ち♪\u003cbr\u003eまた、リサイクル可能なため、プラスチック製品に比べて環境への負担が少ないところもポイントです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"number_point\"\u003epoint\u003cspan\u003e03\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_section_title_h3\"\u003eお手入れが簡単で\u003cbr\u003e衛生的\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_06.jpg?v=1732772797\" alt=\"ステンキャットトイレ_06_お手入れ簡単\"\u003e\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003e表面が滑らかで、汚れや臭いが染み込みにくい設計のため、汚れた部分をサッと拭き取るだけでお手入れが完了!\u003cbr\u003e頑固な汚れや気になるニオイは、熱湯消毒や漂白剤（例：ハイター）による除菌も対応可能です。\u003cbr\u003e※熱湯や漂白剤を使用する場合は必ず使用方法や安全指示を守り、製品が十分冷めた状態で取り扱ってください。\u003cbr\u003eまた、漂白剤は薄めて使用し、長時間放置せずに、しっかりとすすぎ洗いを行ってください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"number_point\"\u003epoint\u003cspan\u003e04\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_section_title_h3\"\u003e快適な温度感♪\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_08.jpg?v=1743742405\" alt=\"ステンキャットトイレ_07_快適な温度\"\u003e\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003eステンレスは熱伝導率が高いため、周囲の温度に素早く馴染み、いつでも快適な環境を提供します。夏場には涼しい感触をもたらし、暑さを嫌う猫にも心地よく、冬場には室温と馴染むことで冷えすぎることなく快適さを保ちます。\u003cbr\u003eさらに、プラスチック製に比べ化学物質が少なく、猫の皮膚や健康に優しいため、敏感な猫やシニア猫にも安心してお使いいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"number_point\"\u003epoint\u003cspan\u003e05\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_section_title_h3\"\u003eスタイリッシュな\u003cbr\u003eデザイン\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_09.jpg?v=1743742405\" alt=\"ステンキャットトイレ_08_スタイリッシュ\"\u003e\u003c\/div\u003e\n\u003cp class=\"product_section_text\"\u003eステンキャットトイレは、高級感漂うシルバーカラーが特徴です。洗練されたデザインで、どんな部屋のインテリアにも自然に馴染みます。 無駄のないシンプルなフォルムは、スタイリッシュな空間づくりを好む飼い主さまに最適です。\u003cbr\u003e猫トイレでありながら、美しいインテリアの一部として楽しめます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"bg_gray\"\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"product_section_title_h4 underline_title\"\u003e付属品\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"haikei\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_09-1_4c241d49-f793-47cb-aee0-08608a131f28.jpg?v=1743740878\" alt=\"ステンキャットトイレ_09-1_専用スコップ付き\"\u003e\n\u003cdiv class=\"haikei_moji_right\"\u003e\n\u003cdiv class=\"haikei_title\"\u003e専用スコップ付き\u003c\/div\u003e\n\u003cdiv class=\"haikei_text\"\u003eトイレの側面に設置できる専用スコップが付属。\u003cbr\u003e幅11.3cmと大きめサイズで、排泄物の処理がスムーズに行えます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haikei\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stainlesstoilet_09-2.jpg?v=1732772797\" alt=\"ステンキャットトイレ_09-2_滑り止めゴム\"\u003e\n\u003cdiv class=\"haikei_moji_left\"\u003e\n\u003cdiv class=\"haikei_title\"\u003e滑り止めゴムで\u003cbr\u003e安定性抜群\u003c\/div\u003e\n\u003cdiv class=\"haikei_text\"\u003eトイレの裏面には、滑り止めゴムが4か所に配置。これにより、使用中にトイレがずれる心配がなく、猫が安心して使用できます。さらには、床へのキズを防ぐ効果も♪\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg_white\"\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"product_section_title_h4 underline_title\"\u003e3Color\u003c\/div\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_12_8fe24b0c-6aed-4217-8a1a-18f29a26ddb1.jpg?v=1743742931\" alt=\"ステンキャットトイレトップオープン_10-1_カラー3種\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg_white\"\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"product_section_title_h4 underline_title\"\u003e3size\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_13_7bb704ca-803d-483e-93c2-8f21e3beb102.jpg?v=1743742930\" alt=\"ステンキャットトイレ_11-1_サイズ2種（白抜き）\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg_white\"\u003e\n\u003cdiv class=\"product_content_wrapper\"\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_15.jpg?v=1781510462\" alt=\"ステンキャットトイレ_13-1_寸法\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003ca href=\"https:\/\/oft-store.com\/search?q=%E3%83%A1%E3%82%AC%E3%83%9E%E3%83%83%E3%83%88\u0026amp;options%5Bprefix%5D=last\" target=\"_top\"\u003e\u003cimg width=\"100%\" alt=\"メガマットリンク\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/megamat_link.jpg?v=1758850524\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"product_image_wrapper\"\u003e\u003ca href=\"https:\/\/oft-store.com\/products\/staincat-plus\" target=\"_top\"\u003e\u003cimg alt=\"ステンキャットトイレ plus\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten_plus_link.jpg?v=1771913528\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003ch6\u003e\u003cspan\u003e商品情報\u003c\/span\u003e\u003c\/h6\u003e\n\u003ctable id=\"oft_spec_table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003eステンキャットトイレ トップオープン\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eサイズ(約)\u003c\/th\u003e\n\u003ctd\u003e【L】\u003cbr\u003e外寸：幅40cm×奥60cm×高34cm\u003cbr\u003e内寸：幅35.8cm×奥56×高32cm\u003cbr\u003e入口の幅：直径22cm\/入口までの高さ28.5cm\u003cbr\u003e\u003cbr\u003e【L ハイタイプ】\u003cbr\u003e外寸：幅40cm×奥60cm×高39cm\u003cbr\u003e内寸：幅35.8cm×奥56×高37cm\u003cbr\u003e入口の幅：直径22cm\/入口までの高さ33.5cm\u003cbr\u003e\u003cbr\u003e【スコップ】最大幅11.3cm×全長13.8cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重量(約)\u003c\/th\u003e\n\u003ctd\u003e【L】2.5kg\u003cbr\u003e【Lハイタイプ】2.7kg\u003cbr\u003e【スコップ】34g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e主な材質\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan\u003eトレー：ステンレス\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eカバー：ポリプロピレン\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e生産国\u003c\/th\u003e\n\u003ctd\u003e中国\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eメーカー\u003c\/th\u003e\n\u003ctd\u003eJIEYANG YONGMEI PET PRODUCTS CO.,LTD（中国）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch6\u003e\u003cspan\u003eご注意\u003c\/span\u003e\u003c\/h6\u003e\n\u003cp\u003e\u003cspan style=\"color: red; font-size: 1.2em;\"\u003e※ステンレス製のトレー本体は製造工程の特性上、スリ傷や薄い汚れが見られる場合がございます。これらは製品の品質や機能には影響ございませんので、あらかじめご了承いただきますようお願い申し上げます。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e※予告なしにカラー等の変更がある場合がございます。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※モニターによって実際の商品と色が異なって見える場合がございます。予めご了承下さい。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※洗った後は、完全に乾かしてからご使用ください。\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"OFT STORE","offers":[{"title":"Lサイズ \/ ホワイト \/ 未確認","offer_id":49975044997422,"sku":"L-LWHTO-nb2-cbsand","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ ホワイト \/ 確認した","offer_id":49975044964654,"sku":"L-LWHTO","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック \/ 未確認","offer_id":49975045128494,"sku":"L-LBKTO-nb2-cbsand","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック \/ 確認した","offer_id":49975045095726,"sku":"L-LBKTO","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ グレー \/ 未確認","offer_id":49975045259566,"sku":"L-LGYTO-nb2-cbsand","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ グレー \/ 確認した","offer_id":49975045226798,"sku":"L-LGYTO","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト \/ 未確認","offer_id":49975045390638,"sku":"LH-LWHTO-nb2-cbsand","price":6480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト \/ 確認した","offer_id":49975045357870,"sku":"LH-LWHTO","price":6480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック \/ 未確認","offer_id":49975045521710,"sku":"LH-LBKTO-nb2-cbsand","price":6480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック \/ 確認した","offer_id":49975045488942,"sku":"LH-LBKTO","price":6480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ グレー \/ 未確認","offer_id":49975045652782,"sku":"LH-LGYTO-nb2-cbsand","price":6480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ グレー \/ 確認した","offer_id":49975045620014,"sku":"LH-LGYTO","price":6480.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenup_01-1.jpg?v=1748224537"},{"product_id":"8335","title":"ステンキャットトイレ（リム）","description":"\u003cstyle\u003e \n  \/*ーーーーーーページ全体の基本要素ーーーーーーーー*\/\n  \n  \/*スマホ画面、PC画面の表示幅設定*\/\n  .product_page {\n    width: 100%;\n    margin: 0 auto;\n    \/*text-align: center;*\/\n  }\n  \n  @media screen and (min-width: 768px) {\n    .product_page {\n      width: 820px;\n    }\n  }\n\n\n  \/*スマホ画面用、PC画面用のタグ設定*\/\n  @media screen and (min-width: 768px) {\n    .is-sp {\n      display: none;\n    }\n  }\n\n  @media screen and (max-width: 767px) {\n    .is-pc {\n      display: none;\n    }\n  }\n\n  \/*背景色の設定*\/\n  .bg_white {\n    background: #fff; \/*白背景*\/\n    padding-bottom: 48px;\n  }\n\n  .bg_gray {\n    background: #F2F2F2; \/*グレー背景*\/\n    padding-bottom: 48px;\n  }\n\n  .bg_blue {\n    background: #ddebf6; \/*水色背景*\/\n    padding-bottom: 48px;\n  }\n\n\n  \/*幅一杯に画像を掲載する時の設定*\/\n  .product_image_wrapper {\n    width: 100%;\n  }\n  \n  .product_image_wrapper img {\n    width: 100%;\n    display: block;\n  }\n\n\n  \/*紹介部分の土台設定*\/\n  .product_content_wrapper {\n    text-align: center;\n    margin-block-end: 25px;\n    margin-left: 15px;\n    margin-right: 15px;\n    overflow: hidden;\n  }\n\n  \/*紹介部分の大タイトル設定*\/\n  .product_section_title_h3 {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    text-align: center;\n    font-size: calc(20px + (60 - 20) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: 32px;*\/\n    font-style: normal;\n    font-weight: 700;\n    line-height: 127.5%; \/* 45.9px *\/\n    letter-spacing: 0.72px;\n    margin-block-start: 0;\n    margin-block-end: 0;\n    padding-top: 45px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_title_h3 {\n      font-size: 60px;\n      line-height: normal;\n    }\n  \n  }\n\n  \/*紹介部分の小タイトル設定*\/\n  .product_section_title_h4 {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    text-align: center;\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: clamp(15px, 5vw, 30px);*\/\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px; \/* 125% *\/\n    letter-spacing: 0.4px;\n    margin-top: 45px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_title_h4 {\n      font-size: 40px;\n      line-height: normal;\n    }\n  }\n\n\n  \/*タイトル下線（短く太い）*\/\n  .underline_title {\n    position: relative;\n    padding-bottom: 12px;\n    margin-bottom: 20px;\n    display: inline-block;\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title {\n      padding-bottom: 30px;\n    }\n  }\n\n  .underline_title::after {\n    content: '';\n    width: 60px;\n    height: 4px;\n    display: inline-block;\n    background-color: #000;\n    position: absolute;\n    bottom: -10px;\n    left: calc(50% - 30px)\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title::after {\n      width: 110px;\n      left: calc(50% - 55px)\n    }\n  }\n\n\n  \/*タイトル下線（細くて長い）*\/\n  .underline_title_tin {\n    border-bottom: 1px solid#000;\n    padding-bottom: clamp(10px,4vw,32px);\n    margin-bottom: clamp(10px,4vw,32px);\n  }\n\n  @media screen and (min-width: 768px) {\n    .underline_title_tin  {\n      padding-bottom: 32px;\n      margin-bottom: 32px;\n    }\n  }\n\n\n  \/*紹介部分のテキスト設定*\/\n  .product_section_text {\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    text-align: left;\n    font-size: calc(10px + (24 - 10) * ((100vw - 320px) \/ (767 - 320)));\n    \/*font-size: clamp(10px,3vw, 18px);*\/\n    font-style: normal;\n    font-weight: 400;\n    \/* line-height: 25px;166.667% *\/\n    letter-spacing: 0.3px;\n    margin-block-start: 12px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_section_text {\n      font-size: 24px;\n      line-height: normal;\n      margin-block-start: 30px;\n    }\n  }\n\n\n  \/*余白あり一枚画像部分の設定*\/\n  .product_image_wrapper_margin {\n    margin-left: 15px;\n    margin-right: 15px;\n  }\n  \n  .product_image_wrapper_margin img {\n    width: 100%;\n  }\n\n  \/*ーーーーーーページ全体の基本要素 ここまでーーーーーーーー*\/\n\n\n    \/*ーーーーーー背景画像に文字を重ねる設定ーーーーーーーー*\/\n  \n    .haikei {\n    position: relative;\n    display: inline-block;\n    margin: 0 auto;\n  }\n\n  .haikei img{\n    width: 100%;\n    height: 100%;\n    display: block;\n  }\n\n  .haikei_moji_right {\n    position: absolute;\n    width: 50%;\n    left: 48%;\n    top:5%;\n  }\n\n  .haikei_moji_left {\n    position: absolute;\n    width: 50%;\n    right: 50%;\n    top:5%;\n  }\n\n  .haikei_title {\n    color: #000000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    font-weight: bold;\n    font-style: normal;\n    padding-left: 5%;\n    padding-right: 5%;\n    width: 100%;\n    font-size: calc(16px + (32 - 16) * ((100vw - 320px) \/ (767 - 320)));\n  }\n  \n  @media screen and (min-width: 768px) {\n    .haikei_title  {\n      font-size: 38px;\n    }\n  }\n\n\n  .haikei_text {\n    color: #000000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    font-size: calc(10px + (18 - 10) * ((100vw - 320px) \/ (767 - 320)));\n    font-style: normal;\n    padding-left: 5%;\n    padding-right: 5%;\n    width: 100%;\n    top:45%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .haikei_text {\n      font-size: 24px;\n    }\n  }\n\n  \/*ーーーーーー背景画像に文字を重ねる設定　ここまでーーーーーーーー*\/\n\n  \n  \/*横並び小見出し*\/\n  .product_list_box {\n    display: flex;\n    margin-top: 20px;\n    margin-bottom: 20px;\n  }\n\n  @media screen and (max-width: 767px) {\n    .product_list_box {\n      flex-wrap: wrap;\n    }\n  }\n\n  .product_list_box_footer {\n    margin-left: 28px;\n    margin-right: 28px;\n    margin-bottom: 20px;\n  }\n\n  .product_list_box_item {\n    width: 100%;\n    margin-left: 28px;\n    margin-right: 6px;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_item {\n      width: 50%;\n    }\n  }\n\n  .product_list_box_title{\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    text-align: left;\n    font-size: clamp(15px, 5vw, 25px);\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px;\n    letter-spacing: 0.4px;\n    margin-top: 5%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_title{\n      font-size: 30px;\n      line-height: normal;\n    }\n  }\n\n  .product_list_box_text{\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    text-align: left;\n    font-size: clamp(12px,3vw, 18px);\n    font-style: normal;\n    letter-spacing: 0.4px;\n    margin-top: clamp(1%,1.5%,6%);\n  }\n\n  @media screen and (min-width: 768px) {\n    .product_list_box_text{\n      font-size: 20px;\n      line-height: normal;\n      margin-top: 10px;\n    }\n  }\n\n\n\n  .white_box {\n    margin-top: 44px;\n    margin-left: 40px;\n    margin-right: 40px;\n    border-radius: 15px;\n    background: #FFF;\n    padding: 20px 20px;\n    position: relative;\n  }\n\n  .white_box img {\n    width: 50%;\n  }\n\n  @media screen and (min-width: 768px) {\n    .white_box {\n      margin-left: 28px;\n      margin-right: 28px;\n      padding: 86px 30px;\n    }\n  }\n\n  .white_box_flex {\n    \/*display: flex;*\/\n    border-radius: 20px;\n    background: #FFF;\n    padding-top: 5px;\n    padding-bottom: 5px;\n    margin-left: 20px;\n    margin-right: 20px;\n    margin-bottom: 22px;\n    align-items: center;\n    justify-content: center;\n  }\n  @media screen and (min-width: 768px) {\n    .white_box_flex {\n      margin-left: 33px;\n      margin-right: 33px;\n    }\n  }\n\n  .white_box_flex_image {\n    width: 28%;\n    align-items: center;\n  }\n  .white_box_flex_image img {\n    width: 100%;\n  }\n  \n  .white_box_flex_content {\n    width: 62%;\n    text-align: center;\n    display: flex;\n    justify-items: center;\n    flex-flow: column;\n  }\n\n  .white_box_flex_content_title {\n    font-size: 15px;\n    color: #000;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px; \/* 166.667% *\/\n    letter-spacing: 0.3px;\n  }\n  @media screen and (min-width: 768px) {\n    .white_box_flex_content_title {\n      font-size: 20px;\n    }\n  }\n\n\n  .itemlink_button {\n    border-radius: 20px;\n    background: #0586FD;\n    color: #fff !important;\n    font-size: 7px;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;\n    font-style: normal;\n    font-weight: 700;\n    line-height: 25px; \/* 357.143% *\/\n    letter-spacing: 0.14px;\n    padding: 0px 12px;\n    text-decoration: none;\n    width: 130px;\n    text-align: center;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 8px;\n    margin-bottom: 8px;\n  }\n  @media screen and (min-width: 768px) {\n    .itemlink_button {\n      border-radius: 30px;\n      font-size: 14px;\n      width: 180px;\n      padding: 8px 16px;\n      margin-top: 20px;\n    }\n  }\n\n  .product_image_wrapper_margin_kasane {\n    margin-left: 15px;\n    margin-right: 15px;\n    margin-bottom: -15px;\n  }\n  \n  .product_image_wrapper_marginkasane img {\n    width: 100%;\n  }\n\n\n\n\n  .number_point{\n    background-color: #3d3d3d;\n    text-align: center;\n    color: #ffffff;\n    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    font-style: normal;\n    font-weight: 700;\n    vertical-align: middle;\n  }\n\n  @media screen and (min-width: 768px) {\n    .number_point {\n      font-size: 30px;\n    }\n  }\n\n  .number_point span{\n    font-size: calc(20px + (60 - 20) * ((100vw - 320px) \/ (767 - 320)));\n  }\n  \n  @media screen and (min-width: 768px) {\n    .number_point span {\n      font-size: 60px;\n    }\n  }\n\n    \/*ーーーーーー番号付きポイントリストの設定ーーーーーーーー*\/\n  \n    .point-list {\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  \n  .point-item {\n    display: flex;\n    align-items: center;\n    margin-bottom: 10px;\n    position: relative;\n    padding-bottom: 10px;\n    border-bottom: 2px dotted #aaa;\n  }\n\n  @media screen and (min-width: 768px) {\n    .point-item {\n      margin-bottom: 20px;\n      padding-bottom: 20px;\n    }\n  }\n  \n  \/* 円のスタイル *\/\n  .circle {\n    display: flex;\n    flex-direction: column; \/* 縦方向に配置 *\/\n    justify-content: center;\n    align-items: center;\n    background-color: #567982;\n    color: white;\n    font-weight: bold;\n    border-radius: 50%;\n    width: 60px;\n    height: 60px;\n    margin-right: 15px;\n    flex-shrink: 0;\n  }\n  \n  @media screen and (min-width: 768px) {\n    .circle {\n      width: 80px;\n      height: 80px;\n    }\n  }\n  \n  \/* POINTのスタイル *\/\n  .point-label {\n    font-size: 10px;\n    margin-top: 10px;\n  }\n  \n  @media screen and (min-width: 768px) {\n    .point-label {\n      font-size: 15px;\n    }\n  }\n  \n  \/* 番号のスタイル *\/\n  .point-number {\n    font-size: 32px;\n    margin-top: -18px;\n  }\n  \n  @media screen and (min-width: 768px) {\n    .point-number {\n      font-size: 40px;\n      margin-top: -25px;\n    }\n  }\n  \n  \/* ポイントテキストのスタイル *\/\n  .point-text {\n    font-size: calc(15px + (30 - 15) * ((100vw - 320px) \/ (767 - 320)));\n    font-weight: bold;\n    color: #333;\n  }\n  \n  @media screen and (min-width: 768px) {\n    .point-text {\n      font-size: 30px;\n    }\n  }\n\n  \/*ーーーーーー番号付きポイントリストの設定　ここまでーーーーーーーー*\/\n  \n  \n\n\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"product_page\"\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_00.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_メイン画像\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_01.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_XL新登場\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_02.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_XL新登場\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!--\u003cdiv class=\"bg_gray\"\u003e\n    \u003cdiv class=\"product_content_wrapper\"\u003e\n      \u003cdiv class=\"product_section_title_h4 underline_title\"\u003e本体はこちらから\u003c\/div\u003e\n\n      \u003cdiv class=\"link_banner\"\u003e\n        \u003cdiv class=\"link_banner_image\"\u003e\n          \u003ca href=\"https:\/\/oft-store.com\/products\/7326\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/nuki_tallwallbox_l_ivory.png?v=1741155761\" alt=\"リンク商品の画像_正方形\"\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"link_banner_content\"\u003e\n          \u003cdiv class=\"link_banner_content_subtitle\"\u003eステンキャットトイレ\u003c\/div\u003e\n          \u003cdiv class=\"link_banner_content_title\"\u003eMサイズ\u003c\/div\u003e\n          \u003ca class=\"link_banner_content_button\" href=\"https:\/\/oft-store.com\/products\/7326\"\u003e 商品ページを見る ＞ \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"link_banner\"\u003e\n        \u003cdiv class=\"link_banner_image\"\u003e\n          \u003ca href=\"https:\/\/oft-store.com\/products\/7326\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/nuki_tallwallbox_l_ivory.png?v=1741155761\" alt=\"リンク商品の画像_正方形\"\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"link_banner_content\"\u003e\n          \u003cdiv class=\"link_banner_content_subtitle\"\u003eステンキャットトイレ\u003c\/div\u003e\n          \u003cdiv class=\"link_banner_content_title\"\u003eL・Lハイタイプ\u003c\/div\u003e\n          \u003ca class=\"link_banner_content_button\" href=\"https:\/\/oft-store.com\/products\/7326\"\u003e 商品ページを見る ＞ \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_03.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_XL新登場\"\u003e\n  \u003c\/div\u003e--\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_04.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_XL新登場\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/staincat_lim_05.jpg?v=1766640181\" alt=\"ステンキャットトイレ_01_XL新登場\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003csection class=\"oft-main\"\u003e\u003c\/section\u003e\n  \u003csection class=\"oft-main\"\u003e\u003cbr\u003e\u003c\/section\u003e\n  \n  \u003ch6\u003e\u003cspan\u003e商品情報\u003c\/span\u003e\u003c\/h6\u003e\n  \n  \u003ctable id=\"oft_spec_table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003e商品名\u003c\/th\u003e\n        \u003ctd\u003e\u003cspan\u003eステンキャットトイレ（リム）\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eサイズ(約)\u003c\/th\u003e\n        \u003ctd\u003e\n          【M用】幅50×奥35×高13cm\u003cbr\u003e\n          【L \/ Lハイタイプ用】幅60×奥40×高16.5cm\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e主な材質\u003c\/th\u003e\n        \u003ctd\u003e\n          \u003cspan\u003eポリプロピレン\u003c\/span\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e生産国\u003c\/th\u003e\n        \u003ctd\u003e中国\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eメーカー\u003c\/th\u003e\n        \u003ctd\u003eJIEYANG YONGMEI PET PRODUCTS CO.,LTD（中国）\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003ch6\u003e\u003cspan\u003eご注意\u003c\/span\u003e\u003c\/h6\u003e\n  \u003cp\u003e\n    \u003cspan\u003e※予告なしにカラー等の変更がある場合がございます。\u003c\/span\u003e\u003cbr\u003e\n    \u003cspan\u003e※モニターによって実際の商品と色が異なって見える場合がございます。予めご了承下さい。\u003c\/span\u003e\u003cbr\u003e\n    \u003cspan\u003e※洗った後は、完全に乾かしてからご使用ください。\u003c\/span\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"OFT STORE","offers":[{"title":"Mサイズ用 \/ クリアブラック","offer_id":51533401260334,"sku":"8335","price":1500.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ用 \/ グレー","offer_id":51533401293102,"sku":"8336","price":1500.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ用 \/ ホワイト","offer_id":51533401325870,"sku":"8334","price":1500.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ Lハイタイプ用 \/ クリアブラック","offer_id":51533401358638,"sku":"8338","price":2000.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ Lハイタイプ用 \/ グレー","offer_id":51533401391406,"sku":"8339","price":2000.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ Lハイタイプ用 \/ ホワイト","offer_id":51533401424174,"sku":"8337","price":2000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sm_lim_00.jpg?v=1766639946"},{"product_id":"staincat-plus","title":"ステンキャットトイレ Plus","description":"\u003csection class=\"oft-main\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_00.jpg?v=1770958922\" alt=\"ステンキャットトイレ PLUS\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_01.jpg?v=1770958922\" alt=\"ステンレス猫トイレ\" width=\"100%\"\u003e \n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenctaplus_review.jpg?v=1779684366\" alt=\"商品レビュー\" width=\"100%\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_02.jpg?v=1770958923\" alt=\"こんな悩み\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_03.jpg?v=1770958923\" alt=\"5POINT\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_04.jpg?v=1770958922\" alt=\"プラスチック不使用\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_05.jpg?v=1770958924\" alt=\"高さUPで猫砂の飛散をしっかりガード\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_06.jpg?v=1770958922\" alt=\"インテリアに合わせて選べる3カラー\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_07.jpg?v=1770958922\" alt=\"お手入れが簡単で衛生的\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_08.jpg?v=1770958922\" alt=\"ステンキャットシリーズ\" width=\"100%\"\u003e \u003ca href=\"https:\/\/oft-store.com\/search?q=%E3%82%B9%E3%83%86%E3%83%B3%E3%82%AD%E3%83%A3%E3%83%83%E3%83%88%E3%83%88%E3%82%A4%E3%83%AC\u0026amp;options%5Bprefix%5D=last\" target=\"_top\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_09.jpg?v=1770958922\" alt=\"ステンキャットシリーズ\" width=\"100%\"\u003e\u003c\/a\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_10.jpg?v=1770958922\" alt=\"カラー\" width=\"100%\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_11.jpg?v=1770958922\" alt=\"別売りステップ\" width=\"100%\"\u003e \u003ca href=\"https:\/\/oft-store.com\/products\/litter-catch-step\" target=\"_top\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_12.jpg?v=1770958922\" alt=\"リターキャッチステップ\" width=\"100%\"\u003e\u003c\/a\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_14.jpg?v=1770958922\" alt=\"サイズ\" width=\"100%\"\u003e\n   \u003ca href=\"https:\/\/oft-store.com\/search?q=%E3%82%B5%E3%82%B9%E3%83%86%E3%82%A3%E3%83%8A%E3%83%96%E3%83%AA%E3%83%BC%E3%83%A6%E3%82%A2%E3%83%BC%E3%82%BA\u0026amp;options%5Bprefix%5D=last\" target=\"_top\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_15.jpg?v=1770958923\" alt=\"おすすめの猫砂\" width=\"100%\"\u003e\u003c\/a\u003e\u003c\/section\u003e\n\u003ch6\u003e\u003cspan\u003e商品情報\u003c\/span\u003e\u003c\/h6\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable id=\"oft_spec_table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003eステンキャットトイレ Plus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eサイズ(約)\u003c\/th\u003e\n\u003ctd\u003e外寸：幅40.5×奥61×高29cm\u003cbr\u003e内寸：幅36.5×奥57×高29cm\u003cbr\u003e底面：幅31.5×奥52cm\u003cbr\u003e入口の幅：幅27cm\/入口までの高さ17cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重量(約)\u003c\/th\u003e\n\u003ctd\u003e【シルバー】2.5kg\u003cbr\u003e【ブラック、ベージュ】2.6kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e材質\u003c\/th\u003e\n\u003ctd\u003eステンレス\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eカラー\u003c\/th\u003e\n\u003ctd\u003eシルバー、ブラック、ベージュ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e付属品\u003c\/th\u003e\n\u003ctd\u003e専用スコップ×1個、滑り止めゴム足×4枚（装着済み）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e生産国\u003c\/th\u003e\n\u003ctd\u003e中国（企画・デザイン：中国）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eメーカー\u003c\/th\u003e\n\u003ctd\u003eShanghai catlink intelligence co.ltd\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch6\u003e\u003cspan\u003eご注意\u003c\/span\u003e\u003c\/h6\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e※ステンレス製のトレー本体は製造工程の特性上、スリ傷や薄い汚れが見られる場合がございます。これらは製品の品質や機能には影響ございませんので、あらかじめご了承いただきますようお願い申し上げます。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※海外製品のため、予告なしにカラー等の変更がある場合がございます。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※モニターによって実際の商品と色が異なって見える場合がございます。予めご了承下さい。\u003c\/span\u003e\u003c\/p\u003e","brand":"OFT STORE","offers":[{"title":"シルバー \/ 不要 \/ 未確認","offer_id":51772830384430,"sku":"stainplus-silver-cbsand","price":6920.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ 不要 \/ 確認した","offer_id":51894034727214,"sku":"stainplus-silver","price":6920.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ ホワイト \/ 未確認","offer_id":51758907588910,"sku":"stainplus-silver-stepw-cbsand","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ ホワイト \/ 確認した","offer_id":51894034759982,"sku":"stainplus-silver-stepw","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ ブラック \/ 未確認","offer_id":51772828811566,"sku":"stainplus-silver-stepb-cbsand","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ ブラック \/ 確認した","offer_id":51894034792750,"sku":"stainplus-silver-stepb","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ グレー \/ 未確認","offer_id":51772828844334,"sku":"stainplus-silver-stepg-cbsand","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ グレー \/ 確認した","offer_id":51894034825518,"sku":"stainplus-silver-stepg","price":8400.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ 不要 \/ 未確認","offer_id":51772830417198,"sku":"stainplus-black-cbsand","price":8320.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 不要 \/ 確認した","offer_id":51894034858286,"sku":"stainplus-black","price":8320.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ ホワイト \/ 未確認","offer_id":51758907621678,"sku":"stainplus-black-stepw-cbsand","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ ホワイト \/ 確認した","offer_id":51894034891054,"sku":"stainplus-black-stepw","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ ブラック \/ 未確認","offer_id":51772828877102,"sku":"stainplus-black-stepb-cbsand","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ ブラック \/ 確認した","offer_id":51894034923822,"sku":"stainplus-black-stepb","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ グレー \/ 未確認","offer_id":51772828909870,"sku":"stainplus-black-stepg-cbsand","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ グレー \/ 確認した","offer_id":51894034956590,"sku":"stainplus-black-stepg","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ 不要 \/ 未確認","offer_id":51772830449966,"sku":"stainplus-beige-cbsand","price":8320.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ 不要 \/ 確認した","offer_id":51894034989358,"sku":"stainplus-beige","price":8320.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ ホワイト \/ 未確認","offer_id":51758907654446,"sku":"stainplus-beige-stepw-cbsand","price":9800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ ホワイト \/ 確認した","offer_id":51894035022126,"sku":"stainplus-beige-stepw","price":9800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ ブラック \/ 未確認","offer_id":51772828942638,"sku":"stainplus-beige-stepb-cbsand","price":9800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ ブラック \/ 確認した","offer_id":51894035054894,"sku":"stainplus-beige-stepb","price":9800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ グレー \/ 未確認","offer_id":51772828975406,"sku":"stainplus-beige-stepg-cbsand","price":9800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ グレー \/ 確認した","offer_id":51894035087662,"sku":"stainplus-beige-stepg","price":9800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stenplus_00.jpg?v=1772502121"},{"product_id":"stainless_cat_toilet","title":"(一部予約販売)ステンキャットトイレ","description":"\u003c!-- 2026.6.18 Lロータイプ追加--\u003e\n\n\u003cdiv class=\"product_page\"\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/casava_1_pre.jpg?v=1774853144\" alt=\"猫砂プレゼントキャンペーン_キャッサバブレンドサンド\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten_xl_caution.jpg?v=1765756095\" alt=\"ステンキャットトイレ_XLカラー表記注意\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_00.jpg?v=1781756697\" alt=\"ステンキャットトイレ_サイズ統合_00_トップ画像\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_01.jpg?v=1781756719\" alt=\"ステンキャットトイレ_サイズ統合_01_新サイズ登場（SとXLリム付き）\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/stencat_review.jpg?v=1779684367\" alt=\"商品レビュー\" width=\"100%\"\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_02.jpg?v=1781756711\" alt=\"ステンキャットトイレ_サイズ統合_02_トップ画像2\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_03.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_03_こんな悩み\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_04.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_04_6つのポイント\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_05.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_05_臭いがつきにくい\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_06.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_06_傷がつきにくい\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_07.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_07_お手入れ簡単\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_08.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_08_快適な温度感\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_09.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_09_豊富なサイズ\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_09-1.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_09-1_スタイリッシュ\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_10.jpg?v=1774845165\" alt=\"ステンキャットトイレ_サイズ統合_10_付属品\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_12.jpg?v=1781756737\" alt=\"ステンキャットトイレ_サイズ統合_12_カラー\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_13.jpg?v=1781756749\" alt=\"ステンキャットトイレ_サイズ統合_13_サイズ\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper bg_cassava\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_14-1.jpg?v=1774845754\" alt=\"ステンキャットトイレ_サイズ統合_14-1_キャッサバブレンド紹介\"\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003ca href=\"https:\/\/oft-store.com\/products\/8388\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_14-2.jpg?v=1774845754\" alt=\"ステンキャットトイレ_サイズ統合_14-2_キャッサバブレンド_リンク\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product_image_wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sten-int_15.jpg?v=1781756764\" alt=\"ステンキャットトイレ_サイズ統合_15_寸法\"\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"oft-main\"\u003e\u003c\/section\u003e\n  \u003csection class=\"oft-main\"\u003e\u003cbr\u003e\u003c\/section\u003e\n  \n  \u003ch6\u003e\u003cspan\u003e商品情報\u003c\/span\u003e\u003c\/h6\u003e\n  \u003ctable id=\"oft_spec_table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003e商品名\u003c\/th\u003e\n        \u003ctd\u003e\u003cspan\u003eステンキャットトイレ\u003c\/span\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e寸法（約）\u003c\/th\u003e\n        \u003ctd\u003e\n          【S】\u003cbr\u003e\n          外寸：幅39.5×奥29.5×高10cm\u003cbr\u003e\n          内寸(底面)：幅34cm×奥24cm\u003cbr\u003e\n          \u003cbr\u003e\n          【M】\u003cbr\u003e\n          外寸：幅50cm×奥35cm×高27cm\u003cbr\u003e\n          内寸(底面)：幅45cm×奥25cm\u003cbr\u003e\n          入口の幅：幅20cm\/入口までの高さ17cm\u003cbr\u003e\n          \u003cbr\u003e\n          【L】\u003cbr\u003e\n          外寸：幅60cm×奥40cm×高30.5cm\u003cbr\u003e\n          内寸(底面)：幅54.5cm×奥29.5cm\u003cbr\u003e\n          入口の幅：幅24cm\/入口までの高さ17cm\u003cbr\u003e\n          \u003cbr\u003e\n          【Lハイタイプ】\u003cbr\u003e\n          外寸：幅60cm×奥40cm×高35.5cm\u003cbr\u003e\n          内寸(底面)：幅54.5cm×奥29.5cm\u003cbr\u003e\n          入口の幅：幅24cm\/入口までの高さ22cm\u003cbr\u003e\n          \u003cbr\u003e\n          【Lロータイプ】\u003cbr\u003e\n          外寸：幅60cm×奥40cm×高22.5cm\u003cbr\u003e\n          内寸(底面)：幅54.5cm×奥29.5cm\u003cbr\u003e\n          入口の幅：幅24cm\/入口までの高さ9cm\u003cbr\u003e\n          \u003cbr\u003e\n          【XL】\u003cbr\u003e\n          外寸：幅50.3cm×奥70.3cm×高30cm\u003cbr\u003e\n          内寸(底面)：幅43cm×奥63cm\u003cbr\u003e\n          入口の幅：幅20cm\/入口までの高さ17cm\u003cbr\u003e\n          \u003cbr\u003e\n          【XLハイタイプ】\u003cbr\u003e\n          外寸：幅50.3cm×奥70.3cm×高35cm\u003cbr\u003e\n          内寸(底面)：幅43cm×奥63cm\u003cbr\u003e\n          入口の幅：幅20cm\/入口までの高さ22cm\u003cbr\u003e\n          \u003cbr\u003e\n          【スコップ】最大幅11.3cm×全長13.8cm\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n         \n      \u003ctr\u003e\n        \u003cth\u003e重量(約)\u003c\/th\u003e\n        \u003ctd\u003e【Sサイズ】600g\u003cbr\u003e【Mサイズ】1.5kg\u003cbr\u003e【Lサイズ】2kg\u003cbr\u003e【Lハイタイプ】2.2kg\u003cbr\u003e【Lロータイプ】1.6kg\u003cbr\u003e【XLサイズ】2.85kg\u003cbr\u003e【XLハイタイプ】3.1kg\u003cbr\u003e【スコップ】34g\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e主な材質\u003c\/th\u003e\n        \u003ctd\u003e\n          \u003cspan\u003eトレー：ステンレス\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eカバー：ポリプロピレン\u003c\/span\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e生産国\u003c\/th\u003e\n        \u003ctd\u003e中国\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eメーカー\u003c\/th\u003e\n        \u003ctd\u003eJIEYANG YONGMEI PET PRODUCTS CO.,LTD（中国）\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \u003ch6\u003e\u003cspan\u003eご注意\u003c\/span\u003e\u003c\/h6\u003e\n  \u003cp\u003e\n    \u003cspan\u003e※予告なしにカラー等の変更がある場合がございます。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※モニターによって実際の商品と色が異なって見える場合がございます。予めご了承下さい。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e※洗った後は、完全に乾かしてからご使用ください。\u003c\/span\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"OFT STORE","offers":[{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877233787182,"sku":"8389-cbsand-x","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877233819950,"sku":"8389","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 希望する","offer_id":51877233852718,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 不要","offer_id":51877233885486,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877233918254,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877233951022,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 希望する","offer_id":51877233983790,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 不要","offer_id":51877234016558,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877234049326,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877234082094,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 希望する","offer_id":51877234114862,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 不要","offer_id":51877234147630,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877234180398,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ(リムなしのみ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877234213166,"sku":"x","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877234245934,"sku":"x","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877234278702,"sku":"x","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ ホワイト：単品 \/ 希望する","offer_id":51877209178414,"sku":"M-MWH-cbsand","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ ホワイト：単品 \/ 不要","offer_id":51877209211182,"sku":"M-MWH","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877209243950,"sku":"M-MWH-stepWH-cbsand","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877209276718,"sku":"M-MWH-stepWH","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ クリアブラック：単品 \/ 希望する","offer_id":51877209309486,"sku":"M-MBK-cbsand","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ クリアブラック：単品 \/ 不要","offer_id":51877209342254,"sku":"M-MBK","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877209375022,"sku":"M-MBK-stepBK-cbsand","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877209407790,"sku":"M-MBK-stepBK","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ グレー：単品 \/ 希望する","offer_id":51877209440558,"sku":"M-MGY-cbsand","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ グレー：単品 \/ 不要","offer_id":51877209473326,"sku":"M-MGY","price":4480.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877209506094,"sku":"M-MGY-stepGR-cbsand","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Mサイズ \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877209538862,"sku":"M-MGY-stepGR","price":5960.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877234311470,"sku":"x","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877234344238,"sku":"x","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ ホワイト：単品 \/ 希望する","offer_id":51877209571630,"sku":"L-LWH-cbsand","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ ホワイト：単品 \/ 不要","offer_id":51877209604398,"sku":"L-LWH","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877209637166,"sku":"L-LWH-stepWH-cbsand","price":6960.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877209669934,"sku":"L-LWH-stepWH","price":6960.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック：単品 \/ 希望する","offer_id":51877209702702,"sku":"L-LBK-cbsand","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック：単品 \/ 不要","offer_id":51877209735470,"sku":"L-LBK","price":5480.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877209768238,"sku":"L-LBK-stepBK-cbsand","price":6960.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877209801006,"sku":"L-LBK-stepBK","price":6960.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ \/ グレー：単品 \/ 希望する","offer_id":51877209833774,"sku":"L-LGY-cbsand","price":5480.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ \/ グレー：単品 \/ 不要","offer_id":51877209866542,"sku":"L-LGY","price":5480.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877209899310,"sku":"L-LGY-stepGR-cbsand","price":6960.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877209932078,"sku":"L-LGY-stepGR","price":6960.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ハイタイプ） \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877234377006,"sku":"x","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877234409774,"sku":"x","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト：単品 \/ 希望する","offer_id":51877209964846,"sku":"LH-LWH-cbsand","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト：単品 \/ 不要","offer_id":51877209997614,"sku":"LH-LWH","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877210030382,"sku":"LH-LWH-stepWH-cbsand","price":7460.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877210063150,"sku":"LH-LWH-stepWH","price":7460.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック：単品 \/ 希望する","offer_id":51877210095918,"sku":"LH-LBK-cbsand","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック：単品 \/ 不要","offer_id":51877210128686,"sku":"LH-LBK","price":5980.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877210161454,"sku":"LH-LBK-stepBK-cbsand","price":7460.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877210194222,"sku":"LH-LBK-stepBK","price":7460.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ハイタイプ） \/ グレー：単品 \/ 希望する","offer_id":51877210226990,"sku":"LH-LGY-cbsand","price":5980.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ハイタイプ） \/ グレー：単品 \/ 不要","offer_id":51877210259758,"sku":"LH-LGY","price":5980.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ハイタイプ） \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877210292526,"sku":"LH-LGY-stepGR-cbsand","price":7460.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ハイタイプ） \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877210325294,"sku":"LH-LGY-stepGR","price":7460.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":52218316390702,"sku":"x","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 不要","offer_id":52218316423470,"sku":"x","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 希望する","offer_id":52218316456238,"sku":"Llow-LWH-cbsand","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 不要","offer_id":52218316489006,"sku":"Llow-LWH","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":52218316521774,"sku":"Llow-LWH-stepWH-cbsand","price":6260.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":52218316554542,"sku":"Llow-LWH-stepWH","price":6260.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 希望する","offer_id":52218316587310,"sku":"Llow-LBK-cbsand","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 不要","offer_id":52218316620078,"sku":"Llow-LBK","price":4780.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":52218316652846,"sku":"Llow-LBK-stepBK","price":6260.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":52218316685614,"sku":"Llow-LBK-stepBK-cbsand","price":6260.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 希望する","offer_id":52218316718382,"sku":"Llow-LGY-cbsand","price":4780.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 不要","offer_id":52218316751150,"sku":"Llow-LGY","price":4780.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":52218316783918,"sku":"Llow-LGY-stepGR-cbsand","price":6260.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ（ロータイプ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":52218316816686,"sku":"Llow-LGY-stepGR","price":6260.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877234442542,"sku":"x","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877234475310,"sku":"x","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 希望する","offer_id":51877210358062,"sku":"XL-XLWH-cbsand","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 不要","offer_id":51877210390830,"sku":"XL-XLWH","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877210423598,"sku":"XL-XLWH-stepWH-cbsand","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877210456366,"sku":"XL-XLWH-stepWH","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 希望する","offer_id":51877210489134,"sku":"XL-XLBK-cbsand","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 不要","offer_id":51877210521902,"sku":"XL-XLBK","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877210554670,"sku":"XL-XLBK-stepBK-cbsand","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877210587438,"sku":"XL-XLBK-stepBK","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 希望する","offer_id":51877210620206,"sku":"XL-XLGY-cbsand","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 不要","offer_id":51877210652974,"sku":"XL-XLGY","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877210685742,"sku":"XL-XLGY-stepGR-cbsand","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877210718510,"sku":"XL-XLGY-stepGR","price":7860.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 希望する","offer_id":51877234508078,"sku":"x","price":6980.0,"currency_code":"JPY","in_stock":false},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ リムなし（Sサイズのみ） \/ 不要","offer_id":51877234540846,"sku":"x","price":6980.0,"currency_code":"JPY","in_stock":false},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 希望する","offer_id":51877210751278,"sku":"XLH-XLWH-cbsand","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ ホワイト：単品 \/ 不要","offer_id":51877210784046,"sku":"XLH-XLWH","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 希望する","offer_id":51877210816814,"sku":"XLH-XLWH-stepWH-cbsand","price":8460.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ ホワイト：ステップ（ホワイト）セット \/ 不要","offer_id":51877210849582,"sku":"XLH-XLWH-stepWH","price":8460.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 希望する","offer_id":51877210882350,"sku":"XLH-XLBK-cbsand","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：単品 \/ 不要","offer_id":51877210915118,"sku":"XLH-XLBK","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 希望する","offer_id":51877210947886,"sku":"XLH-XLBK-stepBK-cbsand","price":8460.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ クリアブラック：ステップ（ブラック）セット \/ 不要","offer_id":51877210980654,"sku":"XLH-XLBK-stepBK","price":8460.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 希望する","offer_id":51877211013422,"sku":"XLH-XLGY-cbsand","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ グレー：単品 \/ 不要","offer_id":51877211046190,"sku":"XLH-XLGY","price":6980.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 希望する","offer_id":51877211078958,"sku":"XLH-XLGY-stepGR-cbsand","price":8460.0,"currency_code":"JPY","in_stock":true},{"title":"XLサイズ（ハイタイプ）(予約販売9月上旬入荷予定) \/ グレー：ステップ（グレー）セット \/ 不要","offer_id":51877211111726,"sku":"XLH-XLGY-stepGR","price":8460.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0279\/3016\/5319\/files\/sm_sten-int_01.jpg?v=1774848437"}],"url":"https:\/\/oft-store.com\/en\/collections\/test-stancattoilet-lp.oembed","provider":"OFT STORE","version":"1.0","type":"link"}