<?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>Tsundere &#8211; AvMates &#8211; Full Video Free | Watch HD JAV Online | High Quality AV</title>
	<atom:link href="https://avmates.com/tag/tsundere/feed/" rel="self" type="application/rss+xml" />
	<link>https://avmates.com</link>
	<description>Your AV College Mate.</description>
	<lastBuildDate>Tue, 31 Mar 2026 08:10:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://avmates.com/wp-content/uploads/2026/03/cropped-avmates-32x32.png</url>
	<title>Tsundere &#8211; AvMates &#8211; Full Video Free | Watch HD JAV Online | High Quality AV</title>
	<link>https://avmates.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FJIN-112 I found a cheeky black gal on an app, and when I took her home and slept with her, I fucked her and her face turned slutty ◎ Are you serious? lol Begging for sex www Kurosaki Hana</title>
		<link>https://avmates.com/fjin-112/</link>
					<comments>https://avmates.com/fjin-112/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 23:07:08 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[4K]]></category>
		<category><![CDATA[bitch]]></category>
		<category><![CDATA[brutal]]></category>
		<category><![CDATA[Delusional]]></category>
		<category><![CDATA[Exclusive distribution]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[gal]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[sunburn]]></category>
		<category><![CDATA[Tsundere]]></category>
		<guid isPermaLink="false">https://avmates.com/fjin-112/</guid>

					<description><![CDATA[I was licked by a black gal who was on an easy mode in life, and I cum. I took her to a love hotel with sleeping pills, impregnated her, and inseminated her, and she started to get attached to me with a slutty face. Maybe she got into the habit of saying, &#8220;I want [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-FJIN-112" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/fjin00112pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-5804" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-FJIN-112');
        var overlay = document.getElementById('wpcode-overlay-5804');
        var videoSrc = "https://878d5be0.red-stone-102.site/blah4/XEn0ezIAjwPK3U_oUqJFIti+k0xgg5hMWqDLpQSajUsKxsZiy9dSGw/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>I was licked by a black gal who was on an easy mode in life, and I cum. I took her to a love hotel with sleeping pills, impregnated her, and inseminated her, and she started to get attached to me with a slutty face. Maybe she got into the habit of saying, &#8220;I want to play with you again♪&#8221; and begged me to have sex with her at LI●E&#8230;</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-10.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-11.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-12.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-13.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-14.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-15.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-16.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-17.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-18.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00112jp-19.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2025-11-28</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Kurosakihana">Kurosakihana</a> (<a href="https://avmates.com/?s=%E9%BB%92%E5%92%B2%E8%8F%AF">黒咲華</a>)</p>
<p><b>Product Code:</b> FJIN-112</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=FJIN">FJIN</a></p>
<p><b>Series:</b> </p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=FunCity/Mousouzoku">FunCity/Mousouzoku</a> (<a href="https://avmates.com/?s=FunCity/%E5%A6%84%E6%83%B3%E6%97%8F">FunCity/妄想族</a>)</p>
<p><b>Lable:</b> <a href="https://avmates.com/?s=pervert">pervert</a> (<a href="https://avmates.com/?s=%E7%97%B4%E4%BA%BA">痴人</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/fjin-112/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FTAV-015 A 24-hour real escape that suddenly begins with full-body restraint.Is it the most difficult panic irritation in the history of Issai Saisai? ! SEX document! A beautiful Taiwanese influencer with a cumulative total of 400,000 followers is trapped in a house deep in the mountains with a purely Japanese actor who doesn&#8217;t speak the language, and her breasts are exposed&#8230;</title>
		<link>https://avmates.com/ftav-015/</link>
					<comments>https://avmates.com/ftav-015/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 07:11:22 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[Asian Actress]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[Gag Comedy]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[Tsundere]]></category>
		<guid isPermaLink="false">https://avmates.com/ftav-015/</guid>

					<description><![CDATA[24 Hour Real Escape SEX Taiwanese beautiful influencer Itsuki Saisa is alone in the mountains with an actor who does not speak Japanese and cannot communicate! An escape mission that begins with full-body restraint x mystery solving x real challenge. A closed-door document that will peel away your body and emotions! Video Information Release Date: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-FTAV-015" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/1ftav00015pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-8373" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-FTAV-015');
        var overlay = document.getElementById('wpcode-overlay-8373');
        var videoSrc = "https://1d409b0c.bright-light-107.store/blah4/XEn0ezMAjwPK3U_oUqJFKdi4jkxq2csKWr7C_ASajRpQyMZiy9dQEQ/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>24 Hour Real Escape SEX Taiwanese beautiful influencer Itsuki Saisa is alone in the mountains with an actor who does not speak Japanese and cannot communicate! An escape mission that begins with full-body restraint x mystery solving x real challenge. A closed-door document that will peel away your body and emotions!</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-10.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-11.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-12.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-13.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-14.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-15.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-16.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-17.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftav00015jp-18.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2025-12-15</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Itsuki%20Saisai">Itsuki Saisai</a> (<a href="https://avmates.com/?s=%E9%BD%8B%E9%BD%8B%E3%81%84%E3%81%A4%E3%81%8D">齋齋いつき</a>)</p>
<p><b>Product Code:</b> FTAV-015</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=FTAV">FTAV</a></p>
<p><b>Series:</b> </p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=SOD%20create">SOD create</a> (<a href="https://avmates.com/?s=SOD%E3%82%AF%E3%83%AA%E3%82%A8%E3%82%A4%E3%83%88">SODクリエイト</a>)</p>
<p><b>Lable:</b> <a href="https://avmates.com/?s=S.O.D.">S.O.D.</a> (<a href="https://avmates.com/?s=SOD">SOD</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/ftav-015/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FJIN-118 I found a cheeky big-breasted JD on an app, and when I took her home and fucked her while she was sleeping, she had a slutty face. Are you serious? Lol, I&#8217;m begging for sex. Yuri Aise</title>
		<link>https://avmates.com/fjin-118/</link>
					<comments>https://avmates.com/fjin-118/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 04:08:33 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[4K]]></category>
		<category><![CDATA[big breasts]]></category>
		<category><![CDATA[brutal]]></category>
		<category><![CDATA[Creampie]]></category>
		<category><![CDATA[Delusional]]></category>
		<category><![CDATA[Exclusive distribution]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[man squirting]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[Tsundere]]></category>
		<guid isPermaLink="false">https://avmates.com/fjin-118/</guid>

					<description><![CDATA[I was licked by a cheeky JD who was on an easy mode for life, and I was pissed. I took her to a love hotel with sleeping pills, impregnated her, and inseminated her, and then she fell into a masochist plea. Video Information Release Date: 2026-01-01 Performers: Yu Aise (Yuri Aise) (愛瀬ゆう（愛瀬ゆうり）) Product Code: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-FJIN-118" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/fjin00118pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-2547" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-FJIN-118');
        var overlay = document.getElementById('wpcode-overlay-2547');
        var videoSrc = "https://cache-xx11.wowstream.cloud/blah4/XEn0ezgAjwPK3U_oUqJFMNi4h0xq0JxaA7fC_ASajR8DncZiy9dRGQ/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>I was licked by a cheeky JD who was on an easy mode for life, and I was pissed. I took her to a love hotel with sleeping pills, impregnated her, and inseminated her, and then she fell into a masochist plea.</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-10.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-11.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-12.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-13.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-14.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-15.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/fjin00118jp-16.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2026-01-01</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Yu%20Aise%20%28Yuri%20Aise%29">Yu Aise (Yuri Aise)</a> (<a href="https://avmates.com/?s=%E6%84%9B%E7%80%AC%E3%82%86%E3%81%86%EF%BC%88%E6%84%9B%E7%80%AC%E3%82%86%E3%81%86%E3%82%8A%EF%BC%89">愛瀬ゆう（愛瀬ゆうり）</a>)</p>
<p><b>Product Code:</b> FJIN-118</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=FJIN">FJIN</a></p>
<p><b>Series:</b> </p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=FunCity/Mousouzoku">FunCity/Mousouzoku</a> (<a href="https://avmates.com/?s=FunCity/%E5%A6%84%E6%83%B3%E6%97%8F">FunCity/妄想族</a>)</p>
<p><b>Lable:</b> <a href="https://avmates.com/?s=pervert">pervert</a> (<a href="https://avmates.com/?s=%E7%97%B4%E4%BA%BA">痴人</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/fjin-118/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FTKD-032 When the student council president, who has been caught in a weak spot, is called, he immediately rushes over and does whatever he says and has sex with him Hina Nitori</title>
		<link>https://avmates.com/ftkd-032/</link>
					<comments>https://avmates.com/ftkd-032/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 01:53:18 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[Delusional]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[Lewd/Hard]]></category>
		<category><![CDATA[shame]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[Tsundere]]></category>
		<category><![CDATA[Urination/wetting]]></category>
		<guid isPermaLink="false">https://avmates.com/ftkd-032/</guid>

					<description><![CDATA[She has good manners, is pure, honest, and beautiful, and as the student council president, she values ​​common sense and morals, tries to live a regular life every day, and has lived a healthy life, but&#8230; she never expected her sister to do something like that&#8230;! In order to protect his younger sister from his [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-FTKD-032" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-1913" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-FTKD-032');
        var overlay = document.getElementById('wpcode-overlay-1913');
        var videoSrc = "https://cache-xx21.wowstream.cloud/blah4/XEn0ezQAjwPK3U_oUqJFLNirl0xqw4JRAr_A_ASajRpTmYNml4FGHGLvJ_k/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>She has good manners, is pure, honest, and beautiful, and as the student council president, she values ​​common sense and morals, tries to live a regular life every day, and has lived a healthy life, but&#8230; she never expected her sister to do something like that&#8230;! In order to protect his younger sister from his blunder, he ends up sacrificing his body to the scumbag teacher he hates. At first, she didn&#8217;t like it and couldn&#8217;t help it, but her young body started responding to the middle-aged teacher&#8217;s insistent and clingy caresses. Educational understanding guidance for adult dicks&#8230; Good sense and morals are gradually being destroyed by unknown pleasures. Before you know it, you&#8217;ll become addicted to self-depraved sex that makes you want a penis.</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-10.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-11.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-12.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-13.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-14.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/1ftkd00032jp-15.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2026-01-21</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Nitori%20Hina">Nitori Hina</a> (<a href="https://avmates.com/?s=%E4%BC%BC%E9%B3%A5%E6%97%A5%E8%8F%9C">似鳥日菜</a>)</p>
<p><b>Product Code:</b> FTKD-032</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=FTKD">FTKD</a></p>
<p><b>Series:</b> <a href="https://avmates.com/?s=When%20the%20student%20council%20president%2C%20who%20has%20been%20caught%20in%20a%20weak%20spot%2C%20is%20called%2C%20he%20immediately%20rushes%20over%20and%20has%20sex%20wherever%20he%20is%20told.">When the student council president, who has been caught in a weak spot, is called, he immediately rushes over and has sex wherever he is told.</a> (<a href="https://avmates.com/?s=%E5%BC%B1%E3%81%BF%E3%82%92%E6%8F%A1%E3%82%89%E3%82%8C%E3%81%9F%E7%94%9F%E5%BE%92%E4%BC%9A%E9%95%B7%E3%81%8C%E5%91%BC%E3%81%B3%E5%87%BA%E3%81%95%E3%82%8C%E3%82%8C%E3%81%B0%E3%81%99%E3%81%90%E3%81%AB%E9%A7%86%E3%81%91%E4%BB%98%E3%81%91%E3%81%A9%E3%81%93%E3%81%A7%E3%82%82%E8%A8%80%E3%81%84%E3%81%AA%E3%82%8A%E7%A8%AE%E4%BB%98%E3%81%91SEX">弱みを握られた生徒会長が呼び出されればすぐに駆け付けどこでも言いなり種付けSEX</a>)</p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=FALENO%20TUBE">FALENO TUBE</a> (<a href="https://avmates.com/?s=FALENO%20TUBE">FALENO TUBE</a>)</p>
<p><b>Lable:</b> <a href="https://avmates.com/?s=FALENO%20TUBE">FALENO TUBE</a> (<a href="https://avmates.com/?s=FALENO%20TUBE">FALENO TUBE</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/ftkd-032/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MKON-124 When I called a delivery health service, a classmate who used to bully me came, so I decided to make up with her by having Polynesian sex. Yui Tenma</title>
		<link>https://avmates.com/mkon-124/</link>
					<comments>https://avmates.com/mkon-124/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 01:03:33 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[4K]]></category>
		<category><![CDATA[beautiful girl]]></category>
		<category><![CDATA[Creampie]]></category>
		<category><![CDATA[Delusional]]></category>
		<category><![CDATA[Exclusive distribution]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[kiss]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[Tsundere]]></category>
		<guid isPermaLink="false">https://avmates.com/mkon-124/</guid>

					<description><![CDATA[When I called a delivery health service, a classmate who used to bully me came. I thought about getting revenge, but instead decided to have Polynesian sex to make up. Tenma-san was excited at first, but he gradually started to get excited with the teasing play.四日目、ついにルールを無視して挿入を懇願してきたのでそれを断ると、怒って明日の予約をキャンセルして帰ってしまった。 However, on the fifth day, Tenma-san, who had supposedly [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-MKON-124" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/mkon00124pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-6270" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-MKON-124');
        var overlay = document.getElementById('wpcode-overlay-6270');
        var videoSrc = "https://cache-xx1.wowstream.cloud/blah4/XEn0ezMAjwPK3U_oUqJFMdi+gUwzz8ZSHaCL9gSajRtTx8Ziy9dQGQ/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>When I called a delivery health service, a classmate who used to bully me came. I thought about getting revenge, but instead decided to have Polynesian sex to make up. Tenma-san was excited at first, but he gradually started to get excited with the teasing play.四日目、ついにルールを無視して挿入を懇願してきたのでそれを断ると、怒って明日の予約をキャンセルして帰ってしまった。 However, on the fifth day, Tenma-san, who had supposedly canceled the reservation, came to the house. He is fidgeting with his crotch as if he wants to be held in his arms right now.</p>
<p>First time free trial points are being given away!</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-10.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-11.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-12.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-13.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-14.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-15.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-16.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-17.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-18.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-19.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/mkon00124jp-20.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2026-01-23</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Yui%20Tenma">Yui Tenma</a> (<a href="https://avmates.com/?s=%E5%A4%A9%E9%A6%AC%E3%82%86%E3%81%84">天馬ゆい</a>)</p>
<p><b>Product Code:</b> MKON-124</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=MKON">MKON</a></p>
<p><b>Series:</b> <a href="https://avmates.com/?s=When%20I%20called%20a%20delivery%20health%20service%2C%20a%20classmate%20who%20used%20to%20bully%20me%20came.">When I called a delivery health service, a classmate who used to bully me came.</a> (<a href="https://avmates.com/?s=%E3%83%87%E3%83%AA%E3%83%98%E3%83%AB%E5%91%BC%E3%82%93%E3%81%A0%E3%82%89%E6%98%94%E5%83%95%E3%82%92%E3%82%A4%E3%82%B8%E3%83%A1%E3%81%A6%E3%81%9F%E5%90%8C%E7%B4%9A%E7%94%9F%E3%81%8C%E6%9D%A5%E3%81%9F">デリヘル呼んだら昔僕をイジメてた同級生が来た</a>)</p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=Kaguyahime%20Pt/Delusion%20Tribe">Kaguyahime Pt/Delusion Tribe</a> (<a href="https://avmates.com/?s=%E3%81%8B%E3%81%90%E3%82%84%E5%A7%ABPt/%E5%A6%84%E6%83%B3%E6%97%8F">かぐや姫Pt/妄想族</a>)</p>
<p><b>Lable:</b> </p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/mkon-124/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SNOS-084 &#8220;It&#8217;s not cheating, just use your mouth and play with my cock.&#8221; I was seduced by my childhood friend&#8217;s impossible blowjob and unfaithful seduction. Riri Nanatsumori</title>
		<link>https://avmates.com/snos-084/</link>
					<comments>https://avmates.com/snos-084/#respond</comments>
		
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Sun, 29 Mar 2026 13:27:55 +0000</pubDate>
				<category><![CDATA[Censored]]></category>
		<category><![CDATA[4K]]></category>
		<category><![CDATA[Blowjob]]></category>
		<category><![CDATA[childhood friend]]></category>
		<category><![CDATA[drama]]></category>
		<category><![CDATA[Exclusive distribution]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[High Definition]]></category>
		<category><![CDATA[NTR]]></category>
		<category><![CDATA[Single work]]></category>
		<category><![CDATA[Tsundere]]></category>
		<guid isPermaLink="false">https://avmates.com/snos-084/</guid>

					<description><![CDATA[He returns home after leaving his wife behind, and there he happens to meet his childhood friend for the first time in five years, who has grown into a beautiful woman. I was shocked, but I was still a newlywed and wanted to meet my wife as soon as possible&#8230; until just now. It was [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div style="position:relative; margin: 0 auto 24px auto; text-align:center;">
    <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>

    <video 
        id="video-SNOS-084" 
        controls 
        width="100%" 
        height="auto" 
        playsinline 
        webkit-playsinline 
        x5-playsinline
        poster="https://avmates.com/wp-content/uploads/2026/03/snos00084pl-768x516.webp"
        preload="none"
        style="display:block; margin:0 auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);"
    ></video>

    <div 
        id="wpcode-overlay-2196" 
        style="position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
               width:100px; height:100px; border-radius:50%; background:#007bff;
               display:flex; align-items:center; justify-content:center;
               font-size:50px; color:white; cursor:pointer; z-index:2;
               box-shadow:0 0 20px rgba(0,123,255,0.7);
               transition: all 0.3s ease;">
        ▶
    </div>

    <script>
    (function(){
        var video = document.getElementById('video-SNOS-084');
        var overlay = document.getElementById('wpcode-overlay-2196');
        var videoSrc = "https://cache-xx7.wowstream2.cloud/blah4/XEn0ezMAjwPK3U_oUqJFYdinhExgg5hQW6HYpQSajRILysZiy9dQHw/video.m3u8?v=a2";
			
    var params = new URLSearchParams(window.location.search);
    var startTime = parseFloat(params.get('start')) || 0;

        overlay.addEventListener('mouseenter', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1.2)';
            overlay.style.boxShadow = '0 0 30px rgba(0,123,255,1), 0 0 50px rgba(0,123,255,0.5)';
        });
        overlay.addEventListener('mouseleave', function(){
            overlay.style.transform = 'translate(-50%,-50%) scale(1)';
            overlay.style.boxShadow = '0 0 20px rgba(0,123,255,0.7)';
        });

		function safeSeek(video, startTime) {
    if (!startTime || startTime <= 0) return;

    var trySeek = function () {
        var duration = video.duration;

        if (!isNaN(duration) && isFinite(duration)) {

            if (startTime < duration) {
                video.currentTime = startTime;
            } else {
                video.currentTime = 0;
            }

            video.removeEventListener('timeupdate', trySeek);
        }
    };

    video.addEventListener('timeupdate', trySeek);
}
        function startHLS() {
            overlay.style.display = 'none'; 
					
            
            if(Hls.isSupported()) {
                var hls = new Hls();
                hls.loadSource(videoSrc);
                hls.attachMedia(video);
                hls.on(Hls.Events.MANIFEST_PARSED, function() {
								
						video.play();

    safeSeek(video, startTime);
					});
            } else {
                video.src = videoSrc;           
                video.play();

    safeSeek(video, startTime);
				
				}			

            video.removeEventListener('click', startHLS);
            overlay.removeEventListener('click', startHLS);
        }

        overlay.addEventListener('click', startHLS);
        video.addEventListener('click', startHLS);
    })();
    </script>
</div>
<p>He returns home after leaving his wife behind, and there he happens to meet his childhood friend for the first time in five years, who has grown into a beautiful woman. I was shocked, but I was still a newlywed and wanted to meet my wife as soon as possible&#8230; until just now. It was supposed to be a story from the past, but my childhood friend sucks my cock with a pretty face, armed with the mysterious theory that &#8220;it&#8217;s okay because it&#8217;s not cheating if it&#8217;s just a blow job.&#8221; I love my wife and firmly refuse&#8230;but I want to do it, but she gives me a beautiful blowjob and a tongue trick inside my mouth. It&#8217;s not cheating because it&#8217;s just a blowjob.Special featureClick here for &#8220;S-1 Number One Style&#8221;, which is full of great information such as the latest products and sale items!</p>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084pl.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084ps.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-1.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-2.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-3.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-4.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-5.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-6.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-7.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-8.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-9.webp" style="max-width:100%;height:auto;"></figure>
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://avmates.com/wp-content/uploads/2026/03/snos00084jp-10.webp" style="max-width:100%;height:auto;"></figure>
<hr>
<h3>Video Information</h3>
<p><b>Release Date:</b> 2026-02-19</p>
<p><b>Performers:</b> <a href="https://avmates.com/?s=Riri%20Nanatsumori">Riri Nanatsumori</a> (<a href="https://avmates.com/?s=%E4%B8%83%E3%83%84%E6%A3%AE%E3%82%8A%E3%82%8A">七ツ森りり</a>)</p>
<p><b>Product Code:</b> SNOS-084</p>
<p><b>Product Series:</b> <a href="https://avmates.com/?s=SNOS">SNOS</a></p>
<p><b>Series:</b> </p>
<p><b>Maker:</b> <a href="https://avmates.com/?s=S-1%20number%20one%20style">S-1 number one style</a> (<a href="https://avmates.com/?s=%E3%82%A8%E3%82%B9%E3%83%AF%E3%83%B3%20%E3%83%8A%E3%83%B3%E3%83%90%E3%83%BC%E3%83%AF%E3%83%B3%E3%82%B9%E3%82%BF%E3%82%A4%E3%83%AB">エスワン ナンバーワンスタイル</a>)</p>
<p><b>Lable:</b> <a href="https://avmates.com/?s=S1%20NO.1%20STYLE">S1 NO.1 STYLE</a> (<a href="https://avmates.com/?s=S1%20NO.1%20STYLE">S1 NO.1 STYLE</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://avmates.com/snos-084/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
