{"id":10218,"date":"2026-02-04T15:08:48","date_gmt":"2026-02-04T06:08:48","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=10218"},"modified":"2026-04-17T17:08:07","modified_gmt":"2026-04-17T08:08:07","slug":"tool-star-symbol-copy","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-star-symbol-copy\/","title":{"rendered":"\u661f\u8a18\u53f7\u30b3\u30d4\u30da\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"sm_tool_container\" class=\"sm_tool_wrapper\">\n    <style>\n        \/* Reset & Base Styles within the widget *\/\n        .sm_tool_wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            width: 100%;\n            box-sizing: border-box;\n            color: #333;\n            line-height: 1.6;\n            background-color: transparent;\n        }\n        .sm_tool_wrapper * {\n            box-sizing: border-box;\n        }\n        \/* Grid & Layout *\/\n        .sm_tool_section {\n            margin-bottom: 30px;\n            background: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        .sm_tool_title {\n            font-size: 1.1em;\n            font-weight: bold;\n            margin: 0 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #eee;\n            color: #333;\n        }\n        \/* 1-A: Tabs *\/\n        .sm_tool_tabs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 5px;\n            margin-bottom: 15px;\n            border-bottom: 1px solid #ddd;\n        }\n        .sm_tool_tab_btn {\n            background: #f5f5f5;\n            border: 1px solid #ddd;\n            border-bottom: none;\n            padding: 8px 16px;\n            cursor: pointer;\n            font-size: 14px;\n            border-radius: 4px 4px 0 0;\n            transition: all 0.2s;\n            color: #666;\n        }\n        .sm_tool_tab_btn.active {\n            background: #fff;\n            font-weight: bold;\n            color: #13284B;\n            border-bottom: 2px solid #fff;\n            margin-bottom: -1px;\n        }\n        \/* 1-B: Grid *\/\n        .sm_tool_grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));\n            gap: 8px;\n            max-height: 300px;\n            overflow-y: auto;\n            padding: 4px;\n        }\n        .sm_tool_item {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 50px;\n            font-size: 20px;\n            background: #fff;\n            border: 1px solid #eee;\n            border-radius: 4px;\n            cursor: pointer;\n            transition: all 0.1s;\n            user-select: none;\n        }\n        .sm_tool_item:hover {\n            background: #f0f8ff;\n            border-color: #13284B;\n            transform: translateY(-2px);\n        }\n        .sm_tool_item:active {\n            transform: scale(0.95);\n        }\n        \/* Category specific grid adjustment *\/\n        .sm_tool_grid_wide {\n            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n        }\n        .sm_tool_grid_wide .sm_tool_item {\n            font-size: 13px;\n            padding: 0 5px;\n            overflow: hidden;\n            white-space: nowrap;\n        }\n\n        \/* 1-C: Toggle Switch *\/\n        .sm_tool_controls {\n            display: flex;\n            justify-content: flex-end;\n            align-items: center;\n            margin-bottom: 10px;\n        }\n        .sm_tool_toggle_label {\n            display: flex;\n            align-items: center;\n            cursor: pointer;\n            font-size: 14px;\n        }\n        .sm_tool_toggle_input {\n            margin-right: 8px;\n        }\n\n        \/* 2-A: Preview Area *\/\n        .sm_tool_preview_box {\n            position: relative;\n            margin-bottom: 10px;\n            border: 2px solid #13284B;\n            border-radius: 6px;\n            padding: 10px;\n            transition: background 0.3s, color 0.3s;\n        }\n        .sm_tool_textarea {\n            width: 100%;\n            min-height: 100px;\n            border: none;\n            resize: vertical;\n            font-size: 16px;\n            background: transparent;\n            color: inherit;\n            font-family: inherit;\n        }\n        .sm_tool_textarea:focus {\n            outline: none;\n        }\n\n        \/* 2-B: Background Simulator *\/\n        .sm_tool_bg_sim {\n            display: flex;\n            gap: 10px;\n            margin-bottom: 15px;\n        }\n        .sm_tool_bg_btn {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            border: 1px solid #ccc;\n            cursor: pointer;\n            position: relative;\n        }\n        .sm_tool_bg_btn[data-bg=\"white\"] { background: #fff; }\n        .sm_tool_bg_btn[data-bg=\"dark\"] { background: #1a1a1a; }\n        .sm_tool_bg_btn[data-bg=\"insta\"] { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }\n        .sm_tool_bg_btn.active::after {\n            content: '\u2713';\n            color: #28a745;\n            position: absolute;\n            top: -5px;\n            right: -5px;\n            background: #fff;\n            border-radius: 50%;\n            width: 14px;\n            height: 14px;\n            font-size: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid #ccc;\n        }\n\n        \/* Preview Box Themes *\/\n        .sm_tool_preview_box.theme-white { background: #fff; color: #333; }\n        .sm_tool_preview_box.theme-dark { background: #1a1a1a; color: #fff; }\n        .sm_tool_preview_box.theme-insta { \n            background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); \n            color: #fff; \n            text-shadow: 0 1px 2px rgba(0,0,0,0.3);\n        }\n        .sm_tool_preview_box.theme-insta .sm_tool_textarea::placeholder { color: rgba(255,255,255,0.7); }\n\n        \/* Buttons *\/\n        .sm_tool_btn_group {\n            display: flex;\n            gap: 10px;\n        }\n        .sm_tool_btn {\n            height: 44px;\n            padding: 0 20px;\n            border: none;\n            border-radius: 4px;\n            font-size: 16px;\n            font-weight: bold;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: opacity 0.2s;\n        }\n        .sm_tool_btn:hover { opacity: 0.9; }\n        .sm_tool_btn_primary {\n            background: #13284B;\n            color: #fff;\n            flex: 1; \/* \u6a2a\u5e45\u3092\u5747\u7b49\u306b\u3059\u308b\u305f\u3081 2 \u304b\u3089 1 \u306b\u5909\u66f4 *\/\n        }\n        .sm_tool_btn_secondary {\n            background: #f0f0f0;\n            color: #666;\n            flex: 1;\n        }\n\n        \/* 3: Decorator *\/\n        .sm_tool_input_text {\n            width: 100%;\n            padding: 10px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            margin-bottom: 15px;\n            font-size: 16px;\n        }\n        .sm_tool_deco_list {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        .sm_tool_deco_item {\n            background: #f9f9f9;\n            padding: 12px;\n            border: 1px solid #eee;\n            border-radius: 4px;\n            cursor: pointer;\n            position: relative;\n            transition: background 0.2s;\n        }\n        .sm_tool_deco_item:hover {\n            background: #eef6ff;\n            border-color: #b3d7ff;\n        }\n        .sm_tool_deco_item::after {\n            content: '\u30b3\u30d4\u30fc';\n            position: absolute;\n            right: 10px;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 12px;\n            color: #13284B;\n            border: 1px solid #13284B;\n            padding: 2px 6px;\n            border-radius: 3px;\n            opacity: 0.6;\n        }\n\n        \/* 4: Table *\/\n        .sm_tool_table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        .sm_tool_table th, .sm_tool_table td {\n            border: 1px solid #eee;\n            padding: 10px;\n            text-align: left;\n        }\n        .sm_tool_table th {\n            background: #f5f5f5;\n            font-weight: bold;\n            color: #13284B;\n        }\n        .sm_tool_copy_icon {\n            cursor: pointer;\n            color: #13284B;\n            margin-right: 5px;\n        }\n\n        \/* Toast Notification *\/\n        .sm_tool_toast {\n            position: fixed;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: rgba(19, 40, 75, 0.9);\n            color: #fff;\n            padding: 10px 20px;\n            border-radius: 4px;\n            font-size: 14px;\n            opacity: 0;\n            pointer-events: none;\n            transition: opacity 0.3s;\n            z-index: 9999;\n        }\n        .sm_tool_toast.show {\n            opacity: 1;\n        }\n\n        @media (max-width: 600px) {\n            .sm_tool_grid { grid-template-columns: repeat(auto-fill, minmax(44px, 1fr)); }\n            .sm_tool_grid_wide { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }\n            \/* flex-direction: column; \u3092\u524a\u9664\u3057\u3001\u30b9\u30de\u30db\u3067\u3082\u6a2a\u4e26\u3073\u3092\u7dad\u6301 *\/\n            .sm_tool_toggle_label { font-size: 12px; }\n        }\n    <\/style>\n\n    <div class=\"sm_tool_section\">\n        <p class=\"sm_tool_title\">1. \u4f7f\u3044\u305f\u3044\u661f\u30de\u30fc\u30af\u3092\u9078\u3076<\/p>\n        \n        <div class=\"sm_tool_tabs\" id=\"sm_category_tabs\">\n            <\/div>\n\n        <div class=\"sm_tool_controls\">\n            <label class=\"sm_tool_toggle_label\">\n                <input type=\"checkbox\" id=\"sm_mode_toggle\" class=\"sm_tool_toggle_input\">\n                <span id=\"sm_mode_text\">\u30af\u30ea\u30c3\u30af\u3067\u8ffd\u52a0\u30e2\u30fc\u30c9\uff08\u901a\u5e38\uff09<\/span>\n            <\/label>\n        <\/div>\n\n        <div id=\"sm_symbol_grid\" class=\"sm_tool_grid\">\n            <\/div>\n    <\/div>\n\n    <div class=\"sm_tool_section\">\n        <p class=\"sm_tool_title\">2. \u7d44\u307f\u5408\u308f\u305b\u3066\u30b3\u30d4\u30fc<\/p>\n        \n        <div class=\"sm_tool_bg_sim\">\n            <div class=\"sm_tool_bg_btn active\" data-bg=\"white\" title=\"\u80cc\u666f\uff1a\u767d\"><\/div>\n            <div class=\"sm_tool_bg_btn\" data-bg=\"dark\" title=\"\u80cc\u666f\uff1a\u9ed2\"><\/div>\n            <div class=\"sm_tool_bg_btn\" data-bg=\"insta\" title=\"\u80cc\u666f\uff1a\u30a4\u30f3\u30b9\u30bf\u98a8\"><\/div>\n        <\/div>\n\n        <div class=\"sm_tool_preview_box theme-white\" id=\"sm_preview_wrapper\">\n            <textarea id=\"sm_main_textarea\" class=\"sm_tool_textarea\" placeholder=\"\u661f\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3053\u3053\u306b\u5165\u308a\u307e\u3059\u3002\u81ea\u7531\u306b\u7de8\u96c6\u3057\u3066\u30b3\u30d4\u30fc\u3067\u304d\u307e\u3059\u3002\"><\/textarea>\n        <\/div>\n\n        <div class=\"sm_tool_btn_group\">\n            <button id=\"sm_copy_all_btn\" class=\"sm_tool_btn sm_tool_btn_primary\">\u3059\u3079\u3066\u30b3\u30d4\u30fc<\/button>\n            <button id=\"sm_clear_btn\" class=\"sm_tool_btn sm_tool_btn_secondary\">\u30af\u30ea\u30a2<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"sm_tool_section\">\n        <p class=\"sm_tool_title\">\u30c6\u30ad\u30b9\u30c8\u81ea\u52d5\u88c5\u98fe\u30e1\u30fc\u30ab\u30fc<\/p>\n        <input type=\"text\" id=\"sm_deco_input\" class=\"sm_tool_input_text\" placeholder=\"\u3053\u3053\u306b\u6587\u5b57\u3092\u5165\u529b\uff08\u4f8b\uff1a\u304a\u306f\u3088\u3046\uff09\">\n        <div id=\"sm_deco_result\" class=\"sm_tool_deco_list\">\n            <div style=\"color:#999; font-size:12px; text-align:center;\">\u6587\u5b57\u3092\u5165\u529b\u3059\u308b\u3068\u88c5\u98fe\u30d1\u30bf\u30fc\u30f3\u304c\u8868\u793a\u3055\u308c\u307e\u3059<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"sm_tool_section\">\n        <p class=\"sm_tool_title\">\u661f\u30de\u30fc\u30af\u306e\u610f\u5473\u30fb\u8aad\u307f\u65b9\u4e00\u89a7<\/p>\n        <div style=\"overflow-x: auto;\">\n            <table class=\"sm_tool_table\">\n                <thead>\n                    <tr>\n                        <th style=\"width:50px;\">\u8a18\u53f7<\/th>\n                        <th>\u540d\u79f0<\/th>\n                        <th>\u610f\u5473\u30fb\u7528\u9014<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr><td onclick=\"smCopyToClipboard('\u2605')\"><span class=\"sm_tool_copy_icon\">\u2605<\/span><\/td><td>\u9ed2\u3044\u661f<\/td><td>\u4e00\u822c\u7684\u306a\u661f\u3001\u8a55\u4fa1\u3001\u5f37\u8abf\u3001\u304a\u6c17\u306b\u5165\u308a<\/td><\/tr>\n                    <tr><td onclick=\"smCopyToClipboard('\u2606')\"><span class=\"sm_tool_copy_icon\">\u2606<\/span><\/td><td>\u767d\u3044\u661f<\/td><td>\u8a55\u4fa1\u306e\u672a\u9078\u629e\u3001\u591c\u7a7a\u3001\u767d\u629c\u304d\u5f37\u8abf<\/td><\/tr>\n                    <tr><td onclick=\"smCopyToClipboard('\u2721')\"><span class=\"sm_tool_copy_icon\">\u2721<\/span><\/td><td>\u516d\u8292\u661f<\/td><td>\u30c0\u30d3\u30c7\u306e\u661f\u3001\u9b54\u9664\u3051\u3001\u8abf\u548c\u3001\u30e6\u30c0\u30e4\u6559\u306e\u8c61\u5fb4<\/td><\/tr>\n                    <tr><td onclick=\"smCopyToClipboard('\u2734')\"><span class=\"sm_tool_copy_icon\">\u2734<\/span><\/td><td>\u516b\u8292\u661f<\/td><td>\u5f37\u3044\u8f1d\u304d\u3001\u65b9\u4f4d\u3001\u5317\u6975\u661f<\/td><\/tr>\n                    <tr><td onclick=\"smCopyToClipboard('\u2726')\"><span class=\"sm_tool_copy_icon\">\u2726<\/span><\/td><td>\u56db\u89d2\u3044\u661f<\/td><td>\u30ad\u30e9\u30ad\u30e9\u3001\u88c5\u98fe\u3001\u5f37\u8abf<\/td><\/tr>\n                    <tr><td onclick=\"smCopyToClipboard('\uff0a')\"><span class=\"sm_tool_copy_icon\">\uff0a<\/span><\/td><td>\u30a2\u30b9\u30bf\u30ea\u30b9\u30af<\/td><td>\u6ce8\u91c8\u3001\u96ea\u306e\u7d50\u6676\u3001\u639b\u3051\u7b97\u8a18\u53f7<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n\n    <div id=\"sm_toast\" class=\"sm_tool_toast\">\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\uff01<\/div>\n<\/div>\n\n<script>\n\n<\/script>\n\n\n\n<p>\u3061\u3087\u3063\u3068\u304a\u3057\u3083\u308c\u3067\u304b\u308f\u3044\u3044\u661f\u306e\u30de\u30fc\u30af\u30fb\u30ad\u30e9\u30ad\u30e9\u8a18\u53f7\u30fb\u7d75\u6587\u5b57\u3092\u9078\u3093\u3067\u3001\u307e\u3068\u3081\u3066\u30b3\u30d4\u30da\u3067\u304d\u308b\u7121\u6599\u30c4\u30fc\u30eb\u3067\u3059\u3002Instagram\u3084TikTok\u306a\u3069\u306eSNS\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3084\u3001LINE\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u88c5\u98fe\u3059\u308b\u306e\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n\n\n\n<p class=\"is-style-sango-paragraph-memo-alt\">\u3010\u95a2\u9023\u30c4\u30fc\u30eb\u3011<br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-gyarumoji-converter\/\">\u30ae\u30e3\u30eb\u6587\u5b57\u5909\u63db\u30c4\u30fc\u30eb<\/a><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u3001\u4ee5\u4e0b\u306e\u6a5f\u80fd\u3092\u4f7f\u3063\u3066\u7c21\u5358\u306b\u30c6\u30ad\u30b9\u30c8\u88c5\u98fe\u3092\u4f5c\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u661f\u8a18\u53f7\u306e\u4e00\u89a7\u304b\u3089\u9078\u629e<\/strong>\uff1a\u30ad\u30e9\u30ad\u30e9\u88c5\u98fe\u306b\u4f7f\u3048\u308b\u661f\u8a18\u53f7\u3001Y2K\u98a8\u30c7\u30b6\u30a4\u30f3\u3067\u4eba\u6c17\u306e\u7279\u6b8a\u6587\u5b57\u30fb\u7d75\u6587\u5b57\u30fb\u9854\u6587\u5b57\u3092\u3001\u30bf\u30d6\u3092\u5207\u308a\u66ff\u3048\u3066\u9078\u3076\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u307e\u3068\u3081\u3066\u30b3\u30d4\u30fc\uff06\u7de8\u96c6<\/strong>\uff1a\u9078\u3093\u3060\u661f\u8a18\u53f7\u306f\u7de8\u96c6\u30dc\u30c3\u30af\u30b9\u306b\u6e9c\u307e\u3063\u3066\u3044\u304d\u307e\u3059\u3002\u6587\u5b57\u3092\u5165\u529b\u3057\u3066\u7d44\u307f\u5408\u308f\u305b\u305f\u308a\u3001\u4e26\u3073\u66ff\u3048\u305f\u308a\u3057\u305f\u5f8c\u306b\u30dc\u30bf\u30f3\u4e00\u3064\u3067\u30b3\u30d4\u30fc\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u80cc\u666f\u8272\u306e\u78ba\u8a8d\uff08\u30c0\u30fc\u30af\u30e2\u30fc\u30c9\u30fbSNS\u5bfe\u5fdc\uff09<\/strong>\uff1a\u300c\u767d\u3044\u661f\u300d\u3084\u300c\u7d30\u3044\u7dda\u300d\u306f\u3001\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u306e\u30c0\u30fc\u30af\u30e2\u30fc\u30c9\u3084Instagram\u306e\u30b9\u30c8\u30fc\u30ea\u30fc\u4e0a\u3067\u306f\u898b\u3048\u306b\u304f\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u80cc\u666f\u3092\u300c\u767d\u30fb\u9ed2\u30fb\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u300d\u306b\u5207\u308a\u66ff\u3048\u3066\u3001\u898b\u3084\u3059\u3055\u3092\u4e8b\u524d\u306b\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30c6\u30ad\u30b9\u30c8\u81ea\u52d5\u88c5\u98fe<\/strong>\uff1a\u300c\u304a\u306f\u3088\u3046\u300d\u306a\u3069\u597d\u304d\u306a\u8a00\u8449\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u661f\u3092\u4f7f\u3063\u305f\u304b\u308f\u3044\u3044\u88c5\u98fe\u30e9\u30a4\u30f3\u3084\u3001\u6587\u5b57\u306e\u9593\u306b\u661f\u3092\u631f\u3093\u3060\u30c7\u30b6\u30a4\u30f3\u3092\u81ea\u52d5\u3067\u4f5c\u6210\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u661f\u8a18\u53f7\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u3067\u6271\u3063\u3066\u3044\u308b\u300c\u661f\u300d\u306b\u306f\u3001\u5927\u304d\u304f\u5206\u3051\u30662\u3064\u306e\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30c6\u30ad\u30b9\u30c8\u8a18\u53f7\uff08\u7279\u6b8a\u6587\u5b57\u30fbUnicode\uff09<\/strong>\uff1a\u8272\u304c\u3064\u304b\u306a\u3044\u5358\u8272\u306e\u6587\u5b57\u3067\u3059\u3002\u30d5\u30a9\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u308b\u305f\u3081\u3001Instagram\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3084Twitter\u306e\u540d\u524d\u6b04\u306a\u3069\u3067\u4f7f\u7528\u3057\u3066\u3082\u3001\u30b7\u30f3\u30d7\u30eb\u3067\u30b9\u30bf\u30a4\u30ea\u30c3\u30b7\u30e5\u306a\u5370\u8c61\u306b\u306a\u308a\u307e\u3059\u3002iPhone\u3084Android\u306a\u3069\u6a5f\u7a2e\u3092\u9078\u3070\u305a\u306b\u8868\u793a\u3055\u308c\u3084\u3059\u3044\u306e\u304c\u7279\u5fb4\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7d75\u6587\u5b57\uff08\u30ab\u30e9\u30fc\uff09<\/strong>\uff1a\u30ad\u30e9\u30ad\u30e9\u3057\u305f\u30dd\u30c3\u30d7\u3067\u76ee\u7acb\u3064\u7d75\u6587\u5b57\u3067\u3059\u3002\u30c7\u30d0\u30a4\u30b9\u306b\u3088\u3063\u3066\u30c7\u30b6\u30a4\u30f3\u304c\u591a\u5c11\u7570\u306a\u308a\u307e\u3059\uff08iPhone\u3067\u898b\u308b\u661f\u3068Android\u3067\u898b\u308b\u661f\u306f\u5c11\u3057\u5f62\u304c\u9055\u3044\u307e\u3059\uff09\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Instagram\u3084TikTok\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u7de8\u96c6<\/strong>\uff1a\u540d\u524d\u306e\u6a2a\u306b\u661f\u3092\u3064\u3051\u305f\u308a\u3001\u81ea\u5df1\u7d39\u4ecb\u6587\u306e\u533a\u5207\u308a\u7dda\u3068\u3057\u3066\u661f\u306e\u30e9\u30a4\u30f3\u3092\u4f7f\u3063\u305f\u308a\u3059\u308b\u3053\u3068\u3067\u3001\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u753b\u9762\u3092\u304a\u3057\u3083\u308c\u306b\u6574\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u63a8\u3057\u6d3b\u3084SNS\u306e\u6295\u7a3f<\/strong>\uff1aY2K\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3\u3084\u3001\u91cf\u7523\u578b\u30f2\u30bf\u30af\u30fb\u5730\u96f7\u7cfb\u3063\u307d\u3044\u6295\u7a3f\u3067\u306f\u3001\u5341\u5b57\u67b6\u306e\u3088\u3046\u306a\u661f\u3084\u30ad\u30e9\u30ad\u30e9\u30de\u30fc\u30af\u3092\u4f7f\u3046\u3068\u3001\u4e16\u754c\u89b3\u3092\u6f14\u51fa\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b2\u30fc\u30e0\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u540d<\/strong>\uff1aFPS\u3084\u30aa\u30f3\u30e9\u30a4\u30f3\u30b2\u30fc\u30e0\u306e\u540d\u524d\u5165\u529b\u3067\u3001\u7279\u6b8a\u306a\u661f\u8a18\u53f7\u3092\u4f7f\u3063\u3066\u500b\u6027\u3092\u51fa\u3057\u305f\u3044\u3068\u304d\u306b\u4fbf\u5229\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u661f\u30de\u30fc\u30af\u304c\u6587\u5b57\u5316\u3051\u3057\u3066\u3057\u307e\u3046\u5834\u5408<\/h2>\n\n\n\n<p>\u4e00\u90e8\u306e\u7279\u6b8a\u6587\u5b57\u306f\u3001\u53e4\u3044\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3084\u7279\u5b9a\u306e\u30b2\u30fc\u30e0\u30a2\u30d7\u30ea\u3001\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u74b0\u5883\u306b\u3088\u3063\u3066\u306f\u300c\u25a1\uff08\u8c46\u8150\u306e\u3088\u3046\u306a\u56db\u89d2\uff09\u300d\u306b\u6587\u5b57\u5316\u3051\u3057\u3066\u8868\u793a\u3055\u308c\u306a\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002 \u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u6bd4\u8f03\u7684\u8868\u793a\u3055\u308c\u3084\u3059\u3044\u8a18\u53f7\u3092\u96c6\u3081\u3066\u3044\u307e\u3059\u304c\u3001\u3082\u3057\u8868\u793a\u3055\u308c\u306a\u3044\u5834\u5408\u306f\u300c\u5b9a\u756a\u300d\u30bf\u30d6\u306b\u3042\u308b\u30b7\u30f3\u30d7\u30eb\u306a\u661f\u8a18\u53f7\u3092\u4f7f\u3046\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u30ad\u30fc\u30dc\u30fc\u30c9\u3067\u661f\u3092\u5165\u529b\u3059\u308b\u65b9\u6cd5\u3068\u306e\u9055\u3044<\/h2>\n\n\n\n<p>\u30b9\u30de\u30db\u3084PC\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u3067\u300c\u307b\u3057\u300d\u3068\u5165\u529b\u3057\u3066\u5909\u63db\u3059\u308b\u3053\u3068\u3067\u3082\u3001\u4e00\u822c\u7684\u306a\u300c\u2605\u300d\u3084\u300c\u2606\u300d\u306f\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 \u3057\u304b\u3057\u3001\u3053\u306e\u30c4\u30fc\u30eb\u3092\u4f7f\u3046\u3053\u3068\u3067\u3001\u901a\u5e38\u306e\u5909\u63db\u3067\u306f\u51fa\u3066\u3053\u306a\u3044\u300c\u30c7\u30b6\u30a4\u30f3\u6027\u306e\u9ad8\u3044\u7279\u6b8a\u306a\u661f\u300d\u3084\u300c\u6d77\u5916\u3067\u4f7f\u308f\u308c\u3066\u3044\u308b\u8a18\u53f7\u300d\u3092\u7c21\u5358\u306b\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u8f9e\u66f8\u767b\u9332\u306e\u624b\u9593\u3092\u7701\u304d\u3001\u30bf\u30c3\u30d7\u3059\u308b\u3060\u3051\u3067\u4f7f\u3048\u308b\u306e\u304c\u30e1\u30ea\u30c3\u30c8\u3067\u3059\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \u4f7f\u3044\u305f\u3044\u661f\u30de\u30fc\u30af\u3092\u9078\u3076 \u30af\u30ea\u30c3\u30af\u3067\u8ffd\u52a0\u30e2\u30fc\u30c9\uff08\u901a\u5e38\uff09 2. \u7d44\u307f\u5408\u308f\u305b\u3066\u30b3\u30d4\u30fc \u3059\u3079\u3066\u30b3\u30d4\u30fc \u30af\u30ea\u30a2 \u30c6\u30ad\u30b9\u30c8\u81ea\u52d5\u88c5\u98fe\u30e1\u30fc\u30ab\u30fc \u6587\u5b57\u3092\u5165\u529b\u3059\u308b\u3068\u88c5\u98fe\u30d1\u30bf\u30fc\u30f3\u304c\u8868\u793a\u3055\u308c\u307e\u3059 \u661f\u30de\u30fc\u30af\u306e\u610f\u5473\u30fb\u8aad\u307f\u65b9\u4e00\u89a7 \u8a18\u53f7 \u540d\u79f0 \u610f &#8230; <\/p>\n","protected":false},"author":4,"featured_media":10219,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,39],"tags":[],"class_list":{"0":"post-10218","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tool","8":"category-life","9":"entry"},"_links":{"self":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/10218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/comments?post=10218"}],"version-history":[{"count":10,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/10218\/revisions"}],"predecessor-version":[{"id":12016,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/10218\/revisions\/12016"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/10219"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=10218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=10218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=10218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}