{"id":11952,"date":"2025-11-26T15:52:06","date_gmt":"2025-11-26T06:52:06","guid":{"rendered":"https:\/\/www.arte-stampa.net\/?page_id=11952"},"modified":"2025-12-01T10:35:40","modified_gmt":"2025-12-01T01:35:40","slug":"%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3%e3%82%b7%e3%83%9f%e3%83%a5%e3%83%ac%e3%83%bc%e3%82%bf%ef%bc%88sportswear%ef%bc%89","status":"publish","type":"page","link":"https:\/\/www.arte-stampa.net\/?page_id=11952","title":{"rendered":"\u30c7\u30b6\u30a4\u30f3\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\uff08SPORTSWEAR\uff09"},"content":{"rendered":"\n<!-- jQuery \u8aad\u307f\u8fbc\u307f -->\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n\n<style>\n.custom-shirt-container {\n    position: relative;\n    width: 400px;\n    display: inline-block;\n    margin-bottom: 20px;\n}\n\n\/* \u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u753b\u50cf *\/\n.user-upload {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 120px;\n    display: none;\n    touch-action: none; \/* iPhone\u7528 *\/\n    cursor: move;\n}\n\n\/* \u30ea\u30b5\u30a4\u30ba\u30cf\u30f3\u30c9\u30eb *\/\n.resize-handle {\n    position: absolute;\n    width: 50px;\n    height: 50px;\n    bottom: 20px;\n    right: 100px;\n    background: rgba(0,0,0,0.4);\n    border-radius: 3px;\n    cursor: se-resize;\n    display: none;\n}\n<\/style>\n\n<!-- \u8868\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9 -->\n<div class=\"custom-shirt-container\">\n    <img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7148-scaled.jpeg\" class=\"base-shirt\">\n    <img decoding=\"async\" id=\"user-upload-front\" class=\"user-upload\" src=\"\">\n    <div class=\"resize-handle\" id=\"resizeHandleFront\"><\/div>\n    <input type=\"file\" id=\"upload-front\" accept=\"image\/*\">\n<\/div>\n\n<!-- \u88cf\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9 -->\n<div class=\"custom-shirt-container\">\n    <img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7149-scaled.jpeg\" class=\"base-shirt\">\n    <img decoding=\"async\" id=\"user-upload-back\" class=\"user-upload\" src=\"\">\n    <div class=\"resize-handle\" id=\"resizeHandleBack\"><\/div>\n    <input type=\"file\" id=\"upload-back\" accept=\"image\/*\">\n<\/div>\n\n<script>\njQuery(function($){\n\n    function initUpload(frontOrBack){\n        var uploadInput = $('#upload-' + frontOrBack);\n        var userImg = document.getElementById('user-upload-' + frontOrBack);\n        var handle = document.getElementById('resizeHandle' + frontOrBack.charAt(0).toUpperCase() + frontOrBack.slice(1));\n        var container = userImg.parentElement;\n\n        \/* \u753b\u50cf\u8aad\u307f\u8fbc\u307f *\/\n        uploadInput.on('change', function(){\n            var reader = new FileReader();\n            reader.onload = function(e){\n                userImg.src = e.target.result;\n                userImg.style.top = '0px';\n                userImg.style.left = '0px';\n                userImg.style.display = 'block';\n                handle.style.display = 'block';\n            }\n            reader.readAsDataURL(this.files[0]);\n        });\n\n        \/* \u79fb\u52d5 *\/\n        let dragging = false;\n        let offsetX = 0, offsetY = 0;\n\n        userImg.addEventListener('pointerdown', function(e){\n            if(e.target === handle) return; \/\/ \u30cf\u30f3\u30c9\u30eb\u3092\u62bc\u3057\u3066\u308b\u6642\u306f\u79fb\u52d5\u3057\u306a\u3044\n            dragging = true;\n            offsetX = e.clientX - userImg.offsetLeft;\n            offsetY = e.clientY - userImg.offsetTop;\n            userImg.setPointerCapture(e.pointerId);\n        });\n\n        userImg.addEventListener('pointermove', function(e){\n            if(!dragging) return;\n            let x = e.clientX - offsetX;\n            let y = e.clientY - offsetY;\n\n            x = Math.max(0, Math.min(x, container.clientWidth - userImg.clientWidth));\n            y = Math.max(0, Math.min(y, container.clientHeight - userImg.clientHeight));\n\n            userImg.style.left = x + 'px';\n            userImg.style.top = y + 'px';\n        });\n\n        userImg.addEventListener('pointerup', function(){\n            dragging = false;\n        });\n\n        \/* \u30ea\u30b5\u30a4\u30ba *\/\n        let resizing = false;\n        let startW, startX;\n\n        handle.addEventListener('pointerdown', function(e){\n            resizing = true;\n            startW = userImg.clientWidth;\n            startX = e.clientX;\n            handle.setPointerCapture(e.pointerId);\n            e.stopPropagation();\n        });\n\n        handle.addEventListener('pointermove', function(e){\n            if(!resizing) return;\n            let diff = e.clientX - startX;\n            let newW = Math.max(20, startW + diff);\n            userImg.style.width = newW + 'px';\n        });\n\n        handle.addEventListener('pointerup', function(){\n            resizing = false;\n        });\n    }\n\n    initUpload('front');\n    initUpload('back');\n\n});\n<\/script>\n\n\n\n<label for=\"shirt-color\">\u8272\u3092\u9078\u629e:<\/label>\n<select id=\"shirt-color\">\n    <option value=\"white\">0001-\u30db\u30ef\u30a4\u30c8<\/option>\n    <option value=\"black\">0002-\u30d6\u30e9\u30c3\u30af<\/option>\n    <option value=\"gray\">0013-\u30b0\u30ec\u30fc<\/option>\n    <option value=\"purple\">0062-\u30d1\u30fc\u30d7\u30eb<\/option>\n    <option value=\"orange\">0064-\u30aa\u30ec\u30f3\u30b8<\/option>\n    <option value=\"red\">0069-\u30ec\u30c3\u30c9<\/option>\n    <option value=\"cobaltblue\">0084-\u30b3\u30d0\u30eb\u30c8\u30d6\u30eb\u30fc<\/option>\n    <option value=\"navy\">0086-\u30cd\u30a4\u30d3\u30fc<\/option>\n    <option value=\"Yellow\">0111-\u86cd\u5149\u30a4\u30a8\u30ed\u30fc<\/option>\n    <option value=\"canaryYellow\">0190-\u30ab\u30ca\u30ea\u30a2\u30a4\u30a8\u30ed\u30fc<\/option>\n<\/select>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8f761849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6846-1024x730.jpeg\" alt=\"\" class=\"wp-image-12039\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u8d64\u4e38\u306e\u4f4d\u7f6e\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3044\u305f\u3060\u304d<br>\u8272\u3092\u9078\u629e\u3002<br>\u203b\u8272\u306f\u5168\u7a2e\u306f\u306a\u3044\u306e\u3067<br>\u3000\u8fd1\u3044\u304a\u8272\u5473\u3092\u3054\u9078\u629e\u304f\u3060\u3055\u3044<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6847-1024x729.jpeg\" alt=\"\" class=\"wp-image-12040\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3067<br>\u5199\u771f\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9<br><\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8f761849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6848-1024x729.jpeg\" alt=\"\" class=\"wp-image-12041\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3068<br>\u5de6\u4e0a\u306b\u753b\u50cf\u304c\u3067\u307e\u3059\u3002<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6849-1024x730.jpeg\" alt=\"\" class=\"wp-image-12042\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u30b9\u30de\u30db\u306e\u5834\u5408\u6307\u3067\u4f4d\u7f6e\u5909\u3048\u308c\u307e\u3059\u3002<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8f761849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6849-1024x730.jpeg\" alt=\"\" class=\"wp-image-12042\" style=\"width:300px\"\/><\/figure>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>PC\u306e\u5834\u5408\u30ab\u30fc\u30bd\u30eb\u3092\u5408\u308f\u305b\u3066\u3044\u305f\u3060\u304d<\/summary>\n<p class=\"wp-block-paragraph\">\u30af\u30ea\u30c3\u30af\u3057\u306a\u304c\u3089\u5c11\u3057\u52d5\u304b\u3057\u3066\u3044\u305f\u3060\u304f\u3068\u30af\u30ea\u30c3\u30af\u306a\u3057\u3067\u30ab\u30fc\u30bd\u30eb\u306b\u3064\u3044\u3066\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u7f6e\u304d\u305f\u3044\u4f4d\u7f6e\u306b\u3042\u308f\u305b\u305f\u3089\u30af\u30ea\u30c3\u30af\u3057\u3066\u3044\u305f\u3060\u304f\u3068\u89e3\u9664\u3055\u308c\u307e\u3059\u3002<\/p>\n<\/details>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">\u30b5\u30a4\u30ba\u64cd\u4f5c<\/p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8f761849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6850-1024x729.jpeg\" alt=\"\" class=\"wp-image-12043\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u56db\u89d2\u3044\u30b0\u30ec\u30fc\u3092\u30bf\u30c3\u30d7<br>\u53f3\u3067\u30b5\u30a4\u30ba\u5927<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6851-1024x727.jpeg\" alt=\"\" class=\"wp-image-12044\" style=\"width:300px\"\/><figcaption class=\"wp-element-caption\">\u5de6\u3067\u30b5\u30a4\u30ba\u5c0f<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8f761849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image is-resized\" id=\"block-52d7fb18-047e-40d8-85c8-6ddbba25c58b\"><img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/11\/IMG_6852.jpeg\" alt=\"\u753b\u50cf\u306b alt \u5c5e\u6027\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u540d: IMG_6852.jpeg\" style=\"width:291px;height:auto\"\/><figcaption class=\"wp-element-caption\">\u5b8c\u6210<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u5b8c\u6210\u3057\u305f\u3082\u306e\u3092\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3057\u3066\u3001<br>\u516c\u5f0fLINE\u306b\u9001\u3063\u3066\u3044\u305f\u3060\u304f\u3068\u304a\u5ba2\u69d8\u306e\u30a4\u30e1\u30fc\u30b8\u306b\u5bc4\u305b\u3066\u4f5c\u6210\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u6ce8\u610f\u4e8b\u9805<br>\u30d7\u30ea\u30f3\u30c8\u8a73\u7d30\u60c5\u5831\u306b\u3082\u8a18\u8f09\u3057\u3066\u3044\u307e\u3059\u304c<br>\u30c7\u30b6\u30a4\u30f3\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u3067\u4f5c\u6210\u3057\u3066\u3044\u305f\u3060\u3044\u305f\u753b\u50cf\u3001\u6307\u5b9a\u3057\u3066\u3044\u305f\u3060\u3044\u305f\u30d7\u30ea\u30f3\u30c8\u4f4d\u7f6e\u3092\u57fa\u306b\u3053\u3061\u3089\u3067\u30b5\u30a4\u30ba\u8abf\u6574\u3055\u305b\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5199\u771f\u306b\u30e1\u30e2\u30ea\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u30b5\u30a4\u30ba\u306b\u3088\u3063\u3066\u5909\u52d5\u3059\u308b\u306e\u3067\u76ee\u5b89\u3068\u3057\u3066\u3054\u5229\u7528\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5177\u4f53\u7684\u306a\u30d7\u30ea\u30f3\u30c8\u4f4d\u7f6e\u3001\u30b5\u30a4\u30ba\u6307\u5b9a\u306e\u3042\u308b\u5834\u5408\u306f\u3001\u6ce8\u6587\u5f8c\u306b\u516c\u5f0fLINE\u306b\u3066\u3054\u6307\u793a\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<!-- jQuery \u8aad\u307f\u8fbc\u307f -->\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n\n<style>\n.custom-shirt-container {\n    position: relative;\n    width: 400px;\n    display: inline-block;\n    margin-bottom: 20px;\n}\n\n\/* \u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u753b\u50cf *\/\n.user-upload {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 120px;\n    display: none;\n    touch-action: none; \/* iPhone\u7528 *\/\n    cursor: move;\n}\n\n\/* \u30ea\u30b5\u30a4\u30ba\u30cf\u30f3\u30c9\u30eb *\/\n.resize-handle {\n    position: absolute;\n    width: 50px;\n    height: 50px;\n    bottom: 20px;\n    right: 100px;\n    background: rgba(0,0,0,0.4);\n    border-radius: 3px;\n    cursor: se-resize;\n    display: none;\n}\n<\/style>\n\n<!-- \u8868 -->\n<div class=\"custom-shirt-container\">\n    <img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7148-scaled.jpeg\" class=\"base-shirt\">\n    <img decoding=\"async\" id=\"user-upload-front\" class=\"user-upload\" src=\"\">\n    <div class=\"resize-handle\" id=\"resizeHandleFront\"><\/div>\n    \n\n<!-- \u88cf -->\n<div class=\"custom-shirt-container\">\n    <img decoding=\"async\" src=\"https:\/\/www.arte-stampa.net\/wp-content\/themes\/the-thor\/img\/dummy.gif\" data-layzr=\"https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7149-scaled.jpeg\" class=\"base-shirt\">\n    <img decoding=\"async\" id=\"user-upload-back\" class=\"user-upload\" src=\"\">\n    <div class=\"resize-handle\" id=\"resizeHandleBack\"><\/div>\n   \n<\/div>\n\n<script>\njQuery(function($){\n    \/\/ \u8272\u3054\u3068\u306e\u30d9\u30fc\u30b9\u753b\u50cf\n    const frontSrc = {\n        white: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7148-scaled.jpeg',\n        black: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7150-scaled.jpeg',\n        gray: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7152-scaled.jpeg',\n        purple: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7154-scaled.jpeg',\n        orange: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7156-scaled.jpeg',\n        red: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7158-scaled.jpeg',\n        cobaltblue: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7160-scaled.jpeg',\n        navy: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7162-scaled.jpeg',\n        Yellow: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7164-scaled.jpeg',\n        canaryYellow: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7166-scaled.jpeg',\n    };\n\n    const backSrc = {\n        white: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7149-scaled.jpeg',\n        black: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7151-scaled.jpeg',\n        gray: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7153.jpeg',\n        purple: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7155-scaled.jpeg',\n        orange: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7157-scaled.jpeg',\n        red: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7159-scaled.jpeg',\n        cobaltblue: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7161-scaled.jpeg',\n        navy: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7163-scaled.jpeg',\n        Yellow: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7165-scaled.jpeg',\n        canaryYellow: 'https:\/\/www.arte-stampa.net\/wp-content\/uploads\/2025\/12\/IMG_7167-scaled.jpeg',\n    };\n\n    \/\/ \u8272\u5909\u66f4\u6642\n    $('#shirt-color').on('change', function(){\n        const color = $(this).val();\n        $('.custom-shirt-container').each(function(){\n            const frontImg = $(this).find('#user-upload-front').siblings('.base-shirt');\n            const backImg = $(this).find('#user-upload-back').siblings('.base-shirt');\n            frontImg.attr('src', frontSrc[color]);\n            backImg.attr('src', backSrc[color]);\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u8272\u3092\u9078\u629e: 0001-\u30db\u30ef\u30a4\u30c80002-\u30d6\u30e9\u30c3\u30af0013-\u30b0\u30ec\u30fc0062-\u30d1\u30fc\u30d7\u30eb0064-\u30aa\u30ec\u30f3\u30b80069-\u30ec\u30c3\u30c90084-\u30b3\u30d0\u30eb\u30c8\u30d6\u30eb\u30fc0086-\u30cd\u30a4\u30d3\u30fc0111-\u86cd\u5149\u30a4\u30a8\u30ed\u30fc0190-\u30ab\u30ca\u30ea\u30a2\u30a4\u30a8\u30ed\u30fc \u30b5\u30a4\u30ba\u64cd\u4f5c \u5b8c\u6210\u3057\u305f\u3082\u306e\u3092\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3057\u3066\u3001\u516c\u5f0fLINE\u306b\u9001\u3063\u3066\u3044\u305f\u3060\u304f\u3068\u304a\u5ba2\u69d8\u306e\u30a4\u30e1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11952","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/pages\/11952","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11952"}],"version-history":[{"count":5,"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/pages\/11952\/revisions"}],"predecessor-version":[{"id":12713,"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=\/wp\/v2\/pages\/11952\/revisions\/12713"}],"wp:attachment":[{"href":"https:\/\/www.arte-stampa.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}