{"title":"“My Dear Cat”1","description":"\u003cstyle type=\"text\/css\"\u003e\n \n    \/* サイト全体のフォントやヘッダーを壊さないよう、このエリア内だけに限定 *\/\n    .abheri-wrapper {\n        max-width: 800px;\n        margin: 40px auto;\n        padding: 0 20px;\n        color: #333;\n        line-height: 1.6;\n        \/* 全体の基本を左寄せに設定 *\/\n        text-align: left;\n        \/* 指定のフォントに統一 *\/\n        font-family: \"EB Garamond\", hiragino-mincho-pron, sans-serif;\n\n\/* 👇 【サイズ制限をクリア】画像をカーソル専用の32pxサイズに最適化して埋め込みました *\/\n        cursor: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/nikukyu_tya.png?v=1783648904\") 16 16, auto;\n    }\n\n    \/* セクションの横並び設定（通常：テキスト左、画像右） *\/\n    .event-section {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        margin-bottom: 60px;\n        gap: 40px;\n    }\n\n    \/* セクションの横並び設定（逆：画像左、テキスト右） *\/\n    .event-section-reverse {\n        display: flex;\n        flex-direction: row-reverse; \/* 左右を反転 *\/\n        justify-content: space-between;\n        align-items: flex-start;\n        margin-bottom: 60px;\n        gap: 40px;\n    }\n\n    .event-text { \n        flex: 1; \n        text-align: left; \/* テキストエリア内を明示的に左寄せ *\/\n    }\n    \n    \/* ボタンのデザインを統一 *\/\n    .btn {\n        display: inline-block;\n        border: 1px solid #9d9d9d;\n        padding: 10px 40px;\n        text-decoration: none;\n        color: #fff !important;\n        transition: 0.3s;\n        white-space: nowrap; \/* ボタン内の改行を防ぐ *\/\n        font-family: \"EB Garamond\", hiragino-mincho-pron, sans-serif;\n    }\n\n    .btn:hover {\n        background: #555555;\n        color: #fff !important;\n    }\n\n    .box {\n      padding-top: 20px;\n      padding-bottom: 20px;\n      padding-left: 30px;\n      padding-right: 30px;\n      border: 1px solid #d3d3d3;\n    }  \n\n    \/* 画像のサイズ固定 *\/\n    .event-image {\n        flex-basis: 300px;\n        flex-shrink: 0;\n    }\n\n    .event-image img, .event-image video {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* 商品カードの2分割レイアウト用スタイル *\/\n    .item-card-grid {\n        display: flex;\n        justify-content: space-between;\n        gap: 40px;\n        margin-bottom: 60px;\n    }\n\n    .item-card {\n        flex: 1;\n    }\n\n    .item-card-title {\n        font-size: 18px;\n        font-weight: bold;\n        margin-bottom: 15px;\n        color: #333333;\n        text-align: left; \/* タイトルを左寄せ *\/\n    }\n\n    \/* 自動画像フェードイン・アウト用のCSS *\/\n    .item-card-image {\n        margin-bottom: 10px; \n        position: relative;\n        width: 100%;\n        overflow: hidden;\n        border: 1px solid #c7bca7; \/* 1pxの薄いグレーのフチを追加 *\/\n        box-sizing: border-box;    \/* フチの分、画像がハミ出したりズレたりするのを防ぐ *\/\n    }\n\n    \/* 1枚目（物撮り）と2枚目（着用）の共通設定 *\/\n    .item-card-image img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* 2枚目の着用画像は最初から上にぴったり重ねておく *\/\n    .item-card-image img:last-child {\n        position: absolute;\n        top: 0;\n        left: 0;\n    }\n\n    \/* 自動フェードアニメーション（8秒周期） *\/\n    .item-card-image img:first-child {\n        animation: autoFadeFirst 8s infinite ease-in-out;\n    }\n    .item-card-image img:last-child {\n        animation: autoFadeLast 8s infinite ease-in-out;\n    }\n\n    \/* 1枚目の表示・非表示のタイミング調整 *\/\n    @keyframes autoFadeFirst {\n        0%, 40% { opacity: 1; }    \n        50%, 90% { opacity: 0; }   \n        100% { opacity: 1; }       \n    }\n\n    \/* 2枚目の表示・非表示のタイミング調整（1枚目と綺麗に反転） *\/\n    @keyframes autoFadeLast {\n        0%, 40% { opacity: 0; }    \n        50%, 90% { opacity: 1; }   \n        100% { opacity: 0; }       \n    }\n\n    \/* 商品カード内のボタンは画像幅いっぱいに広げる *\/\n    .item-card .btn {\n        display: block;\n        text-align: center;\n        padding: 12px 0;\n    }\n\n    \/* 店舗3分割用の基本CSSスタイル（PC用） *\/\n    .stores-3col-container {\n        display: flex;\n        justify-content: space-between;\n        gap: 20px;\n        margin-bottom: 40px;\n    }\n\n    .store-card {\n        flex: 1;\n        min-width: 0;\n        text-align: left;\n    }\n\n    .store-card img {\n        width: 100%;\n        height: auto;\n        display: block;\n        margin-bottom: 15px;\n    }\n\n    .op-07-tr-03-ease {\n        display: block;\n        transition: opacity 0.3s ease;\n    }\n\n    .op-07-tr-03-ease:hover {\n        opacity: 0.7;\n    }\n\n    \/* 来店予約ボタンの基本スタイル *\/\n    .line-consult-btn,\n    .abheri-wrapper .line-consult-btn {\n        display: block !important;            \n        width: 100% !important;               \n        box-sizing: border-box !important;    \n        border: 1px solid #333333 !important; \/* 枠線も黒 *\/\n        background: #555555 !important;       \/* 背景を黒 *\/\n        padding: 10px 0 !important;           \n        font-size: 13px !important;\n        text-decoration: none !important;\n        color: #ffffff !important;             \/* 文字を確実に「白」に固定 *\/\n        transition: 0.3s !important;\n        text-align: center !important;\n        font-family: \"EB Garamond\", hiragino-mincho-pron, sans-serif !important;\n    }\n\n    \/* ホバー時のスタイル（マウスを乗せたとき：白背景に黒文字） *\/\n    .line-consult-btn:hover,\n    .abheri-wrapper .line-consult-btn:hover {\n        background: #ffffff !important;       \/* 背景を白に *\/\n        color: #555555 !important;            \/* 文字を確実に「黒」に反転 *\/\n        border: 1px solid #9d9d9d !important; \/* 枠線を少し淡いグレーに *\/\n    }\n\n    \/* スマホ表示（縦並び・最適化） *\/\n    @media (max-width: 600px) {\n        .event-section, .event-section-reverse, .item-card-grid { \n            display: flex !important;\n            flex-direction: column !important; \n        }\n        \n        \/* スマホ時に画像の下マージンを強制的に5pxに縮める *\/\n        .event-image {\n            flex-basis: auto !important;\n            width: 100% !important;\n            order: -1 !important; \/* スマホでは画像を上にする *\/\n            margin-top: 0 !important;\n            margin-bottom: 0px !important; \n        }\n\n        \/* 画像の上下に入り込むテキスト側の干渉余白を完全リセット *\/\n        .event-text {\n            margin-top: 0 !important;\n            margin-bottom: -10 !important;\n        }\n        .event-text p {\n            margin-top: 0 !important;\n        }\n\n        .item-card-grid {\n            gap: 40px; \/* スマホ時のカード間の隙間 *\/\n        }\n\n        \/* 店舗レイアウトをスマホで1列の縦並び *\/\n        .stores-3col-container {\n            display: flex;\n            flex-direction: column;\n            gap: 50px; \/* 店舗ごとの縦のゆとり *\/\n        }\n        .store-card {\n            width: 100%;\n        }\n        .store-text {\n            font-size: 14px !important;\n            line-height: 22px !important;\n            margin-bottom: 15px !important;\n        }\n        \/* スマホ時はボタンを幅いっぱいに広げて押しやすく調整 *\/\n        .line-consult-btn {\n            display: block;\n            padding: 12px 0;\n            font-size: 15px;\n        }\n    }\n\n    \/* アニメーション全体の演出 *\/\n    .cat-walking-container {\n        width: 100%;\n        overflow: hidden; \/* 画面外からはみ出た猫を隠す *\/\n        padding: 20px 0;\n        margin: -5px auto 0px auto !important;\n        background: transparent;\n        position: relative;\n    }\n\n    \/* 右から左へ進むトラック *\/\n    .cat-track {\n        display: flex;\n        gap: 25px; \/* 猫と猫の間隔 *\/\n        position: relative;\n        width: max-content;\n        animation: walkLeft 20s infinite linear; \/* 20秒かけて画面を右から左へ横切る *\/\n    }\n\n    \/* 🐾【修正】歩き方の設定を元の「お尻をフリフリ跳ねる」数値に完全に戻しました *\/\n    .walking-cat {\n        width: 60px; \/* 猫のサイズ *\/\n        height: auto;\n        display: block;\n        animation: stepMotionLeft 0.6s infinite ease-in-out alternate;\n    }\n\n    \/* 5匹が全く同時に同じ動きをしないよう、歩くタイミングを少しずつズラす *\/\n    .cat2 { animation-delay: 0.1s; }\n    .cat3 { animation-delay: 0.23s; }\n    .cat4 { animation-delay: 0.35s; }\n    .cat5 { animation-delay: 0.15s; }\n\n    \/* 右から左へ通りぬける軌道 *\/\n    @keyframes walkLeft {\n        0% {\n            transform: translateX(800px); \/* 画面の右外側からスタート *\/\n        }\n        100% {\n            transform: translateX(-350px); \/* 画面の左外側へ消え去る *\/\n        }\n    }\n\n    \/* 🐾【修正】元の心地よいゆらゆらしたステップ（rotate と translateY のみ）にリセット *\/\n    @keyframes stepMotionLeft {\n        0% {\n            transform: rotate(-3deg) translateY(2px);\n        }\n        100% {\n            transform: rotate(3deg) translateY(-2px);\n        }\n    }\n\n    \/* スマホ（SP）のときは横切る画面幅の開始位置を調整 *\/\n    @media (max-width: 767px) {\n        @keyframes walkLeft {\n            0% { transform: translateX(100vw); } \n            100% { transform: translateX(-350px); } \n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"abheri-wrapper\"\u003e\n  \u003cp style=\"text-align: center; font-size: 15px; letter-spacing: 0.1em; margin-top: -75px !important; margin-bottom: 30px; color: #333333;\"\u003eJewelry Wishing for the Happiness of Cats\u003c\/p\u003e\n\n    \u003cdiv style=\"text-align: center; margin: 10px 0;\"\u003e\n        \u003cdiv style=\"width: 0px; height: 1px; background: #333; margin: 10px auto;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cimg style=\"display: block; margin: 0 auto 30px auto; max-width: 100%; height: auto;\" height=\"600\" width=\"750\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/1_top.jpg?v=1783649248\" alt=\"Main Visual Image\"\u003e\n\n\u003cdiv style=\"max-width: 700px; margin: 0 auto 50px auto; text-align: left;\"\u003e\n        \n        \u003cp style=\"font-size: 15px; line-height: 28px; margin: 0 0 15px 0; font-weight: ; letter-spacing: 0.05em; color: #333333;\"\u003e\n            Custom Order \u0026amp; Charity Event\n        \u003c\/p\u003e\n\n        \u003cdiv style=\"border-top: 1px solid #c7bca7; border-bottom: 1px solid #c7bca7; padding: 12px 10px; margin: 0 0 35px 0; max-width: 420px;\"\u003e\n            \u003cp style=\"font-size: 15px; line-height: 24px; margin: 0; font-weight: bold; color: #333333; letter-spacing: 0.05em;\"\u003e\n                Period: Friday, July 24, 2026 – Sunday, August 23, 2026\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n      \n        \u003cp class=\"text-15px leading-28px mb-20px\"\u003eAugust 8th — International Cat Day —\u003cbr\u003e\nWe are holding a special fair to coincide with this international day to reflect on our love for cats and wish for their happiness.\u003c\/p\u003e \n        \u003cp class=\"text-15px leading-28px mb-20px\"\u003eA portion of the proceeds from the eligible items will be donated to organizations dedicated to cat protection and welfare. This event connects your warm, affectionate feelings for cats to the happiness of other cats in need.\u003c\/p\u003e\n\n        \n        \u003cp class=\"text-15px leading-28px mb-50px\"\u003eThe collection features earrings and pin brooches. Enjoy discovering your perfect feline companion by combining your choice of materials with our meticulously crafted left-facing and right-facing designs.\u003c\/p\u003e\n\n        \u003c!-- サブ左 セクション --\u003e\n\u003csection class=\"event-section\"\u003e\n            \u003cdiv class=\"event-text\"\u003e\n                \u003cp class=\"text-15px leading-28px\" style=\"margin-bottom:20px;\"\u003e\n                    \u003cstrong\u003e\n                        \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003eCustom Order\u003c\/span\u003e\n                        \u003cspan style=\"font-size: 13px;\"\u003eCustom Order\u003c\/span\u003e\n                    \u003c\/strong\u003e\n                \u003c\/p\u003e\n                \u003cp class=\"text-15px leading-28px\" style=\"margin-bottom:10px;\"\u003eFor the \"bell\" charm that sways gently at the neck, you can select your preferred gemstone from five different varieties.\u003c\/p\u003e\n\u003cp class=\"text-15px leading-28px\" style=\"margin-bottom:10px;\"\u003e ・Ruby\u003cbr\u003e\n                ・Blue Sapphire\u003cbr\u003e\n                ・Pink Sapphire\u003cbr\u003e\n                ・Emerald\u003cbr\u003e\n                ・Diamond\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"event-image\"\u003e\n                \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c5a7ff4432b74a1188fbd00fb27a928c.mp4\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n      \n        \u003c!-- サブ右 セクション --\u003e\n        \u003csection class=\"event-section-reverse\"\u003e\n            \u003cdiv class=\"event-text\"\u003e\n                \u003cp class=\"text-15px leading-28px\" style=\"margin-bottom:0px;\"\u003e\n                    \u003cstrong\u003e\n                        \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003eMaterials\u003c\/span\u003e\n                        \u003cspan style=\"font-size: 13px;\"\u003eMaterials\u003c\/span\u003e\n                    \u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cspan style=\"font-size: 15px; margin-right: 8px;\"\u003eIn addition to gold and platinum options, the lineup features a \"White Cat\" adorned with the unique brilliance of silver, as well as a chic \"Black Cat.\"\u003c\/span\u003e\u003cbr\u003e\n                ・Silver (White Cat)\u003cbr\u003e\n                ・Silver (Black Cat)\u003cbr\u003e\n                ・K18 Champagne Gold\u003cbr\u003e\n                ・K18 Yellow Gold\u003cbr\u003e\n                ・Platinum\u003c\/p\u003e\n                \u003cp class=\"text-10px leading-28px\" style=\"font-size: 11px; color: #666; margin-top: 10px; margin-bottom:0px;\"\u003e*To ensure hypoallergenic comfort, the posts of the earrings are made of platinum, even for items with a silver body.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"event-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/3_material.jpg?v=1783649248\" alt=\"Sub Right Image\"\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 商品カード2分割セクション --\u003e\n  \u003cdiv class=\"item-card-grid\"\u003e\n            \u003cdiv class=\"item-card\"\u003e\n                \u003cdiv class=\"item-card-title\"\u003eEarrings\u003c\/div\u003e\n                \u003cdiv class=\"item-card-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/4_pierce-1.jpg?v=1783649247\" alt=\"Earring Product Image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/4_pierce-2.jpg?v=1783649247\" alt=\"Earring Wearing Image\"\u003e\n                \u003c\/div\u003e\n                \u003ca href=\"#\" class=\"btn\"\u003eView Earrings ＞\u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"item-card\"\u003e\n                \u003cdiv class=\"item-card-title\"\u003ePin Brooches\u003c\/div\u003e\n                \u003cdiv class=\"item-card-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/5_brooch-1.jpg?v=1783649248\" alt=\"Pin Brooch Product Image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/5_brooch-2.jpg?v=1783649247\" alt=\"Pin Brooch Wearing Image\"\u003e\n                \u003c\/div\u003e\n                \u003ca href=\"#\" class=\"btn\"\u003eView Pin Brooches ＞\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003chr style=\"border: none; background-color: #9d9d9d; height: 1px;\"\u003e\n        \u003cp class=\"text-15px leading-28px mb-20px\"\u003e \u003c\/p\u003e\n        \u003cp style=\"margin-bottom: 60px;\"\u003e \u003c\/p\u003e\n\n        \u003csection class=\"event-section\" style=\"margin-bottom: 40px;\"\u003e\n            \u003cdiv class=\"event-text\"\u003e\n                \u003cdiv style=\"font-weight: bold; margin-bottom: 15px; color: #333333; font-size: 16px;\"\u003e■ Charity Overview\u003c\/div\u003e\n                \u003cdiv style=\"margin-bottom: 20px; font-size: 15px;\"\u003eA portion of the proceeds from the eligible items will be used to support the healthy daily lives of rescued cats.\u003cbr\u003eThe specific type of support provided varies depending on the material purchased.\u003c\/div\u003e\n                \u003cdiv style=\"margin-bottom: 20px; font-size: 15px;\"\u003e\n                    ・K18 \/ Platinum items: An amount equivalent to one vaccination dose or a contribution toward essential medical care.\u003cbr\u003e\n                    ・Silver items: An amount equivalent to several days' worth of formula or food for kittens.\n                \u003c\/div\u003e\n                \u003cdiv style=\"margin-bottom: 30px; font-size: 15px;\"\u003eThe excitement of choosing and wearing your jewelry extends into a circle of support for cats in need of a safe and peaceful life.\u003c\/div\u003e\n                \u003cdiv style=\"font-size: 14px; color: #555; background: #fdfdfd; padding: 15px; border: 1px solid #eee; line-height: 1.5;\"\u003e\n                    \u003cstrong\u003e【 Regarding Donation Recipients and Outcome Reports 】\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\n                    Details regarding the recipient organizations and the total donation amount will be reported on our official online store after the sales period concludes. In selecting the recipient organizations, we will carefully review their operations to ensure that your support is delivered reliably and effectively.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003cp class=\"text-15px leading-28px mb-15px\" style=\"font-weight: bold; text-align: left;\"\u003e■ Participating Stores (Also available simultaneously on the Online Store)\u003c\/p\u003e\n        \n        \u003cdiv class=\"stores-3col-container\"\u003e\n          \n          \u003cdiv class=\"store-card\"\u003e\n            \u003ca href=\"https:\/\/abheri.com\/pages\/stores_ginza\" class=\"op-07-tr-03-ease\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0428\/7902\/5320\/files\/ginzaTop_343479d9-5daa-4f7e-a86b-8d16313084d7.jpg?v=1680839956\" alt=\"AbHerï Ginza Store\"\u003e\n            \u003c\/a\u003e\n            \u003cp class=\"store-name text-15px leading-28px mb-10px\" style=\"font-weight: bold;\"\u003e\u003cspan style=\"font-size:110%;\"\u003eAbHerï\u003c\/span\u003e  Ginza\u003c\/p\u003e\n            \u003cp class=\"store-text mb-10px\" style=\"font-size: 13px; line-height: 20px;\"\u003e\n              6-10-1 Ginza, Chuo-ku, Tokyo\u003cbr\u003e\n              GINZA SIX 4F\u003cbr\u003e\n              TEL: \u003ca href=\"tel:0362645032\" style=\"color: inherit; text-decoration: underline;\"\u003e03-6264-5032\u003c\/a\u003e\n            \u003c\/p\u003e\n            \u003cdiv class=\"store-btn-wrap\"\u003e\n              \u003ca href=\"https:\/\/app.acuityscheduling.com\/schedule\/66dffe9a\/appointment\/17956803\/calendar\/4657748?calendarIds=4657748\" class=\"line-consult-btn\"\u003eBook an Appointment\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"store-card\"\u003e\n            \u003ca href=\"https:\/\/abheri.com\/pages\/stores_oosaka\" class=\"op-07-tr-03-ease\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0428\/7902\/5320\/files\/osaka-top.jpg?v=1744278077\" alt=\"AbHerï Osaka Store\"\u003e\n            \u003c\/a\u003e\n            \u003cp class=\"store-name text-15px leading-28px mb-10px\" style=\"font-weight: bold;\"\u003e\u003cspan style=\"font-size:110%;\"\u003eAbHerï\u003c\/span\u003e  Osaka\u003c\/p\u003e\n            \u003cp class=\"store-text mb-10px\" style=\"font-size: 13px; line-height: 20px;\"\u003e\n              5-54 Ofukacho, Kita-ku, Osaka-shi, Osaka\u003cbr\u003e\n              Grand Green Osaka South Building 2F\u003cbr\u003e\n              TEL: \u003ca href=\"tel:0676524249\" style=\"color: inherit; text-decoration: underline;\"\u003e06-7652-4249\u003c\/a\u003e\n            \u003c\/p\u003e\n            \u003cdiv class=\"store-btn-wrap\"\u003e\n              \u003ca href=\"https:\/\/app.acuityscheduling.com\/schedule\/66dffe9a\/appointment\/73177119\/calendar\/11378097?calendarIds=11378097\" class=\"line-consult-btn\"\u003eBook an Appointment\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"store-card\"\u003e\n            \u003ca href=\"https:\/\/abheri.com\/pages\/stores_fukuoka\" class=\"op-07-tr-03-ease\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0428\/7902\/5320\/files\/fukuokaTop.jpg?v=1614327208\" alt=\"AbHerï Fukuoka Store\"\u003e\n            \u003c\/a\u003e\n            \u003cp class=\"store-name text-15px leading-28px mb-10px\" style=\"font-weight: bold;\"\u003e\u003cspan style=\"font-size:110%;\"\u003eAbHerï\u003c\/span\u003e  Fukuoka\u003c\/p\u003e\n            \u003cp class=\"store-text mb-10px\" style=\"font-size: 13px; line-height: 20px;\"\u003e\n              2-5-55 Tenjin, Chuo-ku, Fukuoka-shi, Fukuoka\u003cbr\u003e\n              Resolena Tenjin 1F\u003cbr\u003e\n              TEL: \u003ca href=\"tel:0927173700\" style=\"color: inherit; text-decoration: underline;\"\u003e092-717-3700\u003c\/a\u003e\n            \u003c\/p\u003e\n            \u003cdiv class=\"store-btn-wrap\"\u003e\n              \u003ca href=\"https:\/\/app.acuityscheduling.com\/schedule\/66dffe9a\/appointment\/21153304\/calendar\/5245360?calendarIds=5245360\" class=\"line-consult-btn\"\u003eBook an Appointment\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c!-- 🐾 動く猫たちのアニメーションエリア 🐾 --\u003e\n\u003cdiv class=\"cat-walking-container\"\u003e\n    \u003cdiv class=\"cat-track\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/1_107JSB_SVPT.jpg?v=1783649057\" alt=\"walking cat\" class=\"walking-cat cat1\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/2_107JSW_SVPT.jpg?v=1783649057\" alt=\"walking cat\" class=\"walking-cat cat2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/5_107J_K18YGPT.jpg?v=1783649057\" alt=\"walking cat\" class=\"walking-cat cat3\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/4_107J_PT.jpg?v=1783649057\" alt=\"walking cat\" class=\"walking-cat cat4\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/files\/3_107J_K18CHPT.jpg?v=1783649057\" alt=\"walking cat\" class=\"walking-cat cat5\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e  \n\u003c\/div\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0269\/0646\/0278\/collections\/1_top.jpg?v=1783649955","url":"https:\/\/www.abheri-jewelry.com\/collections\/charity_26cat1.oembed","provider":"AbHerï Online Store","version":"1.0","type":"link"}