<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>健康 | imakat.com</title>
	<atom:link href="https://imakat.com/category/healthy/feed/" rel="self" type="application/rss+xml" />
	<link>https://imakat.com</link>
	<description>工夫と改善で人生をちょっと豊かに</description>
	<lastBuildDate>Fri, 05 Jun 2026 06:16:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://i0.wp.com/imakat.com/wp-content/uploads/2023/07/cropped-80d64ecd340db4e2ca3224859b04caed.png?fit=32%2C32&#038;ssl=1</url>
	<title>健康 | imakat.com</title>
	<link>https://imakat.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">160909258</site>	<item>
		<title>無痛の世界( A Painless World)</title>
		<link>https://imakat.com/2024/07/12/22796/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Fri, 12 Jul 2024 02:55:51 +0000</pubDate>
				<category><![CDATA[自作音楽'15~]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[音楽]]></category>
		<category><![CDATA[脊柱管狭窄症]]></category>
		<category><![CDATA[胆石]]></category>
		<category><![CDATA[尿管結石]]></category>
		<category><![CDATA[痛風]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=22796</guid>

					<description><![CDATA[音楽作品です。 念願は、病気に悩むみなさまの「イタイのイタイの飛んでいけ！」です。癒し系のスムースジャズです。 私ごとですが今、腰から足の痛みに悩まされています。脊柱管狭窄症と名前は、覚えられない複雑な名前です。しかし非 [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="sc-dynamic-embed">
  <style>
  /* リンクの見た目を整える */
  .sc-dynamic-embed .sc-link-container { 
      display: flex; 
      margin-bottom: 10px; 
      flex-wrap: wrap; 
      align-items: center; 
  }
  .sc-dynamic-embed .sc-link { margin-bottom: 0; }
  .sc-dynamic-embed .sc-link a {
    font-size: 15px; 
    font-weight: normal;
    text-decoration: underline;
    color: #0073aa;
  }
  .sc-dynamic-embed .sc-link a:hover { text-decoration: none; color: #000; }
  
  @media (max-width: 500px) {
    .sc-dynamic-embed .sc-link a { font-size: 13px; }
  }

  .sc-dynamic-embed .imk-line {
      display: inline-block;
      width: 100%;
      border-radius: 2px;
      transition: background-color 0.1s;
  }

  .sc-dynamic-embed #subtitleOverlay,
  .sc-dynamic-embed #scSubtitleOverlay,
  .sc-dynamic-embed .overlay-cue,
  .sc-dynamic-embed .band {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
  }
  </style>

  <div class="sc-link-container">
    <p class="sc-link">
      <a href="https://imakat.com/ds62/?drid=85" target="_blank"
         onclick="return scStopAndGo(event, this);">
        👉低画質・枠外字幕はこちら
      </a>
    </p>
  </div>

  <style>
            :root{ --dr5emd-max: 1920px; }
            #subtitleOverlay, #scSubtitleOverlay, .overlay-cue, .band { display: none !important; opacity: 0 !important; }
            .imk-line { display: inline-block; width: 100%; border-radius: 2px; transition: background-color 0.1s; }
            .dr5emd-sublist details > p{ height:200px; overflow:auto; background-color:#EDF7FF; padding:2px 6px; margin:0; box-shadow:3px 3px 4px black; position: relative; }
            .dr5emd-sublist details > summary{ padding:2px 6px; width:100%; background-color:#ddd; border:none; box-shadow:3px 3px 4px black; cursor:pointer; list-style:none; }
            
                .video-wrap{position:relative;width:100%;margin:0 auto}
                #myVideo{width:100%;height:auto;min-height:200px;display:block;background:#000;}</style><div class="dr5emd-container"><div class="video-wrap"><video id="myVideo" controls poster="https://imakat.com/rd.php?id=bJLnvFMY.png" playsinline preload="none" style="width:100%;height:auto;">  <source src="https://imakat.com/rd.php?id=7c1pYcwf.mp4" type="video/mp4"></video></div></div>            <script>
            document.addEventListener("DOMContentLoaded", function(){
                var video = document.getElementById("myVideo");
                if(!video) return;

                            });
            </script>
            

  <script>
  (function(){
    var me = document.currentScript;
    var wrapper = me ? me.closest('.sc-dynamic-embed') : null;

    function protectVideo() {
      var target = wrapper ? wrapper : document;
      var mediaEls = target.querySelectorAll('video, audio');
      mediaEls.forEach(function(v){
        if(v.dataset.protected === 'true') return;
        v.dataset.protected = 'true';
        v.setAttribute('controlsList', 'nodownload');
        v.oncontextmenu = function() { return false; };
        v.addEventListener('contextmenu', function(e){ e.preventDefault(); return false; }, false);
      });
    }

    function initSubtitles() {
      var target = wrapper ? wrapper : document;
      var video = target.querySelector('video, audio');
      var listContainer = target.querySelector('details > p');
      
      if (!video) return false; 
      
      if (video.dataset.subInit === 'true') return true; 
      video.dataset.subInit = 'true';

      var oldOverlay = target.querySelector('#subtitleOverlay') || target.querySelector('#scSubtitleOverlay');
      if (oldOverlay) {
          oldOverlay.style.setProperty('display', 'none', 'important');
          oldOverlay.innerHTML = ''; 
      }

      function isSpecialMode() {
        var isFs = !!(document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement);
        var isPiP = !!(document.pictureInPictureElement && document.pictureInPictureElement === video) || (video.webkitPresentationMode === "picture-in-picture");
        var isIOSFs = !!video.webkitDisplayingFullscreen; 
        return isFs || isPiP || isIOSFs;
      }

      // 初期状態のセット（リストがなければ最初から showing に）
      try {
        if(video.textTracks && video.textTracks.length > 0){
          for(var i=0; i<video.textTracks.length; i++){
             if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions'){
                 video.textTracks[i].mode = (!listContainer) ? "showing" : "hidden";
             }
          }
        }
      } catch(e){}

      // 字幕一覧が存在する場合のみ、リストのフォーマット処理を行う
      if (listContainer) {
          var detailsEl = target.querySelector("details");
          if (detailsEl) {
              detailsEl.open = true; 
              var summaryEl = detailsEl.querySelector("summary");
              if (summaryEl) summaryEl.textContent = "字幕(シーン)はここをクリック";
          }

          if (!listContainer.dataset.formatted) {
              var html = listContainer.innerHTML;
              var lines = html.split(/<br\s*\/?>/i);
              var newHtml = "";
              for(var j=0; j<lines.length; j++) {
                  if(lines[j].trim() === "") continue;
                  newHtml += "<span class='imk-line'>" + lines[j] + "</span><br>";
              }
              listContainer.innerHTML = newHtml;
              listContainer.dataset.formatted = "true";
          }

          var rootSublist = target.querySelector(".dr5-sublist") || listContainer.parentElement;
          if (rootSublist) {
            rootSublist.addEventListener("click", function(e){
              var a = e.target.closest && e.target.closest("a.imk-cue[data-seek]");
              if(!a) return;
              e.preventDefault();
              var ts = a.getAttribute("data-seek");
              if(!ts) return;
              var p = ts.trim().split(":").map(function(x){return parseInt(x,10)||0;});
              var sec = (p.length===2) ? p[0]*60+p[1] : (p.length===3 ? p[0]*3600+p[1]*60+p[2] : null);
              if(sec==null) return;
              try{ video.currentTime = sec; if(video.paused) video.play(); }catch(_){}
            });
          }
      }

      // ★ dr52.php と全く同じ「常時監視」のロジック
      // これにより、Safariが読み込み遅延を起こしても確実にONになります
      video.addEventListener("timeupdate", function(){
        var hasList = (listContainer !== null);
        var desiredMode = (isSpecialMode() || !hasList) ? "showing" : "hidden";
        
        try {
            if(video.textTracks && video.textTracks.length > 0){
                for(var i=0; i<video.textTracks.length; i++){
                    if((video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') && video.textTracks[i].mode !== desiredMode) {
                        video.textTracks[i].mode = desiredMode;
                    }
                }
            }
        } catch(e){}

        // リストがない場合はこれ以降のハイライト処理をスキップ
        if (!hasList) return;

        var cues = listContainer.querySelectorAll("a.imk-cue");
        if(cues.length === 0) return;
        var cur = video.currentTime;
        var activeA = null;

        for(var i=0; i<cues.length; i++){
            var ts = cues[i].getAttribute("data-seek");
            if(!ts) continue;
            var p = ts.trim().split(":").map(function(x){return parseInt(x,10)||0;});
            var t = (p.length===2) ? p[0]*60+p[1] : (p.length===3 ? p[0]*3600+p[1]*60+p[2] : null);
            if(t !== null && cur >= t - 0.5){ activeA = cues[i]; } 
            else if(t > cur){ break; }
        }

        if(activeA){
            var activeLine = activeA.closest(".imk-line");
            if(!activeLine) activeLine = activeA;

            if(activeLine.classList.contains("active-hl")) return;

            var allLines = listContainer.querySelectorAll(".imk-line");
            for(var k=0; k<allLines.length; k++) {
                allLines[k].classList.remove("active-hl");
                allLines[k].removeAttribute("style"); 
            }
            var allLinks = listContainer.querySelectorAll("a");
            for(var m=0; m<allLinks.length; m++) {
                allLinks[m].classList.remove("active-hl");
                allLinks[m].removeAttribute("style"); 
            }

            activeLine.classList.add("active-hl");
            activeLine.style.setProperty("background-color", "#ffff00", "important");
            activeLine.style.setProperty("color", "red", "important");
            activeLine.style.setProperty("font-weight", "normal", "important");
            
            var newLinks = activeLine.querySelectorAll("a");
            for(var n=0; n<newLinks.length; n++) {
                newLinks[n].style.setProperty("color", "red", "important");
                newLinks[n].style.setProperty("text-decoration", "none", "important");
            }

            if(listContainer.offsetParent !== null){
                var containerRect = listContainer.getBoundingClientRect();
                var activeRect = activeLine.getBoundingClientRect();
                var targetScroll = listContainer.scrollTop + (activeRect.top - containerRect.top) - (listContainer.clientHeight / 2) + (activeLine.clientHeight / 2);
                listContainer.scrollTo({ top: targetScroll, behavior: "smooth" });
            }
        }
      });

      return true;
    }

    var checks = 0;
    var checkTimer = setInterval(function(){
      protectVideo();
      var success = initSubtitles();
      checks++;
      if (success || checks > 20) { 
        clearInterval(checkTimer);
      }
    }, 500); 

    if (!window.scStopAndGo) {
      window.scStopAndGo = function(event, link){
        try{
          var mediaEls = document.querySelectorAll('video, audio');
          mediaEls.forEach(function(m){
            try{
              if (!m.paused) m.pause();
              if (document.pictureInPictureElement === m && document.exitPictureInPicture) {
                document.exitPictureInPicture().catch(function(){});
              }
            }catch(e){}
          });
        }finally{
          event.preventDefault();
          setTimeout(function(){
            if (link.target === '_blank') {
              window.open(link.href, '_blank');
            } else {
              window.location.href = link.href;
            }
          }, 50);
        }
        return false;
      };
    }
  })();
  </script>
</div>



<p class="wp-block-paragraph">音楽作品です。</p>



<p class="wp-block-paragraph">念願は、病気に悩むみなさまの「イタイのイタイの飛んでいけ！」です。癒し系のスムースジャズです。</p>



<p class="wp-block-paragraph">私ごとですが今、腰から足の痛みに悩まされています。脊柱管狭窄症と名前は、覚えられない複雑な名前です。しかし非常にポピュラーな病気らしいです。この病気で初めて整形外科に行ったのが４ヶ月前、2024年3月です。激痛の原因が長時間の立ち作業なのかそれとも周期的に来るのか分かりません。</p>



<figure class="wp-block-image size-large is-resized"><a href="https://imakat.com/rd.php?id=6FoEd4N8.png" target="_blank"><img decoding="async" src="https://imakat.com/rd.php?id=6FoEd4N8.png" alt="" style="width:159px;height:auto"/></a></figure>



<p class="wp-block-paragraph">名前の複雑さの如く、痛みも複雑です。右腰と右足首上部に出るのですが、筋肉の凝りの痛みと突っ張るような刺すような痛みが重なります。座ったり横になっていると、表面的な痛みは退きますが、中の方の痛みは残り続けます。薬を飲みますが即効性はありません。飲み続けるしかないのだと思います。</p>



<p class="wp-block-paragraph">今まで痛みものでは、胆石、尿管結石、痛風、などを経験しています。結石は突然襲いかかる刺すような息も出来ない激痛、疝痛でした。痛風は、足の指が腫れ出したのがサインで数日以内に刺すような激烈な痛みが襲ってきます。痛風の痛みは、誰かが「まるで足の親指の骨に、釘をギリギリと埋め込むような痛み」と表現されていましたが、まさにその通り。これらの痛みものは、どちらかというと遺伝的な、体質的な面が大きいとは思います。</p>



<p class="wp-block-paragraph">次の痛みものである、この脊柱管狭窄症は、退職までの職業生活での姿勢が影響しているように感じます。遺伝とは違う感じです。この病気との付き合いは、まだ始まったばかり。歩きの少ない外出なら問題はないですが、願いは、ふつうに、野山の散策や小旅行ができるようになること。</p>



<p class="wp-block-paragraph">今回は入院はしていません。しかし今まで両手で足りないほど入院を経験してきています。これからもあると思います。「痛い病気はイヤ」です。痛みが続くようなら、手術でもしますかね。</p>



<p class="wp-block-paragraph">この曲から、やっと、Mac Appleシリコン上で、音源アプリを作動させるようになりました。ただし、Kontakt5など古いアプリもありますので、Cubase12はRosetta2を起動させて使います。これからは、Mac上での音源アプリの動作可否の心配については、殆どなくなると思います。</p>



<p class="wp-block-paragraph">(2024.July. Cubase)</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22796</post-id>	</item>
		<item>
		<title>小噺を一つ〜「少し悲しく見える切り株」のお話。</title>
		<link>https://imakat.com/2020/08/03/10317/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Mon, 03 Aug 2020 00:15:15 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<category><![CDATA[バカボン]]></category>
		<category><![CDATA[オリンピック]]></category>
		<category><![CDATA[切り株]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=10317</guid>

					<description><![CDATA[今日ご紹介するのは、木の切り株であります。 家から１５分くらい歩いたところの広場にあります。 腕に縛られたロープは、野球用のネットを引っ張っています。 それでは、ここで、小噺を一つ。 「お前。ここはやっぱり突破しかないぞ [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">今日ご紹介するのは、木の切り株であります。</p>



<p class="wp-block-paragraph">家から１５分くらい歩いたところの広場にあります。</p>



<p class="wp-block-paragraph">腕に縛られたロープは、野球用のネットを引っ張っています。</p>



<p class="wp-block-paragraph">それでは、ここで、小噺を一つ。</p>



<hr class="wp-block-separator has-css-opacity"/>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="680" height="510" src="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39.jpg?resize=680%2C510&#038;ssl=1" alt="" class="wp-image-14282" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39-scaled.jpg?resize=680%2C510&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39-scaled.jpg?resize=500%2C375&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/2020-07-19-05.05.39-scaled.jpg?w=2512&amp;ssl=1 2512w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption class="wp-element-caption">＜元気一杯だが少し悲しく見える切り株　浜松市浜北区東美薗＞</figcaption></figure>



<p class="wp-block-paragraph">「お前。ここはやっぱり突破しかないぞ。」</p>



<p class="wp-block-paragraph">「ここをですか。本当にここをですか。こんなに見通しのいい原っぱの上を、逃げ切れるわけがないですよ。見てください。あちこちにサツがいますよ。」</p>



<p class="wp-block-paragraph">「。。いいか。真っ直ぐ対角線を突っ走れ。桐生になったつもりで。」</p>



<p class="wp-block-paragraph">「あはい。。デコボコもないし。走りやすいかって言えば、まあ、走りやすい方かも知れないですけど。あはい。」</p>



<p class="wp-block-paragraph">「誰が藤井聡太になれって言った。。桐生になれ。</p>



<p class="wp-block-paragraph">いいか。チャンスくるぞ。準備しろ。。<span class="fz-18px"><span class="fz-22px"><strong>今だ！ゴー！</strong></span></span>」</p>



<p class="wp-block-paragraph">ドタドタ。。。</p>



<p class="wp-block-paragraph">「馬鹿野郎、お前遅いんだよ。。また捕まっちゃったじゃないか。トロいなあ。」</p>



<p class="wp-block-paragraph">「コーチ。。最近、思うんですけど。こんな練習で、本当にオリンピック出れるんでしょうか。<br>そりゃ。夢では見ますよ。サツに追われて逃げまくるシーンって。<br>今は目が覚めてるから、なんかその。弱いんすよ。<br><br>それに。俺、何やったって言うんですか。何もしてないっすよ悪いこと。<br>イチ、善良な小市民っすよ。虫も殺せないですよ。」</p>



<p class="wp-block-paragraph">「確かにそうだ。しかしよく考えてみろ。やる気になるためには、人参ぶら下げるか、ケツに火をつけるか、しかないんだよ。しょせん。そうだろう。<br>人参ぶら下げて俺がお前の前を走るだなんて俺が疲れるじゃないか。俺は最初からそれは無理だって言っただろう。<br>色々工夫した挙げ句、今に至っているわけだろう。<br>他に方法を思いついたら言えよ。」</p>



<p class="wp-block-paragraph">「分かりました。もう一本お願いします。」</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10317</post-id>	</item>
		<item>
		<title>うごめき ( Wriggle )</title>
		<link>https://imakat.com/2020/02/16/9359/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Sun, 16 Feb 2020 11:20:27 +0000</pubDate>
				<category><![CDATA[自作音楽'15~]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[音楽]]></category>
		<category><![CDATA[walking]]></category>
		<category><![CDATA[春]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=9359</guid>

					<description><![CDATA[＜&#8217;20.2月下旬　美薗中央公園＞ 新型コロナウイルスの蔓延で、閉ざされた人混みは避けなければいけない。しかし自然の空気に囲まれるのは、今のところは問題ない（&#8217;20年2月)。家から歩いて15分のと [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="sc-dynamic-embed">
  <style>
  /* 行梱包時の基本スタイル */
  .sc-dynamic-embed .imk-line {
      display: inline-block;
      width: 100%;
      border-radius: 2px;
      transition: background-color 0.1s;
  }

  /* 古い枠内字幕ボックスを強制消去 */
  .sc-dynamic-embed #subtitleOverlay,
  .sc-dynamic-embed #scSubtitleOverlay,
  .sc-dynamic-embed .overlay-cue,
  .sc-dynamic-embed .band {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
  }
  </style>

  <!-- ★ mu1emd の呼び出し -->
  <style>
            :root{ --mu1emd-max: 1920px; }
            /* Google翻訳まわりのポップアップ・ツールチップ強制非表示スタイル */
            .goog-te-balloon-frame, .goog-tooltip, #goog-gt-tt { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
            .goog-text-highlight { background: none !important; box-shadow: none !important; border: none !important; }
            .goog-te-banner-frame.skiptranslate { display: none !important; }
            
            /* GTranslate メニュー位置調整 */
            html.noscroll .mu1emd-topbar, body.noscroll .mu1emd-topbar, html.sidebar-visible .mu1emd-topbar, body.sidebar-visible .mu1emd-topbar, .sidebar-visible .mu1emd-topbar { display: none !important; }
            .gt_menu, .gt-menu { top: 28px !important; bottom: auto !important; z-index: 999999 !important; }
            
            /* 字幕リストとプレイヤーのスタイル定義 */
            #subtitleOverlay, #scSubtitleOverlay, .overlay-cue, .band { display: none !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
            .imk-line { display: inline-block; width: 100%; border-radius: 2px; transition: background-color 0.1s; }
            .mu1emd-sublist details > p{ height:200px; overflow:auto; background-color:#EDF7FF; padding:2px 6px; margin:0; box-shadow:3px 3px 4px black; position: relative; scroll-behavior: smooth; }
            .mu1emd-sublist details > summary{ padding:2px 6px; width:100%; background-color:#ddd; border:none; box-shadow:3px 3px 4px black; cursor:pointer; list-style:none; }
            
            /* 重複回避バリア（URLの書き換え不要）
                ブログ本文（.entry-content）やショートコード枠に埋め込まれた場合は、CSSで強制的に重複バーを消す */
            .entry-content #mu1emd-auto-topbar,
            .post-content #mu1emd-auto-topbar,
            .sc-dynamic-embed #mu1emd-auto-topbar {
                display: none !important;
            }
            
                .audio-player-wrap { position: relative; width: 100%; max-width: min(var(--mu1emd-max, 1920px), 98vw); margin: 0 auto; background: #000; overflow: hidden; border-radius: 4px; }
                .audio-cover-image { width: 100%; height: auto; display: block; cursor: pointer; }
                .center-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background: rgba(0, 0, 0, 0.6); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 40px; cursor: pointer; z-index: 10; padding-left: 6px; }
                .center-play-btn.is-playing { opacity: 0; pointer-events: none; }
                .custom-audio-bar { display: flex; align-items: center; justify-content: center; height: 27px; background: #111; color: #fff; padding: 0 15px; font-family: sans-serif; font-size: 14px; }
                .custom-audio-bar input[type="range"] { flex: 1; margin: 0 15px; cursor: pointer; height: 4px; }
                #myVideo { display: none !important; }</style><div id="mu1emd-auto-topbar" class="mu1emd-topbar" style="height: 28px!important; display: flex!important; justify-content: space-between!important; align-items: center!important; width: 100%!important; padding: 0 10px!important; border-bottom: 1px solid #eee; background-color: #fff; box-sizing: border-box; overflow: visible!important; margin: 0 0 15px 0!important; position: relative; z-index: 1!important;">
                <div style="height: 28px; display: flex; align-items: center; flex-grow: 1; overflow: visible!important;">
                    <div class="gt-container" style="pointer-events: auto!important;">
                        <div class="gtranslate_wrapper" id="gt-wrapper-88122544"></div>
                    </div>
                </div>
                <div style="height: 28px!important; display: flex; align-items: center;">
                    <a rel="noopener" target="_blank" style="display: block; height: 26px;" href="https://notebooklm.google.com/notebook/aa64cc3d-0160-4433-b934-ecc5ab902287">
                        <img decoding="async" style="height: 26px!important; width: auto!important; border: none!important; display: block!important;" src="https://imakat.com/rd.php?id=NgFHFYXH.png" alt="Q&A" />
                    </a>
                </div>
            </div>            <script>
            // JSによる埋め込み検知（iframe等への対応）
            (function(){
                var isIframe = (window.self !== window.top);
                var isHtmlInjected = (window.location.href.indexOf('mu1emd') === -1);
                
                if (isIframe || isHtmlInjected) {
                    var topbar = document.getElementById('mu1emd-auto-topbar');
                    if (topbar) topbar.style.display = 'none';
                }
            })();

            function initVideoTranslate() {
                if (window.google && google.translate && google.translate.TranslateElement) {
                    new google.translate.TranslateElement({
                        pageLanguage: 'ja',
                        layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
                        autoDisplay: false,
                        includedLanguages: 'ja,en,zh-CN,id,ko,hi,pt,es,de,fr,it,ru'
                    }, 'google_translate_element_video');
                }
            }
            (function() {
                if (!window.google || !google.translate) {
                    var gtScript = document.createElement('script');
                    gtScript.src = 'https://translate.google.com/translate_a/element.js?cb=initVideoTranslate';
                    gtScript.async = true;
                    document.head.appendChild(gtScript);
                } else { 
                    setTimeout(initVideoTranslate, 500); 
                }
            })();
            </script>
            <div class="mu1emd-container" id="mu1emdContainer"><div class="audio-player-wrap"><div id="centerPlayBtn" class="center-play-btn">▶</div><img decoding="async" class="audio-cover-image" id="audioCover" src="https://imakat.com/rd.php?id=px7wPfrE.png" draggable="false"><audio id="myVideo" playsinline preload="none" data-protected="false"><source src="https://imakat.com/rd.php?id=rohy2MsB.mp3"></audio><div class="custom-audio-bar">
                        <span id="audioTime">00:00</span>
                        <input type="range" id="audioSeek" value="0" min="0" max="1000" step="1">
                        <span id="audioDuration">00:00</span>
                      </div></div></div>            <script>
            (function(){
                function initPlayer() {
                    var video = document.getElementById("myVideo");
                    if(!video) return false;

                                        if (video.dataset.audioInit !== 'true') {
                        var coverImg = document.getElementById("audioCover");
                        var centerBtn = document.getElementById("centerPlayBtn");
                        var audioSeek = document.getElementById("audioSeek");
                        var audioTime = document.getElementById("audioTime");
                        var audioDuration = document.getElementById("audioDuration");
                        
                        // ★追加: ドラッグ中かどうかを判定するフラグ
                        var isDragging = false; 

                        function formatTime(s) {
                            if (isNaN(s) || !isFinite(s)) return "00:00";
                            var m = Math.floor(s / 60); var ss = Math.floor(s % 60);
                            return (m < 10 ? "0" + m : m) + ":" + (ss < 10 ? "0" + ss : ss);
                        }

                        // 長さを更新する処理
                        function updateDuration() {
                            if (video.duration && isFinite(video.duration)) {
                                if(audioDuration) audioDuration.textContent = formatTime(video.duration);
                            }
                        }

                        function togglePlay() { if (video.paused) { video.play(); } else { video.pause(); } }
                        if(coverImg) { coverImg.removeEventListener("click", togglePlay); coverImg.addEventListener("click", togglePlay); }
                        if(centerBtn) { centerBtn.removeEventListener("click", togglePlay); centerBtn.addEventListener("click", togglePlay); }

                        video.addEventListener("play", function() { 
                            if(centerBtn) centerBtn.classList.add("is-playing"); 
                            updateDuration();
                        });
                        video.addEventListener("pause", function() { if(centerBtn) centerBtn.classList.remove("is-playing"); });
                        
                        video.addEventListener("loadedmetadata", updateDuration);
                        video.addEventListener("durationchange", updateDuration);

                        if (video.readyState >= 1) {
                            updateDuration();
                        }

                        video.addEventListener("timeupdate", function() {
                            // ★修正: ユーザーがドラッグしていない時だけ、バーの位置と時間を更新する
                            if (!isDragging) {
                                if(audioTime) audioTime.textContent = formatTime(video.currentTime);
                                if (audioSeek && video.duration && isFinite(video.duration)) { 
                                    audioSeek.value = (video.currentTime / video.duration) * 1000; 
                                }
                            }
                            
                            if (audioDuration && audioDuration.textContent === "00:00" && video.duration && isFinite(video.duration)) {
                                updateDuration();
                            }
                        });

                        if(audioSeek) { 
                            // ★修正: ドラッグ中は「時間の表示」だけを変え、シークは行わない（パンク防止）
                            audioSeek.addEventListener("input", function() { 
                                isDragging = true;
                                if (video.duration && isFinite(video.duration)) {
                                    if(audioTime) audioTime.textContent = formatTime((audioSeek.value / 1000) * video.duration);
                                }
                            }); 
                            
                            // ★修正: 指を離した瞬間に、1回だけシーク命令を出す
                            audioSeek.addEventListener("change", function() { 
                                if (video.duration && isFinite(video.duration)) {
                                    video.currentTime = (audioSeek.value / 1000) * video.duration; 
                                }
                                isDragging = false;
                            }); 
                            
                            // 念のためのフェイルセーフ（マウスアップやタッチ終了時もフラグ解除）
                            audioSeek.addEventListener("mouseup", function() { isDragging = false; });
                            audioSeek.addEventListener("touchend", function() { isDragging = false; });
                        }
                        
                        video.dataset.audioInit = 'true';
                    }
                                        return true;
                }

                function protectVideo() {
                    var mediaEls = document.querySelectorAll('#mu1emdContainer video, #mu1emdContainer audio');
                    mediaEls.forEach(function(v){
                        if(v.dataset.protected === 'true') return;
                        v.dataset.protected = 'true';
                        v.setAttribute('controlsList', 'nodownload');
                        v.oncontextmenu = function() { return false; };
                        v.addEventListener('contextmenu', function(e){ e.preventDefault(); return false; }, false);
                    });
                }

                function initSubtitles() {
                    var video = document.getElementById("myVideo");
                    var container = document.getElementById("mu1emdContainer");
                    if (!video || !container) return false;

                    var rootSublist = container.querySelector(".mu1emd-sublist");
                    if (!rootSublist) return false;

                    var listContainer = rootSublist.querySelector("details > p");
                    if (!listContainer) return false;

                    if (video.dataset.subInit === 'true') return true;
                    video.dataset.subInit = 'true';

                    var oldOverlay = document.getElementById('subtitleOverlay') || document.getElementById('scSubtitleOverlay');
                    if (oldOverlay) {
                        oldOverlay.style.setProperty('display', 'none', 'important');
                        oldOverlay.innerHTML = ''; 
                    }

                    function isSpecialMode() {
                        var isFs = !!(document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement);
                        var isPiP = !!(document.pictureInPictureElement && document.pictureInPictureElement === video) || (video.webkitPresentationMode === "picture-in-picture");
                        var isIOSFs = !!video.webkitDisplayingFullscreen; 
                        return isFs || isPiP || isIOSFs;
                    }

                    try {
                        if(video.textTracks && video.textTracks.length > 0){
                            for(var i=0; i<video.textTracks.length; i++){
                                if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions'){
                                    video.textTracks[i].mode = "hidden";
                                }
                            }
                        }
                    } catch(e){}

                    video.addEventListener("webkitbeginfullscreen", function() {
                        try {
                            if(video.textTracks && video.textTracks.length > 0) {
                                for(var i=0; i<video.textTracks.length; i++){
                                    if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') video.textTracks[i].mode = "showing";
                                }
                            }
                        } catch(e){}
                    });
                    video.addEventListener("webkitendfullscreen", function() {
                        try {
                            if(video.textTracks && video.textTracks.length > 0) {
                                for(var i=0; i<video.textTracks.length; i++){
                                    if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') video.textTracks[i].mode = "hidden";
                                }
                            }
                        } catch(e){}
                    });

                    var detailsEl = rootSublist.querySelector("details");
                    if (detailsEl) {
                        detailsEl.open = true; 
                        var summaryEl = detailsEl.querySelector("summary");
                        if (summaryEl) summaryEl.textContent = "字幕(シーン)はここをクリック";
                    }

                    if (!listContainer.dataset.formatted) {
                        var html = listContainer.innerHTML;
                        var lines = html.split(/<br\s*\/?>/i);
                        var newHtml = "";
                        for(var j=0; j<lines.length; j++) {
                            if(lines[j].trim() === "") continue;
                            newHtml += "<span class='imk-line'>" + lines[j] + "</span><br>";
                        }
                        listContainer.innerHTML = newHtml;
                        listContainer.dataset.formatted = "true";
                    }

                    function parseTs(ts){
                        if(!ts) return null;
                        var p = ts.trim().split(":").map(function(x){return parseInt(x,10)||0;});
                        if(p.length===2) return p[0]*60 + p[1];
                        if(p.length===3) return p[0]*3600 + p[1]*60 + p[2];
                        return null;
                    }

                    rootSublist.addEventListener("click", function(e){
                        var a = e.target.closest && e.target.closest("a.imk-cue[data-seek]");
                        if(!a) return;
                        e.preventDefault();
                        var sec = parseTs(a.getAttribute("data-seek"));
                        if(sec==null) return;
                        try{ video.currentTime = sec; if(video.paused) video.play(); }catch(_){}
                    });

                    video.addEventListener("timeupdate", function(){
                        var desiredMode = isSpecialMode() ? "showing" : "hidden";
                        try {
                            if(video.textTracks && video.textTracks.length > 0){
                                for(var i=0; i<video.textTracks.length; i++){
                                    if((video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') && video.textTracks[i].mode !== desiredMode) {
                                        video.textTracks[i].mode = desiredMode;
                                    }
                                }
                            }
                        } catch(e){}

                        var cues = listContainer.querySelectorAll("a.imk-cue");
                        if(cues.length === 0) return;
                        var cur = video.currentTime;
                        var activeA = null;

                        for(var i=0; i<cues.length; i++){
                            var t = parseTs(cues[i].getAttribute("data-seek"));
                            if(t !== null && cur >= t - 0.5){ activeA = cues[i]; } 
                            else if(t > cur){ break; }
                        }

                        if(activeA){
                            var activeLine = activeA.closest(".imk-line");
                            if(!activeLine) activeLine = activeA;

                            if(activeLine.classList.contains("active-hl")) return;

                            var allLines = listContainer.querySelectorAll(".imk-line");
                            for(var k=0; k<allLines.length; k++) {
                                allLines[k].classList.remove("active-hl");
                                allLines[k].removeAttribute("style"); 
                            }
                            var allLinks = listContainer.querySelectorAll("a");
                            for(var m=0; m<allLinks.length; m++) {
                                allLinks[m].classList.remove("active-hl");
                                allLinks[m].removeAttribute("style"); 
                            }

                            activeLine.classList.add("active-hl");
                            activeLine.style.setProperty("background-color", "#ffff00", "important");
                            activeLine.style.setProperty("color", "red", "important");
                            activeLine.style.setProperty("font-weight", "normal", "important");
                            
                            var newLinks = activeLine.querySelectorAll("a");
                            for(var n=0; n<newLinks.length; n++) {
                                newLinks[n].style.setProperty("color", "red", "important");
                                newLinks[n].style.setProperty("text-decoration", "none", "important");
                            }

                            if(listContainer.offsetParent !== null){
                                var containerRect = listContainer.getBoundingClientRect();
                                var activeRect = activeLine.getBoundingClientRect();
                                var targetScroll = listContainer.scrollTop + (activeRect.top - containerRect.top) - (listContainer.clientHeight / 2) + (activeLine.clientHeight / 2);
                                listContainer.scrollTo({ top: targetScroll, behavior: "smooth" });
                            }
                        }
                    });

                    return true;
                }

                var checks = 0;
                var checkTimer = setInterval(function(){
                    initPlayer();
                    protectVideo();
                    var success = initSubtitles();
                    checks++;
                    if (success || checks > 20) { 
                        clearInterval(checkTimer);
                    }
                }, 500);
            })();
            </script>
            

  <script>
  (function(){
    var me = document.currentScript;
    var wrapper = me ? me.closest('.sc-dynamic-embed') : null;

    function protectVideo() {
      var target = wrapper ? wrapper : document;
      var mediaEls = target.querySelectorAll('video, audio');
      mediaEls.forEach(function(v){
        if(v.dataset.protected === 'true') return;
        v.dataset.protected = 'true';
        v.setAttribute('controlsList', 'nodownload');
        v.oncontextmenu = function() { return false; };
        v.addEventListener('contextmenu', function(e){ e.preventDefault(); return false; }, false);
      });
    }

    function initSubtitles() {
      var target = wrapper ? wrapper : document;
      var video = target.querySelector('video, audio');
      var listContainer = target.querySelector('details > p');
      
      if (!video || !listContainer) return false; 

      if (video.dataset.subInit === 'true') return true; 
      video.dataset.subInit = 'true';

      var oldOverlay = target.querySelector('#subtitleOverlay') || target.querySelector('#scSubtitleOverlay');
      if (oldOverlay) {
          oldOverlay.style.setProperty('display', 'none', 'important');
          oldOverlay.innerHTML = ''; 
      }

      function isSpecialMode() {
        var isFs = !!(document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement);
        var isPiP = !!(document.pictureInPictureElement && document.pictureInPictureElement === video) || (video.webkitPresentationMode === "picture-in-picture");
        var isIOSFs = !!video.webkitDisplayingFullscreen; 
        return isFs || isPiP || isIOSFs;
      }

      try {
        if(video.textTracks && video.textTracks.length > 0){
          for(var i=0; i<video.textTracks.length; i++){
             if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions'){
                 video.textTracks[i].mode = "hidden";
             }
          }
        }
      } catch(e){}

      video.addEventListener("webkitbeginfullscreen", function() {
          try {
              if(video.textTracks && video.textTracks.length > 0) {
                  for(var i=0; i<video.textTracks.length; i++){
                      if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') video.textTracks[i].mode = "showing";
                  }
              }
          } catch(e){}
      });
      video.addEventListener("webkitendfullscreen", function() {
          try {
              if(video.textTracks && video.textTracks.length > 0) {
                  for(var i=0; i<video.textTracks.length; i++){
                      if(video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') video.textTracks[i].mode = "hidden";
                  }
              }
          } catch(e){}
      });

      var detailsEl = target.querySelector("details");
      if (detailsEl) {
          detailsEl.open = true; 
          var summaryEl = detailsEl.querySelector("summary");
          if (summaryEl) summaryEl.textContent = "字幕(シーン)はここをクリック";
      }

      if (!listContainer.dataset.formatted) {
          var html = listContainer.innerHTML;
          var lines = html.split(/<br\s*\/?>/i);
          var newHtml = "";
          for(var j=0; j<lines.length; j++) {
              if(lines[j].trim() === "") continue;
              newHtml += "<span class='imk-line'>" + lines[j] + "</span><br>";
          }
          listContainer.innerHTML = newHtml;
          listContainer.dataset.formatted = "true";
      }

      function parseTs(ts){
        if(!ts) return null;
        var p = ts.trim().split(":").map(function(x){return parseInt(x,10)||0;});
        if(p.length===2) return p[0]*60 + p[1];
        if(p.length===3) return p[0]*3600 + p[1]*60 + p[2];
        return null;
      }

      var rootSublist = target.querySelector(".mu1-sublist, .mu1emd-sublist") || listContainer.parentElement;
      if (rootSublist) {
        rootSublist.addEventListener("click", function(e){
          var a = e.target.closest && e.target.closest("a.imk-cue[data-seek]");
          if(!a) return;
          e.preventDefault();
          var sec = parseTs(a.getAttribute("data-seek"));
          if(sec==null) return;
          try{ video.currentTime = sec; if(video.paused) video.play(); }catch(_){}
        });
      }

      video.addEventListener("timeupdate", function(){
        var desiredMode = isSpecialMode() ? "showing" : "hidden";
        try {
            if(video.textTracks && video.textTracks.length > 0){
                for(var i=0; i<video.textTracks.length; i++){
                    if((video.textTracks[i].kind === 'subtitles' || video.textTracks[i].kind === 'captions') && video.textTracks[i].mode !== desiredMode) {
                        video.textTracks[i].mode = desiredMode;
                    }
                }
            }
        } catch(e){}

        var cues = listContainer.querySelectorAll("a.imk-cue");
        if(cues.length === 0) return;
        var cur = video.currentTime;
        var activeA = null;

        for(var i=0; i<cues.length; i++){
            var t = parseTs(cues[i].getAttribute("data-seek"));
            if(t !== null && cur >= t - 0.5){ activeA = cues[i]; } 
            else if(t > cur){ break; }
        }

        if(activeA){
            var activeLine = activeA.closest(".imk-line");
            if(!activeLine) activeLine = activeA;

            if(activeLine.classList.contains("active-hl")) return;

            var allLines = listContainer.querySelectorAll(".imk-line");
            for(var k=0; k<allLines.length; k++) {
                allLines[k].classList.remove("active-hl");
                allLines[k].removeAttribute("style"); 
            }
            var allLinks = listContainer.querySelectorAll("a");
            for(var m=0; m<allLinks.length; m++) {
                allLinks[m].classList.remove("active-hl");
                allLinks[m].removeAttribute("style"); 
            }

            activeLine.classList.add("active-hl");
            activeLine.style.setProperty("background-color", "#ffff00", "important");
            activeLine.style.setProperty("color", "red", "important");
            activeLine.style.setProperty("font-weight", "normal", "important");
            
            var newLinks = activeLine.querySelectorAll("a");
            for(var n=0; n<newLinks.length; n++) {
                newLinks[n].style.setProperty("color", "red", "important");
                newLinks[n].style.setProperty("text-decoration", "none", "important");
            }

            if(listContainer.offsetParent !== null){
                var containerRect = listContainer.getBoundingClientRect();
                var activeRect = activeLine.getBoundingClientRect();
                var targetScroll = listContainer.scrollTop + (activeRect.top - containerRect.top) - (listContainer.clientHeight / 2) + (activeLine.clientHeight / 2);
                listContainer.scrollTo({ top: targetScroll, behavior: "smooth" });
            }
        }
      });

      return true;
    }

    var checks = 0;
    var checkTimer = setInterval(function(){
      protectVideo();
      var success = initSubtitles();
      checks++;
      if (success || checks > 20) { 
        clearInterval(checkTimer);
      }
    }, 500); 

    if (!window.scStopAndGo) {
      window.scStopAndGo = function(event, link){
        try{
          var mediaEls = document.querySelectorAll('video, audio');
          mediaEls.forEach(function(m){
            try{
              if (!m.paused) m.pause();
              if (document.pictureInPictureElement === m && document.exitPictureInPicture) {
                document.exitPictureInPicture().catch(function(){});
              }
            }catch(e){}
          });
        }finally{
          event.preventDefault();
          setTimeout(function(){
            if (link.target === '_blank') {
              window.open(link.href, '_blank');
            } else {
              window.location.href = link.href;
            }
          }, 50);
        }
        return false;
      };
    }
  })();
  </script>
</div>


<p class="sc-link">
  <a href="https://imakat.com/dr53/?drid=90" target="_blank"
     onclick="return scStopAndGo(event, this);">
    👉別画面表示
  </a>
</p>

<div class="sc-embed sc-embed-dr53">
  <figure class="wp-block-video aligncenter">
    <div class="video-wrap">
      <video id="scVideo"
        autoplay muted loop playsinline preload="none"
        poster="https://imakat.com/rd.php?id=c87TohkT.png"
        src="https://imakat.com/rd.php?id=708rWAST.mp4"
        style="width:100%;height:auto;"
        controlsList="nodownload noplaybackrate"
        disablePictureInPicture oncontextmenu="return false">
              </video>
      <div id="scSubtitleOverlay" aria-hidden="true"></div>
    </div>
  </figure>

  </div>

<script>
/* ---- 枠内字幕オーバーレイ＋無音ループ ---- */
(function(){
  var me=document.currentScript;
  function findRootFromScript(s){
    var n=s.previousElementSibling;
    while(n){
      if(n.classList && n.classList.contains('sc-embed-dr53')) return n;
      n=n.previousElementSibling;
    }
    n=s.parentElement;
    while(n){
      if(n.classList && n.classList.contains('sc-embed-dr53')) return n;
      n=n.parentElement;
    }
    return null;
  }
  var root=findRootFromScript(me); if(!root) return;

  var video   = root.querySelector('#scVideo');
  var trackEl = video ? video.querySelector('track[kind="subtitles"], track[kind="captions"]') : null;
  var overlay = root.querySelector('#scSubtitleOverlay');
  if (!video || !overlay) return;

  // ① a.imk-cue を span.imk-cue に変換して、テーマ側の「リンククリックでサイドバーを閉じる」処理を回避
  (function(){
    var cueAnchors = root.querySelectorAll('a.imk-cue');
    cueAnchors.forEach(function(a){
      var span = document.createElement('span');
      span.className = a.className || 'imk-cue';
      if (a.hasAttribute('data-seek')) span.setAttribute('data-seek', a.getAttribute('data-seek'));
      if (a.hasAttribute('data-ts'))   span.setAttribute('data-ts',   a.getAttribute('data-ts'));
      // 見た目と操作性をリンク風に
      span.setAttribute('role', 'button');
      span.setAttribute('tabindex', '0');
      span.style.cursor = 'pointer';
      if (!span.style.textDecoration) span.style.textDecoration = 'underline';
      if (!span.style.color) span.style.color = getComputedStyle(a).color || '#0066cc';

      span.innerHTML = a.innerHTML;
      a.parentNode.replaceChild(span, a);
    });
  })();

  function setNative(mode){
    try{
      if (video.textTracks && video.textTracks.length){
        for (var i=0;i<video.textTracks.length;i++){
          var k = video.textTracks[i].kind;
          if (k==='captions' || k==='subtitles') video.textTracks[i].mode = mode;
        }
      }
      if (trackEl && trackEl.track) trackEl.track.mode = mode;
    }catch(e){}
  }

  // 自動再生をできるだけ試みる
  function tryAutoPlay(){
    try{
      video.muted = true;
      video.playsInline = true;
      var p = video.play();
      if (p && typeof p.then === 'function') {
        p.then(function(){}).catch(function(){});
      }
    }catch(e){}
  }
  tryAutoPlay();
  video.addEventListener('loadeddata', tryAutoPlay);
  video.addEventListener('canplay',    tryAutoPlay);
  document.addEventListener('visibilitychange', function(){
    if (!document.hidden) tryAutoPlay();
  });

  // クリックで一時停止／再開
  video.addEventListener('click', function(){
    try{
      if (video.paused) video.play();
      else              video.pause();
    }catch(e){}
  });

  // ページ離脱時は止める
  window.addEventListener('pagehide', function(){
    try{ video.pause(); }catch(e){}
  });

  // ---- オーバーレイ字幕 ----
  function sig(active){
    if(!active || !active.length) return "";
    var a=[];
    for(var i=0;i<active.length;i++){
      var c=active[i];
      a.push([c.startTime,c.endTime,c.text].join("|"));
    }
    return a.join("||");
  }
  function cueDiv(c){
    var d=document.createElement('div');
    d.className='overlay-cue';
    d.setAttribute('translate','yes');
    if(typeof c.getCueAsHTML==='function') d.appendChild(c.getCueAsHTML());
    else d.textContent=c.text;
    return d;
  }

  var isOverlay=true, lastSig="";
  function render(){
    if(!isOverlay || !trackEl || !trackEl.track) return;
    var active = trackEl.track.activeCues, s = sig(active);
    if (s === lastSig) return; lastSig = s;
    overlay.innerHTML = ""; if (!active || !active.length) return;
    var band = document.createElement('div'); band.className='band'; band.setAttribute('translate','yes');
    Array.from(active).sort(function(a,b){return a.startTime-b.startTime;}).forEach(function(c){ band.appendChild(cueDiv(c)); });
    overlay.appendChild(band);
  }
  function useOverlay(){ isOverlay=true; overlay.style.display=""; setNative("hidden"); lastSig=""; render(); }
  function useNative(){  isOverlay=false; overlay.style.display="none"; setNative("showing"); lastSig=""; }

  useOverlay();

  if (trackEl){
    trackEl.addEventListener('load', function(){
      try{ if(trackEl.track) trackEl.track.addEventListener('cuechange', render); }catch(e){}
      render();
    });
    if (trackEl.track){
      try{ trackEl.track.addEventListener('cuechange', render); }catch(e){}
    }
  }
  video.addEventListener('loadedmetadata',render);

  function handleFullscreenMode(){
    var fs = document.fullscreenElement || document.webkitFullscreenElement || null;
    if (!fs) { useOverlay(); return; }
    (fs===video || (fs.contains && fs.contains(video))) ? useNative() : useOverlay();
  }
  document.addEventListener('fullscreenchange', handleFullscreenMode);
  document.addEventListener('webkitfullscreenchange', handleFullscreenMode);

  if ("webkitPresentationMode" in video){
    video.addEventListener("webkitpresentationmodechanged", function(){
      var m = video.webkitPresentationMode || "inline";
      if (m==="picture-in-picture" || m==="fullscreen"){ useNative(); }
      else { useOverlay(); }
    });
  }
  if ("pictureInPictureEnabled" in document){
    video.addEventListener("enterpictureinpicture", useNative);
    video.addEventListener("leavepictureinpicture", useOverlay);
  }

  // 字幕一覧クリックでジャンプ（.imk-cue クリック）
  function parseTs(ts){
    if(!ts) return null;
    ts=ts.trim();
    var m=ts.match(/^(\d{1,2}):([0-5]?\d)(?::([0-5]?\d))?$/);
    if(!m) return null;
    var h=m[3]?parseInt(m[1],10):0,
        mm=parseInt(m[3]?m[2]:m[1],10),
        ss=parseInt(m[3]?m[3]:m[2],10);
    return h*3600+mm*60+ss;
  }

  root.addEventListener('click', function(e){
    var el = e.target.closest && e.target.closest('.imk-cue');
    if(!el || !root.contains(el)) return;

    var ts = el.getAttribute('data-seek');
    if(!ts){
      var txt = el.getAttribute('data-ts') || el.textContent || el.innerText || '';
      var m = txt.match(/\b(\d{1,2}:[0-5]?\d(?::[0-5]?\d)?)\b/);
      if(!m){
        var href = el.getAttribute('data-href') || el.getAttribute('href') || '';
        if(href){
          var dec = decodeURIComponent(href);
          m = dec.match(/\b(\d{1,2}:[0-5]?\d(?::[0-5]?\d)?)\b/);
        }
      }
      ts = m ? m[1] : null;
    }
    var sec = parseTs(ts);
    if(sec==null) return;

    // サイドバーを閉じさせないため、ここでイベントを完全に止める
    e.preventDefault();
    e.stopPropagation();
    if (typeof e.stopImmediatePropagation === 'function') {
      e.stopImmediatePropagation();
    }

    try{
      video.currentTime = sec;
      if (video.paused) video.play();
    }catch(err){}
  });

})();
</script>

<style>
.sc-embed-dr53, .sc-embed-dr53 .wp-block-video,
.sc-embed-dr53 .video-wrap, .sc-embed-dr53 video{
  width:100% !important; max-width:100% !important;
}
.sc-embed-dr53 .video-wrap{ position:relative; }
#scSubtitleOverlay{
  position:absolute; left:0; right:0; bottom:6%;
  padding:0 2%; text-align:center; pointer-events:none; z-index:2;
}
#scSubtitleOverlay .band{
  display:inline-block; background:rgba(0,0,0,.35);
  padding:6px 10px; border-radius:8px; max-width:96%;
  margin:0 auto; box-shadow:0 1px 2px rgba(0,0,0,.15);
}
#scSubtitleOverlay .overlay-cue{
  color:#fff; font-weight:600; font-size:clamp(16px,3.8vw,28px);
  line-height:1.32; white-space:pre-wrap; margin:2px 0;
  -webkit-text-stroke:.6px rgba(0,0,0,.7);
  text-shadow:-1px -1px 0 rgba(0,0,0,.6), 1px -1px 0 rgba(0,0,0,.6),
             -1px  1px 0 rgba(0,0,0,.6), 1px  1px 0 rgba(0,0,0,.6);
}
.sc-embed-dr53 details > p{
  font-size:14px; line-height:1.6;
  height:auto; max-height:200px; overflow:auto;
  background:#EDF7FF; padding:2px 6px; margin:0;
  box-shadow:3px 3px 4px black;
}
.sc-embed-dr53 details > summary{
  font-size:16px; padding:2px 6px; width:100%;
  background:#ddd; border:none; box-shadow:3px 3px 4px black;
  cursor:pointer; list-style:none;
}
.sc-embed-dr53 .sc-explain p{
  font-size:16px; line-height:1.8; margin:12px 0; white-space:pre-wrap;
}
</style>


<script>
(function(){
  if (window.scStopAndGo) return;
  window.scStopAndGo = function(event, link){
    try{
      var mediaEls = document.querySelectorAll('video, audio');
      mediaEls.forEach(function(m){
        try{
          if (!m.paused) m.pause();
          if (document.pictureInPictureElement === m && document.exitPictureInPicture) {
            document.exitPictureInPicture().catch(function(){});
          }
        }catch(e){}
      });
    }finally{
      event.preventDefault();
      setTimeout(function(){
        if (link.target === '_blank') {
          window.open(link.href, '_blank');
        } else {
          window.location.href = link.href;
        }
      }, 50);
    }
    return false;
  };
})();
</script>



<p class="wp-block-paragraph">＜&#8217;20.2月下旬　美薗中央公園＞</p>



<p class="wp-block-paragraph">新型コロナウイルスの蔓延で、閉ざされた人混みは避けなければいけない。しかし自然の空気に囲まれるのは、今のところは問題ない（&#8217;20年2月)。<br>家から歩いて15分のところに、浜松市浜北区美薗中央公園がある。遊歩道、広場、テニスコート、バスケットボールコートなどがある。<br>以前はウオーキングの通り道だった。しかし最近は行くのをやめていた。</p>



<p class="wp-block-paragraph">ウオーキングは不思議である。</p>



<p class="wp-block-paragraph">5年前から始めた。最初、毎朝3,000歩から始めた。始めた当初は、面白いように体重が減る。しかし次第に鈍くなる。そこで7,000歩に増やした。すると減り出したが、やがて鈍くなる。</p>



<p class="wp-block-paragraph">そこで10,000歩にした。中央公園を通過した。すると、少しは減った。しかし殆ど変わらなくなった。あに図らんや、逆に増え出したのである（※1）。</p>



<p class="wp-block-paragraph">非常に不思議である。</p>



<p class="wp-block-paragraph">そこで、4,000歩まで下げた。そうしたら増えない。でも減らない。ちょうどバランスが取れているようだ。しかし、目標の体重は、あと2kg下げたい。</p>



<p class="wp-block-paragraph">立春を過ぎた。三寒四温。水がぬるくなってくる。土手がうごめく。梅、桃、ロウバイ、木瓜、やがて桜と・・つぎつぎに咲き出すだろう。</p>



<p class="wp-block-paragraph">これまでウオーキングは、朝５時前に出発していた。真っ暗い中をライトを点けて歩く。だから、いつも夜空だけ。草木のある自然の風景を見ることがなかった。</p>



<p class="wp-block-paragraph">時間をずらしてみようか。</p>



<p class="wp-block-paragraph">また、美薗中央公園も通るようにしようか。</p>



<p class="wp-block-paragraph">曲は、2020年の１曲目です。時季としては、寒い冬を越えた３月初めの「啓蟄」の頃、外へ出た時の、自然の不思議さに触れたときをイメージしました。前衛的？　どんなものでしょう。</p>



<p class="wp-block-paragraph">春のお菓子シリーズは、しばらくお休みです。<br></p>



<p class="wp-block-paragraph">No.66 (Cubase)(Feb/2020)</p>



<hr class="wp-block-separator has-css-opacity"/>



<p class="wp-block-paragraph">※１：原因は、食べる量が増えていたことも大きい。<br></p>



<figure class="wp-block-image size-large is-resized"><a href="https://imakat.com/rd.php?id=Lu8Bh4qb.png" target="_blank"><img decoding="async" src="https://imakat.com/rd.php?id=Lu8Bh4qb.png" alt="" style="width:114px;height:auto"/></a></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">9359</post-id>	</item>
		<item>
		<title>禁煙1000日達成しました。油断したら即、くじけそう。。。</title>
		<link>https://imakat.com/2019/02/26/7276/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 11:21:46 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<category><![CDATA[バカボン]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=7276</guid>

					<description><![CDATA[今まさに、花粉症の襲来です。こんな時に落とし穴があります。 忍び寄る、タバコの誘惑 タバコをやめた人にとって、 花粉症や風邪気味の時が、一番危ないです。 花粉症で鼻水が出ると、深呼吸が、しにくいです。 つまり、眠りに、入 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap wp-block-paragraph">今まさに、花粉症の襲来です。こんな時に落とし穴があります。</p>



<h2 class="wp-block-heading">忍び寄る、タバコの誘惑</h2>



<p class="wp-block-paragraph">タバコをやめた人にとって、</p>



<p class="wp-block-paragraph">花粉症や風邪気味の時が、一番危ないです。</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="680" height="480" src="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E3%82%BF%E3%83%90%E3%82%B3%E3%82%92%E5%90%B8%E3%81%86imakat.png?resize=680%2C480&#038;ssl=1" alt="" class="wp-image-14223" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E3%82%BF%E3%83%90%E3%82%B3%E3%82%92%E5%90%B8%E3%81%86imakat.png?resize=680%2C480&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E3%82%BF%E3%83%90%E3%82%B3%E3%82%92%E5%90%B8%E3%81%86imakat.png?resize=500%2C353&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E3%82%BF%E3%83%90%E3%82%B3%E3%82%92%E5%90%B8%E3%81%86imakat.png?w=742&amp;ssl=1 742w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p class="wp-block-paragraph"><br><br></p>



<p class="wp-block-paragraph">花粉症で鼻水が出ると、深呼吸が、しにくいです。</p>



<p class="wp-block-paragraph">つまり、眠りに、入りにくいです。</p>



<p class="wp-block-paragraph"> <br>この酸素欠乏の感覚は、ニコチンが切れてタバコを我慢しているときと、そっくりです。</p>



<p class="wp-block-paragraph">タバコを吸えば、眠れる、そうしていた過去が蘇ります。<br></p>



<p class="wp-block-paragraph">花粉症や風邪のときは、タバコはあまり美味しくないですよ。</p>



<p class="wp-block-paragraph">美味しくないけど、眠れる方がいいから。</p>



<p class="wp-block-paragraph">とにかく、花粉症の苦しさは、タバコを我慢する苦しさを、想起させるのだ。</p>



<p class="wp-block-paragraph"></p>



<h2 class="wp-block-heading">対策は、あります。</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="680" height="420" src="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E5%AF%9D%E3%82%8Bimakat.png?resize=680%2C420&#038;ssl=1" alt="" class="wp-image-14225" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E5%AF%9D%E3%82%8Bimakat.png?resize=680%2C420&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E5%AF%9D%E3%82%8Bimakat.png?resize=500%2C309&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E5%AF%9D%E3%82%8Bimakat.png?w=871&amp;ssl=1 871w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p class="wp-block-paragraph">寝る時もマスクをして、口で大きく呼吸をすること、<br>です。</p>



<h2 class="wp-block-heading">1000日は通過点</h2>



<p class="wp-block-paragraph">19年2月24日、今回やっと禁煙1000日を達成しました！</p>



<hr class="wp-block-separator"/>



<p class="wp-block-paragraph"></p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="680" height="495" src="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E7%A6%81%E7%85%991000%E6%97%A5%E9%81%94%E6%88%90imakat.png?resize=680%2C495&#038;ssl=1" alt="" class="wp-image-14226" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E7%A6%81%E7%85%991000%E6%97%A5%E9%81%94%E6%88%90imakat.png?resize=680%2C495&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E7%A6%81%E7%85%991000%E6%97%A5%E9%81%94%E6%88%90imakat.png?resize=500%2C364&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2021/10/link-%E7%A6%81%E7%85%991000%E6%97%A5%E9%81%94%E6%88%90imakat.png?w=1518&amp;ssl=1 1518w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption>19年2月24日のブログ</figcaption></figure>



<hr class="wp-block-separator"/>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">今回？　というのは、過去、約３年の禁煙を２回、経験しているからです。</p>



<p class="wp-block-paragraph">とにかく、横隔膜の辺りに溜まる不満や不安は、どれも、タバコの我慢とソックリです。<br></p>



<p class="wp-block-paragraph">もし、昔のように、どこでも、安価で、吸える時代に戻ったら、たぶん、吸っていると思います。<br></p>



<p class="wp-block-paragraph">３カ月で禁煙成功！と喜んでいらっしゃるブログもありますが、そんなに簡単に言い切っていいものでしょうか・・・。<br></p>



<p class="wp-block-paragraph">まあでも２０００日達成したら、安心だろうと思っていたら、<br>さにあらず。<br><br></p>



<h2 class="wp-block-heading">一生、誘惑に付き纏われると覚悟すること</h2>



<p class="has-medium-font-size wp-block-paragraph"><strong>「６年禁煙してまた吸い出した」</strong></p>



<p class="wp-block-paragraph">方がいらっしゃいました。</p>



<p class="wp-block-paragraph">the草野球blogさんが、<a rel="noopener" target="_blank" href="http://kusayakyuublog.com/kusayakyuuall/smokingandbaseball/" aria-label="ブログ (opens in a new tab)">ブログ<span class="fa fa-external-link external-icon anchor-icon"></span></a>で書かれています。</p>



<p class="wp-block-paragraph">草野球を終えた後の一服の爽快さ、これに負けた、というお話でございます。<br>食後の一服は体からの欲求、草野球後の一服は、体と心からの欲求ですから、かなりの幸福感になると思います。</p>



<p class="wp-block-paragraph">あとトリガーは、<a rel="noopener" target="_blank" aria-label="IQOS (opens in a new tab)" href="https://jp.iqos.com">IQOS<span class="fa fa-external-link external-icon anchor-icon"></span></a>だっだのですね。宣伝が上手というか、タバコはファッション、ここまでオシャレなサイトを作られては敵わないですね。<br></p>



<p class="wp-block-paragraph">the草野球blogさんは、再度禁煙したい、という意向を述べられています。</p>



<p class="wp-block-paragraph">禁煙にここで完結、はないということでしょう。</p>



<p class="wp-block-paragraph">私は、引き続き、コツコツと、頑張ります。</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7276</post-id>	</item>
		<item>
		<title>禁煙2年間を達成！</title>
		<link>https://imakat.com/2018/05/30/5531/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Tue, 29 May 2018 23:04:32 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=5531</guid>

					<description><![CDATA[今日は2018年5月30日。 2016年5月31日、「世界禁煙デー」から禁煙を始めて、730日、２年間となりました。でもこれで達成出来た。。とは、私の場合は、言えないのです。 過去、２回禁煙をしています。 １度目は３年間 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_4643" style="width: 310px" class="wp-caption alignnone"><a rel="noopener" target="_blank" href="http://merurido.jp/item.php?ky=UCCU6016"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-4643" class="wp-image-4643" src="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=300%2C266&#038;ssl=1" alt="" width="300" height="266" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?w=506&amp;ssl=1 506w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=500%2C443&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=320%2C283&amp;ssl=1 320w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-4643" class="wp-caption-text">A DAY IN THE LIFE / WES MONTGOMERY : MERURIDOへリンク</p></div></p>
<p>今日は2018年5月30日。</p>
<p>2016年5月31日、「世界禁煙デー」から禁煙を始めて、730日、２年間となりました。でもこれで達成出来た。。とは、私の場合は、言えないのです。</p>
<p><span style="font-weight: 400;">過去、２回禁煙をしています。</span></p>
<p><span style="font-weight: 400;">１度目は３年間、２度目は２年間続いたものの、「すぐに止められるから、一本くらい大丈夫」と吸ってしまい、ダメになりました。</span></p>
<p>３度目の正直、に挑戦しています。</p>
<p><span style="font-weight: 400;">まだまだ吸いたくなる時があります。<br />
</span><span style="font-weight: 400;">基本的には、タバコを嫌いになることはないと思います。</span></p>
<p><span style="font-weight: 400;">この思いは一生続くでしょう。</span></p>
<p><span style="font-weight: 400;">３度目の禁煙は病気がトリガー。おそらく、タバコが原因で、摘出手術という痛い目にあったからです。もう、挫けられない。かな。</span></p>
<p><span style="font-weight: 400;">このまま、頑張ります！</span></p>
<p><div id="attachment_5530" style="width: 310px" class="wp-caption alignnone"><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/2%E5%B9%B4%E9%96%93%E7%A6%81%E7%85%99.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-5530" class="wp-image-5530" src="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/2%E5%B9%B4%E9%96%93%E7%A6%81%E7%85%99.jpg?resize=300%2C195&#038;ssl=1" alt="" width="300" height="195" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/2%E5%B9%B4%E9%96%93%E7%A6%81%E7%85%99.jpg?w=385&amp;ssl=1 385w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/2%E5%B9%B4%E9%96%93%E7%A6%81%E7%85%99.jpg?resize=320%2C208&amp;ssl=1 320w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-5530" class="wp-caption-text">2018年5月30日のブログ</p></div></p>
<p>&nbsp;</p>
<div class="youtube-re"></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5531</post-id>	</item>
		<item>
		<title>ウォーキング1000日達成。</title>
		<link>https://imakat.com/2018/01/02/5214/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Mon, 01 Jan 2018 23:04:06 +0000</pubDate>
				<category><![CDATA[一般情報]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[スポーツ]]></category>
		<category><![CDATA[日常]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=5214</guid>

					<description><![CDATA[私のブログには、右のウイジッドに近況の欄がありまして、ウォーキングと禁煙の日数が、自動的に掲示されるようになっています。 どうせダメなら掲示をやめればいい、と、軽い気持ちで掲載を始めたのですが、ところがどっこい、なんと、 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">私のブログには、右のウイジッドに近況の欄がありまして、ウォーキングと禁煙の日数が、自動的に掲示されるようになっています。</span></p>
<p><div id="attachment_5223" style="width: 310px" class="wp-caption alignnone"><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-5223" class="wp-image-5223" src="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?resize=300%2C196&#038;ssl=1" alt="" width="300" height="196" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?resize=680%2C444&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?resize=500%2C327&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?resize=320%2C209&amp;ssl=1 320w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/180102_1000%E6%97%A5%E9%81%94%E6%88%902.png?w=1846&amp;ssl=1 1846w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-5223" class="wp-caption-text">2018年1月2日のブログ</p></div></p>
<p><span style="font-weight: 400;">どうせダメなら掲示をやめればいい、と、軽い気持ちで掲載を始めたのですが、ところがどっこい、なんと、そのまま続いているのです。</span></p>
<p><span style="font-weight: 400;">2016年の9月に、入院のため、8日間出来なかったのですが、それを除いては、ウォーキングも禁煙も、続いているのです。ウォーキングは、2018年1月2日で1000日達成となりました。</span></p>
<p><span style="font-weight: 400;">ウォーキングですが、最初の約2年は、歩数は測定しませんでした。たぶん、6000~7000歩だったでしょう。2017年5月から、目標ラインを付けました。9000歩以上にしました。目標を設定して以降の平均はだいたい10000~11000歩です。</span></p>
<p><span style="font-weight: 400;">ウォーキング自体は、どんな日でも実践しています。外泊した時も、酔っ払って帰った翌朝も。しかし、目標については、たった一日、未達成になりました。</span></p>
<p><span style="font-weight: 400;">それは2017年10月22日（日）でして、6553歩で止まりました。理由は、台風21号の影響です。家を出たのですが、風が強くて危険を感じて、引き返しました。仕方ないです。</span></p>
<p>不思議なことに、今のところ、早朝、起きることも、歩くことも、辛いと思ったことがありません。</p>
<p>そうそう。正月になり、突然、ジョギング、<span style="font-weight: 400;">ウォーキングをする人が増えました。</span></p>
<p>&nbsp;</p>
<p><div id="attachment_5216" style="width: 310px" class="wp-caption alignnone"><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-5216" class="wp-image-5216" src="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380-680x907.jpg?resize=300%2C400&#038;ssl=1" alt="" width="300" height="400" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380.jpg?resize=680%2C907&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380.jpg?resize=375%2C500&amp;ssl=1 375w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380.jpg?resize=320%2C427&amp;ssl=1 320w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.46.05-e1514847136380.jpg?w=2512&amp;ssl=1 2512w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-5216" class="wp-caption-text">2018年1月2日 AM4:40頃　美薗中央公園、 今年最大のスパームーンで本当は綺麗なのだが、撮影がヘタ。</p></div></p>
<p><div id="attachment_5219" style="width: 310px" class="wp-caption alignnone"><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-5219" class="wp-image-5219" src="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?resize=300%2C225&#038;ssl=1" alt="" width="300" height="225" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?resize=680%2C510&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?resize=500%2C375&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?resize=320%2C240&amp;ssl=1 320w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?w=2512&amp;ssl=1 2512w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.43.16.jpg?w=3768&amp;ssl=1 3768w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-5219" class="wp-caption-text">2018年1月2日 AM4:40頃　美薗中央公園、 今年最大のスパームーンで本当は綺麗なのだが、撮影がヘタ。</p></div></p>
<p>&nbsp;</p>
<p><div id="attachment_5218" style="width: 310px" class="wp-caption alignnone"><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-5218" class="wp-image-5218" src="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?resize=300%2C225&#038;ssl=1" alt="" width="300" height="225" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?resize=680%2C510&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?resize=500%2C375&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?resize=320%2C240&amp;ssl=1 320w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?w=2512&amp;ssl=1 2512w, https://i0.wp.com/imakat.com/wp-content/uploads/2018/01/2018-01-02-04.23.37.jpg?w=3768&amp;ssl=1 3768w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-5218" class="wp-caption-text">2018年1月2日 AM4:25頃 自宅付近</p></div></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5214</post-id>	</item>
		<item>
		<title>禁煙365日を達成！</title>
		<link>https://imakat.com/2017/05/30/4633/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Tue, 30 May 2017 04:34:48 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=4633</guid>

					<description><![CDATA[2016年5月31日、「世界禁煙デー」から禁煙を始めて、365日となりました。 まだまだ吸いたくなる時があります。基本的には、タバコを嫌いになることはないと思います。この思いは一生続くでしょう。ひとまず１年間の達成、我な [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_4643-2" style="width: 707px" class="wp-caption alignnone"><a rel="noopener" target="_blank" href="http://merurido.jp/item.php?ky=UCCU6016"><img data-recalc-dims="1" loading="lazy" decoding="async" aria-describedby="caption-attachment-4643-2" class="wp-image-4643" src="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=697%2C617&#038;ssl=1" alt="" width="697" height="617" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?w=506&amp;ssl=1 506w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=500%2C443&amp;ssl=1 500w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/05/a-day-in-the-life.jpg?resize=320%2C283&amp;ssl=1 320w" sizes="(max-width: 697px) 100vw, 697px" /></a><p id="caption-attachment-4643-2" class="wp-caption-text">A DAY IN THE LIFE / WES MONTGOMERY : MERURIDOへリンク</p></div></p>
<p>2016年5月31日、「世界禁煙デー」から禁煙を始めて、365日となりました。</p>
<p><span style="font-weight: 400;">まだまだ吸いたくなる時があります。基本的には、タバコを嫌いになることはないと思います。この思いは一生続くでしょう。ひとまず１年間の達成、我ながら素晴らしい。</span></p>
<p><span style="font-weight: 400;">私は、過去、２回禁煙をしていまして、１度目は３年間、２度目は２年間続いたものの、「すぐに止められるから、一本くらい大丈夫」と吸ってしまい転落しました。</span></p>
<p><span style="font-weight: 400;">昨年は、タバコが主な原因の一つと思われる病気が発見され、手術のハメとなりました。今度、挫けたら、厳しいことになりそうです。このまま、頑張ります。</span></p>
<div class="youtube-re"></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4633</post-id>	</item>
		<item>
		<title>15kg減量後、ほぼ維持したまま、約1年間経過。</title>
		<link>https://imakat.com/2017/02/19/4345/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 05:30:24 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<category><![CDATA[BMI]]></category>
		<guid isPermaLink="false">https://imakat.com/?p=4345</guid>

					<description><![CDATA[2015年4月1日からウオーキングを始めて、入院による休み8日を除いて、2017年2月19日現在、683日、休まず続いています。我ながらスゴイと思います。下をご覧のように、ほぼ15kgの減量後、約1年間、64~65kgを [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>2015年4月1日からウオーキングを始めて、入院による休み8日を除いて、2017年2月19日現在、683日、休まず続いています。我ながらスゴイと思います。下をご覧のように、ほぼ15kgの減量後、約1年間、64~65kgをキープしています。</p>
<p>2016年5月31日に禁煙をしまして、その影響で、3ヶ月間リバウンドした後、減量に転じ、その後、64~65kgをキープしています。</p>
<p>このペースを維持して行きます。</p>
<p><a href="https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone wp-image-4346" src="https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?resize=333%2C592&#038;ssl=1" width="333" height="592" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?resize=680%2C1209&amp;ssl=1 680w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?resize=281%2C500&amp;ssl=1 281w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?resize=320%2C569&amp;ssl=1 320w, https://i0.wp.com/imakat.com/wp-content/uploads/2017/02/2017-02-19-12.04.28.png?w=750&amp;ssl=1 750w" sizes="(max-width: 333px) 100vw, 333px" /></a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4345</post-id>	</item>
		<item>
		<title>1年で15kg減量は、どうですか。</title>
		<link>https://imakat.com/2016/03/20/1741/</link>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Sun, 20 Mar 2016 10:48:13 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<category><![CDATA[BMI]]></category>
		<guid isPermaLink="false">http://imakat.com/?p=1741</guid>

					<description><![CDATA[16年3月20日で、帰国して1年が経ちました。帰国する前は、体重は、ざっくり言って80kgでしたが今現在約65kgです。1年で15kg減量しました。非常に体調はいいです。嫌なのは、ズボンがブカブカになったことと、顔の肉も [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>16年3月20日で、帰国して1年が経ちました。帰国する前は、体重は、ざっくり言って80kgでしたが今現在約65kgです。1年で15kg減量しました。非常に体調はいいです。嫌なのは、ズボンがブカブカになったことと、顔の肉も落ちて貧相になったことくらいです。</p>
<p>去年の4月1日から、早朝ウオーキングを始めて、まだ1日も休んでいません。雨風も何のそのと、ひたすら続けています。ただ、ここ1ヶ月、体重の減少が停滞に入ったような感じがあります。もう少し様子を見て、運動が足りないようだったら、少しだけ何か追加しようと思います。</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone  wp-image-1742" src="https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3116.jpg?resize=325%2C577&#038;ssl=1" alt="IMG_3116" width="325" height="577" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3116.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3116.jpg?resize=320%2C568&amp;ssl=1 320w" sizes="(max-width: 325px) 100vw, 325px" /> <img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone  wp-image-1743" src="https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3118.jpg?resize=324%2C575&#038;ssl=1" alt="IMG_3118" width="324" height="575" srcset="https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3118.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/imakat.com/wp-content/uploads/2016/03/IMG_3118.jpg?resize=320%2C568&amp;ssl=1 320w" sizes="(max-width: 324px) 100vw, 324px" /></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1741</post-id>	</item>
		<item>
		<title>たぶん問題ない</title>
		<link>https://imakat.com/2015/08/30/11/</link>
					<comments>https://imakat.com/2015/08/30/11/#respond</comments>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Sun, 30 Aug 2015 01:22:00 +0000</pubDate>
				<category><![CDATA[健康]]></category>
		<category><![CDATA[BMI]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[ここ最近72kg台に乗せて来ています。あと300gです。ステーキ1枚分。たぶん到達可能だと思われます。72kgは小生のBMIの上限のポイントです。次の目標をどうしようかな。 &#160;]]></description>
										<content:encoded><![CDATA[<div style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="https://i0.wp.com/imakat.com/wp-content/uploads/2015/08/IMG_2500.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/imakat.com/wp-content/uploads/2015/08/IMG_2500.jpg?resize=225%2C400&#038;ssl=1" width="225" height="400" border="0" /></a></div>
<div style="clear: both; text-align: left;"><span style="font-size: large;">ここ最近72kg台に乗せて来ています。あと300gです。ステーキ1枚分。たぶん到達可能だと思われます。72kgは小生のBMIの上限のポイントです。次の目標をどうしようかな。</span></div>
<div style="clear: both; text-align: center;"></div>
<div style="clear: both; text-align: center;"></div>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://imakat.com/2015/08/30/11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>	</item>
	</channel>
</rss>
