'
);
if ($('.adsbygoogle').size()) {
(adsbygoogle = window.adsbygoogle || []).push({});
}
var userAgent = navigator.userAgent.toLowerCase();
var isSmartphone = /iphone|ipod|android.*mobile|windows.*phone|blackberry.*mobile/.test(userAgent);
if (isSmartphone) {
$('a[href*="dlsite"]').each(function (key, value) {
let href = $(value).attr('href');
$(value).attr('href', href.replace(/home/g, 'home-touch'))
})
}
//ã«ãã´ãªã¼
let cat = '
'
$('#blog-title').after(cat);
$('#main-inner').append(allCat);
//ã¹ã©ã¤ã
setTimeout(function () {
let slide = `
`
$('.entries-access-ranking-item').each(function (key, value) {
const img = $(value).find('.entries-access-ranking-image').attr('src');
const title = $(value).find('.entries-access-ranking-title-link').text();
const info = $(value).find('.entries-access-ranking-entry-body').text();
const link = $(value).find('.entries-access-ranking-title-link').attr('href');
slide += `
`
})
slide += `
`
$('.page-index .globalNav-Cat').after(slide)
const swiper = new Swiper('.mainSwiper', {
loop: true,
// autoplay: {
// disableOnInteraction: false,
// },
slidesPerView: 'auto',
mousewheel: false,
centeredSlides: true,
});
}, 500)
})(jQuery);
},200)