寝取られお姉ちゃんマリ RJ01166433 りんごとぶどう

寝取られお姉ちゃんマリ01

寝取られお姉ちゃんマリ02

ある出来事からけんたとマリは佐島から目をつけられることに。その場はマリが撃退したものの、その行為で佐島は更にヒートアップしてしまう。偶然地下室で催○スマホを見つけた彼はマリを呼び出し復讐を開始する。

マリ編
マリは気が付くと全裸で知らない場所に立っていた。困惑する彼女のもとに佐島から電話がかかる。彼の説明によると、この先でけんたが捕まっているらしい。マリはけんたを助けるためダンジョンを進むことを決意する。
けんた編
ある日佐島からマリを捕らえたという旨の連絡がけんたに入る。指定された場所へ向かうとそこはダンジョンだった。最奥で捕まっている彼女を一刻も早く助けなければならない。けんたのスマホにはマリの安否がわかるように動画が配信されており……
けんた
ごく普通の学生。マリの幼馴染で昔から彼女に世話を焼かれている。そのことを内心嬉しく思いつつも一人の男として見てほしいという気持ちもある。
マリ
けんたの幼馴染。才色兼備で周りからの信頼も厚く生徒会長を務めている。昔からけんたの世話を焼いており彼のことは家族のように思っていたが、最近は彼の成長を感じ自分でも気づかないうちに異性として意識するように。
佐島
けんたとマリの学校に勤める教員。普段から女子生徒に対してセクハラをしているため嫌われている。ある日偶然学校に隠された地下室を発見し催○スマホを手に入れる。
マリ編はけんた編で使用するアイテムを収集することが主な目的となります。敵に接触されるとセクハラ攻撃を受けてしまい、一定回数を超えるとその時点で探索終了となります。
けんた編では制限時間が設けられており、敵に接触されたり一度の攻撃でボスの体力を削りきれないと時間が更に減ってしまいます。
落ちているアイテム同士を合体させて新たな武器を作ることができます。レシピを確認して一発でボスを倒せる武器を作成しましょう。
マリ編で拾ったアイテムが少なかったり作る武器を間違えてしまった場合は各フロアに配置されている「兵器のパーツ」を組み立てることでボスを倒せます。

寝取られお姉ちゃんマリ03

寝取られお姉ちゃんマリ04

寝取られお姉ちゃんマリ05

https://ci-en.dlsite.com/creator/22220

jQuery(function($){

$(‘._to_out’).click(function(){
ga(‘send’, ‘event’, ‘maniax’, $(this).data(‘action’), $(this).data(‘label’), {‘nonInteraction’: 1});
});
});

class=”recommend_list “
data-section-name=”work_recommend_history”
data-href=”https://www.dlsite.com/maniax/load/recommend/v2/=/type/viewsales2/reject/RG01010362/product_id/RJ01166433.html”
data-type=”viewsales2″
>

class=”recommend_list “
data-section-name=”work_recommend_history”
data-href=”https://www.dlsite.com/maniax/load/recommend/v2/=/type/history/product_id/RJ01166433.html”
data-type=”history”
>

