CINXE.COM
<!DOCTYPE html> <html lang="ja"> <head> <link rel="stylesheet" type="text/css" href="/kc/media/css/normalize.css" /> <link rel="stylesheet" type="text/css" href="/kc/media/css/comicplus.css" /> <script type="text/javascript" src="//code.jquery.com/jquery.js"></script> <script type="text/javascript" src="/kc/media/js/kc_bootstrap.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#kc_header.kc_common .kc_control-search").on("click", function() { $('#kc_header.kc_common .kc_search-group').slideToggle(200); }); $(window).on('load resize',function(){ if(window.innerWidth >= 640){ $('#kc_header.kc_common .kc_search-group').removeAttr('style'); } }); $("#kc_footer a.kc_button_detail").on("click", function(e){ var s = $(this).attr("data-status"); if ( s == "close") { $(this).parent().parent().find("dd").addClass('kc_open'); $(this).parent().parent().addClass('kc_opend'); $(this).attr("data-status", "open"); } else { $(this).parent().parent().find("dd").removeClass('kc_open'); $(this).parent().parent().removeClass('kc_opend'); $(this).attr("data-status", "close"); } return false; }); }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-62NJJ2P3PF"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-62NJJ2P3PF'); </script> <link rel="stylesheet" type="text/css" href="/inc/css/common_base20170606.css" class="cssfx"> <link rel="stylesheet" type="text/css" href="/inc/css/common_style_sp.css" class="cssfx"> <link href="/content/files/css/jquery.bxslider.css" rel="stylesheet" /> <script type="text/javascript"> $(function(){ get_social_count_facebook("https://magazine-edge.jp/", "socialarea_facebook"); get_social_count_twitter("https://magazine-edge.jp/", "socialarea_twitter"); }); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-52578209-42', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript" src="/content/files/js/jquery.1.9.0.js"></script> <script type="text/javascript" src="/content/files/js/jquery.js"></script> <script type="text/javascript" src="/content/files/js/jquery.carouFredSel-6.2.1-packed.js"></script> <!--CSS--> <link rel="stylesheet" href="/content/files/css/top.css" type="text/css" /> <link href="/content/files/css/jquery.bxslider.css" rel="stylesheet" /> <link href="/content/files/css/slick.css" rel="stylesheet" type="text/css" /> <!--<link href="/content/files/css/dynamic.css" rel="stylesheet" type="text/css" />--> <!--bxslider js--> <script src="/content/files/js/jquery.bxslider.min.js"></script> <script src="/content/files/js/jMenu.jquery.min.js"></script> <script src="/content/files/js/jquery-ui.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.bxslider').bxSlider({ auto: true, mode: 'vertical', slideMargin: 3, }); }); </script> <script type="text/javascript"> $(function(){ $('#carousel').each(function(){ var slideTime = 800; var delayTime = 5000; var carouselWidth = $(this).width(); var carouselHeight = $(this).height(); $(this).append('<div id="carousel_prev"></div><div id="carousel_next"></div>'); $(this).children('ul').wrapAll('<div id="carousel_wrap"><div id="carousel_move"></div></div>'); $('#carousel_wrap').css({ width: (carouselWidth), height: (carouselHeight), position: 'relative', overflow: 'hidden' }); var listWidth = parseInt($('#carousel_move').children('ul').children('li').css('width')); var listCount = $('#carousel_move').children('ul').children('li').length; var ulWidth = (listWidth)*(listCount); $('#carousel_move').css({ top: '0', left: -(ulWidth), width: ((ulWidth)*3), height: (carouselHeight), position: 'absolute' }); $('#carousel_wrap ul').css({ width: (ulWidth), float: 'left' }); $('#carousel_wrap ul').each(function(){ $(this).clone().prependTo('#carousel_move'); $(this).clone().appendTo('#carousel_move'); }); carouselPosition(); $('#carousel_prev').click(function(){ clearInterval(setTimer); $('#carousel_move:not(:animated)').animate({left: '+=' + (listWidth)},slideTime,function(){ carouselPosition(); }); timer(); }); $('#carousel_next').click(function(){ clearInterval(setTimer); $('#carousel_move:not(:animated)').animate({left: '-=' + (listWidth)},slideTime,function(){ carouselPosition(); }); timer(); }); function carouselPosition(){ var ulLeft = parseInt($('#carousel_move').css('left')); var maskWidth = (carouselWidth) - ((listWidth)*(listCount)); if(ulLeft == ((-(ulWidth))*2)) { $('#carousel_move').css({left:-(ulWidth)}); } else if(ulLeft == 0) { $('#carousel_move').css({left:-(ulWidth)}); }; }; timer(); function timer() { setTimer = setInterval(function(){ $('#carousel_next').click(); },delayTime); }; $('#carousel').hover(function(){ clearInterval(setTimer); },function(){ timer(); }); }); }); </script> <style type="text/css"> @import url(//fonts.googleapis.com/css?family=Lato:400,700); @import url(//fonts.googleapis.com/earlyaccess/notosansjp.css); body { width: 100%; padding: 0; font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; position: relative; margin: 0; height: 100%; background-color: #ececec; display: -moz-inline-box; /*for Firefox 2*/ display: inline-block; /*for modern*/ /display: inline; /*for ie5~7*/ /zoom: 1; /*for ie5~7*/ background: -moz-linear-gradient(left top, #ececec, #ececec 25%, #fffffd 25%, #fffffd 50%, #ececec 50%, #ececec 75%, #fffffd 75%,#fffffd); background: -webkit-linear-gradient(left top, #ececec, #ececec 25%, #fffffd 25%, #fffffd 50%, #ececec 50%, #ececec 75%, #fffffd 75%,#fffffd); background: linear-gradient(left top, #ececec, #ececec 25%, #fffffd 25%, #fffffd 50%, #ececec 50%, #ececec 75%, #fffffd 75%,#fffffd); -moz-background-size: 8px 8px; -webkit-background-size: 8px 8px; background-size: 8px 8px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ } #contents { width:960px; margin:5px auto 0px auto; background-color : transparent; } #contents02 { width:960px; margin: 0 auto; padding-top: 0px; padding-left: 0px; background-color:transparent; display: -moz-inline-box; /*for Firefox 2*/ display: inline-block; /*for modern*/ /display: inline; /*for ie5~7*/ /zoom: 1; /*for ie5~7*/ } #contents03 { width:950px; margin: 0 auto; margin-left: 5px; padding-top: 10px; padding-left: 0px; background-color:transparent; display: -moz-inline-box; /*for Firefox 2*/ display: inline-block; /*for modern*/ /display: inline; /*for ie5~7*/ /zoom: 1; /*for ie5~7*/ } #container_carousel { width: 960px; margin: 0 auto; height: 220px; text-align: center; padding-bottom: 0px; margin-top: 0px; background-color: #ff484b; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ } #carousel { margin: 0 auto; width: 940px; height: 220px; text-align: left; padding-left: 0px; paddin-right: 10px; position: relative; } #carousel_prev, #carousel_next { top: 0; width: 42px; height: 100px; background: #ebb5c6; cursor: pointer; position: absolute; } #carousel_prev { left: -40px; margin: 75px 20px; background: url(/content/files/images/ico_left.png) no-repeat top left; } #carousel_next { right: -40px; margin: 75px 20px; background: url(/content/files/images/ico_right.png) no-repeat top left; } #carousel ul li { width: 160px; height: 200px; float: left; display: inline; margin-left: 0px; } /* ======================================= ClearFixElements ======================================= */ #carousel ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } #carousel ul { display: inline-block; overflow: hidden; margin-top: 10px; margin-left: -10px; padding-left: 10px; } #left00 { float:left; margin-left: 10px; width:372px; background-color:transparent; } .contents_para01_img img { border: 1px solid #f42C12; margin-bottom: 5px; } #right00 { width: 553px; float:left; background-color:transparent; padding-left: 10px; } #right01 { float:left; width: 543px; margin-top: 0px; margin-bottom: 0px; background-color:transparent; padding-left: 0px; font-size: 20px; color: #ff484b; font-weight: bold; } .space { clear: left; } #contents_para_news { float: left; margin: 0 auto; width: 543px; height:188px; padding: 0; margin-top: 5px; margin-left:0px; margin-bottom:5px; padding-left: 0px; padding-right: 0px; padding-top: 8px; padding-bottom: 5px; -moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari,Chrome */ border-radius: 5px; /* CSS3 */ border: 2px #6e6e6e solid; /* 枠線の装飾 */ background-color: #f2f2f2; } .contents_para_news_img img { border: 1px dotted #f39800; margin-bottom: 3px; } #news { margin: 0 auto; height: 70px; text-align: left; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-left: 5px; margin-top: 0px; position: relative; } #news ul { display: inline-block; overflow: hidden; width: 530px; padding-left: 0px; padding-right: 0px; padding-top: 5px; padding-bottom: 0px; margin-left: 4px; margin-right: 4px; margin-top: 0px; margin-bottom: -10px; height: 164px; /* 高さを制限(※) */ overflow: scroll; /* スクロールバーを表示(※) */ } #news ul li { width: 510px; float: left; padding-right: 0px; padding-bottom: 2px; margin-bottom: 5px; text-align: left; display: inline; border-bottom: 1px #62b25b dotted; /* 枠線の装飾 */ } .para_news02 { float: left; margin: 0 auto; width: 100px; height: 20px; margin-left: 430px; margin-top: -20px; margin-bottom:15px; padding-top: 3px; padding-left: 0px; text-align: center; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #62b25b solid; /* 枠線の装飾 */ background: #62b25b; z-index: 99999; color:#ffffff; line-height:125%; } a .para_news02 { background-color:#62b25b; font-weight:bold; font-size: 13px; } a:hover .para_news02 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } #banner_slider{ width: 545px; margin: auto; z-index:0; margin-left: -1px; } .banner_slider img { border: 2px solid #f42C12; margin-bottom: 0px; } #menu_middle { margin: 0 auto; text-align: left; margin-top: 5px; margin-left: 10px; position: relative; } #menu_middle ul { display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; } #menu_middle ul li { float: left; margin-right: 10px; text-align: center; display: inline; } /* ======================================= ClearFixElements ======================================= */ #menu_middle ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .menu_btn01 { float: left; margin: 0 auto; width: 454px; height: 44px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ border: 2px #f42C12 solid; /* 枠線の装飾 */ background-color: #ff484b; z-index: 99999; color: #ffffff; text-align: center; padding-top: 30px; box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ } a .menu_btn01 { background-color:#ff484b; font-weight:bold; font-size: 30px; } a:hover .menu_btn01 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } .menu_btn_sakuhin { float: left; margin: 0 auto; width: 920px; height: 30px; margin-top: 5px; margin-left: 10px; margin-right: 0px; margin-bottom: 10px; padding-top: 10px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ border: 2px #62b25b solid; /* 枠線の装飾 */ background-color: #62b25b; z-index: 99999; color: #ffffff; text-align: center; vertical-align: middle; box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ font-weight:bold; font-size: 26px; } a .menu_btn_sakuhin { background-color:#62b25b; font-weight:bold; font-size: 30px; } a:hover .menu_btn_sakuhin { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } #sakuhin { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #6e6e6e solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #6e6e6e solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin_img img { border: 2px solid #f42C12; margin-bottom: 5px; } .sakuhin_img00 img { border: 2px solid #f42C12; margin-bottom: 5px; } #sakuhin02 { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin02 ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin02 ul li { width: 216px; height: 296px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #6e6e6e solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin02 ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin02_img img { border: 2px solid #6e6e6e; margin-bottom: 5px; } #sakuhin03 { margin: 0 auto; width: 920px; text-align: left; margin-top: 0px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 0px; position: relative; border: 1px #6e6e6e solid; /* 枠線の装飾 */ background: #ffd8cc; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin03 ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 18px; margin-top: 0px; } #sakuhin03 ul li { width: 130px; height: 160px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 20px; text-align: center; display: inline; list-style-type: none; } /* ======================================= ClearFixElements ======================================= */ #sakuhin03 ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin03_img img { border: 1px solid #6e6e6e; margin-bottom: 5px; } #sakuhin_palcy { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin_palcy ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin_palcy ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #25b7c0 solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin_palcy ul li { width: 294px; height: 450px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #25b7c0 solid; /* 枠線の装飾 */ background: #f9ffff; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin_palcy ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin_palcy_img img { border: 1px solid #25b7c0; margin-bottom: 5px; } #sakuhin_days { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin_days ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin_days ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #25b7c0 solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin_days ul li { width: 294px; height: 450px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #cc5d4f solid; /* 枠線の装飾 */ background: #fffaf9; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin_days ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin_days_img img { border: 1px solid #cc5d4f; margin-bottom: 5px; } #sakuhin_suishiri { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin_suishiri ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin_suishiri ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #8ad5fb solid; /* 枠線の装飾 */ background: #f9fcff; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin_suishiri ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #8ad5fb solid; /* 枠線の装飾 */ background: #f9ffff; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin_suishiri ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin_suishiri_img img { border: 1px solid #8ad5fb; margin-bottom: 5px; } #sakuhin_magapoke { margin: 0 auto; text-align: left; margin-top: 0px; margin-left: 10px; margin-right: 0px; padding-top: 10px; padding-bottom: 10px; position: relative; } #sakuhin_magapoke ul { width: 940px; display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #sakuhin_magapoke ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #173184 solid; /* 枠線の装飾 */ background: #f0f0f0; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #sakuhin_magapoke ul li { width: 294px; height: 420px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 15px; margin-right: 15px; text-align: center; display: inline; list-style-type: none; border: 2px #173184 solid; /* 枠線の装飾 */ background: #f9f9ff; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6) inset;/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #sakuhin_magapoke ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .sakuhin_magapoke_img img { border: 1px solid #173184; margin-bottom: 5px; } .btn_otameshiyomi { float: left; margin: 0 auto; width: 210px; height: 18px; padding: 0; margin-top: 5px; margin-left: 30px; margin-bottom: 0px; padding: 10px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 2px #9e9e9e solid; /* 枠線の装飾 */ background-color: #9e9e9e; z-index: 99999; font-size: 20px; text-align: center; color: #ffffff; } a .btn_otameshiyomi { background-color:#f3503d; font-weight:bold; font-size: 20px; border: 2px #f42C12 solid; /* 枠線の装飾 */} a:hover .btn_otameshiyomi { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } .btn_otameshiyomi02 { float: left; margin: 0 auto; width: 118px; height: 20px; padding: 0; margin-top: 0px; margin-left: 0px; margin-bottom: 5px; padding: 5px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 2px #9e9e9e solid; /* 枠線の装飾 */ background-color: #9e9e9e; z-index: 99999; font-size: 17px; text-align: center; color: #ffffff; } a .btn_otameshiyomi02 { color: #ffffff; background-color:#f3503d; font-weight:bold; font-size: 17px; border: 2px #f42C12 solid; /* 枠線の装飾 */} a:hover .btn_otameshiyomi02 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } #para_rensai { float: left; margin: 0 auto; width: 100px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #F5786A; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #f3503d solid; /* 枠線の装飾 */ } #para_end { float: left; margin: 0 auto; width: 70px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #6e6e6e; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #6e6e6e solid; /* 枠線の装飾 */ } #para_end02 { float: left; margin: 0 auto; width: 70px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: transparent; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; } #para_palcy { float: left; margin: 0 auto; width: 160px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #25b7c0; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #18a3d6 solid; /* 枠線の装飾 */ } #para_days { float: left; margin: 0 auto; width: 240px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #cc5d4f; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #cc5d4f solid; /* 枠線の装飾 */ } #para_suishiri { float: left; margin: 0 auto; width: 240px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #8ad5fb; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #8ad5fb solid; /* 枠線の装飾 */ } #para_magapoke { float: left; margin: 0 auto; width: 160px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #173184; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 16px; color: #ffffff; border: 1px #18a3d6 solid; /* 枠線の装飾 */ } #para_news { float: left; margin: 0 auto; width: 100px; height: 20px; margin-left: 0px; margin-top: 0px; padding-top: 5px; padding-left: 0px; text-align: center; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #5e5e5e solid; /* 枠線の装飾 */ background: #f2f2f2; z-index: 99999; } #para_sakuhin { float: left; margin: 0 auto; width: 200px; height: 28px; margin-left: 0px; margin-top: 10px; padding-top: 8px; padding-left: 0px; text-align: center; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #f39800 solid; /* 枠線の装飾 */ background: #f39800; z-index: 99999; } #contents_para_sakuhin { float: left; margin: 0 auto; width: 910px; padding: 0; margin-top: -2px; margin-left:0px; margin-bottom:10px; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 10px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #f39800 solid; /* 枠線の装飾 */ background-color: #fdedcc; } .contents_para_sakuhin_img img { border: 1px dotted #f39800; margin-bottom: 3px; } .btn_sakuhin02 { float: left; margin: 0 auto; width: 276px; height: 24px; padding: 0; margin-top: 5px; margin-left: 0px; margin-bottom: 0px; padding-left: 0px; padding-top: 2px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #cccccc solid; /* 枠線の装飾 */ background-color: #cccccc; z-index: 99999; font-weight:bold; font-size: 14px; color: #ffffff; } a .btn_sakuhin02 { background-color:#cccccc; font-weight:bold; font-size: 14px; } a:hover .btn_sakuhin02 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } #para_sakuhin02 { float: left; margin: 0 auto; width: 200px; height: 28px; margin-left: 0px; margin-top: 10px; padding-top: 8px; padding-left: 0px; text-align: center; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #9d8e87 solid; /* 枠線の装飾 */ background: #9d8e87; z-index: 99999; } #para_sakuhin_end { float: left; margin: 0 auto; width: 200px; height: 28px; margin-left: 0px; margin-top: 10px; padding-top: 8px; padding-left: 0px; text-align: center; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #9d8e87 solid; /* 枠線の装飾 */ background: #9d8e87; z-index: 99999; } #contents_para_sakuhin_end { float: left; margin: 0 auto; width: 910px; padding: 0; margin-top: -2px; margin-left:0px; margin-bottom:10px; padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 10px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 1px #9d8e87 solid; /* 枠線の装飾 */ background-color: #faf0e6; } .contents_para_sakuhin_end_img img { border: 1px dotted #9d8e87; margin-bottom: 3px; } #left02 { float:left; margin-left: 10px; width:298px; background-color:transparent; } #right02 { float:left; width: 598px; margin-top: 0px; padding: 10px; background-color:#ff484b; margin-left: 15px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ border: 2px #f42C12 solid; /* 枠線の装飾 */ } #left03 { float:left; margin-left: 10px; margin-top: -15px; margin-bottom: 10px; width:388px; background-color:transparent; } #right03 { float:left; width: 500px; margin-top: -15px; padding: 10px; background-color:#ff484b; margin-left: 15px; margin-bottom: 10px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ border: 2px #f42C12 solid; /* 枠線の装飾 */ } #bottom { float:left; width: 900px; margin-top: 0px; padding: 10px; background-color:#ff484b; margin-left: 10px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ border: 2px #f42C12 solid; /* 枠線の装飾 */ } #banner_s { margin: 0 auto; width: 910px; text-align: left; margin-left: 0px; margin-right: 0px; padding-top: 10px; padding-bottom: -10px; margin-bottom: 0px; position: relative; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ } #banner_s ul { display: inline-block; overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; } #banner_s ul li { width: 440px; height: 220px; float: left; margin-bottom: 15px; margin-right: 15px; margin-left: 0px; text-align: center; display: inline; list-style-type: none; background: #f7efff; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ } /* ======================================= ClearFixElements ======================================= */ #banner_s ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } .caption { font-size:9px; color:#db7092; line-height:110%; text-align:right; font-weight:bold; } .text01 { font-size:16px; color:#ffffff; line-height:125%; text-align:left; font-weight:bold; } .text02 { font-size:13px; color:#ffffff; line-height:125%; text-align:center; font-weight:bold; } .text_news { font-size:17px; color:#62b25b; line-height:125%; text-align:left; font-weight:bold; } .text_newsdate { font-size:13px; color:#62b25b; line-height:125%; text-align:left; font-weight:normal; } .text_sakuhintitle { font-size:18px; color:#333333; line-height:130%; text-align:left; font-weight:normal; } .text_sakuhinname { font-size:14px; color:#666666; line-height:130%; text-align:left; font-weight:normal; } .text_sakuhintitle02 { font-size:16px; color:#333333; line-height:130%; text-align:left; font-weight:normal; } .text_sakuhinname02 { font-size:12px; color:#666666; line-height:130%; text-align:left; font-weight:normal; } .text_kc03 { font-size:10px; color:#f39800; line-height:125%; text-align:left; font-weight:bold; } .text_sakuhin { font-size:14px; color:#f39800; line-height:130%; text-align:left; font-weight:bold; } .text_sakuhin02 { font-size:9px; color:#f39800; line-height:100%; text-align:left; font-weight:bold; } .shadow { margin-top: 5px; /* 画像の上の余白*/ margin-bottom: 5px; /* 画像の下の余白*/ display: inline-block; box-shadow: 6px 8px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ } a { text-decoration: none; color: #62b25b; } a:hover { color: #ff484b; text-decoration: underline; } a:hover img{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } </style> <base href="https://magazine-edge.jp/" /> </head> <body> <div id="kc_header" class="kc_common"> <div class="kc_container"> <div class="kc_header-inner kc_clearfix"> <p class="kc_logo"><a href="http://kc.kodansha.co.jp/"><img src="/kc/media/img/comicplus_logo.png" alt="講談社 コミックプラス"></a></p> <!-- <p class="kc_control-search"><img src="/kc/media/img/ico_search.png" alt="検索"></p> --> </div> <!-- <div class="kc_search-group kc_clearfix"> <input class="kc_search-input" type="text" class="form-control" placeholder="コミック検索"> <input class="kc_search-btn" type="submit" class="btn-search" value="検索"> </div> --> </div> </div> <style type="text/css"> #button_sns { margin: 0 auto; width: 100%; text-align: left; padding-left: 0px; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; position: relative; } #button_sns ul { display: inline-block; overflow: hidden; list-style-type: none } #button_sns ul li { width: auto; float: left; padding-right: 10px; padding-bottom: 0px; text-align: center; display: inline; } /* ======================================= ClearFixElements ======================================= */ #button_sns ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; } </style> <style type="text/css"> p.infobox { width: 504px; height: 178px; /* 高さを制限(※) */ overflow-y: scroll; /* スクロールバーを表示(※) */ background-color: #333333; /* 背景色を追加 */ border: 1px #6e6e6e solid; /* 枠線の装飾 */ } .contents_para_news a { text-decoration: none; color: #62b25b; } .contents_para_news a:hover { color: #ff484b; text-decoration: underline; } .contents_para_news a:visited { color: #ff484b; text-decoration: none; } #recommend { width: 840px; height: 600px; float: left; padding-left: 80px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 20px; margin-top: 20px; margin-left: 10px; text-align: left; display: block; list-style-type: none; border: 2px #f3503d solid; /* 枠線の装飾 */ background: #fff0ec; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 10px 0px rgba(243, 80, 61, 1) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #recommend02 { width: 840px; height: 400px; float: left; padding-left: 80px; padding-right: 0px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 20px; margin-top: 20px; margin-left: 10px; text-align: left; display: block; list-style-type: none; border: 2px #f3503d solid; /* 枠線の装飾 */ background: #fff0ec; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ box-shadow: 0px 0px 10px 0px rgba(243, 80, 61, 1) inset;/*横方向 下方向 ぼかし 広がり 色 */ } #recommend_book { width: 200px; height: 234px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; margin-right: 15px; margin-left: 0px; text-align: left; display: inline; list-style-type: none; } #recommend_furoku { width: 638px; height: 425px; float: left; padding-left: 60px; padding-right: 0px; padding-top: 20px; margin-right: 10px; margin-left: 0px; text-align: left; display: inline; list-style-type: none; } #recommend_text { width: 540px; height: 234px; float: left; padding-left: 0px; padding-right: 0px; padding-top: 10px; margin-right: 15px; margin-left: 240px; margin-top: -254px; text-align: left; display: inline; list-style-type: none; } .recommend_img img { border: 2px solid #f42C12; margin-bottom: 5px; } .recommend_img02 img { border: 2px solid #6e6e6e; margin-bottom: 5px; } #para_recommend { float: left; margin: 0 auto; width: 360px; margin-left: -80px; margin-right: 5px; margin-top: 5px; margin-bottom: 10px; padding: 10px; text-align: center; background: #f3503d; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 20px; color: #ffffff; border: 1px #f3503d solid; /* 枠線の装飾 */ } .text_recommendtitle { font-size:24px; color:#333333; line-height:135%; text-align:left; font-weight:bold; } .text_reccomendname { font-size:18px; color:#333333; line-height:135%; text-align:left; font-weight:normal; } .text_reccomendarasuji { font-size:14px; color:#666666; line-height:130%; text-align:left; font-weight:normal; } .btn_otameshiyomi02 { float: left; margin: 0 auto; width: 240px; padding: 15px; margin-top: 8px; margin-left: 0px; margin-bottom: 4px; padding: 5px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 2px #9e9e9e solid; /* 枠線の装飾 */ background-color: #9e9e9e; z-index: 99999; font-size: 19px; text-align: center; color: #ffffff; } a .btn_otameshiyomi02 { color: #ffffff; background-color:#f3503d; font-weight:bold; font-size: 19px; border: 2px #f42C12 solid; /* 枠線の装飾 */} a:hover .btn_otameshiyomi02 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } .btn_otameshiyomi03 { float: left; margin: 0 auto; width: 120px; padding: 15px; margin-top: 8px; margin-left: 0px; margin-bottom: 4px; padding: 5px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 2px #9e9e9e solid; /* 枠線の装飾 */ background-color: #9e9e9e; z-index: 99999; font-size: 19px; text-align: center; color: #ffffff; } a .btn_otameshiyomi03 { color: #ffffff; background-color:#f3503d; font-weight:bold; font-size: 19px; border: 2px #f42C12 solid; /* 枠線の装飾 */} a:hover .btn_otameshiyomi03 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } .btn_otameshiyomi04 { float: left; margin: 0 auto; width: 590px; height: 20px; padding: 20px; margin-top: 8px; margin-left: 60px; margin-bottom: 10px; paddin-top:8px; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ border: 2px #9e9e9e solid; /* 枠線の装飾 */ background-color: #9e9e9e; z-index: 99999; font-size: 21px; text-align: center; color: #ffffff; } a .btn_otameshiyomi04 { color: #ffffff; background-color:#f3503d; font-weight:bold; font-size: 21px; border: 2px #f42C12 solid; /* 枠線の装飾 */} a:hover .btn_otameshiyomi04 { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } .menu_btn_mochikomi { float: left; margin: 0 auto; width: 920px; height: 100px; margin-top: 5px; margin-left: 10px; margin-right: 0px; margin-bottom: 10px; padding-top: 10px; -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari,Chrome */ border-radius: 10px; /* CSS3 */ border: 2px #e73562 solid; /* 枠線の装飾 */ background-color: #e73562; z-index: 99999; color: #ffdc00; text-align: center; vertical-align: middle; box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.8);/*横方向 下方向 ぼかし 広がり 色 */ font-weight:bold; font-size: 30px; line-height: 150%; } a .menu_btn_mochikomi { background-color:#e73562; font-weight:bold; font-size: 30px; line-height: 150%;} a:hover .menu_btn_mochikomi { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; } #para_rensai02 { float: left; margin: 0 auto; width: 260px; height: 22px; margin-left: 15px; margin-top: 0px; margin-bottom: 7px; padding-top: 2px; text-align: center; background: #F5786A; -moz-border-radius: 2px; /* Firefox */ -webkit-border-radius: 2px; /* Safari,Chrome */ border-radius: 2px; /* CSS3 */ z-index: 99999; text-align: center; font-size: 14px; color: #ffffff; border: 1px #f3503d solid; /* 枠線の装飾 */ } </style> <body> <meta property="og:title" content="少年マガジンエッジ"/> <meta property="og:description" content="少年マガジンエッジ"/> <meta property="og:image" content="https://magazine-edge.jp/content/files/images/logo_w400.jpg"/> <meta property="og:url" content="https://magazine-edge.jp/"/> <meta property="og:type" content="book"/> <meta property="fb:admins" content="100010646679398"/> <meta property="og:site_name" content="少年マガジンエッジ | 講談社"/> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.9"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div id="contents"> <!--SNSボタン--> <div id="button_sns"> <ul> <li><a href="https://magazine-edge.jp/" target="_blank"><img src="/content/files/images/logo_h20.png" alt="少年マガジンエッジ" height="20" /></a></li> <li> <div class="fb-like" data-href="https://magazine-edge.jp/" data-layout="button" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div> </li> <li> <a href="https://twitter.com/share" class="twitter-share-button" data-url="https://magazine-edge.jp/" data-text="少年マガジンエッジ">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </li> </ul> </div> <!--SNSボタン--> <!--可動バナー--> <div id="container_carousel"> <div id="carousel"> <ul> <li><a href="https://magazine-edge.jp/contents/watasen.html" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065336908/9784065336908_obi_w.jpg" width="140" height="199" alt="『私をセンターにすると誓いますか?』" /></a></li> <li><a href="https://magazine-edge.jp/contents/chuzenjisensei.html" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065333594/9784065333594_obi_w.jpg" width="140" height="199" alt="『中禅寺先生物怪講義録 先生が謎を解いてしまうから。』" /></a></li> <li><a href="https://magazine-edge.jp/contents/okuderasho.html" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065333365/9784065333365_obi_w.jpg" width="140" height="199" alt="『誰が奥平翔を殺したのか?』" /></a></li> <li><a href="https://magazine-edge.jp/contents/yakuzaoffkai.html" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065333600/9784065333600_obi_w.jpg" width="140" height="199" alt="『オフ会したらとんでもないやつが来た話』" /></a></li> <li><a href="https://twitter.com/twi_sirius/status/1684443547414720514" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065335918/9784065335918_obi_w.jpg" width="140" height="199" alt="『亀戸お遊び組 ~古参ゲーム実況者の交友録~』" /></a></li> <li><a href="https://seiga.nicovideo.jp/comic/62397" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065333624/9784065333624_obi_w.jpg" width="140" height="199" alt="『大精霊の契約者 ~邪神の供物、最強の冒険者へ至る~』" /></a></li> <li><a href="https://pocket.shonenmagazine.com/episode/4855956445096798357" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/06A0000000000724299I/06A0000000000724299I_obi_w.jpg" width="140" height="199" alt="『インフルエンサーにストーカーされています』" /></a></li> <li><a href="/contents/talesofcrestoria.html" target="_blank"><img src="https://cv.bkmkn.kodansha.co.jp/9784065333617/9784065333617_obi_w.jpg" width="140" height="199" alt="『テイルズ・オブ・クレストリア 咎我人の罪歌』" /></a></li> </ul> </div> </div> <!--可動バナー end--> <div id="contents02"> <div id="contents03"> <!--left--> <div id="left00"> <span class="contents_para01_img"> <a href="/saishingou/" target="_blank"><img src="/content/images/_edge/2311.jpg" width="372" height="532" border="0" alt="少年マガジンエッジ最新号" /></a> </span> </div> <!--left end--> <!--right--> <div id="right00"> <div id="right01"> 11月号 2023年10月17日(火)発売<br>定価680円(税込) </div> <!--ニュースー--> <div id="contents_para_news"> <div id="news"> <font color="#5e5e5e"><u><i><b>マガジンエッジNEWS</b></i></u></font><br> <ul> <!--ニュース読み込み--> <li><a href="http://magazine-edge.jp/news/240129.html" target="_blank" class="listlink"><span class="text_newsdate">2024.01.29</span><span class="text_news"> 『ヒプノシスマイク -Division Rap Battle- side D.H & B.A.T+』作画ミスのお詫び・訂正のお知らせ</span></a></li><li><a href="https://kc.kodansha.co.jp/title?code=1000044040" target="_blank" class="listlink"><span class="text_newsdate">2023.11.09</span><span class="text_news"> 『私をセンターにすると誓いますか?』2巻、本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/news/hypno_DHBAT01.html" target="_blank" class="listlink"><span class="text_newsdate">2023.10.20</span><span class="text_news"> 『ヒプノシスマイク -Division Rap Battle- side D.H & B.A.T+』誤植のお詫び・訂正のお知らせ</span></a></li><li><a href="https://magazine-edge.jp/content/images/_news/iseki2023.jpg" target="_blank" class="listlink"><span class="text_newsdate">2022.10.17</span><span class="text_news"> 作品移籍のお知らせ</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.10.17</span><span class="text_news"> 少年マガジンエッジ11月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.10.17</span><span class="text_news"> 『中禅寺先生物怪講義録 先生が謎を解いてしまうから。』7巻、『誰が奥平翔を殺したのか?』2巻、『オフ会したらとんでもないやつが来た話』4巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.09.15</span><span class="text_news"> 少年マガジンエッジ10月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.09.14</span><span class="text_news"> 『あ、それポンです!』2巻、本日発売!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.09.08</span><span class="text_news"> 『ムシリョウシ』1巻、『六姫は神護衛に恋をする』12巻(電子のみ)、『「無能はいらない」と言われたから絶縁してやった』5巻、『剣帝学院の魔眼賢者』5巻、『落ちこぼれ剣士、追放されたので魔術師に転向する』1巻、『ヤンキーJKの異常な愛情』10巻(電子のみ)は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/news/230817.html" target="_blank" class="listlink"><span class="text_newsdate">2023.08.17</span><span class="text_news"> 少年マガジンエッジの休刊のお知らせ</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.08.17</span><span class="text_news"> 少年マガジンエッジ9月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.08.17</span><span class="text_news"> 『江戸前エルフ』8巻、『勝ち目がないのは俺だけか!』3巻(完結)は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.08.07</span><span class="text_news"> 『誰が奥寺翔を殺したのか?』1巻は明日8/8発売!! 購入特典はこちらから!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.07.14</span><span class="text_news"> 『SHAMAN KING THE SUPER STAR』7巻、『左手のための二重奏』8巻、『ウラハラ上司のウサギがぽろん』1巻、『ヒプノシスマイク -Division Rap Battle- side D.H & B.A.T+』1巻(通常版)、CD付き『ヒプノシスマイク -Division Rap Battle- side D.H & B.A.T+』1巻(限定版)は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.07.14</span><span class="text_news"> 少年マガジンエッジ8月号は本日発売!! </span></a></li><li><a href="https://magazine-edge.jp/contents/utsukon.html" target="_blank" class="listlink"><span class="text_newsdate">2023.07.13</span><span class="text_news"> 『ウツ婚!! 死にたい私が生き延びるための婚活』1巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.07.11</span><span class="text_news"> 『国産少女クラリス』1巻、『私をセンターにすると誓いますか?』1巻、絶賛発売中!! 購入特典はこちらから!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.07.07</span><span class="text_news"> 『国産少女クラリス』1巻、『私をセンターにすると誓いますか?』1巻、『外れスキル《木の実マスター》』5巻、『「無能はいらない」と言われたから絶縁してやった』4巻、『剣帝学院の魔眼賢者』4巻、『大精霊の契約者』1巻、は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/news/DRB01_tokuten.html" target="_blank" class="listlink"><span class="text_newsdate">2023.06.27</span><span class="text_news"> 『ヒプノシスマイク -Division Rap Battle- side D.H & B.A.T+』1巻購入特典情報!!</span></a></li><li><a href="http://magazine-edge.jp/news/230623.html" target="_blank" class="listlink"><span class="text_newsdate">2023.06.23</span><span class="text_news"> 少年マガジンエッジ7月号掲載『巨乳好きなのにBL界に転生しました』セリフ抜けのお詫び</span></a></li><li><a href="https://magazine-edge.jp/contents/utsukon.html" target="_blank" class="listlink"><span class="text_newsdate">2023.06.20</span><span class="text_news"> 『ウツ婚!! 死にたい私が生き延びるための婚活』①巻発売記念!! 石田月美×磋藤にゅすけ×鈴木大介×佐倉旬 「声なき声を描く〜困っている人と共に歩むということ〜」2023年7月22日(土)開催!! お申し込み受付中!!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.06.16</span><span class="text_news"> 少年マガジンエッジ7月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.06.15</span><span class="text_news"> 『あまちんは自称♂』完結11巻、『巨乳好きなのにBL界に転生しました』3巻、『推しが死んだのでタイムリープして生存ルート確保します!』2巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/contents/keiyaku.html" target="_blank" class="listlink"><span class="text_newsdate">2023.06.13</span><span class="text_news"> 『ケイ×ヤク -あぶない相棒-』2巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.06.08</span><span class="text_news"> 『あ! 野生のお嬢様がとびだしてきた!!』2巻、『ぎゃるアシ』2巻、『テイルズ・オブ・クレストリア 咎我人の罪歌』2巻、電子のみ『六姫は神護衛に恋をする ~最強の守護騎士、転生して魔法学園に行く~』11巻は本日発売!! 購入特典はこちらから!!</span></a></li><li><a href="https://magazine-edge.jp/contents/madamaniau.html" target="_blank" class="listlink"><span class="text_newsdate">2023.05.30</span><span class="text_news"> 『まだ間に合う!明日処刑される悪役令嬢ですけど、スチル回収だけはさせてください!』③巻は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/product?item=0000377004" target="_blank" class="listlink"><span class="text_newsdate">2023.05.26</span><span class="text_news"> 『ゴミ清掃員の日常~ゴミ分別セレクション~』は本日発売!! </span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.05.17</span><span class="text_news"> 少年マガジンエッジ6月号は本日発売!! </span></a></li><li><a href="https://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.05.17</span><span class="text_news"> 『ブレス』3巻、『濁る瞳で何を願う ハイセルク戦記』2巻、『らぶキョ ~家庭教師が××すぎて勉強どころじゃない~』完結4巻は本日発売!! 購入特典はこちらから!!</span></a></li><li><a href="https://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.05.09</span><span class="text_news"> 『剣帝学院の魔眼賢者』3巻、本日発売!! 購入特典はこちらから!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.04.08</span><span class="text_news"> 『あ! 野生のお嬢様がとびだしてきた!!』1巻、『あ、それポンです!』1巻は4/17発売!! 特典情報をUPしました!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.04.07</span><span class="text_news"> 『いつも馬鹿にしてくる美少女たちと絶縁したら、実は俺のことが大好きだったようだ。』1巻、本日発売!! 購入特典はこちらから!!</span></a></li><li><a href="https://magazine-edge.jp/contents/jimimegane.html" target="_blank" class="listlink"><span class="text_newsdate">2023.03.30</span><span class="text_news"> 『断頭台に消えた伝説の悪女、二度目の人生ではガリ勉地味眼鏡になって平穏を望む』1巻は本日発売!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.03.16</span><span class="text_news"> 『あまちんは自称♂』10巻、『江戸前エルフ』7巻、『オフ会したらとんでもないやつが来た話』3巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.03.15</span><span class="text_news"> 少年マガジンエッジ4月号は本日発売!! </span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.03.09</span><span class="text_news"> 3月刊コミックスの購入特典をUPしました!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.03.09</span><span class="text_news"> 『六姫は神護衛に恋をする ~最強の守護騎士、転生して魔法学園に行く~』10巻、『「ククク……。奴は四天王の中でも最弱」と解雇された俺、なぜか勇者と聖女の師匠になる』5巻、『劣等紋の超越ヒーラー~世界最強の回復術師による異世界無双~』5巻、『剣帝学院の魔眼賢者』2巻、『「無能はいらない」と言われたから絶縁してやった~最強の四天王に育てられた俺は、冒険者となり無双する~』2巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/contents/okayureijou.html" target="_blank" class="listlink"><span class="text_newsdate">2023.02.28</span><span class="text_news"> 『強制的に悪役令嬢にされていたのでまずはおかゆを食べようと思います。』3巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.02.17</span><span class="text_news"> 少年マガジンエッジ3月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.02.16</span><span class="text_news"> 『しかのこのこのここしたんたん』4巻、『推しが死んだのでタイムリープして生存ルート確保します!』1巻、『嘘つきユリコの栄光』完結4巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.02.09</span><span class="text_news"> 『え、テイマーは使えないってパーティから追放したよね?』2巻、本日発売!! 購入特典はこちらから!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.02.07</span><span class="text_news"> 『推しが死んだのでタイムリープして生存ルート確保します!』1巻、『強制的に悪役令嬢にされていたのでまずはおかゆを食べようと思います。』2巻はは2/16(木)発売!! 購入特典をUPしました!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.02.07</span><span class="text_news"> 『え、テイマーは使えないってパーティから追放したよね?』2巻は2/9(木)発売!! 購入特典をUPしました!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2023.01.17</span><span class="text_news"> 『巨乳好きなのにBL界に転生しました』2巻、 『テイルズ・オブ・クレストリア~咎我人の罪歌~』1巻、『ぎゃるアシ』1巻、『剣帝学院の魔眼賢者』1巻の購入特典をUPしました!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2023.01.17</span><span class="text_news"> 『巨乳好きなのにBL界に転生しました』2巻、『テイルズ・オブ・クレストリア 咎我人の罪歌』1巻、『ぎゃるアシ』1巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2023.01.17</span><span class="text_news"> 少年マガジンエッジ2月号は本日発売!! </span></a></li><li><a href="https://magazine-edge.jp/contents/kenteigakuin.html" target="_blank" class="listlink"><span class="text_newsdate">2023.01.06</span><span class="text_news"> 『剣帝学院の魔眼賢者』1巻、本日発売!!</span></a></li><li><a href="https://pocket.shonenmagazine.com/episode/3270375685333031001" target="_blank" class="listlink"><span class="text_newsdate">2023.01.06</span><span class="text_news"> 『「無能はいらない」と言われたから絶縁してやった ~最強の四天王に育てられた俺は、冒険者となり無双する~』1巻、本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2022.12.16</span><span class="text_news"> 少年マガジンエッジ1月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.12.15</span><span class="text_news"> 『左手のための二重奏』7巻、『私の胎の中の化け物』3巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.12.13</span><span class="text_news"> 『ドールのしもべが自重しない!』本日発売!! 『私の胎の中の化け物』3巻は12/15発売!! 購入特典はこちらからから!!</span></a></li><li><a href="https://kc.kodansha.co.jp/product?item=0000370676" target="_blank" class="listlink"><span class="text_newsdate">2022.12.13</span><span class="text_news"> 『ドールのしもべが自重しない!』(水無月十八)が本日発売!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.12.08</span><span class="text_news"> 『六姫は神護衛に恋をする ~最強の守護騎士、転生して魔法学園に行く~』9巻、『アラフォー営業マン、異世界に起つ! ~女神パワーで人生二度目の成り上がり~』5巻(電子のみ)は本日発売!!</span></a></li><li><a href="https://palcy.kodansha.co.jp/" target="_blank" class="listlink"><span class="text_newsdate">2022.11.30</span><span class="text_news"> 『今日もわたしは元気ですぅ!!(キレ気味) ~転生悪役令嬢に逆ざまぁされた転生ヒロインは、祝福しか能がなかったので宝石祝福師に転身しました~』3巻、『まだ間に合う!明日処刑される悪役令嬢ですけど、スチル回収だけはさせてください!』2巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.11.18</span><span class="text_news"> 『まだ間に合う!明日処刑される悪役令嬢ですけど、スチル回収だけはさせてください!』2巻は11/30発売!! 購入特典はこちらからから!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2022.11.17</span><span class="text_news"> 少年マガジンエッジ12月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.11.16</span><span class="text_news"> 『勝ち目がないのは俺だけか!』1巻、『女装してオフ会に参加してみた。』5巻、『ぼくのアデリア』3巻、『イケメン彼女とヒロインな俺!?』完結3巻、『BLOOD FIRE 警視庁特別怪異対応班』完結3巻、電子のみ『人形~ヒトガタ~』3巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.11.14</span><span class="text_news"> 『BLOOD FIRE 警視庁特別怪異対応班』3巻、『勝ち目がないのは俺だけか!』1巻は11/16発売!! 購入特典はこちらからから!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.11.09</span><span class="text_news"> 『外れスキル《木の実マスター》 ~スキルの実(食べたら死ぬ)を無限に食べられるようになった件について~』4巻、『ヤンキーJKの異常な愛情』7巻(電子のみ)、『ヤンキーJKの異常な愛情【幼なじみ声優の妄想初めて】描き下ろしカラー漫画20P付き特装版』7巻(電子のみ)は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.10.20</span><span class="text_news"> 『落第聖女なのに、なぜか訳ありの王子様に溺愛されています!』2巻、『王太子様、私今度こそあなたに殺されたくないんです!』2巻は10/28発売!! 購入特典はこちらから!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2022.10.17</span><span class="text_news"> 少年マガジンエッジ11月号は本日発売!! </span></a></li><li><a href="https://magazine-edge.jp/contents/suiyou.html" target="_blank" class="listlink"><span class="text_newsdate">2022.10.13</span><span class="text_news"> 『水曜姉弟』4巻は本日発売!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.10.07</span><span class="text_news"> 『劣等紋の超越ヒーラー~世界最強の回復術師による異世界無双~』4巻、『日本語が話せないロシア人美少女転入生が頼れるのは、多言語マスターの俺1人』3巻は本日発売!!</span></a></li><li><a href="https://magazine-edge.jp/saishingou/" target="_blank" class="listlink"><span class="text_newsdate">2022.09.15</span><span class="text_news"> 少年マガジンエッジ10月号は本日発売!! </span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.09.08</span><span class="text_news"> 『「ククク……。奴は四天王の中でも最弱」と解雇された俺、なぜか勇者と聖女の師匠になる』4巻、『え、テイマーは使えないってパーティから追放したよね?』1巻、『返事がない、ただの魔王の屍のようだ』2巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.09.07</span><span class="text_news"> 『絶対聖域のチェリオン』3巻は9/15発売!! 購入特典をUPしました!!</span></a></li><li><a href="http://magazine-edge.jp/news/DOD03_tokuten.html" target="_blank" class="listlink"><span class="text_newsdate">2022.08.19</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- Dawn Of Divisions』③巻 購入特典情報解禁!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.08.17</span><span class="text_news"> 『SHAMAN KING THE SUPER STAR』6巻、『ブレス』1巻、『私の胎の中の化け物』1巻、『オフ会したらとんでもないやつが来た話』2巻など8月刊KC9冊が本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.08/12</span><span class="text_news"> 『オフ会したらとんでもないやつが来た話』2巻、『ブレス』1巻は8/17発売!! 購入特典をUPしました!!</span></a></li><li><a href="https://magazine-edge.jp/news/SKseries.html" target="_blank" class="listlink"><span class="text_newsdate">2022.08.03</span><span class="text_news"> SHAMAN KINGシリーズKC4作同時発売記念!! 激レア! 武井宏之描き下ろしイラスト入りTシャツを抽選で50名様にプレゼント!!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.07.13</span><span class="text_news"> 『巨乳好きなのにBL界に転生しました』1巻、『マズ飯エルフと遊牧暮らし』13巻(完結)、電子版『信友島~良い人でなければ終わり~』5巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.07.13</span><span class="text_news"> 『巨乳好きなのにBL界に転生しました』1巻は7/15発売!! 購入特典はこちら!!</span></a></li><li><a href="https://kc.kodansha.co.jp/title_list?code=magazine-edge" target="_blank" class="listlink"><span class="text_newsdate">2022.07.13</span><span class="text_news"> 『ケイ×ヤク -あぶない相棒-』8巻は本日発売!!</span></a></li><li><a href="http://magazine-edge.jp/news/kyonyuBL01_signkai.html" target="_blank" class="listlink"><span class="text_newsdate">2022.06.24</span><span class="text_news"> 『巨乳好きなのにBL界に転生しました』1巻発売記念!! 尚月地先生サイン会開催決定!!</span></a></li><li><a href="http://magazine-edge.jp/kcfair2016/#tokuten" target="_blank" class="listlink"><span class="text_newsdate">2022.06.20</span><span class="text_news"> 発売中の『外れスキル《木の実マスター》 ~スキルの実(食べたら死ぬ)を無限に食べられるようになった件について~』3巻、『失恋後、険悪だった幼なじみが砂糖菓子みたいに甘い』2巻、6/28発売の『強制的に悪役令嬢にされていたのでまずはおかゆを食べようと思います。』2巻の購入特典をUPしました!!</span></a></li><li><a href="http://magazine-edge.jp/news/220317.html" target="_blank" class="listlink"><span class="text_newsdate">2022.03.17</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- The Dirty Dawg』セリフ修正のお知らせ</span></a></li><li><a href="http://magazine-edge.jp/news/DOD02_tokuten.html" target="_blank" class="listlink"><span class="text_newsdate">2022.03.10</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- Dawn Of Divisions』②巻 購入特典情報解禁!</span></a></li><li><a href="https://magazine-edge.jp/news/SKseries220303.html" target="_blank" class="listlink"><span class="text_newsdate">2022.03.03</span><span class="text_news"> SHAMAN KINGシリーズKC3同時発売記念!! 激レアオール描き下ろし!!!! 直筆サイン入り複製色紙4枚セット抽選で20名様にプレゼント!</span></a></li><li><a href="https://magazine-edge.jp/news/twi_sirius.html" target="_blank" class="listlink"><span class="text_newsdate">2022.02.09</span><span class="text_news"> Twitterでバズった!! ツイシリ作品、大好評発売中!! \試し読みと購入はこちら/</span></a></li><li><a href="https://magazine-edge.jp/news/keiyaku_teidan.html" target="_blank" class="listlink"><span class="text_newsdate">2022.02.07</span><span class="text_news"> 鈴木伸之×犬飼貴丈×薫原好江 ドラマ『ケイ×ヤク』鼎談</span></a></li><li><a href="https://magazine-edge.jp/contents/keiyaku.html" target="_blank" class="listlink"><span class="text_newsdate">2021.11.18</span><span class="text_news"> 『ケイ×ヤク-あぶない相棒-』連続テレビドラマ化決定!</span></a></li><li><a href="http://magazine-edge.jp/news/kc_DOD01.html" target="_blank" class="listlink"><span class="text_newsdate">2021.09.17</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- Dawn Of Divisions』①巻 解禁!</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic_DOD01/" target="_blank" class="listlink"><span class="text_newsdate">2021.07.07</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- Dawn Of Divisions』ほかコミカライズ3作品コミックス第1巻店舗特典情報公開!</span></a></li><li><a href="http://magazine-edge.jp/news/koneko_josouCP/" target="_blank" class="listlink"><span class="text_newsdate">2020.12.17</span><span class="text_news"> 『女装してオフ会に参加してみた。』『子猫が待ってるので帰ります。』①巻同時発売記念 直筆ミニサイン色紙プレゼントキャンペーン</span></a></li><li><a href="https://magazine-edge.jp/content/images/_news/hypnosismic/yokoku201017.pdf" target="_blank" class="listlink"><span class="text_newsdate">2020.10.17</span><span class="text_news"> 【告知】『ヒプノシスマイク』待望の新シリーズコミカライズが開幕!!</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic_kc04/" target="_blank" class="listlink"><span class="text_newsdate">2020.09.30</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- The Dirty Dawg』第4巻書店特典の詳細情報公開!!</span></a></li><li><a href="http://www.shamanking-exhibition.com/" target="_blank" class="listlink"><span class="text_newsdate">2020.09.04</span><span class="text_news"> 「シャーマンキング展」東京凱旋 9/4~9/13開催!!</span></a></li><li><a href="https://shamanking-project.com/" target="_blank" class="listlink"><span class="text_newsdate">2020.06.12</span><span class="text_news"> 「SHAMAN KING」完全新作TVアニメが2021年4月から放送開始!!</span></a></li><li><a href="http://magazine-edge.jp/news/wahirooshirase.html" target="_blank" class="listlink"><span class="text_newsdate">2020.05.28</span><span class="text_news"> 『ワールドエンドヒーローズ』コミカライズ連載中止のお知らせ</span></a></li><li><a href="https://www.kodansha.co.jp/upload/pr.kodansha.co.jp/files/pdf/2020/20200414_news_comics.pdf" target="_blank" class="listlink"><span class="text_newsdate">2020.04.14</span><span class="text_news"> 緊急事態宣言等にともなう漫画雑誌の刊行に関するお知らせ</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic_kc03tokuten.html" target="_blank" class="listlink"><span class="text_newsdate">2020.03.19</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- The Dirty Dawg』第3巻書店特典の詳細情報公開!!</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic_kc03/200129.html" target="_blank" class="listlink"><span class="text_newsdate">2020.01.29</span><span class="text_news"> 『ヒプノシスマイク』コミカライズ3作品の最新第3巻 通常版&限定版が4月に発売決定!</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic_kc02/" target="_blank" class="listlink"><span class="text_newsdate">2019.10.01</span><span class="text_news"> 『ヒプノシスマイク -Before The Battle- The Dirty Dawg』 第2巻書店特典画像公開!</span></a></li><li><a href="http://magazine-edge.jp/tatsuwa04/" target="_blank" class="listlink"><span class="text_newsdate">2019.05.09</span><span class="text_news"> 『あまちんは自称♂』4巻発売記念!! 『令和最初のヒロインフェア』開催!! 協力店での購入で豪華特典がもらえちゃう!!</span></a></li><li><a href="http://magazine-edge.jp/news/aochan_anime.html" target="_blank" class="listlink"><span class="text_newsdate">2018.12.04</span><span class="text_news"> テレビアニメ化決定! 『みだらな青ちゃんは勉強ができない』第1弾キービジュアル・メインスタッフ情報を解禁!</span></a></li><li><a href="http://magazine-edge.jp/news/hypnosismic/" target="_blank" class="listlink"><span class="text_newsdate">2018.11.10</span><span class="text_news"> 最強の4人がついに登場! 新連載『ヒプノシスマイク -Before The Battle- The Dirty Dawg』 ビジュアル大公開!! </span></a></li> </p> <br> <!-- <li><span class="text_news"><a href="/news/" target="_blank">06/01 あいうえおかきくけこ</a></span></li> --> </ul> </div> </div> <!--ニュースー--> <br clear="all" /> <!--バナー大--> <div id="banner_slider"> <ul class="bxslider" style="margin:0; padding:0;"> <li><span class="banner_slider"><a href="https://magazine-edge.jp/news/twi_sirius.html" target="_blank"> <img src="/content/images/_banner/banner_twisiri.jpg" width="540" height="270" alt="Twitterでバズった!! ツイシリ作品、大好評発売中!! \試し読みと購入はこちら/" /></a></span></li> <li><span class="banner_slider"><a href="https://shamanking-project.com/" target="_blank"> <img src="/content/images/_banner/banner_sk_anime02.jpg" width="540" height="270" alt="「SHAMAN KING」完全新作TVアニメ 絶賛放送中" /></a></span></li> <li><span class="banner_slider"><a href="/release.html" target="_blank"> <img src="/content/files/images/banner_top/banner_schedule.jpg" width="540" height="270" alt="マガジンエッジコミックス 刊行予定一覧" /></a></span></li> <li><span class="banner_slider"><a href="https://seiga.nicovideo.jp/manga/official/edge/" target="_blank"> <img src="/content/images/_banner/girigiriedge.jpg" width="540" height="270" alt="ぎりぎりえっじ" /></a></span></li> <li><span class="banner_slider"><a href="https://seiga.nicovideo.jp/manga/official/w_sirius/" target="_blank"> <img src="/content/images/_banner/banner_suishiri.jpg" width="540" height="270" alt="水曜日のシリウス" /></a></span></li> <li><span class="banner_slider"><a href="https://magazine-edge.jp/mail.html" target="_blank"> <img src="/content/images/_banner/banner_mail.jpg" width="540" height="270" alt="先生方へのファンレター受付中!" /></a></span></li> <!-- <li><br><br><center><a href="/comicaward.html" target="_blank"><img src="/content/images/_banner/banner_comicaward10.jpg" width="440" height="220" alt="第10回エッジCOMICアワード大募集!" /></a></center></li> <li><span class="banner_slider"><a href="/contents/aochan.html" target="_blank"> <img src="/content/files/images/news/banner_aochan_otona02.jpg" width="540" height="270" alt="『淫らな青ちゃんは勉強ができない』オトナ編 第1~2巻発売中!!!" /></a></span></li> --> </ul> </div> <!--バナー大 end--> </div> <!--right end--> </div> </div> <br clear="all" /> <div id="contents03"> <br clear="all" /> <!--下段--> <div id="left03"> <!--twitter--> <a class="twitter-timeline" width="388" height="340" href="https://twitter.com/magazine_edge" data-widget-id="313910435810250752">@magazine_edgeさんのツイート</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <!--twitter--> </div> <div id="right03"> <iframe width="500" height="315" src="https://www.youtube.com/embed/krmGvaSuiXo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <!--下段--> <br clear="all" /> <br clear="all" /> <a name="sakuhin"></a> <span class="menu_btn_sakuhin">↓作品無料お試し読みはこちらから↓</span><br> <div id="sakuhin"> <ul> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/shamankingSS.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/shamankingSS.jpg" width="230" height="230" alt="SHAMAN KING THE SUPER STAR" /></a></span><br /> <span class="text_sakuhintitle">SHAMAN KING THE SUPER STAR</span><br /> <span class="text_sakuhinname">武井宏之</span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651999&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651999%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"> <img src="/content/images/_sakuhin/thumbnail/billiondollar.jpg" width="230" height="230" alt="ビリオンダラー・スレイブ" /></span><br /> <span class="text_sakuhintitle">ビリオンダラー・スレイブ</span><br /> <span class="text_sakuhinname">[原作]GoRa [漫画]マキマヨ</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000001009U&lastUrl=Yqpisx3g" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/sharty.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/sharty.jpg" width="230" height="230" alt="シャティと錬金術の町" /></a></span><br /> <span class="text_sakuhintitle">シャティと錬金術の町</span><br /> <span class="text_sakuhinname">飛田じゃぱお</span><br /> <a href="https://comic-days.com/episode/4856001361507119132" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/okuderasho.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/okuderasho.jpg" width="230" height="230" alt="誰が奥寺翔を殺したのか?" /></a></span><br /> <span class="text_sakuhintitle">誰が奥寺翔を殺したのか?</span><br /> <span class="text_sakuhinname">[原作]河田雄志 [漫画]行徒</span><br /> <a href="https://comic-days.com/episode/4855956445090792517" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/urahara.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/urahara.jpg" width="230" height="230" alt="ウラハラ上司のウサギがぽろん" /></a></span><br /> <span class="text_sakuhintitle">ウラハラ上司のウサギがぽろん</span><br /> <span class="text_sakuhinname">あきつ鉄鋼</span><br /> <a href="https://comic-days.com/episode/316190247098435535" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/clarith.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/clarith.jpg" width="230" height="230" alt="国産少女クラリス" /></a></span><br /> <span class="text_sakuhintitle">国産少女クラリス</span><br /> <span class="text_sakuhinname">yoruhashi</span><br /> <a href="https://comic-days.com/episode/316190247029191680" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/watasen.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/watasen02.jpg" width="230" height="230" alt="私をセンターにすると誓いますか?" /></a></span><br /> <span class="text_sakuhintitle">私をセンターにすると誓いますか?</span><br /> <span class="text_sakuhinname">若月ジュン</span><br /> <a href="https://comic-days.com/episode/316190246961618573" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/nigoruhitomi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/nigoruhitomi.jpg" width="230" height="230" alt="濁る瞳で何を願う ハイセルク戦記" /></a></span><br /> <span class="text_sakuhintitle">濁る瞳で何を願う<br><small>ハイセルク戦記</small></span><br /> <span class="text_sakuhinname">[原作]トルトネン<br> [キャラクター原案]創-taro<br> [漫画]斎藤八呑</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000691O&lastUrl=Yqpisx3g" target="https://kds-t.jp/?jdcn=X900000000000000691O&lastUrl=Yqpisx3g"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/bless.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/bless.jpg" width="230" height="230" alt="ブレス BLESS" /></a></span><br /> <span class="text_sakuhintitle">ブレス</span><br /> <span class="text_sakuhinname">園山ゆきの</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000662L&lastUrl=Yqpisx3g" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/kyonyuBL.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/kyonyuBL.jpg" width="230" height="230" alt="巨乳好きなのにBL界に転生しました" /></a></span><br /> <span class="text_sakuhintitle">巨乳好きなのに<br>BL界に転生しました</span><br /> <span class="text_sakuhinname">尚 月地</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000527G&lastUrl=Yqpisx3g" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/asopon.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/asopon.jpg" width="230" height="230" alt="あ、それポンです!" /></a></span><br /> <span class="text_sakuhintitle">あ、それポンです!</span><br /> <span class="text_sakuhinname">けんたうろす</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000463U&lastUrl=Yqpisx3g" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/chuzenjisensei.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/chuzenjisensei.jpg" width="230" height="230" alt="中禅寺先生物怪講義録 先生が謎を解いてしまうから。" /></a></span><br /> <span class="text_sakuhintitle">中禅寺先生物怪講義録<br><font size="-1">先生が謎を解いてしまうから。</font></span><br /> <span class="text_sakuhinname">[漫画]志水アキ<br> [Founder]京極夏彦<br>[脚本]田村半蔵</span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652591&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652591%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="https://magazine-edge.jp/contents/edomaeelf.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/edomaeelf.jpg" width="230" height="230" alt="江戸前エルフ" /></a></span><br /> <span class="text_sakuhintitle">江戸前エルフ</span><br /> <span class="text_sakuhinname">樋口彰彦</span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652481&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652481%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_rensai">連 載</div><br /> <span class="sakuhin_img"><a href="/contents/shikanoko.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/shikanoko.jpg" width="230" height="230" alt="しかのこのこのここしたんたん" /></a></span><br /> <span class="text_sakuhintitle">しかのこのこのここしたんたん</span><br /> <span class="text_sakuhinname">おしおしお</span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652634&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652634%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> </ul> </div> <!--水曜日のシリウス--> <div id="sakuhin_suishiri"> <ul> <li><div id="para_suishiri">ツイシリにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/yakuzaoffkai.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/yakuzaoffkai.jpg" width="230" height="230" alt="オフ会したらとんでもないやつが来た話" /></a></span><br /> <span class="text_sakuhintitle">オフ会したらとんでもないやつが来た話</span><br /> <span class="text_sakuhinname">mii.m</span><br /> <a href="https://twitter.com/i/events/1430804420246179841" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/tamer.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/tamer.jpg" width="230" height="230" alt="え、テイマーは使えないってパーティから追放したよね?" /></a></span><br /> <span class="text_sakuhintitle">え、テイマーは使えないってパーティから追放したよね?</small></span><br /> <span class="text_sakuhinname">[漫画]最中なつめ [原作]茨木野</span><br /> <a href="https://seiga.nicovideo.jp/comic/58080" target="_blank"> <span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/wagamama.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/wagamama.jpg" width="230" height="230" alt="わがまま王女に仕えた万能執事、隣の帝国で最強の軍人に成り上がり無双する" /></a></span><br /> <span class="text_sakuhintitle">わがまま王女に仕えた万能執事、隣の帝国で最強の軍人に成り上がり無双する</small></span><br /> <span class="text_sakuhinname">[原作]すかいふぁーむ [漫画]れーが</span><br /> <a href="https://seiga.nicovideo.jp/comic/54400/ep1?track=ct_first" target="_blank"> <span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/rokuhime.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/rokuhime.jpg" width="230" height="230" alt="六姫は神護衛に恋をする ~最強の守護騎士、転生して魔法学園に行く~" /></a></span><br /> <span class="text_sakuhintitle">六姫は神護衛に恋をする <small>~最強の<br>守護騎士、転生して魔法学園に行く~</small></span><br /> <span class="text_sakuhinname">[漫画]加古山 寿 [原作]朱月 十話<br> [キャラクター原案]てつぶた</span><br /> <a href="https://seiga.nicovideo.jp/comic/49282" target="_blank"> <span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/isekaikansen.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/isekaikansen.jpg" width="230" height="230" alt="ウイルス転生から始まる異世界感染物語" /></a></span><br /> <span class="text_sakuhintitle">ウイルス転生から始まる<br> 異世界感染物語</small></span><br /> <span class="text_sakuhinname">[原作]結城絡繰<br>[漫画]ピロ汰</span><br /> <a href="https://seiga.nicovideo.jp/comic/49920" target="_blank"> <span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/shitennou.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/shitennou.jpg" width="230" height="230" alt="「ククク……。奴は四天王の中でも最弱」と解雇された俺、なぜか勇者と聖女の師匠になる" /></a></span><br /> <span class="text_sakuhintitle">「ククク……。奴は四天王の中でも最弱」と解雇された俺、なぜか勇者と聖女の師匠になる</span><br /> <span class="text_sakuhinname">[漫画]芳橋アツシ [原作]延野正行<br> [キャラクター原案]坂野杏梨</span><br /> <a href="https://seiga.nicovideo.jp/comic/52033" target="_blank"> <span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/chouetsuhealer.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/chouetsuhealer.jpg" width="230" height="230" alt="劣等紋の超越ヒーラー ~世界最強の回復術師による異世界無双~" /></a></span><br /> <span class="text_sakuhintitle">劣等紋の超越ヒーラー <small>~世界最強の回復術師による異世界無双~</small></span><br /> <span class="text_sakuhinname">[漫画]星野まご [原作]蒼月浩二</span><br /> <a href="https://seiga.nicovideo.jp/comic/54028" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/kinomimaster.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/kinomimaster02.jpg" width="230" height="230" alt="外れスキル《木の実マスター》 ~スキルの実(食べたら死ぬ)を無限に食べられるようになった件について~" /></a></span><br /> <span class="text_sakuhintitle">外れスキル《木の実マスター》<small>~スキルの実(食べたら死ぬ)を無限に食べられるようになった件について~</small></span><br /> <span class="text_sakuhinname">[漫画]松琴エア [原作]はにゅう<br>[キャラクター原案]イセ川ヤスタカ</span><br /> <a href="https://seiga.nicovideo.jp/comic/53761" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_suishiri">水曜日のシリウスにて連載中</div><br /> <span class="sakuhin_suishiri_img"><a href="/contents/sukuwanakya.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/sukuwanakya.jpg" width="230" height="230" alt="救わなきゃダメですか? 異世界" /></a></span><br /> <span class="text_sakuhintitle">救わなきゃダメですか? 異世界</small></span><br /> <span class="text_sakuhinname">[原作]青山有<br>[キャラクター原案]ニリツ<br>[漫画]タイジロウ</span><br /> <a href="https://seiga.nicovideo.jp/watch/mg578411" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> </ul> </div> <!--Palcy--> <div id="sakuhin_palcy"> <ul> <li><div id="para_palcy">Palcyにて連載中</div><br /> <span class="sakuhin_palcy_img"><a href="/contents/jimimegane.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/jimimegane.jpg" width="230" height="230" alt="断頭台に消えた伝説の悪女、二度目の人生ではガリ勉地味眼鏡になって平穏を望む" /></a></span><br /> <span class="text_sakuhintitle">断頭台に消えた伝説の悪女、二度目の人生ではガリ勉地味眼鏡になって平穏を望む</span><br /> <span class="text_sakuhinname">[漫画]月ヶ瀬ゆりの [原作]水仙あきら<br> [キャラクター原案]久賀フーナ</span><br /> <a href="https://palcy.page.link/5cd5" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_palcy">Palcyにて連載中</div><br /> <span class="sakuhin_palcy_img"><a href="/contents/otaishisama.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/otaishisama.jpg" width="230" height="230" alt="王太子様、私今度こそあなたに殺されたくないんです! 〜聖女に嵌められた貧乏令嬢、二度目は串刺し回避します!〜" /></a></span><br /> <span class="text_sakuhintitle">王太子様、私今度こそあなたに殺されたくないんです! <small>〜聖女に嵌められた貧乏令嬢、二度目は串刺し回避します!〜</small></span><br /> <span class="text_sakuhinname">[漫画]おしばなお [原作]岡達英茉<br> [キャラクター原案]先崎真琴</span><br /> <a href="https://palcy.jp/comics/1505" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_palcy">Palcyにて連載中</div><br /> <span class="sakuhin_palcy_img"><a href="/contents/okayureijou.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/okayureijou.jpg" width="230" height="230" alt="強制的に悪役令嬢にされていたのでまずはおかゆを食べようと思います。" /></a></span><br /> <span class="text_sakuhintitle">強制的に悪役令嬢にされていたのでまずはおかゆを食べようと思います。</span><br /> <span class="text_sakuhinname">[漫画]壱乃ナナ [原作]雨傘ヒョウゴ<br> [キャラクター原案]鈴ノ助</span><br /> <a href="https://palcy.jp/comics/1131" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_palcy">Palcyにて連載中</div><br /> <span class="sakuhin_palcy_img"><a href="/contents/suiyou.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/suiyou02.jpg" width="230" height="230" alt="水曜姉弟" /></a></span><br /> <span class="text_sakuhintitle">水曜姉弟</span><br /> <span class="text_sakuhinname">小菊路よう</span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000049W&lastUrl=Yqpisx3g" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_palcy">Palcyにて連載中</div><br /> <span class="sakuhin_palcy_img"><a href="/contents/keiyaku.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/keiyaku.jpg" width="230" height="230" alt="ケイ×ヤク―あぶない相棒―" /></a></span><br /> <span class="text_sakuhintitle">ケイ×ヤク―あぶない相棒―</span><br /> <span class="text_sakuhinname">薫原好江</span><br /> <a href="https://palcy.jp/comics/359?p=76ISCOZV" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> </ul> </div> <!--Palcy--> <!--DAYS--> <div id="sakuhin_days"> <ul> <li><div id="para_days">コミックDAYSにて連載中</div><br /> <span class="sakuhin_days_img"><a href="/contents/watashigahitoride.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/watashigahitoride.jpg" width="230" height="230" alt="私がひとりで生きてくなんて" /></a></span><br /> <span class="text_sakuhintitle">私がひとりで生きてくなんて</span><br /> <span class="text_sakuhinname">ハルノ晴</span><br /> <a href="https://comic-days.com/episode/316190247079152552" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_days">コミックDAYSにて連載中</div><br /> <span class="sakuhin_days_img"><a href="/contents/utsukon.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/utsukon.jpg" width="230" height="230" alt="ウツ婚!! 死にたい私が生き延びるための婚活" /></a></span><br /> <span class="text_sakuhintitle">ウツ婚!!<br><small>死にたい私が生き延びるための婚活</small></span><br /> <span class="text_sakuhinname">[漫画]磋藤にゅすけ<br> 原作:石田月美</span><br /> <a href="https://comic-days.com/episode/316190246951354346" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_days">コミックDAYSにて連載中</div><br /> <span class="sakuhin_days_img"><a href="/contents/bakemono.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/bakemono.jpg" width="230" height="230" alt="私の胎の中の化け物" /></a></span><br /> <span class="text_sakuhintitle">私の胎の中の化け物</span><br /> <span class="text_sakuhinname">中村すすむ</span><br /> <a href="https://comic-days.com/episode/3269754496654718138" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> </ul> </div> <!--DAYS--> <!--マガポケ--> <div id="sakuhin_magapoke"> <ul> <li><div id="para_magapoke">マガポケにて連載中</div><br /> <span class="sakuhin_magapoke_img"><a href="/contents/talesofcrestoria.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/talesofcrestoria.jpg" width="230" height="230" alt="テイルズ オブ クレストリア 咎我人の罪歌" /></a></span><br /> <span class="text_sakuhintitle">テイルズ オブ クレストリア <br>咎我人の罪歌</span><br /> <span class="text_sakuhinname">[原作]バンダイナムコエンターテインメント<br>[シナリオ]熊谷純<small>(シナリオ工房 月光)</small><br>[漫画]綾杉つばき</span><br /> <a href="https://pocket.shonenmagazine.com/episode/316190246973685054" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_magapoke">マガポケにて連載中</div><br /> <span class="sakuhin_magapoke_img"><a href="/contents/kenteigakuin.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/kenteigakuin.jpg" width="230" height="230" alt="剣帝学院の魔眼賢者" /></a></span><br /> <span class="text_sakuhintitle">剣帝学院の魔眼賢者</span><br /> <span class="text_sakuhinname">[漫画]雪あられ<br> [原作]ツカサ<br> [キャラクター原案]きさらぎゆり</span><br /> <a href="https://pocket.shonenmagazine.com/episode/316112896826244627" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_magapoke">マガポケにて連載中</div><br /> <span class="sakuhin_magapoke_img"><a href="/contents/gyaruassi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/gyaruassi.jpg" width="230" height="230" alt="ぎゃるアシ" /></a></span><br /> <span class="text_sakuhintitle">ぎゃるアシ</span><br /> <span class="text_sakuhinname">九駄礁太</span><br /> <a href="https://pocket.shonenmagazine.com/episode/316112896806667120" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a></li> <li><div id="para_magapoke">マガポケにて連載中</div><br /> <span class="sakuhin_magapoke_img"><a href="/contents/aniyomesan.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/aniyomesan.jpg" width="230" height="230" alt="兄ヨメさんの世話を焼く" /></a></span><br /> <span class="text_sakuhintitle">兄ヨメさんの世話を焼く</span><br /> <span class="text_sakuhinname">えとう誠</span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269754496306275936" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></span></a> </li> <li><div id="para_magapoke">KC完結版発売中</div><br /> <span class="sakuhin_magapoke_img"><a href="/contents/shamanking.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/shamanking.jpg" width="230" height="230" alt="SHAMAN KING" /></a></span><br /> <span class="text_sakuhintitle">SHAMAN KING</span><br /> <span class="text_sakuhinname">武井宏之</span><br /> <a href="https://pocket.shonenmagazine.com/episode/10834108156656983361" target="_blank"><span class="btn_otameshiyomi"> <font color="#ffffff">お試し読み</font></a></span> </li> <!--マガポケ--> </ul> </div> <br clear="all" /> <!--連載終了--> <div id="sakuhin03"> <ul> <li> <span class="sakuhin03_img"><a href="/contents/ai.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/aisensei.jpg" width="130" height="130" alt="アイ先生はわからない" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910063&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910063&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910063%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910063" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/akibattalion.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/akibattalion.jpg" width="130" height="130" alt="アキバタリアン" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910292&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910292&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910292%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910292" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ashura.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ashura.jpg" width="130" height="130" alt="阿修羅ちゃんと修羅場った" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651512&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651512%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/artgaoshigoto.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/artgaoshigoto.jpg" width="130" height="130" alt="アートがお仕事" /></a></span><br /> <a href="https://palcy.jp/comics/550?p=WrySh4NZ" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/onikyoushi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/onikyoushi.jpg" width="130" height="130" alt="あの鬼教師が僕の姉になるんですか?" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X7000009991234652927&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/amachin.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/amachin.jpg" width="130" height="130" alt="あまちんは自称♂" /></a></span><br /> <a href="https://comic-days.com/episode/10834108156637947026" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/yaseinoojousama.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/yaseinoojousama.jpg" width="130" height="130" alt="あ!野生のお嬢様がとびだしてきた!!" /></a></span><br /> <a href="https://comic-days.com/episode/316112896845691639" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/arafoeigyoman.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/arafoeigyoman.jpg" width="130" height="130" alt="アラフォー営業マン、異世界に起つ! 〜女神パワーで人生二度目の成り上がり〜" /></a></span><br /> <a href="https://seiga.nicovideo.jp/comic/52351" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/aramitama.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/aramitama.jpg" width="130" height="130" alt="ARAMITAMA" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910049&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910049&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910049%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910049" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/aroma.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/aroma.jpg" width="130" height="130" alt="アロマちゃんは今夜も恥ずかしいA" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651510&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651510%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ambrosia.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ambrosia.jpg" width="130" height="130" alt="アンブロシアの値段" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910285&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910285&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910285%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910285" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ikebukuro.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ikebukuro.jpg" width="130" height="130" alt="池袋ヲトメ道戦記" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910193&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910193&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910193%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910193" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ikebocat.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/ikebocat.jpg" width="130" height="130" alt="イケボキャット" /></a></span><br /> <a href="https://twitter.com/twi_sirius/status/1441296424977661952" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ikemenkanojo.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/ikemenkanojo.jpg" width="130" height="130" alt="イケメン彼女とヒロインな俺!?" /></a></span><br /> <a href="https://palcy.jp/comics/548?p=dnOVYKN7" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ijigendeadline.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/ijigendeadline.jpg" width="130" height="130" alt="異次元デッドライン" /></a></span><br /> <a href="https://seiga.nicovideo.jp/comic/51091" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ijimenokejime.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ijimenokejime.jpg" width="130" height="130" alt="いじめのケジメ" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/10834108156692211883" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/zetsuen.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/zetsuen.jpg" width="130" height="130" alt="いつも馬鹿にしてくる美少女たちと絶縁したら、実は俺のことが大好きだったようだ。" /></a></span><br /> <a href="https://comic-days.com/episode/316112896954038765" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/usotsukiyuriko.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/usotsukiyuriko.jpg" width="130" height="130" alt="嘘つきユリコの栄光" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000410T&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/classmate.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/uchiclass.jpg" width="130" height="130" alt="うちのクラスの女子がヤバい" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910056&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910056&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910056%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910056" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"> <img src="/content/files/images/sakuhin_thumb/end/lgirl.jpg" width="130" height="130" alt="Lガール!" /></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652334&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652334%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://kc.kodansha.co.jp/title?code=1000036157" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/elfdeck.jpg" width="130" height="130" alt="エルフデッキと戦場暮らし" /></a></span><br /> <a href=http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652516&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652516%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/orc.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/orc.jpg" width="130" height="130" alt="オーク編集と女騎士マンガ家さん" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651717&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651717%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/oshigashindanode.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/openmarriage.jpg" width="130" height="130" alt="推しが死んだのでタイムリープして生存ルート確保します!" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000818L&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/openmarriage.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/openmarriage.jpg" width="130" height="130" alt="オープンマリッジ" /></a></span><br /> <a href="https://palcy.jp/comics/360" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/otacir.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/otacir.jpg" width="130" height="130" alt="オタサーの姫殺人事件" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651515&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651515%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/onnasenshi.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/onnasenshi.jpg" width="130" height="130" alt="女戦士ってモテないんです!" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/10834108156692211883" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://aria-comic.jp/contents/list105.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/kakei.jpg" width="130" height="130" alt="架刑のアリス" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234650278&lastUrl=http%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234650278%26lastUrl%3Dhttp%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kachimeganai.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/kachimeganai.jpg" width="130" height="130" alt="勝ち目がないのは俺だけか!" /></a></span><br /> <a href="https://comic-days.com/episode/316112896845680439" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/karekano.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/karekano.jpg" width="130" height="130" alt="彼氏絶対殺す彼女vs.彼女絶対落とす彼氏" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652733&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652733%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kino.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/kino.jpg" width="130" height="130" alt="キノの旅 the Beautiful World" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651442&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651442%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"> <img src="/content/files/images/sakuhin_thumb/end/galneko.jpg" width="130" height="130" alt="ギャル魔女と猫" /></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652442&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652442%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/mikurina.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/mikurina.jpg" width="130" height="130" alt="境界のミクリナ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910186&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910186&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910186%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910186" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/genki.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/genki.jpg" width="130" height="130" alt="今日もわたしは元気ですぅ!!(キレ気味)〜転生悪役令嬢に逆ざまぁされた転生ヒロインは、祝福しか能がなかったので宝石祝福師に転身しました〜" /></a></span><br /> <a href="https://palcy.jp/comics/1105" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kujou.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/kujokun.jpg" width="130" height="130" alt="九条くんの美味なる放課後" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910209&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910209&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910209%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910209" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kunihachibu.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/kunihachibu.jpg" width="130" height="130" alt="くにはちぶ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651514&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651514%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/k-series.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/k-series.jpg" width="130" height="130" alt="『K』シリーズコミカライズ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651816&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651816%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/class_girls.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/crisis.jpg" width="130" height="130" alt="クライシス・ガールズ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910179&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910179&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910179%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910179" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/grimoire.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/grimoire.jpg" width="130" height="130" alt="グリモワールの庭" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910117&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910117&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910117%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910117" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/pandora.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/pandora.jpg" width="130" height="130" alt="CLOSING PANDORA" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234650549&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234650549%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/gekikara.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/gekikara.jpg" width="130" height="130" alt="激辛お嬢さまは自分を罰したい" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651582&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651582%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/gedokubo.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/gedokubo.jpg" width="130" height="130" alt="解毒坊" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651583&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651583%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kougasan.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/kougasan.jpg" width="130" height="130" alt="コウガさんの噛みぐせ" /></a></span><br /> <a href="https://comic-days.com/episode/3269754496527059316" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kouketsu.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/kouketsu.jpg" width="130" height="130" alt="交血の組曲" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910124&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910124&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910124%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910124" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/kotobayugi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/kotobayugi.jpg" width="130" height="130" alt="言葉遊戯" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269632237323318329" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/koneko.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/koneko.jpg" width="130" height="130" alt="子猫♂が待ってるので帰ります。" /></a></span><br /> <a href="https://palcy.jp/comics/787" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/gobusatachan.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/gobusatachan.jpg" width="130" height="130" alt="ご無沙汰ちゃんは××したい" /></a></span><br /> <a href="https://palcy.jp/comics/816" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://kc.kodansha.co.jp/product?item=0000310003" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/saekisan.jpg" width="130" height="130" alt="佐伯さんは眠ってる" /></a></span><br /> <a href="https://comic-days.com/episode/10834108156671510693" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/zannen_cap.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/zannencap.jpg" width="130" height="130" alt="残念なキャプテンとわがままな王様たち" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910254&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910254&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910254%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910254" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shiorisensei.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/shiorisensei.jpg" width="130" height="130" alt="栞せんせい、もうヤメてっ!" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651581&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651581%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/satougashi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/satougashi.jpg" width="130" height="130" alt="失恋後、険悪だった幼なじみが砂糖菓子みたいに甘い" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269754496432809060" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/eruria.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/eruria.jpg" width="130" height="130" alt="死神探偵エルリアの解" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000625A&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shimobesensei.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/shimobesensei.jpg" width="130" height="130" alt="しもべ先生の尊い生活" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651513&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651513%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shibanoue.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/shibanoue.jpg" width="130" height="130" alt="芝ノ上ジャンクション" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910278&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910278&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910278%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910278" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://kc.kodansha.co.jp/title?code=1000035002" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/shachikutogal.jpg" width="130" height="130" alt="社畜とギャルが入れ替わりまして!" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652169&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652169%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/jajajajan.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/jajajajan.jpg" width="130" height="130" alt="ジャジャジャジャーン!" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910216&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910216&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910216%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910216" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://magazine-edge.jp/contents/faust8.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/faust8.jpg" width="130" height="130" alt="SHAMAN KING FAUST8 永遠のエリザ" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269754496382635219" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://kc.kodansha.co.jp/title?code=1000033317" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/redcrimson.jpg" width="130" height="130" alt="SHAMAN KING レッドクリムゾン" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652000&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652000%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/sugardog.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/sugardog.jpg" width="130" height="130" alt="シュガードッグ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910094&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910094&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910094%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910094" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/josouoffkai.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/josouoffkai.jpg" width="130" height="130" alt="女装してオフ会に参加してみた。" /></a></span><br /> <a href="https://twitter.com/twi_sirius/status/1286239634180018176?s=20" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://kc.kodansha.co.jp/title?code=1000037130" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/joteigame.jpg" width="130" height="130" alt="女帝げぇむ" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/13933686331621228109" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shinyaku.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/shinyaku.jpg" width="130" height="130" alt="新約Märchen" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910070&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910070&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910070%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910070" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shinyujima.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/shinyujima.jpg" width="130" height="130" alt="信友島~良い人でなければ終わり~" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269632237283524709" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/haragal.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/haragal.jpg" width="130" height="130" alt="好きピのために腹筋割りたいギャル" /></a></span><br /> <a href="https://twitter.com/twi_sirius/status/1429020503574863873" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/robinson.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/robinson.jpg" width="130" height="130" alt="制服ロビンソン" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910025&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910025&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910025%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910025" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/frontline_new.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/seiyaku.jpg" width="130" height="130" alt="誓約のフロントライン" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910032&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910032&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910032%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910032" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/cherion.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/cherion.jpg" width="130" height="130" alt="絶対聖域のチェリオン" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000230V&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/zenkimi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/zenkimi.jpg" width="130" height="130" alt="全部失っても、君だけは" /></a></span><br /> <a href="https://palcy.jp/comics/539?p=FLkv9yZH" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/sorano_kain.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/soranokain.jpg" width="130" height="130" alt="空のカイン" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910247&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910247&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910247%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910247" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tantei.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/tantei.jpg" width="130" height="130" alt="探偵が早すぎる" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651996&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651996%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tesso.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/tesso.jpg" width="130" height="130" alt="鉄鼠の檻" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651316&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651316%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tell_your_story.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/tellyourstory.jpg" width="130" height="130" alt="tell your story" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910223&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910223&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910223%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910223" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tenseimajo.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/tenseimajo.jpg" width="130" height="130" alt="転生魔女よ、暁を謳え" /></a></span><br /> <a href="https://palcy.jp/comics/714" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tokyogarekishoujo.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/tokyogarekishoujo.jpg" width="130" height="130" alt="東京ガレキ少女" /></a></span><br /> <a href="https://comic-days.com/episode/3269754496531653949" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/doteizetsumetsu.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/dotei.jpg" width="130" height="130" alt="童貞絶滅列島" /></a></span><br /> <a href="https://comic-days.com/episode/10834108156675337000" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/totsunee.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/totsunee.jpg" width="130" height="130" alt="突姉っ!" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651469&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651469%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tomokill.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/tomokill.jpg" width="130" height="130" alt="友だち100人でKILLかな" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652304&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652304%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/trap.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/trap.jpg" width="130" height="130" alt="トラップ~危険な元カレ~" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652782&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E3%2583%2588%25E3%2583%25A9%25E3%2583%2583%25E3%2583%2597%25EF%25BD%259E%25E5%258D%25B1%25E9%2599%25BA%25E3%2581%25AA%25E5%2585%2583%25E3%2582%25AB%25E3%2583%25AC%25EF%25BD%259E&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652782%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E3%2583%2588%25E3%2583%25A9%25E3%2583%2583%25E3%2583%2597%25EF%25BD%259E%25E5%258D%25B1%25E9%2599%25BA%25E3%2581%25AA%25E5%2585%2583%25E3%2582%25AB%25E3%2583%25AC%25EF%25BD%259E" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/doruota.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/doruota.jpg" width="130" height="130" alt="ドルオタ魔王" /></a></span><br /> <span class="btn_otameshiyomi03"> お試し読み</span> </li> <li> <span class="sakuhin03_img"><a href="/contents/dollnoshimobe.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/dollnoshimobe.jpg" width="130" height="130" alt="ドールのしもべが自重しない!" /></a></span><br /> <a href="https://palcy.jp/comics/1657" target="_blank"><span class="btn_otameshiyomi03"> お試し読み</span></a> </li> <li> <span class="sakuhin03_img"><a href="/contents/nanatsunotaizai.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/sevendays.jpg" width="130" height="130" alt="七つの大罪 セブンデイズ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063932010&lastUrl=http%3A%2F%2Fmagazine-edge.jp%2Fend%2Fsevendays.html&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063932010%26lastUrl%3Dhttp%3A%2F%2Fmagazine-edge.jp%2Fend%2Fsevendays.html" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/russian.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/russian.jpg" width="130" height="130" alt="日本語が話せないロシア人美少女転入生が頼れるのは、多言語マスターの俺1人" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269754496381400495" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/nekogahara.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/neko.jpg" width="130" height="130" alt="猫ヶ原" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910018&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910018&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910018%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910018" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hanadoll.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/hanadoll.jpg" width="130" height="130" alt="華Doll*~Flowering~Boys were still in a dream" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000086H&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hanamachi.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/hanamachi.jpg" width="130" height="130" alt="花街ヒイロヲ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910100&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910100&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910100%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910100" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://aria-comic.jp/contents/list165.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/haruka6.jpg" width="130" height="130" alt="遙かなる時空の中で6" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234650302&lastUrl=http%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234650302%26lastUrl%3Dhttp%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/danshimeshi.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/danshimeshi.jpg" width="130" height="130" alt="パンドーラ 男子めし" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651883&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651883%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://aria-comic.jp/contents/list198.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/bishonen.jpg" width="130" height="130" alt="美少年探偵団" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234650278&lastUrl=http%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234650278%26lastUrl%3Dhttp%3A%2F%2Faria-comic.jp%2Fotameshi%2Fend.html" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://magazine-edge.jp/contents/hidarite.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/hidarite.jpg" width="130" height="130" alt="左手のための二重奏" /></a></span><br /> <a href="https://comic-days.com/episode/13933686331619736069" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://magazine-edge.jp/contents/hitogata.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/hitogata.jpg" width="130" height="130" alt="人形~ヒトガタ~" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269632237323317155" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hibino.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/hibino.jpg" width="130" height="130" alt="日々野兄弟" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234650731&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234650731%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hypnosismic/" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/hypno.jpg" width="130" height="130" alt="ヒプノシスマイク -Before The Battle- The Dirty Dawg" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652232&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652232%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hypno_dod/" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/hypno_dod.jpg" width="130" height="130" alt="ヒプノシスマイク Before The Battle- Dawn Of Divisions" /></a></span><br /> <a href="https://comic-days.com/episode/3269754496527060331" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hypno_DHBAT/" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/hypno_DHBAT.jpg" width="130" height="130" alt="ヒプノシスマイク-Division Rap Battle- side D.H & B.A.T+" /></a></span><br /> <a href="https://comic-days.com/episode/316112896928940203" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/walkure.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/walkure.jpg" width="130" height="130" alt="百年のワルキューレ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651276&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651276%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/b_dinning.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/bnoshokutaku.jpg" width="130" height="130" alt="Bの食卓" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910087&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910087&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910087%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910087" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/fukazawasan.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/fukazawasan.jpg" width="130" height="130" alt="深沢さん、ありがとう。" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652249&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652249%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/futago.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/futago.jpg" width="130" height="130" alt="双子の男女がわからない" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000118N&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/bloodfire.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/bloodfire.jpg" width="130" height="130" alt="BLOOD FIRE 警視庁特別怪異対応班" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X900000000000000435S&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/projectscard.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/projectscard.jpg" width="130" height="130" alt="PROJECT SCARD ~獣たちの正義~" /></a></span><br /> <a href="https://kds-t.jp/?jdcn=X7000009991234652947&lastUrl=Yqpisx3g" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/shikabane.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/eruria.jpg" width="130" height="130" alt="返事がない、ただの魔王の屍のようだ ~聖職者が魔王の子分になったのに世界の半分もくれません~" /></a></span><br /> <a href="https://seiga.nicovideo.jp/comic/54321" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="https://magazine-edge.jp/contents/adelia.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/adelia.jpg" width="130" height="130" alt="ぼくのアデリア" /></a></span><br /> <a href="https://pocket.shonenmagazine.com/episode/3269632237323316774" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/bokura.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/bokura.jpg" width="130" height="130" alt="僕らは自分のことばかり" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910414&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910414&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910414%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910414" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hoshino.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/arukana.jpg" width="130" height="130" alt="星野さんちのアルとカナ" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910230&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910230&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910230%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910230" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/maou.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/maou.jpg" width="130" height="130" alt="魔王インストール" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910162&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910162&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910162%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910162" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/mashirokun.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/mashirokun.jpg" width="130" height="130" alt="ましろくんは世話をやきたいっ!" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651468&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651468%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/mazumeshi.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/mazumeshi.jpg" width="130" height="130" alt="マズ飯エルフと遊牧暮らし" /></a></span><br /> <a href="https://comic-days.com/episode/10834108156659504553" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/madamaniau.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/madamaniau.jpg" width="130" height="130" alt="まだ間に合う!明日処刑される悪役令嬢ですけど、スチル回収だけはさせてください!" /></a></span><br /> <a href="https://palcy.jp/comics/1591" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/tomsawyer.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/tomsawyer2.jpg" width="130" height="130" alt="都会のトム&ソーヤ 連載版" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910131&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910131&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910131%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910131" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/mabusasa.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/mabusasa.jpg" width="130" height="130" alt="まぶささ" /></a></span><br /> <a href="https://palcy.jp/comics/102" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/miraclearoha.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/miraclearoha.jpg" width="130" height="130" alt="魔法少女ミラクルあろはの弟" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652335&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652335%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/aochan.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/aochan.jpg" width="130" height="130" alt="淫らな青ちゃんは勉強ができない" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910155&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910155&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910155%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910155" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/mitsugetsuhime.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/mitsugetsuhime.jpg" width="130" height="130" alt="蜜血姫とヴァンパイア" /></a></span><br /> <a href="https://palcy.jp/comics/214" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/miyamotosakura.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/miyamotosakura.jpg" width="130" height="130" alt="宮本サクラが可愛いだけの小説の漫画。" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652732&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652732%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/megalobox.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/megalobox.jpg" width="130" height="130" alt="メガロボクス 宿命の双拳" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651815&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651815%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="http://kc.kodansha.co.jp/title?code=1000032803" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/messiah.jpg" width="130" height="130" alt="メサイア -CODE EDGE-" /></a></span><br /> <a href="https://palcy.jp/comics/215?p=garJzOAs" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/hitsuji.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/hitsuji.jpg" width="130" height="130" alt="楽園の羊は泣きかたを知らない" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234651275&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234651275%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/rakudaiseijo.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/rakudaiseijo.jpg" width="130" height="130" alt="落第聖女なのに、なぜか訳ありの王子様に溺愛されています!" /></a></span><br /> <a href="https://palcy.jp/comics/1496" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/lovekyo.html" target="_blank"> <img src="/content/images/_sakuhin/thumbnail/end/lovekyo.jpg" width="130" height="130" alt="らぶキョ ~家庭教師が××すぎて勉強どころじゃない~" /></a></span><br /> <a href="https://comic-days.com/episode/3269754496381401474" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ranpo_another.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ranpoanother.jpg" width="130" height="130" alt="乱歩アナザー ―明智小五郎狂詩曲―" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910148&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910148&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910148%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910148" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/ryusei.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/ryusei.jpg" width="130" height="130" alt="流星傘下" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9784063910261&lastUrl=http%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910261&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9784063910261%26lastUrl%3Dhttp%3A%2F%2Fkc.kodansha.co.jp%2Ftrial_lastpage%3Fisbn%3D9784063910261" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> <li> <span class="sakuhin03_img"><a href="/contents/robotizonkeijoshi.html" target="_blank"> <img src="/content/files/images/sakuhin_thumb/end/robotizonkeijoshi.jpg" width="130" height="130" alt="ロボット依存系女子のメーワクな日常" /></a></span><br /> <a href="http://md-fp.jp/service/nc/0000000d/000000?isbn=9991234652076&lastUrl=http%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8&shareUrl=http%3A%2F%2Fmd-fp.jp%2Fservice%2Fnc%2F0000000d%2F000000%3Fisbn%3D9991234652076%26lastUrl%3Dhttp%3A%2F%2Fdensho.kodansha.co.jp%2Fsearch_keyword.html%3Fkeyword%3D%25E5%25B0%2591%25E5%25B9%25B4%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25A8%25E3%2583%2583%25E3%2582%25B8" target="_blank"> <span class="btn_otameshiyomi03"> お試し読み</a></span> </li> </ul> </div> <!--連載終了--> <!--下段--> <div id="bottom"> <div id="banner_s"> <ul> <li><a href="https://shamanking-project.com/" target="_blank"><img src="/content/images/_banner/banner_sk_anime02.jpg" width="440" height="220" alt="「SHAMAN KING」完全新作TVアニメ放送中" /></a></li> <li><span class="banner_slider"><a href="https://seiga.nicovideo.jp/manga/official/edge/" target="_blank"> <img src="/content/images/_banner/girigiriedge.jpg" width="440" height="220" alt="ぎりぎりえっじ" /></a></span></li> <li><a href="https://www.kodansha.com/" target="_blank"><img src="/content/images/_banner/banner_corporate.jpg" width="440" height="220" alt="講談社ブランドストーリー「おもしろくて、ためになる」を世界へ" /></a></li> <li><a href="https://youtu.be/fJZrmX9oWj4" target="_blank"><img src="/content/images/_banner/stopkaizokuban2023_880x440.jpg" width="440" height="220" alt="STOP! 海賊版" /></a></li> <!-- <li><a href="https://2022.kodansha.co.jp?utm_source=owned&utm_medium=banner" target="_blank"><img src="/content/images/_banner/banner_2022_03.jpg" width="440" height="220" alt="Open New Stories" /></a></li> <li><a href="https://gachimanga.kodansha.co.jp?utm_source=https://shonenmagazine.com/&utm_medium=banner&utm_campaign=&utm_content=" target="_blank"><img src="/content/images/_banner/gachimanga2022_edge.jpg" width="440" height="220" alt="講談社ガチ!マンガフェア2022" /></a></li> --> </ul> </div> </div> <!--下段--> </div> </div> <br clear="all" /> <br clear="all" /> </body> <div id="kc_footer" class="kc_common"> <div class="kc_container"> <div class="kc_ads"> <div class="kc_ad"><div id="rectangle_sp"><!-- --></div></div> </div> <div class="kc_row"> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt> <span class="kc_hidden-xs"><em>雑誌 </em>少年コミック</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><em>雑誌 </em>少年コミック</a> </dt> <dd class="kc_hidden-xs"><a href="http://www.shonenmagazine.com/index">週刊少年マガジン</a></dd> <dd class="kc_hidden-xs"><a href="http://www.shonenmagazine.com/bmaga/">別冊少年マガジン</a></dd> <dd class="kc_hidden-xs"><a href="http://www.gmaga.co/">月刊少年マガジン</a></dd> <dd class="kc_hidden-xs"><a href="http://www.magazine-r.co">少年マガジンR</a></dd> <dd class="kc_hidden-xs"><a href="http://shonen-sirius.com/">月刊少年シリウス</a></dd> <dd class="kc_hidden-xs"><a href="http://magazine-edge.jp/">少年マガジンエッジ</a></dd> </dl> </div> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt> <span class="kc_hidden-xs"><em>雑誌 </em>少女・女性コミック</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span><em>雑誌 </em>少女・女性コミック</span></a> </dt> <dd class="kc_hidden-xs"><a href="http://nakayosi.kodansha.co.jp/">なかよし</a></dd> <dd class="kc_hidden-xs"><a href="http://betsufure.net/">別冊フレンド</a></dd> <dd class="kc_hidden-xs"><a href="http://go-dessert.jp/">デザート</a></dd> <dd class="kc_hidden-xs"><a href="http://kisscomic.com/">Kiss</a></dd> <dd class="kc_hidden-xs"><a href="http://kisscomic.com/hatsukiss/">ハツキス</a></dd> <dd class="kc_hidden-xs"><a href="http://be-love.jp/">BE・LOVE</a></dd> </dl> </div> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt> <span class="kc_hidden-xs"><em>雑誌 </em>青年コミック</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><em>雑誌 </em>青年コミック</a> </dt> <dd class="kc_hidden-xs"><a href="http://yanmaga.jp/">ヤングマガジン</a></dd> <dd class="kc_hidden-xs"><a href="http://yanmaga.jp/monthly/">月刊ヤングマガジン</a></dd> <dd class="kc_hidden-xs"><a href="http://yanmaga.jp/3rd/">ヤングマガジン サード</a></dd> <dd class="kc_hidden-xs"><a href="http://morning.moae.jp/" target="_blank">モーニング</a></dd> <dd class="kc_hidden-xs"><a href="http://morning.moae.jp/magazine/morningtwo" target="_blank">モーニング・ツー</a></dd> <dd class="kc_hidden-xs"><a href="http://afternoon.moae.jp/" target="_blank">アフタヌーン</a></dd> <dd class="kc_hidden-xs"><a href="http://afternoon.moae.jp/magazine/goodafternoon" target="_blank">good! アフタヌーン</a></dd> <dd class="kc_hidden-xs"><a href="http://evening.moae.jp/" target="_blank">イブニング</a></dd> <dd class="kc_hidden-xs"><a href="http://shonen-sirius.com/nemesis/">ネメシス</a></dd> </dl> </div> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt> <span class="kc_hidden-xs"><em>ライトノベル</em></span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span><em>ライトノベル</em></span></a> </dt> <dd class="kc_hidden-xs"><a href="http://lanove.kodansha.co.jp/">講談社ラノベ文庫</a></dd> <dt> <span class="kc_hidden-xs"><em>レーベル</em></span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span><em>レーベル</em></span></a> </dt> <dd class="kc_hidden-xs"><a href="http://gentei.kodansha.co.jp/ target="_blank">講談社 限定版・特装版</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/tezuka80/" target="_blank">手塚治虫文庫全集</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/mizuki/" target="_blank">水木しげる漫画大全集</a></dd> <dd class="kc_hidden-xs"><a href="http://ishinomori.jp/" target="_blank">石ノ森章太郎デジタル大全</a></dd> <dd class="kc_hidden-xs"><a href="http://kodanshacomics.com/" target="_blank">Kodansha Comics</a></dd> <dd class="kc_hidden-xs"><a href="http://sai-zen-sen.jp/comics/" target="_blank">星海社COMICS</a></dd> </dl> </div> </div> <div class="kc_row"> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt class="kc_linner"> <span class="kc_hidden-xs">本をさがす</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span>本をさがす</span></a> </dt> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/new_comics">新刊一覧</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/calendar">発売予定表</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/trial">試し読み</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/dcomics">電子コミック</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/store_list">電子書店一覧</a></dd> <dd class="kc_hidden-xs"><a href="http://gentei.kodansha.co.jp/" target="_blank">限定版情報</a></dd> </dl> </div> <div class="kc_col-sm-3"> <dl class="kc_clearfix"> <dt class="kc_linner"> <span class="kc_hidden-xs">インフォメーション</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span>インフォメーション</span></a> </dt> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/media">アニメ・ドラマ・映画化作品</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/rookie_awards">コミック新人賞のご案内</a></dd> <dd class="kc_hidden-xs"><a href="http://kc.kodansha.co.jp/previews">連合試写会へのご招待</a></dd> <dd class="kc_hidden-xs"><a href="https://bookclub.kodansha.co.jp/signup/" target="_blank">メールマガジンのご案内</a></dd> <dd class="kc_hidden-xs"><a href="http://comic-sp.kodansha.co.jp/infomail/">新刊お知らせメールのご案内</a></dd> <dd class="kc_hidden-xs"><!-- <a href="http://kc.kodansha.co.jp/rss">RSS</a> --></dd> </dl> </div> <div class="kc_col-sm-3"> <dl> <dt class="kc_clearfix linner"> <span class="kc_hidden-xs">講談社のWebサイト</span> <a class="kc_visible-xs kc_button_detail" href="#" data-status="close"><span>講談社のWebサイト</span></a> </dt> <dd class="kc_hidden-xs"><a href="http://www.kodansha.co.jp/" target="_blank">講談社ホームページ</a></dd> <dd class="kc_hidden-xs"><a href="http://bookclub.kodansha.co.jp/">講談社BOOK倶楽部</a></dd> <dd class="kc_hidden-xs"><a href="http://emag.kodansha.co.jp/" target="_blank">講談社の電子雑誌</a></dd> <dd class="kc_hidden-xs"><a href="http://apps.kodansha.co.jp/" target="_blank">講談社スマートフォンアプリ</a></dd> <dd class="kc_hidden-xs"><a href="http://www.joseishi.net/" target="_blank">JOSEISHI.NET</a></dd> <dd class="kc_hidden-xs"><a href="http://konoichi.kodansha.co.jp/">この一冊!</a></dd> </dl> </div> <div class="kc_col-sm-3"> <ul> <li><a href="http://kc.kodansha.co.jp/info">ご利用案内</a></li> <li><a href="http://kc.kodansha.co.jp/user_policy">利用規約</a></li> <li><a href="http://kc.kodansha.co.jp/faq">よくあるご質問</a></li> <li><a href="https://bookcomi.kds.jp/form/" target="_blank">お問い合わせ</a></li> <li><a href="http://www.kodansha.co.jp/privacy/index.html" target="_blank">プライバシーポリシー</a></li> <li><a href="http://www.kodansha.co.jp/copyright.html" target="_blank">著作権について</a></li> <li><a href="http://www.kodansha.co.jp/about.html" target="_blank">会社概要</a></li> </ul> </div> </div> <br> <center> <a href="http://magazine-edge.jp/abj/" target="_blank"><img src="/content/files/images/abj_b.png" width="200" height="165" alt="ABJマーク" /></a> </center><br> <br> </div> <p class="kc_copyright">少年マガジンエッジ公式サイトは正規版配信サイトマークを取得したサービスです。<br> Copyright © 2008-2024 <a href="http://www.kodansha.co.jp/" target="_blank">Kodansha</a> Ltd. All Rights Reserved.<br> このサイトのデータの著作権は講談社が保有します。無断複製転載放送等は禁止します。 </p> </div> </body> </html>