【VR】エリカ先生は舐めるのがお好き 尾崎えりか は、Gcolle で公開されている個人販売PPVです。
販売者は「ケイ・エム・プロデュース」です。
主なジャンルは ハイクオリティVR、8KVR、単体作品、VR専用、独占配信、中出し、騎乗位、美乳 です。
作品IDは vrkm01890 です。気になる方は本編ページで詳細を確認できます。
サンプル画像や販売ページの情報を参考に、好みに合うかどうかを確認してから本編をご覧ください。
同じ販売者のほかの作品もあわせて探すと、作風や撮影スタイルの違いが分かりやすくなります。
作品データ
| 発売日 | 2026-10-03 |
|---|---|
| ボリューム | 86 |
| ジャンル | ハイクオリティVR / 8KVR / 単体作品 / VR専用 / 独占配信 / 中出し / 騎乗位 / 美乳 / 主観 |
| 女優 | 尾崎えりか |
| 監督 | 宮迫メンバー |
| メーカー | ケイ・エム・プロデュース |
| レーベル | KMPVR |















.fanza-sticky-cta-wrap {
display: none;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 2147483647;
padding: 12px 16px;
padding-bottom: max(12px, env(safe-area-inset-bottom));
background: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
box-shadow: 0 -2px 12px rgba(0,0,0,.25);
text-align: center;
}
.fanza-sticky-cta-wrap a,
.fanza-sticky-cta-wrap .fanza-sticky-cta-btn {
display: inline-block;
width: 100%;
max-width: 360px;
padding: 14px 20px;
font-size: 16px;
font-weight: bold;
color: #ffffff !important;
text-decoration: none !important;
border-radius: 8px;
background: rgba(255,255,255,.15);
border: 2px solid rgba(255,255,255,.4);
box-sizing: border-box;
animation: fanza-sticky-cta-pulse 2s ease-in-out infinite;
}
.fanza-sticky-cta-wrap a:hover,
.fanza-sticky-cta-wrap a:focus,
.fanza-sticky-cta-wrap .fanza-sticky-cta-btn:hover,
.fanza-sticky-cta-wrap .fanza-sticky-cta-btn:focus {
color: #ffffff !important;
background: rgba(255,255,255,.25);
border-color: rgba(255,255,255,.6);
}
@keyframes fanza-sticky-cta-pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.03); }
}
@media (max-width: 767px) {
.fanza-sticky-cta-wrap { display: block; }
}
@media (min-width: 768px) {
.fanza-sticky-cta-wrap { display: none !important; }
}
.fanza-video-modal-overlay {
display: none;
position: fixed;
z-index: 100000;
inset: 0;
background: rgba(0, 0, 0, 0.9);
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 10px;
cursor: pointer;
}
.fanza-video-modal-overlay.is-open {
display: flex;
}
.fanza-video-container {
position: relative;
width: 95%;
max-width: 640px;
max-height: 90vh;
display: flex;
flex-direction: column;
background: #1a1a1a;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.fanza-video-modal-close {
position: absolute;
top: 8px;
right: 8px;
z-index: 2;
width: 40px;
height: 40px;
padding: 0;
font-size: 28px;
line-height: 1;
color: #fff;
background: rgba(0, 0, 0, 0.5);
border: none;
border-radius: 50%;
cursor: pointer;
}
.fanza-video-modal-close:hover {
background: rgba(0, 0, 0, 0.8);
}
.fanza-video-modal-video-wrap {
width: 100%;
flex: 0 0 auto;
aspect-ratio: 16 / 9;
background: #000;
}
.fanza-video-modal-video {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.fanza-video-modal-cta-wrap {
flex: 0 0 auto;
padding: 16px;
text-align: center;
}
.fanza-modal-cta {
display: inline-block;
padding: 14px 28px;
font-size: 16px;
font-weight: bold;
text-decoration: none !important;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.fanza-modal-cta:hover {
opacity: 0.95;
}
(function() {
document.addEventListener(‘DOMContentLoaded’, function() {
var overlay = document.getElementById(‘fanza-video-modal-overlay’);
var container = document.getElementById(‘fanza-video-container’);
var video = overlay ? overlay.querySelector(‘.fanza-video-modal-video’) : null;
var cta = overlay ? overlay.querySelector(‘.fanza-modal-cta’) : null;
var closeBtn = overlay ? overlay.querySelector(‘.fanza-video-modal-close’) : null;
function closeModal() {
if (video) {
video.pause();
video.removeAttribute(‘src’);
video.load();
}
if (cta) cta.href = ‘#’;
if (overlay) overlay.classList.remove(‘is-open’);
}
function openModal(videoUrl, affiliateUrl) {
if (video && videoUrl) {
video.src = videoUrl;
video.play();
}
if (cta && affiliateUrl) {
cta.href = affiliateUrl;
}
if (overlay) overlay.classList.add(‘is-open’);
}
if (container) {
container.addEventListener(‘click’, function(e) { e.stopPropagation(); });
}
if (overlay) {
overlay.addEventListener(‘click’, function(e) {
if (e.target === overlay) closeModal();
});
}
if (closeBtn) closeBtn.addEventListener(‘click’, closeModal);
document.querySelectorAll(‘.fanza-play-sample’).forEach(function(btn) {
btn.addEventListener(‘click’, function(e) {
e.preventDefault();
var videoUrl = btn.getAttribute(‘data-video-url’);
var affiliateUrl = btn.getAttribute(‘data-affiliate-url’) || ‘#’;
if (videoUrl) openModal(videoUrl, affiliateUrl);
});
});
document.addEventListener(‘keydown’, function(e) {
if (e.key === ‘Escape’ && overlay && overlay.classList.contains(‘is-open’)) {
closeModal();
}
});
});
})();