$(function() {

// 未ログイン時の挙動対応
var islogin = false;
if ([‘1’, ‘3’].indexOf(document.getCookie(‘loginchecked’)) !== -1) {
islogin = true;
}

// サムネイルポップアップ

$(document).bind(‘ajaxSuccess’, function() {
var $target_blocks = $(‘.work_main_list_ncol’);
$target_blocks.each(function () {
if ($(this).thumbImgPopup !== undefined) {
$(this).thumbImgPopup();
$(this).setBlockViewSetting(‘mheight_01′,’__sp_detail’,’end’);
};
});
}
);

$.getJSON(‘https://www.dlsite.com/maniax/load/member/uninterest’).then(

function (res) {
var rejects = [].concat(res[‘reason_1’], res[‘reason_2’])

$(‘.recommend_list’).each(function(i, element){

var href = element.dataset.href
var type = element.dataset.type
href && $.get(href).then(function(res){
// html適応
$(element).html(res)

// イベント設定

$(element).find(‘li.swiper-slide’).each(function(i, li){
var $li = $(li)

// 不要な作品

if (~rejects.indexOf($li.data(‘prod’))) {
return $li.remove()
}

// miniメニュー開閉

$li.find(‘.mini_menu’).bind(‘click’, function (e) {
$li.find(‘.mini_menu_dropdown’).toggleClass(‘open’);
})

// 非表示設定

$li.find(‘.mini_menu_dropdown_inner’).bind(‘click’, function() {
// 未ログイン時は新規ユーザ登録ページに遷移
if (islogin) {
$.get(‘https://www.dlsite.com/maniax/cart/ajax/=/mode/nothanks/product_id/’ + $li.data(‘prod’))
.done(() => $li.find(‘.recommend_work_item’).addClass(‘hidden’))
.fail(() => window.location.href = ‘https://www.dlsite.com/maniax/regist/user’);
} else {
window.location.href = ‘https://www.dlsite.com/maniax/regist/user’;
}
})

// Vueの拡大ポップアップロジックを利用するためVueのinit処理を行い、コンポーネントをマウントする

$(window).triggerHandler(‘initialize.vue’);

// レコメンド結果通知

$li.delegate(‘a’, ‘click’, function (e) {
var $self = $(e.currentTarget);

//GAイベント送信

try {
window.ga(‘send’, ‘event’, dlsite.getName(), ‘recommend_’ + $li.data(‘category’), $self[0].pathname);
} catch (ex) {
//
}

var param = {

prod: $li.data(‘prod’),
merch: ‘dlsite’,
spec: $li.data(‘spec’),
cref: $li.data(‘cref’),
cookie: document.getCookie(‘uniqid’)
};

if (!param[‘prod’] || !param[‘spec’] || !param[‘cref’]) {

return true;
}

var url = ‘https://dlsite.silveregg.net/pycre5/click?’ + $.param(param);

// クリックイベントを送出

if (!navigator.sendBeacon || !navigator.sendBeacon(url)) {
$.ajax(url, {
async: false,
timeout: 2000,
});
}

return true;

});
});

// Swiper

new Swiper(element.firstChild, {
navigation: {
nextEl: ‘.swiper-button-next.type-‘ + type,
prevEl: ‘.swiper-button-prev.type-‘ + type,
disabledClass: ‘disable’,
},
slidesPerColumn: type === ‘viewsales2’ ? 2 : 1,
slidesPerView: Math.floor($(element).find(‘.swiper-container’).width() / 200),
slidesPerGroup: Math.floor($(element).find(‘.swiper-container’).width() / 200),
spaceBetween: 10,
breakpoints: {
1194: {
slidesPerView: 3,
slidesPerGroup: 3,
},
1364: {
slidesPerView: 4,
slidesPerGroup: 4,
},
1534: {
slidesPerView: 5,
slidesPerGroup: 5,
},
1704: {
slidesPerView: 6,
slidesPerGroup: 6,
},
1874: {
slidesPerView: 7,
slidesPerGroup: 7,
},
max: {
slidesPerView: 8,
slidesPerGroup: 8,
}
},
})
});
})
}
)
})

product-id=”RJ01166433″
parent-product-id=””
is-translation-parent=””
more-load=””
sort-in-page=””
is-simplified=”true”
>

$(function () {

var endpoint = ‘https://www.dlsite.com/maniax/work/matome/ajax/=/product_id/RJ01166433.html’;
$.get(endpoint).then(function(res){
// html適用
$(‘._work_matome’).html(res);

//要素表示時読み込み

if (document.getElementById(‘matome-swiper’) != null) {
// Swiper4系
var swiper = new Swiper(‘#matome-swiper’, {
slidesPerView: 6,
slidesPerGroup: 6,
spaceBetween: 20,
watchSlidesVisibility: true,
navigation: {
nextEl: ‘.swiper-button-next.type-matome’,
prevEl: ‘.swiper-button-prev.type-matome’,
},
preloadImages: false,
lazy: true,
breakpoints: {
1900: {
slidesPerView: 5,
slidesPerGroup: 5,
},
1620: {
slidesPerView: 4,
slidesPerGroup: 4,
},
1390: {
slidesPerView: 3,
slidesPerGroup: 3,
},
1150: {
slidesPerGroup: 2,
slidesPerView: 2,
}
}
});

$(‘.matome_box’).show();

var scrollIn = function(event) {

var target_rect = document.getElementById(‘matome-swiper’).getBoundingClientRect();
if (0 < target_rect.top && target_rect.bottom <= window.innerHeight) {
swiper.lazy.load();
window.removeEventListener(‘scroll’, scrollIn, false);
}
};
window.addEventListener(‘scroll’, scrollIn, false);
}
});
});

[  ]

シェアする

  • このエントリーをはてなブックマークに追加

フォローする

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny