<?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/tag/%E3%83%90%E3%82%AB%E3%83%9C%E3%83%B3/feed/" rel="self" type="application/rss+xml" />
	<link>https://imakat.com</link>
	<description>工夫と改善で人生をちょっと豊かに</description>
	<lastBuildDate>Mon, 08 Jun 2026 03:12:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.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>四谷で６時 ( Yotsuya 6PM )</title>
		<link>https://imakat.com/2015/05/01/446/</link>
					<comments>https://imakat.com/2015/05/01/446/#respond</comments>
		
		<dc:creator><![CDATA[imakat]]></dc:creator>
		<pubDate>Thu, 30 Apr 2015 15:10:00 +0000</pubDate>
				<category><![CDATA[自作音楽'15~]]></category>
		<category><![CDATA[音楽作品]]></category>
		<category><![CDATA[バカボン]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[人気のNHKのコント番組「LIFE!」は様々な「滑稽な思い違い」が散りばめられていて、とても面白い。 例えば、概して男はロマンチスト、女はリアリスト、と言われるが、要は男がロマンチストのまま現実に気づかないで話が終わると [&#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-48491864"></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=aM4ZOqWK.png" draggable="false"><audio id="myVideo" playsinline preload="none" data-protected="false"><source src="https://imakat.com/rd.php?id=lQKbuxtG.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 initObserver() {
var target = wrapper ? wrapper : document;
var video = target.querySelector('video, audio');
if (!video) {
setTimeout(initObserver, 150);
return;
}
protectVideo();
video.addEventListener('loadedmetadata', protectVideo);
video.addEventListener('loadeddata', protectVideo);
}

if (document.readyState !== 'loading') initObserver();
else document.addEventListener('DOMContentLoaded', initObserver);
})();
</script>

</div>



<p class="wp-block-paragraph">人気のNHKのコント番組「LIFE!」は様々な「滑稽な思い違い」が散りばめられていて、とても面白い。</p>



<p class="wp-block-paragraph">例えば、概して男はロマンチスト、女はリアリスト、と言われるが、要は男がロマンチストのまま現実に気づかないで話が終わるところが面白い。</p>



<p class="wp-block-paragraph">今回の音楽作品ですが、昔「<a rel="noopener" target="_blank" href="https://youtu.be/m_dbetkduoQ">渋谷で５時<span class="fa fa-external-link external-icon anchor-icon"></span></a>」という甘さ一色の、菊池桃子と鈴木雅之のデュエット・ソングがヒットしました。</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">「それでいいのだ」。</p>



<p class="wp-block-paragraph">(Cubase)(2015.May)(0010)</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://imakat.com/2015/05/01/446/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">446</post-id>	</item>
	</channel>
</rss>
