
    
    {"id":53486,"date":"2024-11-03T07:00:22","date_gmt":"2024-11-02T22:00:22","guid":{"rendered":"https:\/\/popteen.co.jp\/media\/?p=53486"},"modified":"2025-08-28T10:14:48","modified_gmt":"2025-08-28T01:14:48","slug":"media-241101-4","status":"publish","type":"post","link":"https:\/\/popteen.co.jp\/media\/53486\/","title":{"rendered":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669"},"content":{"rendered":"<p><span>Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u306e<\/span><\/p>\n<p><span>\u30a2\u30ec\u30f3\u30b8\u30b3\u30f3\u30c6\u30b9\u30c8\u304c\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u3068\u3044\u3046\u3053\u3068\u3067\u3001<\/span><\/p>\n<p><span>\u7de8\u96c6\u3067\u3082\u30e2\u30c7\u30eb\u3084JD\u30e9\u30a4\u30bf\u30fc\u7dcf\u51fa\u3067\u30a2\u30ec\u30f3\u30b8\u306b\u30c8\u30e9\u30a4\uff01<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span>\u30a2\u30ec\u30f3\u30b8\u306e\u53c2\u8003\u306b\u3057\u3066\u306d\u2661<\/span><\/p>\n<h2><span>Popteen\u767a\u2b50\ufe0e\u30a2\u30ec\u30f3\u30b86\u9078<\/span><\/h2>\n<p><style>\r\n\r\n.main_view_block .one_imagemap,\r\n.one_imagemap\r\n{\r\n    position: relative;\r\n}\r\n\r\n.main_view_block .one_imagemap canvas,\r\n.one_imagemap canvas{\r\n    width: 100%;\r\n    height: 100%;\r\n    cursor: not-allowed;\r\n    pointer-events: none;\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n}\r\n\r\n.main_view_block .one_imagemap area:hover:after{\r\n    content: '';\r\n    \r\n}\r\n\r\n\r\n<\/style>\r\n    <div class=\"one_imagemap\" id=\"one_imagemap_87_DTbC2yGk8KfcmRA1\">\r\n                <img decoding=\"async\" src=\"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/1a4b0b43f87450aba860627c7e131044.jpeg\" usemap=\"#ImageMap_87_DTbC2yGk8KfcmRA1\" alt=\"imagemap\" class=\"imagemap_image imagemap_image_87_DTbC2yGk8KfcmRA1\" srcset=\"\">\r\n                <map name=\"ImageMap_87_DTbC2yGk8KfcmRA1\">\r\n            \r\n\r\n            <area shape=\"poly\" coords=\"240,24,231,42,231,499,738,509,749,886,714,894,561,801,412,805,289,886,229,1014,231,1129,267,1206,326,1273,408,1338,547,1340,661,1284,760,1167,747,963,732,919,768,907,835,932,1101,963,1213,930,1258,899,1283,780,1268,506,1233,444,1181,419,789,440,734,478,720,4,241,9\" href=\"https:\/\/www.donki.com\/products\/popteen_sl\/\" alt=\"\" target=\"_blank\" onclick=\"gtag('event', 'click', {'event_category': 'magazine-img-btn-click','event_label': 'https:\/\/www.donki.com\/products\/popteen_sl\/','value': '1'})\"\/>\r\n                    <\/map>\r\n         <canvas id=\"canvas_87_DTbC2yGk8KfcmRA1\" width=\"300\" height=\"150\">\r\n    <\/div>\r\n    <script>\r\n        jQuery(window).on(\"load\", function(){\r\n            jQuery('#one_imagemap_87_DTbC2yGk8KfcmRA1 map').imageMapResize();\r\n\r\n        });\r\n\r\nfunction drow_canvas_to_map_87_DTbC2yGk8KfcmRA1(areaobj, fill_type){\r\n\r\n    const canvas = document.getElementById(\"canvas_87_DTbC2yGk8KfcmRA1\");\r\n    const ctx = canvas.getContext(\"2d\");\r\n\r\n\r\n    $(canvas).attr(\"width\", $(canvas).width());\r\n    $(canvas).attr(\"height\", $(canvas).height());\r\n\r\n    ctx.clearRect(0, 0, $(canvas).width(), $(canvas).height());\r\n\r\n    \/\/ mouse leave\r\n    if (fill_type == false)\r\n        return;\r\n\r\n    var path_pairs = areaobj.attr(\"coords\").split(\",\");\r\n\r\n    ctx.beginPath();\r\n    ctx.fillStyle = \"#e45fab40\";\r\n    \/\/ctx.strokeStyle = 'red';\r\n    \/\/ctx.translate(0.5, 0.5);\r\n    \/\/ctx.shadowColor = \"#e45fab\";\r\n    \/\/ctx.shadowBlur = 15;\r\n\r\n    for (var i = 0; i < path_pairs.length; ){\r\n        var x = path_pairs[i];\r\n        var y = path_pairs[i+1];\r\n        if (i == 0){\r\n            ctx.moveTo(x, y);\r\n        }\r\n        else{\r\n            ctx.lineTo(x, y);\r\n        }\r\n        i=i+2;\r\n    }\r\n\r\n    ctx.closePath();\r\n    ctx.fill();\r\n    \/\/ctx.stroke();\r\n}\r\n\r\n\/* JavaScript (jQuery) *\/\r\njQuery(function(){\r\n  jQuery('#one_imagemap_87_DTbC2yGk8KfcmRA1 map area').hover(\r\n       function() { \r\n           if (jQuery(this).attr(\"alt\") != \"\u5168\u4f53\"){\r\n               \/\/ $(this).focus();   \r\n               drow_canvas_to_map_87_DTbC2yGk8KfcmRA1(jQuery(this), true);\r\n           }\r\n        },\r\n       function() { \r\n           if (jQuery(this).attr(\"alt\") != \"\u5168\u4f53\"){\r\n                drow_canvas_to_map_87_DTbC2yGk8KfcmRA1(jQuery(this), false); \r\n           }\r\n        }\r\n  )\r\n});\r\n    <\/script>\r\n\r\n    <style>\r\n\r\n.main_view_block .one_imagemap,\r\n.one_imagemap\r\n{\r\n    position: relative;\r\n}\r\n\r\n.main_view_block .one_imagemap canvas,\r\n.one_imagemap canvas{\r\n    width: 100%;\r\n    height: 100%;\r\n    cursor: not-allowed;\r\n    pointer-events: none;\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n}\r\n\r\n.main_view_block .one_imagemap area:hover:after{\r\n    content: '';\r\n    \r\n}\r\n\r\n\r\n<\/style>\r\n    <div class=\"one_imagemap\" id=\"one_imagemap_88_KmWZsENDHkC0Y1xU\">\r\n                <img decoding=\"async\" src=\"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/6cca0b8958ee2149209fad685ec23936.jpeg\" usemap=\"#ImageMap_88_KmWZsENDHkC0Y1xU\" alt=\"imagemap\" class=\"imagemap_image imagemap_image_88_KmWZsENDHkC0Y1xU\" srcset=\"\">\r\n                <map name=\"ImageMap_88_KmWZsENDHkC0Y1xU\">\r\n            \r\n\r\n            <area shape=\"poly\" coords=\"385,29,273,130,232,198,230,326,246,423,297,492,381,552,563,554,703,487,770,516,757,588,759,769,767,847,654,817,237,824,221,854,223,1324,243,1336,728,1340,742,1306,742,957,773,935,783,954,984,992,1161,976,1278,942,1288,813,1283,571,1243,447,880,463,760,492,717,464,771,304,764,223,725,135,654,58,572,17,450,11\" href=\"https:\/\/www.donki.com\/products\/popteen_sl\/\" alt=\"\" target=\"_blank\" onclick=\"gtag('event', 'click', {'event_category': 'magazine-img-btn-click','event_label': 'https:\/\/www.donki.com\/products\/popteen_sl\/','value': '1'})\"\/>\r\n                    <\/map>\r\n         <canvas id=\"canvas_88_KmWZsENDHkC0Y1xU\" width=\"300\" height=\"150\">\r\n    <\/div>\r\n    <script>\r\n        jQuery(window).on(\"load\", function(){\r\n            jQuery('#one_imagemap_88_KmWZsENDHkC0Y1xU map').imageMapResize();\r\n\r\n        });\r\n\r\nfunction drow_canvas_to_map_88_KmWZsENDHkC0Y1xU(areaobj, fill_type){\r\n\r\n    const canvas = document.getElementById(\"canvas_88_KmWZsENDHkC0Y1xU\");\r\n    const ctx = canvas.getContext(\"2d\");\r\n\r\n\r\n    $(canvas).attr(\"width\", $(canvas).width());\r\n    $(canvas).attr(\"height\", $(canvas).height());\r\n\r\n    ctx.clearRect(0, 0, $(canvas).width(), $(canvas).height());\r\n\r\n    \/\/ mouse leave\r\n    if (fill_type == false)\r\n        return;\r\n\r\n    var path_pairs = areaobj.attr(\"coords\").split(\",\");\r\n\r\n    ctx.beginPath();\r\n    ctx.fillStyle = \"#e45fab40\";\r\n    \/\/ctx.strokeStyle = 'red';\r\n    \/\/ctx.translate(0.5, 0.5);\r\n    \/\/ctx.shadowColor = \"#e45fab\";\r\n    \/\/ctx.shadowBlur = 15;\r\n\r\n    for (var i = 0; i < path_pairs.length; ){\r\n        var x = path_pairs[i];\r\n        var y = path_pairs[i+1];\r\n        if (i == 0){\r\n            ctx.moveTo(x, y);\r\n        }\r\n        else{\r\n            ctx.lineTo(x, y);\r\n        }\r\n        i=i+2;\r\n    }\r\n\r\n    ctx.closePath();\r\n    ctx.fill();\r\n    \/\/ctx.stroke();\r\n}\r\n\r\n\/* JavaScript (jQuery) *\/\r\njQuery(function(){\r\n  jQuery('#one_imagemap_88_KmWZsENDHkC0Y1xU map area').hover(\r\n       function() { \r\n           if (jQuery(this).attr(\"alt\") != \"\u5168\u4f53\"){\r\n               \/\/ $(this).focus();   \r\n               drow_canvas_to_map_88_KmWZsENDHkC0Y1xU(jQuery(this), true);\r\n           }\r\n        },\r\n       function() { \r\n           if (jQuery(this).attr(\"alt\") != \"\u5168\u4f53\"){\r\n                drow_canvas_to_map_88_KmWZsENDHkC0Y1xU(jQuery(this), false); \r\n           }\r\n        }\r\n  )\r\n});\r\n    <\/script>\r\n\r\n    <\/p>\n<p><span>\u30c7\u30b3\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u6750\u6599\u306f\u3001<\/span><\/p>\n<p><span>100\u5186\u30b7\u30e7\u30c3\u30d7\u3084\u30db\u30d3\u30fc\u6750\u6599\u5c02\u9580\u5e97\u3067\u5b89\u304f\u305d\u308d\u3048\u305f\u3088\u2b50\ufe0e<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>\u3042\u308c\u3053\u308c\u60a9\u307f\u306a\u304c\u3089\u30a2\u30ec\u30f3\u30b8\u3059\u308b\u306e\u3082\u697d\u3057\u3044\u6642\u9593\u2669<\/p>\n<p>\u307f\u3093\u306a\u3082\u4e16\u754c\u3067\u4e00\u3064\u306e\u300c\u30c7\u30b3\u30b9\u30cb\u300d\u306b\u4f5c\u308a\u306b\u30c1\u30e3\u30ec\u30f3\u30b8\u3057\u3066\u307f\u3066\u2661<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u30c7\u30b3\u30b9\u30cb\u30a2\u30ec\u30f3\u30b8\u2b50\ufe0e\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u6982\u8981<\/strong><\/p>\n<p><a href=\"https:\/\/popteen.co.jp\/media\/53556\/\">\u30b3\u30c1\u30e9<\/a>\u3092\u30c1\u30a7\u30c3\u30af\u2669<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u30c9\u30f3\u30fb\u30ad\u30db\u30fc\u30c6\u53d6\u6271\u5e97\u8217<\/strong><\/p>\n<p><a href=\"https:\/\/www.donki.com\/products\/popteen_sl\/\" target=\"_blank\" rel=\"noopener\">\u30b3\u30c1\u30e9<\/a>\u3092\u30c1\u30a7\u30c3\u30af<\/p>\n<p><span><a href=\"https:\/\/www.donki.com\/products\/popteen_sl\/\"><\/a><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-size: 8pt\">Edit_Popteen\u7de8\u96c6\u90e8<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u306e \u30a2\u30ec\u30f3\u30b8\u30b3\u30f3\u30c6\u30b9\u30c8\u304c\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u3068\u3044\u3046\u3053\u3068\u3067\u3001 \u7de8\u96c6\u3067\u3082\u30e2\u30c7\u30eb\u3084JD\u30e9\u30a4\u30bf\u30fc\u7dcf\u51fa\u3067\u30a2\u30ec\u30f3\u30b8\u306b\u30c8\u30e9\u30a4\uff01 &nbsp; \u30a2\u30ec\u30f3\u30b8\u306e\u53c2\u8003\u306b\u3057\u3066\u306d\u2661 Popteen\u767a\u2b50\ufe0e\u30a2\u30ec\u30f3\u30b86\u9078 \u30c7&hellip; <\/p>\n","protected":false},"author":6,"featured_media":53549,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_crdt_document":"","footnotes":""},"categories":[602,6],"tags":[1566,1106,1099],"series":[],"magazine-tag":[1014,1064],"mag_month_tag":[1065],"class_list":["post-53486","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pr","category-fashion","tag-sneakers","tag-collaboration-sneakers","tag-popteen-donki-collaboration","magazine-tag-fashion","magazine-tag-new"],"views":1611,"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/popteen.co.jp\/media\/53486\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669\" \/>\n<meta property=\"og:description\" content=\"Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u306e \u30a2\u30ec\u30f3\u30b8\u30b3\u30f3\u30c6\u30b9\u30c8\u304c\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u3068\u3044\u3046\u3053\u3068\u3067\u3001 \u7de8\u96c6\u3067\u3082\u30e2\u30c7\u30eb\u3084JD\u30e9\u30a4\u30bf\u30fc\u7dcf\u51fa\u3067\u30a2\u30ec\u30f3\u30b8\u306b\u30c8\u30e9\u30a4\uff01 &nbsp; \u30a2\u30ec\u30f3\u30b8\u306e\u53c2\u8003\u306b\u3057\u3066\u306d\u2661 Popteen\u767a\u2b50\ufe0e\u30a2\u30ec\u30f3\u30b86\u9078 \u30c7&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/popteen.co.jp\/media\/53486\/\" \/>\n<meta property=\"og:site_name\" content=\"Popteen Media\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/popteenmagazine\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T22:00:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-28T01:14:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"1400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u7de8\u96c6\u8005\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Popteen_jp\" \/>\n<meta name=\"twitter:site\" content=\"@Popteen_jp\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u7de8\u96c6\u8005\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/\"},\"author\":{\"name\":\"\u7de8\u96c6\u8005\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#\\\/schema\\\/person\\\/06324ac93131bd16b6027e3e6a29e149\"},\"headline\":\"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669\",\"datePublished\":\"2024-11-02T22:00:22+00:00\",\"dateModified\":\"2025-08-28T01:14:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/\"},\"wordCount\":16,\"publisher\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/11\\\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg\",\"keywords\":[\"\u30b9\u30cb\u30fc\u30ab\u30fc\",\"\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\",\"Popteen\u00d7\u30c9\u30f3\u30fb\u30ad\u30db\u30fc\u30c6\u30b3\u30e9\u30dc\"],\"articleSection\":[\"PR\",\"\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3\"],\"inLanguage\":\"ja\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/\",\"name\":\"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/11\\\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg\",\"datePublished\":\"2024-11-02T22:00:22+00:00\",\"dateModified\":\"2025-08-28T01:14:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#primaryimage\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/11\\\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg\",\"contentUrl\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/11\\\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg\",\"width\":1400,\"height\":1400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/53486\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"TOP\",\"item\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3\",\"item\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/fashion\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#website\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/\",\"name\":\"Popteen Media\",\"description\":\"\u5168\u56fd\u306e\u4e2d\u9ad8\u751f\u306b\u30ea\u30a2\u30eb\u3067\u5f79\u7acb\u3064\u60c5\u5831\u3092\u304a\u5c4a\u3051\u3001\u30aa\u30b7\u30e3\u30ec\u3092\u3081\u3044\u3044\u3063\u3071\u3044\u697d\u3057\u3093\u3067\u307b\u3057\u3044\",\"publisher\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#organization\"},\"alternateName\":\"\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#organization\",\"name\":\"\u682a\u5f0f\u4f1a\u793e\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3\",\"alternateName\":\"Popteen\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2021\\\/10\\\/popteen_logo.png\",\"contentUrl\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2021\\\/10\\\/popteen_logo.png\",\"width\":657,\"height\":241,\"caption\":\"\u682a\u5f0f\u4f1a\u793e\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3\"},\"image\":{\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/popteenmagazine\\\/\",\"https:\\\/\\\/x.com\\\/Popteen_jp\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCtFmQ51K2iSHJwBKwyQQRdw\",\"https:\\\/\\\/www.tiktok.com\\\/popteen_jp\",\"https:\\\/\\\/www.instagram.com\\\/popteen_official\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/#\\\/schema\\\/person\\\/06324ac93131bd16b6027e3e6a29e149\",\"name\":\"\u7de8\u96c6\u8005\",\"url\":\"https:\\\/\\\/popteen.co.jp\\\/media\\\/author\\\/popteeneditor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/popteen.co.jp\/media\/53486\/","og_locale":"ja_JP","og_type":"article","og_title":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669","og_description":"Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u306e \u30a2\u30ec\u30f3\u30b8\u30b3\u30f3\u30c6\u30b9\u30c8\u304c\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u3068\u3044\u3046\u3053\u3068\u3067\u3001 \u7de8\u96c6\u3067\u3082\u30e2\u30c7\u30eb\u3084JD\u30e9\u30a4\u30bf\u30fc\u7dcf\u51fa\u3067\u30a2\u30ec\u30f3\u30b8\u306b\u30c8\u30e9\u30a4\uff01 &nbsp; \u30a2\u30ec\u30f3\u30b8\u306e\u53c2\u8003\u306b\u3057\u3066\u306d\u2661 Popteen\u767a\u2b50\ufe0e\u30a2\u30ec\u30f3\u30b86\u9078 \u30c7&hellip;","og_url":"https:\/\/popteen.co.jp\/media\/53486\/","og_site_name":"Popteen Media","article_publisher":"https:\/\/www.facebook.com\/popteenmagazine\/","article_published_time":"2024-11-02T22:00:22+00:00","article_modified_time":"2025-08-28T01:14:48+00:00","og_image":[{"width":1400,"height":1400,"url":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg","type":"image\/jpeg"}],"author":"\u7de8\u96c6\u8005","twitter_card":"summary_large_image","twitter_creator":"@Popteen_jp","twitter_site":"@Popteen_jp","twitter_misc":{"\u57f7\u7b46\u8005":"\u7de8\u96c6\u8005","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/popteen.co.jp\/media\/53486\/#article","isPartOf":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/"},"author":{"name":"\u7de8\u96c6\u8005","@id":"https:\/\/popteen.co.jp\/media\/#\/schema\/person\/06324ac93131bd16b6027e3e6a29e149"},"headline":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669","datePublished":"2024-11-02T22:00:22+00:00","dateModified":"2025-08-28T01:14:48+00:00","mainEntityOfPage":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/"},"wordCount":16,"publisher":{"@id":"https:\/\/popteen.co.jp\/media\/#organization"},"image":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/#primaryimage"},"thumbnailUrl":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg","keywords":["\u30b9\u30cb\u30fc\u30ab\u30fc","\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc","Popteen\u00d7\u30c9\u30f3\u30fb\u30ad\u30db\u30fc\u30c6\u30b3\u30e9\u30dc"],"articleSection":["PR","\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3"],"inLanguage":"ja"},{"@type":"WebPage","@id":"https:\/\/popteen.co.jp\/media\/53486\/","url":"https:\/\/popteen.co.jp\/media\/53486\/","name":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669","isPartOf":{"@id":"https:\/\/popteen.co.jp\/media\/#website"},"primaryImageOfPage":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/#primaryimage"},"image":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/#primaryimage"},"thumbnailUrl":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg","datePublished":"2024-11-02T22:00:22+00:00","dateModified":"2025-08-28T01:14:48+00:00","breadcrumb":{"@id":"https:\/\/popteen.co.jp\/media\/53486\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/popteen.co.jp\/media\/53486\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/popteen.co.jp\/media\/53486\/#primaryimage","url":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg","contentUrl":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2024\/11\/7dcc460ea37e43dc56d1c9e1bae34c4c.jpeg","width":1400,"height":1400},{"@type":"BreadcrumbList","@id":"https:\/\/popteen.co.jp\/media\/53486\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"TOP","item":"https:\/\/popteen.co.jp\/media\/"},{"@type":"ListItem","position":2,"name":"\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3","item":"https:\/\/popteen.co.jp\/media\/fashion\/"},{"@type":"ListItem","position":3,"name":"\u30e2\u30c7\u30eb\u3001JD\u30e9\u30a4\u30bf\u30fc\u3001\u7de8\u96c6\u90e8\u304c\u5171\u540c\u8003\u6848\u2661 Popteen\u00d7\u30c9\u30f3\u30ad\u30b3\u30e9\u30dc\u30b9\u30cb\u30fc\u30ab\u30fc\u3092\u30a2\u30ec\u30f3\u30b8\u3057\u3066\u307f\u305f\u3088\u2669"}]},{"@type":"WebSite","@id":"https:\/\/popteen.co.jp\/media\/#website","url":"https:\/\/popteen.co.jp\/media\/","name":"Popteen Media","description":"\u5168\u56fd\u306e\u4e2d\u9ad8\u751f\u306b\u30ea\u30a2\u30eb\u3067\u5f79\u7acb\u3064\u60c5\u5831\u3092\u304a\u5c4a\u3051\u3001\u30aa\u30b7\u30e3\u30ec\u3092\u3081\u3044\u3044\u3063\u3071\u3044\u697d\u3057\u3093\u3067\u307b\u3057\u3044","publisher":{"@id":"https:\/\/popteen.co.jp\/media\/#organization"},"alternateName":"\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/popteen.co.jp\/media\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/popteen.co.jp\/media\/#organization","name":"\u682a\u5f0f\u4f1a\u793e\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3","alternateName":"Popteen","url":"https:\/\/popteen.co.jp\/media\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/popteen.co.jp\/media\/#\/schema\/logo\/image\/","url":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2021\/10\/popteen_logo.png","contentUrl":"https:\/\/popteen.co.jp\/media\/wp-content\/uploads\/sites\/2\/2021\/10\/popteen_logo.png","width":657,"height":241,"caption":"\u682a\u5f0f\u4f1a\u793e\u30dd\u30c3\u30d7\u30c6\u30a3\u30fc\u30f3"},"image":{"@id":"https:\/\/popteen.co.jp\/media\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/popteenmagazine\/","https:\/\/x.com\/Popteen_jp","https:\/\/www.youtube.com\/channel\/UCtFmQ51K2iSHJwBKwyQQRdw","https:\/\/www.tiktok.com\/popteen_jp","https:\/\/www.instagram.com\/popteen_official\/"]},{"@type":"Person","@id":"https:\/\/popteen.co.jp\/media\/#\/schema\/person\/06324ac93131bd16b6027e3e6a29e149","name":"\u7de8\u96c6\u8005","url":"https:\/\/popteen.co.jp\/media\/author\/popteeneditor\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/posts\/53486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/comments?post=53486"}],"version-history":[{"count":7,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/posts\/53486\/revisions"}],"predecessor-version":[{"id":53627,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/posts\/53486\/revisions\/53627"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/media\/53549"}],"wp:attachment":[{"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/media?parent=53486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/categories?post=53486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/tags?post=53486"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/series?post=53486"},{"taxonomy":"magazine-tag","embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/magazine-tag?post=53486"},{"taxonomy":"mag_month_tag","embeddable":true,"href":"https:\/\/popteen.co.jp\/media\/wp-json\/wp\/v2\/mag_month_tag?post=53486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}