{"id":11157,"date":"2026-03-12T12:05:04","date_gmt":"2026-03-12T03:05:04","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=11157"},"modified":"2026-03-18T13:39:48","modified_gmt":"2026-03-18T04:39:48","slug":"tool-topic-roulette","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-topic-roulette\/","title":{"rendered":"\u8a71\u984c\u30eb\u30fc\u30ec\u30c3\u30c8\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"tr_tool_wrapper\" class=\"tr_tool_wrapper\">\n    <style>\n        #tr_tool_wrapper {\n            width: 100%;\n            color: #000;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            box-sizing: border-box;\n            max-width: 720px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        #tr_tool_wrapper *, #tr_tool_wrapper *::before, #tr_tool_wrapper *::after {\n            box-sizing: border-box;\n        }\n\n        \/* \u30ab\u30c6\u30b4\u30ea\u9078\u629e\u30a8\u30ea\u30a2 *\/\n        .tr_section { margin-bottom: 24px; }\n        .tr_section_title_row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 5px; }\n        .tr_section_title { font-size: 15px; font-weight: bold; margin: 0; color: #333; }\n        \n        .tr_category_btns { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }\n        .tr_cat_btn {\n            flex: 1; min-width: 110px; height: 40px; background: #fff; border: 1px solid #ddd;\n            color: #333; font-size: 13px; cursor: pointer; border-radius: 4px; font-weight: 500;\n        }\n        .tr_cat_btn:hover { background: #f5f5f5; }\n        .tr_cat_btn.tr_active { background: #333; color: #fff; border-color: #333; }\n\n        \/* \u8a71\u984c\u8868\u793a\u30ea\u30fc\u30eb\uff08\u7e26\u56de\u8ee2\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u7528\uff09 *\/\n        .tr_display_window {\n            width: 100%;\n            height: 200px; \/* \u56fa\u5b9a\u9ad8 *\/\n            background: #fcfcfc; \n            border: 1px solid #000; \n            border-radius: 8px; \n            margin-bottom: 20px; \n            position: relative;\n            overflow: hidden;\n            box-shadow: inset 0 10px 20px rgba(0,0,0,0.03), inset 0 -10px 20px rgba(0,0,0,0.03);\n        }\n\n        .tr_reel_container {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            transition: transform 3s cubic-bezier(0.15, 0, 0.15, 1);\n            will-change: transform;\n        }\n        .tr_reel_item {\n            height: 200px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 0 30px;\n            text-align: center;\n            font-size: 22px;\n            font-weight: bold;\n            color: #000;\n            word-break: break-word;\n            line-height: 1.4;\n            white-space: nowrap; \/* \u521d\u671f\u72b6\u614b\u306f1\u884c *\/\n        }\n        .tr_spinning .tr_reel_item {\n            white-space: normal; \/* \u30b9\u30d4\u30f3\u4e2d\u30fb\u505c\u6b62\u5f8c\u306f\u6298\u308a\u8fd4\u3057\u3092\u8a31\u53ef *\/\n        }\n\n        \/* \u30a2\u30af\u30b7\u30e7\u30f3\u30dc\u30bf\u30f3 *\/\n        .tr_controls { text-align: center; margin-bottom: 30px; }\n        .tr_main_btn {\n            width: 100%; max-width: 320px; height: 54px; background: #13284B; color: #fff;\n            border: none; border-radius: 4px; font-size: 18px; font-weight: bold; cursor: pointer;\n            transition: opacity 0.2s;\n        }\n        .tr_main_btn:hover { opacity: 0.9; }\n        .tr_main_btn:disabled { background: #aab4c2; cursor: not-allowed; }\n\n        \/* \u5c65\u6b74\u30ea\u30b9\u30c8 *\/\n        .tr_history_header { cursor: pointer; user-select: none; }\n        .tr_history_toggle_icon { font-size: 10px; margin-left: 4px; transition: transform 0.2s; display: inline-block; }\n        .tr_history_header.tr_open .tr_history_toggle_icon { transform: rotate(180deg); }\n\n        .tr_history_list { \n            display: flex; \n            flex-direction: column; \n            gap: 6px; \n            max-height: 185px; \/* 3\u4ef6\u7a0b\u5ea6\u3067\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u3088\u3046\u306b\u9ad8\u3055\u3092\u5236\u9650 *\/\n            overflow-y: auto;  \n            padding-right: 4px;\n        }\n        \n        \/* \u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc\u306e\u30c7\u30b6\u30a4\u30f3 *\/\n        .tr_history_list::-webkit-scrollbar {\n            width: 6px;\n        }\n        .tr_history_list::-webkit-scrollbar-track {\n            background: #f1f1f1;\n            border-radius: 10px;\n        }\n        .tr_history_list::-webkit-scrollbar-thumb {\n            background: #ccc;\n            border-radius: 10px;\n        }\n        .tr_history_list::-webkit-scrollbar-thumb:hover {\n            background: #aaa;\n        }\n\n        .tr_history_item { \n            padding: 10px 12px; background: #f9f9f9; border-left: 3px solid #13284B; \n            font-size: 13px; color: #333; display: flex; flex-direction: column; gap: 2px;\n            flex-shrink: 0;\n        }\n        .tr_history_cat { font-size: 10px; font-weight: bold; color: #13284B; opacity: 0.7; }\n        .tr_history_clear { \n            background: none; border: 1px solid #ccc; color: #666; font-size: 11px; \n            padding: 2px 8px; border-radius: 4px; cursor: pointer; \n        }\n        .tr_history_clear:hover { background: #eee; color: #333; }\n\n        .tr_hidden { display: none !important; }\n\n        @media (max-width: 480px) {\n            .tr_cat_btn { min-width: calc(50% - 4px); }\n            .tr_reel_item { font-size: 18px; padding: 0 15px; white-space: normal; }\n            .tr_display_window { height: 180px; }\n            .tr_reel_item { height: 180px; }\n            .tr_history_list { max-height: 165px; } \/* \u30b9\u30de\u30db\u5411\u3051\u8abf\u6574 *\/\n        }\n    <\/style>\n\n    <!-- 1. \u30ab\u30c6\u30b4\u30ea\u9078\u629e -->\n    <div class=\"tr_section\">\n        <div class=\"tr_section_title_row\">\n            <p class=\"tr_section_title\">\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e<\/p>\n        <\/div>\n        <div class=\"tr_category_btns\">\n            <button class=\"tr_cat_btn tr_active\" data-tr-cat=\"random\">\u30e9\u30f3\u30c0\u30e0<\/button>\n            <button class=\"tr_cat_btn\" data-tr-cat=\"daily\">\u65e5\u5e38<\/button>\n            <button class=\"tr_cat_btn\" data-tr-cat=\"love\">\u604b\u611b<\/button>\n            <button class=\"tr_cat_btn\" data-tr-cat=\"work\">\u4ed5\u4e8b<\/button>\n            <button class=\"tr_cat_btn\" data-tr-cat=\"choice\">\u7a76\u6975\u306e2\u629e<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- 2. \u7e26\u56de\u8ee2\u30ea\u30fc\u30eb\u8868\u793a\u30a8\u30ea\u30a2 -->\n    <div class=\"tr_display_window\">\n        <div id=\"tr_reel_container\" class=\"tr_reel_container\">\n            <div class=\"tr_reel_item\">\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u3093\u3067START\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- 3. \u30e1\u30a4\u30f3\u30a2\u30af\u30b7\u30e7\u30f3 -->\n    <div class=\"tr_controls\">\n        <button id=\"tr_spin_btn\" class=\"tr_main_btn\">START<\/button>\n    <\/div>\n\n    <!-- 4. \u5c65\u6b74\u6a5f\u80fd -->\n    <div class=\"tr_section\">\n        <div class=\"tr_section_title_row tr_history_header tr_open\" id=\"tr_history_header\">\n            <p class=\"tr_section_title\">\ud83d\udcdc \u5c65\u6b74 <span class=\"tr_history_toggle_icon\">\u25bc<\/span><\/p>\n            <button id=\"tr_history_clear_btn\" class=\"tr_history_clear\">\u5c65\u6b74\u3092\u30af\u30ea\u30a2<\/button>\n        <\/div>\n        <div id=\"tr_history_list\" class=\"tr_history_list\">\n            <p style=\"color:#999; font-size: 13px;\">\u5c65\u6b74\u306f\u307e\u3060\u3042\u308a\u307e\u305b\u3093<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<p><\/p><div id=\"ad_hide_toggle_container\">\n  <style>\n    #ad_hide_toggle_container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    }\n    \n    .ad_hide_toggle_wrapper {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 12px;\n      background: #f5f5f5;\n      border: 1px solid #ddd;\n      border-radius: 6px;\n    }\n    \n    .ad_hide_toggle_checkbox {\n      width: 18px;\n      height: 18px;\n      cursor: pointer;\n      margin: 0;\n      flex-shrink: 0;\n    }\n    \n    .ad_hide_toggle_label {\n      font-size: 14px;\n      color: #333;\n      cursor: pointer;\n      margin: 0;\n      user-select: none;\n      white-space: nowrap;\n    }\n    \n    \/* \u5e83\u544a\u975e\u8868\u793a\u7528 *\/\n    .ad_hide_active .sticky-sidebar,\n    .ad_hide_active .sticky-footer {\n      display: none !important;\n    }\n  <\/style>\n  \n  <div class=\"ad_hide_toggle_wrapper\">\n    <input type=\"checkbox\" id=\"ad_hide_toggle_checkbox\" class=\"ad_hide_toggle_checkbox\">\n    <label for=\"ad_hide_toggle_checkbox\" class=\"ad_hide_toggle_label\">\u5e83\u544a\u3092\u96a0\u3059<\/label>\n  <\/div>\n  \n  <script>\n    (function() {\n      'use strict';\n      \n      const AD_HIDE_STORAGE_KEY = 'ad_hide_toggle_state';\n      const AD_HIDE_CLASS = 'ad_hide_active';\n      \n      let adHideCheckbox = null;\n      \n      function initAdHideToggle() {\n        adHideCheckbox = document.getElementById('ad_hide_toggle_checkbox');\n        \n        if (!adHideCheckbox) return;\n        \n        \/\/ \u4fdd\u5b58\u3055\u308c\u305f\u72b6\u614b\u3092\u5fa9\u5143\n        loadAdHideState();\n        \n        \/\/ \u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306e\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\n        adHideCheckbox.addEventListener('change', function() {\n          if (this.checked) {\n            document.body.classList.add(AD_HIDE_CLASS);\n            saveAdHideState(true);\n          } else {\n            document.body.classList.remove(AD_HIDE_CLASS);\n            saveAdHideState(false);\n          }\n        });\n      }\n      \n      function loadAdHideState() {\n        try {\n          const hideAds = localStorage.getItem(AD_HIDE_STORAGE_KEY);\n          if (hideAds === 'true') {\n            adHideCheckbox.checked = true;\n            document.body.classList.add(AD_HIDE_CLASS);\n          }\n        } catch (e) {\n          \/\/ \u30ed\u30fc\u30ab\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u4f7f\u7528\u4e0d\u53ef\u6642\u306f\u7121\u8996\n        }\n      }\n      \n      function saveAdHideState(checked) {\n        try {\n          localStorage.setItem(AD_HIDE_STORAGE_KEY, checked ? 'true' : 'false');\n        } catch (e) {\n          \/\/ \u30ed\u30fc\u30ab\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u4f7f\u7528\u4e0d\u53ef\u6642\u306f\u7121\u8996\n        }\n      }\n      \n      \/\/ DOMContentLoaded\u5bfe\u5fdc\n      if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initAdHideToggle);\n      } else {\n        initAdHideToggle();\n      }\n    })();\n  <\/script>\n<\/div>\n<br>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u98f2\u307f\u4f1a\u3084\u30c7\u30fc\u30c8\u3001\u30d3\u30b8\u30cd\u30b9\u30b7\u30fc\u30f3\u306a\u3069\u3067\u4f1a\u8a71\u306e\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3068\u304d\u306b\u3001\u30dc\u30bf\u30f3\u4e00\u3064\u3067\u6700\u9069\u306a\u30c8\u30fc\u30af\u30c6\u30fc\u30de\u3092\u63d0\u6848\u3059\u308b\u7121\u6599\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30c4\u30fc\u30eb\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-bingo-machine\/\">\u30d3\u30f3\u30b4\u30c4\u30fc\u30eb<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-web-roulette\/\" data-type=\"link\" data-id=\"https:\/\/rakkokeyword.com\/techo\/tool-web-roulette\/\">\u30eb\u30fc\u30ec\u30c3\u30c8\u30c4\u30fc\u30eb<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-amidakuji-maker\/\">\u3042\u307f\u3060\u304f\u3058<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-gacha-probability-calculator\/\">\u30ac\u30c1\u30e3\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-coin-toss\/\">\u30b3\u30a4\u30f3\u30c8\u30b9\u30c4\u30fc\u30eb<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-russian-roulette\/\" data-type=\"link\" data-id=\"https:\/\/rakkokeyword.com\/techo\/tool-russian-roulette\/\">\u30ed\u30b7\u30a2\u30f3\u30eb\u30fc\u30ec\u30c3\u30c8\u30c4\u30fc\u30eb<\/a><\/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<ul class=\"wp-block-list\">\n<li>\u30b7\u30fc\u30f3\u306b\u5408\u308f\u305b\u305f\u30ab\u30c6\u30b4\u30ea\u9078\u629e\uff08\u65e5\u5e38\u3001\u604b\u611b\u3001\u4ed5\u4e8b\u3001\u7a76\u6975\u306e2\u629e\uff09<\/li>\n\n\n\n<li>200\u7a2e\u985e\u4ee5\u4e0a\u306e\u8c4a\u5bcc\u306a\u8a71\u984c\u30ea\u30b9\u30c8\u304b\u3089\u30e9\u30f3\u30c0\u30e0\u306b\u9078\u51fa<\/li>\n\n\n\n<li>\u30b9\u30ed\u30c3\u30c8\u30de\u30b7\u30f3\u306e\u3088\u3046\u306a\u7e26\u56de\u8ee2\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306b\u3088\u308b\u697d\u3057\u3044\u6f14\u51fa<\/li>\n\n\n\n<li>\u76f4\u8fd1\u306b\u9078\u3070\u308c\u305f\u8a71\u984c\u3092\u632f\u308a\u8fd4\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u5c65\u6b74\u8868\u793a\u6a5f\u80fd<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u30c8\u30fc\u30af\u30c6\u30fc\u30de\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u30b9\u30e0\u30fc\u30ba\u306a\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u3068\u308c\u308b\u3088\u3046\u306b\u3001\u4ee5\u4e0b\u306e4\u3064\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u57fa\u3065\u3044\u305f\u8a71\u984c\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u65e5\u5e38:<\/strong>&nbsp;\u8ab0\u3068\u3067\u3082\u8a71\u3057\u3084\u3059\u304f\u3001\u76f8\u624b\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u3084\u4fa1\u5024\u89b3\u3092\u77e5\u308b\u304d\u3063\u304b\u3051\u306b\u306a\u308a\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u604b\u611b:<\/strong>&nbsp;\u5408\u30b3\u30f3\u3084\u30de\u30c3\u30c1\u30f3\u30b0\u30a2\u30d7\u30ea\u306e\u30c7\u30fc\u30c8\u306a\u3069\u3001\u89aa\u5bc6\u5ea6\u3092\u9ad8\u3081\u305f\u3044\u3068\u304d\u306b\u6709\u52b9\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4ed5\u4e8b:<\/strong>&nbsp;\u8077\u5834\u3067\u306e\u30a2\u30a4\u30b9\u30d6\u30ec\u30a4\u30af\u3084\u3001\u540c\u50da\u3068\u306e\u76f8\u4e92\u7406\u89e3\u3092\u6df1\u3081\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7a76\u6975\u306e2\u629e:<\/strong>&nbsp;\u610f\u898b\u304c\u5206\u304b\u308c\u3084\u3059\u304f\u3001\u30b2\u30fc\u30e0\u611f\u899a\u3067\u4f1a\u8a71\u3092\u76db\u308a\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u8a71\u984c\u30eb\u30fc\u30ec\u30c3\u30c8\u304c\u5f79\u7acb\u3064\u30b7\u30c1\u30e5\u30a8\u30fc\u30b7\u30e7\u30f3<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u521d\u3081\u3066\u306e\u30c7\u30fc\u30c8\u3067\u6c88\u9ed9\u304c\u7d9a\u3044\u3066\u3057\u307e\u3044\u3001\u304d\u3063\u304b\u3051\u304c\u6b32\u3057\u3044\u3068\u304d<\/li>\n\n\n\n<li>\u4f1a\u793e\u306e1on1\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3084\u671d\u793c\u306e\u30a2\u30a4\u30b9\u30d6\u30ec\u30a4\u30af\u7528\u30cd\u30bf\u63a2\u3057<\/li>\n\n\n\n<li>\u98f2\u307f\u4f1a\u3084\u5408\u30b3\u30f3\u3067\u3001\u5168\u54e1\u304c\u53c2\u52a0\u3067\u304d\u308b\u30c8\u30fc\u30af\u30c6\u30fc\u30de\u30ac\u30c1\u30e3\u3068\u3057\u3066<\/li>\n\n\n\n<li>\u53cb\u4eba\u540c\u58eb\u306e\u96c6\u307e\u308a\u3067\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6d3b\u6027\u5316\u3055\u305b\u305f\u3044\u3068\u304d<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u8a71\u984c\u30eb\u30fc\u30ec\u30c3\u30c8\u3092\u4f7f\u3044\u3053\u306a\u30593\u3064\u306e\u30b9\u30c6\u30c3\u30d7<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u753b\u9762\u4e0a\u90e8\u306e\u30dc\u30bf\u30f3\u304b\u3089\u3001\u4eca\u306e\u72b6\u6cc1\u306b\u6700\u9069\u306a\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n\n\n\n<li>START\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u3001\u304a\u984c\u304c\u7e26\u306b\u56de\u8ee2\u3057\u3066\u9078\u3070\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u6c7a\u5b9a\u3057\u305f\u8a71\u984c\u3092\u3082\u3068\u306b\u3001\u76f8\u624b\u306b\u8cea\u554f\u3092\u6295\u3052\u304b\u3051\u3066\u4f1a\u8a71\u3092\u5e83\u3052\u307e\u3057\u3087\u3046\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u96d1\u8ac7\u3092\u3055\u3089\u306b\u76db\u308a\u4e0a\u3052\u308b\u305f\u3081\u306e\u30b3\u30c4<\/h2>\n\n\n\n<p>\u304a\u984c\u304c\u51fa\u305f\u5f8c\u306f\u3001\u300c\u81ea\u5206\u306f\u3069\u3046\u601d\u3046\u304b\u300d\u3092\u77ed\u304f\u6dfb\u3048\u3066\u304b\u3089\u76f8\u624b\u306b\u8cea\u554f\u3059\u308b\u3068\u3001\u76f8\u624b\u3082\u7b54\u3048\u3084\u3059\u304f\u306a\u308a\u307e\u3059\u3002 <\/p>\n\n\n\n<p>\u307e\u305f\u3001\u76f8\u624b\u306e\u56de\u7b54\u306b\u5bfe\u3057\u3066\u300c\u5177\u4f53\u7684\u306b\u306f\u3069\u3046\u3044\u3046\u5185\u5bb9\uff1f\u300d\u3068\u6df1\u6398\u308a\u3059\u308b\u3053\u3068\u3067\u3001\u4e00\u3064\u306e\u8a71\u984c\u304b\u3089\u3055\u3089\u306b\u4f1a\u8a71\u3092\u5e83\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e \u30e9\u30f3\u30c0\u30e0 \u65e5\u5e38 \u604b\u611b \u4ed5\u4e8b \u7a76\u6975\u306e2\u629e \u30ab\u30c6\u30b4\u30ea\u3092\u9078\u3093\u3067START\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044 START \ud83d\udcdc \u5c65\u6b74 \u25bc \u5c65\u6b74\u3092\u30af\u30ea\u30a2 \u5c65\u6b74\u306f\u307e\u3060\u3042\u308a\u307e\u305b\u3093 \u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u98f2\u307f\u4f1a\u3084\u30c7\u30fc\u30c8\u3001\u30d3\u30b8\u30cd\u30b9\u30b7\u30fc\u30f3\u306a\u3069\u3067\u4f1a\u8a71\u306e\u30cd &#8230; <\/p>\n","protected":false},"author":4,"featured_media":11455,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,44,39,43],"tags":[],"class_list":{"0":"post-11157","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tool","8":"category-game","9":"category-life","10":"category-lottery","11":"entry"},"_links":{"self":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/11157","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=11157"}],"version-history":[{"count":13,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/11157\/revisions"}],"predecessor-version":[{"id":11202,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/11157\/revisions\/11202"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/11455"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=11157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=11157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=11157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}