{"id":5979,"date":"2026-01-28T00:02:31","date_gmt":"2026-01-27T15:02:31","guid":{"rendered":"https:\/\/liveliness-cheerful.com\/?page_id=5979"},"modified":"2026-02-11T23:28:12","modified_gmt":"2026-02-11T14:28:12","slug":"5979-2","status":"publish","type":"page","link":"https:\/\/liveliness-cheerful.com\/","title":{"rendered":"HOME"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"ja\" class=\"h-full\">\n <head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>\u3053\u306e\u30b5\u30a4\u30c8\u306b\u3064\u3044\u3066 - Cheerful Life<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Zen+Maru+Gothic:wght@400;500;700&amp;family=Noto+Serif+JP:wght@400;500;600&amp;display=swap\" rel=\"stylesheet\">\n  <script src=\"\/_sdk\/element_sdk.js\"><\/script>\n  <style>\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    html, body {\n      height: 100%;\n      width: 100%;\n    }\n\n    body {\n      font-family: 'Zen Maru Gothic', sans-serif;\n      background-color: #f5f0ea;\n      color: #4a4540;\n      line-height: 1.8;\n      overflow-x: hidden;\n    }\n\n    #app-wrapper {\n      width: 100%;\n      height: 100%;\n      overflow-y: auto;\n      display: flex;\n      flex-direction: column;\n    }\n\n    \/* Fade in animation *\/\n    .fade-section {\n      opacity: 0;\n      transform: translateY(24px);\n      transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-section.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      background: linear-gradient(180deg, #e8e0d4 0%, #f5f0ea 100%);\n      padding: 60px 24px 80px;\n      text-align: center;\n    }\n\n    .hero-title {\n      font-family: 'Noto Serif JP', serif;\n      font-size: 40px;\n      font-weight: 600;\n      color: #7a9a7e;\n      margin-bottom: 24px;\n      line-height: 1.4;\n    }\n\n    .hero-subtitle {\n      font-size: 20px;\n      color: #6a5f55;\n      line-height: 1.8;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    \/* Main content *\/\n    main {\n      max-width: 900px;\n      margin: 0 auto;\n      width: 100%;\n      padding: 0 24px;\n    }\n\n    \/* Section *\/\n    section {\n      padding: 60px 0;\n      border-bottom: 1px solid rgba(200, 184, 160, 0.2);\n    }\n\n    section:last-of-type {\n      border-bottom: none;\n      padding-bottom: 80px;\n    }\n\n    .section-title {\n      font-family: 'Noto Serif JP', serif;\n      font-size: 32px;\n      font-weight: 600;\n      color: #7a9a7e;\n      margin-bottom: 40px;\n      text-align: center;\n      line-height: 1.4;\n    }\n\n    .section-content {\n      font-size: 20px;\n      line-height: 2;\n      color: #5a4f48;\n    }\n\n    .section-content p {\n      margin-bottom: 20px;\n      word-break: break-word;\n    }\n\n    \/* Values list *\/\n    .values-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: 40px;\n    }\n\n    .value-item {\n      font-size: 20px;\n      padding-left: 32px;\n      position: relative;\n      color: #5a4f48;\n      line-height: 1.8;\n    }\n\n    .value-item::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 12px;\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background-color: #7a9a7e;\n      opacity: 0.6;\n    }\n\n    .values-note {\n      background-color: rgba(122, 154, 126, 0.08);\n      border: 1px solid rgba(122, 154, 126, 0.15);\n      border-radius: 16px;\n      padding: 32px 28px;\n      font-size: 20px;\n      text-align: center;\n      line-height: 1.9;\n      color: #6a5f55;\n    }\n\n    \/* Cards grid *\/\n    .cards-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-bottom: 20px;\n    }\n\n    @media (min-width: 640px) {\n      .cards-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    .content-card {\n      background-color: #ffffff;\n      border-radius: 20px;\n      padding: 32px 28px;\n      box-shadow: 0 2px 12px rgba(0,0,0,0.04);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .content-card:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(0,0,0,0.06);\n    }\n\n    .card-emoji {\n      font-size: 40px;\n      margin-bottom: 16px;\n    }\n\n    .card-title {\n      font-family: 'Noto Serif JP', serif;\n      font-size: 18px;\n      font-weight: 600;\n      color: #7a9a7e;\n      margin-bottom: 16px;\n    }\n\n    .card-text {\n      font-size: 16px;\n      color: #6a5f55;\n      line-height: 1.9;\n    }\n\n    \/* Divider *\/\n    .divider {\n      text-align: center;\n      padding: 40px 0;\n      font-size: 24px;\n      opacity: 0.4;\n      color: #7a9a7e;\n    }\n\n    \/* Footer *\/\n    footer {\n      text-align: center;\n      padding: 40px 24px;\n      border-top: 1px solid rgba(200, 184, 160, 0.3);\n      font-size: 12px;\n      letter-spacing: 0.15em;\n      opacity: 0.4;\n      color: #7a9a7e;\n    }\n\n    \/* Scrollbar *\/\n    ::-webkit-scrollbar {\n      width: 6px;\n    }\n    ::-webkit-scrollbar-track {\n      background: transparent;\n    }\n    ::-webkit-scrollbar-thumb {\n      background: #c8b8a0;\n      border-radius: 3px;\n    }\n  <\/style>\n  <style>@view-transition { navigation: auto; }<\/style>\n  <script src=\"\/_sdk\/data_sdk.js\" type=\"text\/javascript\"><\/script>\n  <script src=\"https:\/\/cdn.tailwindcss.com\" type=\"text\/javascript\"><\/script>\n <\/head>\n <body>\n  <div id=\"app-wrapper\"><!-- Hero -->\n   <header class=\"hero-section\" role=\"banner\">\n    <h1 class=\"hero-title\" id=\"hero-title\">Cheerful Life\u306b\u3064\u3044\u3066 \ud83c\udf3f<\/h1>\n    <p class=\"hero-subtitle\" id=\"hero-subtitle\">\u4f53\u304c\u91cd\u304f\u306a\u308a\u3001\u52d5\u304f\u3053\u3068\u306b\u4e0d\u5b89\u3092\u611f\u3058\u3066\u3044\u308b\u5973\u6027\u306e\u305f\u3081\u306e\u751f\u6d3b\u30b5\u30dd\u30fc\u30c8\u60c5\u5831\u30b5\u30a4\u30c8\u3067\u3059\u3002<\/p>\n   <\/header>\n   <main role=\"main\"><!-- Why -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"reason-title\">\u3053\u306e\u30b5\u30a4\u30c8\u3092\u4f5c\u3063\u305f\u7406\u7531<\/h2>\n     <div class=\"section-content\">\n      <p>\u4f53\u304c\u91cd\u304f\u306a\u3063\u305f\u3068\u304d\u3001<\/p>\n      <p>\u591a\u304f\u306e\u60c5\u5831\u306f\u300c\u3082\u3063\u3068\u9811\u5f35\u308a\u307e\u3057\u3087\u3046\u300d\u300c\u75e9\u305b\u307e\u3057\u3087\u3046\u300d<\/p>\n      <p>\u3068\u3044\u3046\u65b9\u5411\u306b\u5411\u304b\u3044\u304c\u3061\u3067\u3059\u3002<\/p>\n      <p style=\"margin-top: 32px; margin-bottom: 32px;\">\u3057\u304b\u3057\u5b9f\u969b\u306b\u306f\u3001<\/p>\n      <p>\u9811\u5f35\u308a\u3059\u304e\u3066\u75b2\u308c\u3066\u3057\u307e\u3063\u305f\u4eba\u3001<\/p>\n      <p>\u4f53\u306b\u5408\u308f\u306a\u3044\u65b9\u6cd5\u3067\u3064\u3089\u3044\u601d\u3044\u3092\u3057\u305f\u4eba\u3082\u591a\u304f\u3044\u307e\u3059\u3002<\/p>\n      <p style=\"margin-top: 32px; margin-bottom: 32px;\">Cheerful Life\u306f\u3001<\/p>\n      <p>\u305d\u3046\u3057\u305f\u65b9\u304c\u4e00\u5ea6\u7acb\u3061\u6b62\u307e\u308a\u3001<\/p>\n      <p>\u4eca\u306e\u4f53\u306b\u5408\u3063\u305f\u65b9\u6cd5\u3067\u751f\u6d3b\u3092\u6574\u3048\u308b\u305f\u3081\u306b\u4f5c\u308a\u307e\u3057\u305f\u3002<\/p>\n     <\/div>\n    <\/section><!-- Values -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"values-title\">\u5927\u5207\u306b\u3057\u3066\u3044\u308b3\u3064\u306e\u3053\u3068<\/h2>\n     <div class=\"values-list\">\n      <div class=\"value-item\">\n       \u7121\u7406\u3092\u3055\u305b\u306a\u3044\u3053\u3068\n      <\/div>\n      <div class=\"value-item\">\n       \u4f53\u3092\u8cac\u3081\u306a\u3044\u3053\u3068\n      <\/div>\n      <div class=\"value-item\">\n       \u751f\u6d3b\u306e\u4e2d\u3067\u7d9a\u304f\u3053\u3068\n      <\/div>\n     <\/div>\n     <div class=\"values-note\">\n      <p>\u6025\u306a\u5909\u5316\u3088\u308a\u3082\u3001<\/p>\n      <p>\u6bce\u65e5\u304c\u5c11\u3057\u697d\u306b\u306a\u308b\u3053\u3068\u3092\u5927\u5207\u306b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n     <\/div>\n    <\/section><!-- Content -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"content-title\">\u3053\u306e\u30b5\u30a4\u30c8\u3067\u6271\u3063\u3066\u3044\u308b\u5185\u5bb9<\/h2>\n     <div class=\"cards-grid\">\n      <div class=\"content-card\">\n       <div class=\"card-emoji\">\n        \ud83e\ude91\n       <\/div>\n       <h3 class=\"card-title\">\u4f53\u306e\u4f7f\u3044\u65b9\u30fb\u3084\u3055\u3057\u3044\u52d5\u304d<\/h3>\n       <p class=\"card-text\">\u65e5\u5e38\u52d5\u4f5c\u3092\u697d\u306b\u3059\u308b\u8003\u3048\u65b9\u3084\u3001\u4f53\u306b\u8ca0\u62c5\u3092\u304b\u3051\u306b\u304f\u3044\u52d5\u304d\u65b9\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"content-card\">\n       <div class=\"card-emoji\">\n        \u2615\n       <\/div>\n       <h3 class=\"card-title\">\u751f\u6d3b\u7fd2\u6163\u306e\u6574\u3048\u65b9<\/h3>\n       <p class=\"card-text\">\u75b2\u308c\u306b\u304f\u30441\u65e5\u306e\u904e\u3054\u3057\u65b9\u3084\u3001\u7121\u7406\u306e\u306a\u3044\u4f11\u307f\u65b9\u3092\u304a\u4f1d\u3048\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"content-card\">\n       <div class=\"card-emoji\">\n        \ud83d\udc55\n       <\/div>\n       <h3 class=\"card-title\">\u670d\u30fb\u74b0\u5883\u306e\u9078\u3073\u65b9<\/h3>\n       <p class=\"card-text\">\u52d5\u304d\u3084\u3059\u304f\u3001\u4f53\u304c\u697d\u306b\u306a\u308b\u670d\u3084\u3001\u5bb6\u306e\u4e2d\u3092\u5b89\u5168\u306b\u3059\u308b\u5de5\u592b\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"content-card\">\n       <div class=\"card-emoji\">\n        \ud83d\udc9b\n       <\/div>\n       <h3 class=\"card-title\">\u6c17\u6301\u3061\u306e\u6574\u7406<\/h3>\n       <p class=\"card-text\">\u7d9a\u304b\u306a\u304b\u3063\u305f\u7406\u7531\u306e\u6574\u7406\u3084\u3001\u81ea\u5206\u3092\u8cac\u3081\u306a\u3044\u8003\u3048\u65b9\u3092\u304a\u4f1d\u3048\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n     <\/div>\n    <\/section><!-- Trust -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"trust-title\">\u60c5\u5831\u306e\u8003\u3048\u65b9\u3068\u4fe1\u983c\u6027 \ud83e\udd0d<\/h2>\n     <div class=\"section-content\">\n      <p>\u4f53\u306e\u4f7f\u3044\u65b9\u3084\u904b\u52d5\u306b\u95a2\u3059\u308b\u5185\u5bb9\u306f\u3001<\/p>\n      <p>\u5065\u5eb7\u904b\u52d5\u6307\u5c0e\u58eb\u306e\u77e5\u8b58\u3068\u6307\u5c0e\u7d4c\u9a13\u3092\u3082\u3068\u306b\u69cb\u6210\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n      <p style=\"margin-top: 32px; margin-bottom: 0;\">\u6975\u7aef\u306a\u904b\u52d5\u3084\u3001<\/p>\n      <p>\u77ed\u671f\u9593\u3067\u306e\u5909\u5316\u3092\u6c42\u3081\u308b\u65b9\u6cd5\u306f\u6271\u3044\u307e\u305b\u3093\u3002<\/p>\n     <\/div>\n    <\/section><!-- Usage -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"usage-title\">\u3053\u306e\u30b5\u30a4\u30c8\u306e\u4f7f\u3044\u65b9<\/h2>\n     <div class=\"section-content\">\n      <p>\u3059\u3079\u3066\u306e\u8a18\u4e8b\u3092\u8aad\u3080\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n      <p style=\"margin-top: 32px; margin-bottom: 32px;\">\u6c17\u306b\u306a\u308b\u30c6\u30fc\u30de\u3092\u4e00\u3064\u9078\u3073\u3001<\/p>\n      <p>\u300c\u3053\u308c\u306a\u3089\u3067\u304d\u305d\u3046\u300d\u3068\u601d\u3048\u308b\u90e8\u5206\u3060\u3051<\/p>\n      <p>\u53d6\u308a\u5165\u308c\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n     <\/div>\n    <\/section><!-- Closing -->\n    <section class=\"fade-section\">\n     <h2 class=\"section-title\" id=\"closing-title\">\u6700\u5f8c\u306b<\/h2>\n     <div class=\"section-content\" style=\"text-align: center;\">\n      <p>Cheerful Life\u306f\u3001<\/p>\n      <p>\u81ea\u5206\u3092\u5927\u5207\u306b\u3059\u308b\u5834\u6240\u3092\u76ee\u6307\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n      <div class=\"divider\">\n       \ud83c\udf3f\n      <\/div>\n     <\/div>\n    <\/section>\n   <\/main>\n   <footer role=\"contentinfo\">\n    CHEERFUL LIFE\n   <\/footer>\n  <\/div>\n  <script>\n    const defaultConfig = {\n      hero_title: 'Cheerful Life\u306b\u3064\u3044\u3066 \ud83c\udf3f',\n      hero_subtitle: '\u4f53\u304c\u91cd\u304f\u306a\u308a\u3001\u52d5\u304f\u3053\u3068\u306b\u4e0d\u5b89\u3092\u611f\u3058\u3066\u3044\u308b\u5973\u6027\u306e\u305f\u3081\u306e\u751f\u6d3b\u30b5\u30dd\u30fc\u30c8\u60c5\u5831\u30b5\u30a4\u30c8\u3067\u3059\u3002',\n      reason_title: '\u3053\u306e\u30b5\u30a4\u30c8\u3092\u4f5c\u3063\u305f\u7406\u7531',\n      values_title: '\u5927\u5207\u306b\u3057\u3066\u3044\u308b3\u3064\u306e\u3053\u3068',\n      content_title: '\u3053\u306e\u30b5\u30a4\u30c8\u3067\u6271\u3063\u3066\u3044\u308b\u5185\u5bb9',\n      trust_title: '\u60c5\u5831\u306e\u8003\u3048\u65b9\u3068\u4fe1\u983c\u6027 \ud83e\udd0d',\n      usage_title: '\u3053\u306e\u30b5\u30a4\u30c8\u306e\u4f7f\u3044\u65b9',\n      closing_title: '\u6700\u5f8c\u306b',\n      bg_color: '#f5f0ea',\n      surface_color: '#ffffff',\n      text_color: '#4a4540',\n      accent_color: '#7a9a7e',\n      font_family: 'Zen Maru Gothic',\n      font_size: 20\n    };\n\n    let currentConfig = { ...defaultConfig };\n\n    function applyConfig(config) {\n      currentConfig = { ...defaultConfig, ...config };\n\n      \/\/ Text updates\n      const updates = {\n        'hero-title': currentConfig.hero_title,\n        'hero-subtitle': currentConfig.hero_subtitle,\n        'reason-title': currentConfig.reason_title,\n        'values-title': currentConfig.values_title,\n        'content-title': currentConfig.content_title,\n        'trust-title': currentConfig.trust_title,\n        'usage-title': currentConfig.usage_title,\n        'closing-title': currentConfig.closing_title\n      };\n\n      Object.entries(updates).forEach(([id, text]) => {\n        const el = document.getElementById(id);\n        if (el) el.textContent = text;\n      });\n\n      \/\/ Colors\n      document.body.style.backgroundColor = currentConfig.bg_color;\n      document.body.style.color = currentConfig.text_color;\n      document.documentElement.style.setProperty('--accent', currentConfig.accent_color);\n\n      document.querySelectorAll('.section-title, .hero-title').forEach(el => {\n        el.style.color = currentConfig.accent_color;\n      });\n\n      document.querySelectorAll('.content-card').forEach(el => {\n        el.style.backgroundColor = currentConfig.surface_color;\n      });\n\n      document.querySelectorAll('.card-title').forEach(el => {\n        el.style.color = currentConfig.accent_color;\n      });\n\n      \/\/ Font\n      document.body.style.fontFamily = currentConfig.font_family + ', sans-serif';\n\n      \/\/ Font size\n      const base = currentConfig.font_size;\n      document.querySelectorAll('.hero-title').forEach(el => el.style.fontSize = (base * 2) + 'px');\n      document.querySelectorAll('.section-title').forEach(el => el.style.fontSize = (base * 1.6) + 'px');\n      document.querySelectorAll('.section-content, .value-item').forEach(el => el.style.fontSize = base + 'px');\n      document.querySelectorAll('.card-text').forEach(el => el.style.fontSize = (base * 0.8) + 'px');\n    }\n\n    \/\/ Scroll animations\n    function initAnimations() {\n      const observer = new IntersectionObserver(entries => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.1 });\n\n      document.querySelectorAll('.fade-section').forEach(el => observer.observe(el));\n    }\n\n    \/\/ Element SDK\n    if (window.elementSdk) {\n      window.elementSdk.init({\n        defaultConfig,\n        onConfigChange: async (config) => {\n          applyConfig(config);\n        },\n        mapToCapabilities: (config) => {\n          const c = { ...defaultConfig, ...config };\n          return {\n            recolorables: [\n              { get: () => c.bg_color, set: (v) => { c.bg_color = v; window.elementSdk.setConfig({ bg_color: v }); } },\n              { get: () => c.surface_color, set: (v) => { c.surface_color = v; window.elementSdk.setConfig({ surface_color: v }); } },\n              { get: () => c.text_color, set: (v) => { c.text_color = v; window.elementSdk.setConfig({ text_color: v }); } },\n              { get: () => c.accent_color, set: (v) => { c.accent_color = v; window.elementSdk.setConfig({ accent_color: v }); } }\n            ],\n            borderables: [],\n            fontEditable: { get: () => c.font_family, set: (v) => { c.font_family = v; window.elementSdk.setConfig({ font_family: v }); } },\n            fontSizeable: { get: () => c.font_size, set: (v) => { c.font_size = v; window.elementSdk.setConfig({ font_size: v }); } }\n          };\n        },\n        mapToEditPanelValues: (config) => {\n          const c = { ...defaultConfig, ...config };\n          return new Map([\n            ['hero_title', c.hero_title],\n            ['hero_subtitle', c.hero_subtitle],\n            ['reason_title', c.reason_title],\n            ['values_title', c.values_title],\n            ['content_title', c.content_title],\n            ['trust_title', c.trust_title],\n            ['usage_title', c.usage_title],\n            ['closing_title', c.closing_title]\n          ]);\n        }\n      });\n    }\n\n    applyConfig(defaultConfig);\n    initAnimations();\n  <\/script>\n <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'9cc41efc0594d3f9',t:'MTc3MDgxNTc5MC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='\/cdn-cgi\/challenge-platform\/scripts\/jsd\/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();<\/script><\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u306e\u30b5\u30a4\u30c8\u306b\u3064\u3044\u3066 - Cheerful Life Cheerful Life\u306b\u3064\u3044\u3066 \ud83c\udf3f \u4f53\u304c\u91cd\u304f\u306a\u308a\u3001\u52d5\u304f\u3053\u3068\u306b\u4e0d\u5b89\u3092\u611f\u3058\u3066\u3044\u308b\u5973\u6027\u306e\u305f\u3081\u306e\u751f\u6d3b\u30b5\u30dd\u30fc\u30c8\u60c5\u5831\u30b5\u30a4\u30c8\u3067\u3059\u3002 \u3053\u306e\u30b5\u30a4\u30c8\u3092\u4f5c\u3063\u305f\u7406\u7531 \u4f53\u304c\u91cd\u304f\u306a\u3063\u305f\u3068\u304d\u3001  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-5979","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"post-thumbnail":false},"uagb_author_info":{"display_name":"taki115","author_link":"https:\/\/liveliness-cheerful.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"\u3053\u306e\u30b5\u30a4\u30c8\u306b\u3064\u3044\u3066 - Cheerful Life Cheerful Life\u306b\u3064\u3044\u3066 \ud83c\udf3f \u4f53\u304c\u91cd\u304f\u306a\u308a\u3001\u52d5\u304f&hellip;","_links":{"self":[{"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/pages\/5979","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5979"}],"version-history":[{"count":10,"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/pages\/5979\/revisions"}],"predecessor-version":[{"id":6028,"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=\/wp\/v2\/pages\/5979\/revisions\/6028"}],"wp:attachment":[{"href":"https:\/\/liveliness-cheerful.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}