@charset "UTF-8";

/* For SmartPhone */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.3rem;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    border: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

b {
    font-weight: bold;
}

/*　ios独自の装飾仕様をクリア　*/

input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}

/* google fonts
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

:root {--Z-color: #00a2e3;}
:root {--txt-color: #666666;}

/* 背景色
-------------------------------------------------*/
.bluebg {background: #00a0e5;}
.contentBg {background: #edf0f2;}

/* 文字
-------------------------------------------------*/
/** 文字色 **/
.gray {color: #555;}
.whitetxt {color: #fff;}
.redtxt {color: #FF0004;}
.bluetxt {color: #00a2e3;}

/** 太字 **/
.bold {font-weight: bold;}

/** 文字サイズ **/
.font12 {font-size: 12px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}

/** ブロック要素 **/
.block {display: block;}
.wordbreak{word-break: break-word;}

/* マージン
-------------------------------------------------*/
/** TOP **/
.margin-top_5 {margin-top: 5px;}
.margin-top_10 {margin-top: 10px;}
.margin-top_15 {margin-top: 15px;}
.margin-top_20 {margin-top: 20px;}
.margin-top_40 {margin-top: 40px;}

/** RIGHT **/
.margin-right_5 {margin-right: 5px;}
.margin-right_10 {margin-right: 10px;}

/** BOTTOM **/
.margin-bottom_0 {margin-bottom: 0!important;}
.margin-bottom_5 {margin-bottom: 5px;}
.margin-bottom_10 {margin-bottom: 10px;}
.margin-bottom_15 {margin-bottom: 15px;}
.margin-bottom_18 {margin-bottom: 18px;}
.margin-bottom_20 {margin-bottom: 20px;}
.margin-bottom_24 {margin-bottom: 24px;}
.margin-bottom_40 {margin-bottom: 40px;}

/** AROUND **/
.margin-around_10 {margin: 10px;}
.margin-around_15 {margin: 15px;}
.margin-around_20 {margin: 20px;}
.margin-around_30 {margin: 30px;}
.margin-around_40 {margin: 40px;}

/** TOP + BOTTOM **/
.margin-TB_5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-TB_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-TB_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/** RIGHT + LEFT **/
.margin-LR_10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-LR_20 {
    margin-left: 20px;
    margin-right: 20px;
}

/* テキスト位置
-------------------------------------------------*/
.center_txt {text-align: center;}
.left_txt {text-align: left;}
.right_txt {text-align: right;}

/* ボタン
-------------------------------------------------*/
/** オレンジ：ログイン **/
.orangebtn_input {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: rgb(255, 153, 0);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
}

.orangebtn a:hover, .orangebtn a:active {
    background: #ffad33;
    color: #ffebcc;
}

/** 濃いオレンジ：登録完了 **/
.orangeredbtn a {
    display: block;
    background: rgb(255, 108, 0); /* Old browsers */
    background: linear-gradient(to bottom, rgba(255, 108, 0, 1) 0%, rgba(255, 120, 0, 1) 100%);
    color: #fff;
    border-width: 0 1px 2px 1px;
    border-color: #ee6900;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
}

.orangeredbtn a:hover, .orangebtn a:active {
    background: #ff8833;
}

/** 赤：プレミアムLP **/
.redbtn a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: rgb(229, 49, 68);
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.redbtn a:hover, .redbtn a:active {
    background: #e55c6a;
}

/** イエロー：ログイン **/
.yellowbtn a {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: rgb(255, 228, 0); /* Old browsers */
    color: #684510;
    border-radius: 20px;
    text-align: center;
}

.yellowbtn a:hover, .yellowbtn a:active {
    background: #ffed4c;
    color: #696969;
}

/** ブルー：その他 **/
.bluebtn a {
    display: block;
    background: rgb(0, 160, 229); /* Old browsers */
    background: linear-gradient(to bottom, rgba(0, 160, 229, 1) 0%, rgba(0, 168, 232, 1) 100%);
    color: #fff;
    border-width: 0 1px 2px 1px;
    border-color: #008cc8;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
}

.bluebtn a:hover, .bulebtn a:active {
    background: #2eaee5;
    color: #fff;
}

/** ブルー：フォームボタン用 **/
.bluebtnform {
    display: block;
    background: rgb(0, 160, 229); /* Old browsers */
    background: linear-gradient(to bottom, rgba(0, 160, 229, 1) 0%, rgba(0, 168, 232, 1) 100%);
    color: #fff;
    border-width: 0 1px 2px 1px;
    border-color: #008cc8;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
}

/** 白：編集部オススメ **/
.whitebtn{
    background: #fff;
    border:1px solid #00a2e3;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #00a2e3;
    box-sizing: border-box;
}

/** inputボタン横並び **/
.btnRowSet {
    display: flex;
    justify-content: center;
}

.btnRowSet input {
    display: block;
    height: 40px;
    line-height: 38px;
    border-radius: 22px;
    width: 42%;
    font-size: 16px;
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #777;
}

.btnRowSet input:last-of-type {
    display: block;
    height: 40px;
    line-height: 38px;
    border-radius: 22px;
    width: 42%;
    font-size: 16px;
    background: #00a0e5;
    border: 2px solid #00a0e5;
    color: #fff;
}

.btnRowSet input:nth-of-type(2) {margin-left: 15px;}


/* ボタン(種類別(サイズ指定))
-------------------------------------------------*/
/** ビューワ、読了ページ / 本棚に追加、続刊を読む **/
.btn {
    width: 200px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
}

.btn span {
    background: url(../../virgo/img/btnicon_white.png) left no-repeat;
    padding: 0 0 0 14px;
    font-size: 14px;
}

/* スライドナビゲーション
-------------------------------------------------*/

.remodal{
    margin-bottom: 0px!important;
}

.remodal-wrapper{
    height: calc(100% - 137px);
    padding-bottom: 0px!important;
}

.slideNav {
    background: #fff;
}

.slideNav .searchBox {
    display: flex;
    padding:10px;
}

.slideNav .searchBox .searchForm {
    position: relative;
    width: 100%;
}

.slideNav .searchBox .searchForm a {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 34px;
    height: 34px;
}

.slideNav .searchBox .searchForm a img {
    display: block;
    width: 26px;
    margin: 0 auto;
    padding-top: 3px;
}

.slideNav .searchBox .searchForm input {
    display: block;
    width: 100%;
    height: 44px;
    padding-right: 50px;
    line-height: 44px;
    margin: 0 auto;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 6px;
    color: #333;
}

.slideNav .searchClose {
    width: 50px;
    height: 44px;
    margin-left: 10px;
}

.slideNav .searchClose a {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    padding:12px 0;
    box-sizing: border-box;
}

.slideNav .searchClose img {
    height: 20px;
}

.slideNav .navR18 a {
    color: #f45a8d;
}

.slideNav .navR18 a span {
    margin-left: 5px;
    padding: 4px;
    background: #f45a8d;
    border-radius: 6px;
    color: #fff;
}

.slideNav .newBadge {
    margin: 0 0 0 4px;
    padding: 4px 7px;
    background: #ea4666;
    color: #fff;
    border-radius: 50%;
}

.slideNavWrap{
    background: #fff;
    padding: 20px 10px 10px 10px;
}

.slideNavWrap h2{
    font-size: 14px;
    font-weight: 700;
    color: #94b3bf;
    margin-bottom: 10px;
}

.slideNavTag ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.slideNavTag ul li{
    margin-right: 10px;
    margin-bottom: 8px;
}

.slideNavTag ul li a{
    display: block;
    border: 1px solid #00A0E9;
    border-radius: 4px;
    color: #00A0E9;
    font-size: 13px;
    padding:8px 8px;
    line-height: 13px;
}

.slideNavTag ul li a:before{
    content: "#";
    margin-right: 2px;
}

.slideNavList ul{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #E1E6EA;
    border-radius: 4px;
    margin-bottom: 30px;
}

.slideNavList li{
    width: 50%;
    border-bottom: 1px solid #E1E6EA;
    box-sizing: border-box;
}

.slideNavList li:nth-child(odd){
    border-right: 1px solid #E1E6EA;
}

.slideNavList li:last-child ,
.slideNavList li:nth-child(odd):nth-last-child(-n+2){
    border-bottom: none;
}

.slideNavList li a{
    color: #666;
    padding: 16px 10px;
    display: block;
    width: 100%;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

/* ツールバー
-------------------------------------------------*/
#toolBar {
    background-color: #fff;
    padding: 8px;
}

#toolBar ul {
    display: flex;
    justify-content: left;
    align-items: center;
}

#toolBar ul li:first-child{
    margin-right: auto;
}

#toolBar h1 img{
    vertical-align: sub;
}

#toolBar ul li.searchIcon ,
#toolBar ul li.loginIcon ,
#toolBar ul li.shelfIcon{
    margin-left: 4px;
    position: relative;
}

#toolBar ul li.searchIcon a ,
#toolBar ul li.loginIcon a ,
#toolBar ul li.shelfIcon a{
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 18px;
    display: block;
    text-align: center;
    font-size: 10px;
    width: 50px;
    height: 40px;
    padding-top:25px;
    box-sizing: border-box;
    color: #444 ;
    background-size: auto 20px;
}

#toolBar ul li.searchIcon a{
    background-image: url(https://mangaz-static.j-comi.jp/images/common/icon/search.svg);
    background-position: 14px 3px;
}

#toolBar ul li.loginIcon a{
    background-image: url(https://mangaz-static.j-comi.jp/images/common/icon/mypage.svg);
}

#toolBar ul li.shelfIcon a{
    background-image: url(https://mangaz-static.j-comi.jp/images/common/icon/shelf.svg);
}

#toolBar ul li.loginIcon .badge{
    background-color: #F54F78;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 4px 6px;
    height: 1em;
    line-height: 1em;
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: 0;
}

/* カテゴリーナビ
-------------------------------------------------*/
#categoryNav{background-color: #fff;}
#categoryNav ul{display: flex;}

#categoryNav ul li{
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    width: calc(100% / 6);
    border-bottom: 1px solid #E1E6EA;
}

#categoryNav ul li.current{
    border-color: #0e79aa;
    background-color: rgba(0, 160, 233, 0.04);
}

#categoryNav ul li a{
    display: block;
    padding: 11px 0;
    font-size: 12px;
    color: #5a7987;
}

#categoryNav ul li.current a{
    color: #0e79aa;
    font-weight: bold;
}

/* メインバナー
-------------------------------------------------*/
#mainBanner {
    position: relative;
    padding-top: 8px;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: block;
}

.main-gallery .carousel-cell {
    width: 83% !important;
    height: auto;
    margin-right: 10px;
}

#mainBanner a{
    display: block;
}

#mainBanner img {
    width: 100%;
    height: auto;
    border-radius:4px;
    vertical-align: middle;
}


/* タグバー
-------------------------------------------------*/

.tagbar {
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    background: #fff;
}

.tagbar ul {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.tagbar ul li {
    padding-right: 8px;
    color: #666;
    flex: 0 0 auto;
}

.tagbar ul li:first-child{
    padding-top: 2px;
}

.tagbar ul li a {
	display:block;
	padding: 8px;
	font-size: 12px;
	line-height: 1;
	color:#00a2e3;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	border:1px solid #00a2e3;
	border-radius: 3px;
	transition: 0.5s ;
}

.tagbar li a:before{
	content: "#";
	padding-right: 4px;
}

.tagbar ul li a:hover {
    opacity: 1;
    animation: flash3 1s;
}

@keyframes flash3 {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* 新着情報
-------------------------------------------------*/
.newsMod {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsMod > ul {
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
}

.newsMod > ul > li {
    position: relative;
    height: 52px;
    background: #fff;
}

.newsMod > ul > li > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    height: 51px;
    border-bottom: 1px solid #edf0f2;
}

.newsMod > ul > li:last-child a {
    border: 0;
}

.newsMod > ul > li:last-child .newsClose a {
    height: 52px;
    border: 0;
}

/* > */

.newsMod > ul > li > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(45deg);
    margin-top: -4px;
}

.newsMod > ul > li:nth-last-child(1) {
    border-bottom: 0;
}

.newsMod > ul > li div:nth-of-type(1) {
    padding-left: 0;
}

.newsMod > ul > li div:nth-of-type(2) {
    flex: 1;
    padding-top: 6px;
}

.newsMod .newsClose {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    padding: 0;
    height: 51px;
}

.newsMod .newsClose a {
    display: block;
    width: 26px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #dcdcdc;
    background: #ccc;
    transition: 0.5s;
}

.newsMod .newsClose a:hover {
    border-bottom: 1px solid #dcdcdc;
    opacity: 1;
    animation: flash2 1.5s;
}

@keyframes flash {
    0% {
        background: #666;
    }
    100% {
        background: #ccc;
    }
}

.newsMod .newsIcon {
    display: block;
    height: 17px;
    min-width: 45px;
    margin: 16px 10px 0 15px;
    padding: 0 5px;
    line-height: 17px;
    border: 2px solid #00a2e3;
    border-radius: 10px;
    color: #00a2e3;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.newsMod .newsModDate {
    font-size: 8px;
    font-weight: 700;
}

.newsMod a .newsModDate {
    color: #333;
    line-height: 12px;
}

.newsMod .newsModNew {
    margin: 0 0 0 4px;
    font-size: 8px;
    line-height: 16px;
    color: #F00;
    font-weight: 700;
    text-indent: 6px
}

.newsMod .newsModTxt {
    display: block;
}

.newsMod a .newsModTxt {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

/* キャンペーンモジュール
-------------------------------------------------*/
.camMod .camModMainBanner img {
    width: 100%;
    vertical-align: bottom;
}

/* 編集部枠
-------------------------------------------------*/
.edtingMod {
    position: relative;
    padding: 15px;
    background: #4B565A;
}

.edtingModTitle{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.edtingModTitle h2{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.edtingModTitle a{
    display: block;
    color: #fff;
    padding: 4px 25px 4px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
}
.edtingModTitle a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    margin-top: -4px;
}

.edtingModDetail {
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

.edtingModDetail img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.edtingModDetail .heading{
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

.edtingModDetail .title{
    color: #888;
    font-size: 12px;
    margin-bottom: 15px;
}

.osusumelist .edtingMod{
    background: #fff;
    border: 1px solid #E1E6EA;
    padding: 0px;
    border-radius: 4px;
}

/* グリッド
-------------------------------------------------*/

.gridContents {background: #fff;}

.gridContents h1,
.gridContents h2,
.gridContents h3 {
    margin: 0 0 0 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
}

.gridContents .thumList {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 0 0 16px;
}

.gridContents .thumList li {
    position: relative;
    color: #333;
    width: 30%;
    width: calc(100% / 3 - 16px);
    margin-right: 16px;
    margin-bottom: 10px;
}

.gridContents .thumList li.AdBanner{
    width: calc(100% + 16px);
    margin-bottom: 16px;
    margin-right: 0;
    margin-left:-16px;
}

.gridContents .thumList li span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
}

.gridContents .thumList li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 148px;
    border: 1px solid #ececec;
    border-radius: 3px;
    object-fit: contain;
}

.gridContents .thumList li.AdBanner img{
    border-radius: 0;
    border: none;
}

.gridContents .thumList .iconRank {
    position: absolute;
    top: -4px;
    left: 5px;
    width: 20px;
}

.gridContents .thumList .iconRank img {
    border: 0;
    opacity: 1!important;
}

.gridContents .thumList .iconRankUnder {
    display: block;
    position: absolute;
    top: -4px;
    left: 5px;
    width: 21px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
    background: url(../../img/smp_renewal/icon_rank_under.png) no-repeat;
    background-size: contain;
}

.gridContents .thumList .iconNew {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 42px;
    z-index: 1000;
}

.gridContents .thumList .iconNew img {
    display: block;
    border: 0;
    width: 100%;
    opacity: 1;
}

.gridContents .thumList .jitsuStandby {
    display: block;
    position: absolute;
    margin: 0;
    padding: 1px 0 0 0;
    top: 135px;
    left: 50%;
    width: 94px;
    height: 16px;
    line-height: 16px;
    margin-left: -47px;
    z-index: 1000;
    background: #295bff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.gridContents .thumList .iconZ {
    position: absolute;
    top: -3px;
    right: 2px;
    width: 32px;
}

.gridContents .thumList .iconZ img {
    display: block;
    border: 0;
    width: 100%;
}

.gridContents .thumList .iconUpload {
    position: absolute;
    top: -3px;
    right: 2px;
    width: 32px;
}

.gridContents .thumList .iconUpload img {
    display: block;
    border: 0;
    width: 100%;
}

.gridContents .thumList .icon {
    position: absolute;
    top: -3px;
    right: 2px;
    width: 32px;
}


.gridContents .thumList .iconContinues,
.gridContents .thumList .iconClosed,
.gridContents .thumList .iconEnd{
    position: absolute;
    top: 4px;
    right: 1;
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-radius: 24px;
    z-index: 1001;
}

.gridContents .thumList .iconContinues {background: #ee7b1f;}
.gridContents .thumList .iconClosed {background: #565656;}
.gridContents .thumList .iconEnd {background: #238d94;}

/* ランキング
-------------------------------------------------*/

.rankingMod {
    position: relative;
    background: #fff;
}

.rankingMod h1 {
    margin: 0 0 0 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
}

.typeTab {
    display: flex;
    padding: 0 10px;
}

.typeTab li{
    flex: 1;
}

.typeTab li a {
    padding:10px;
    text-align: center;
    display: block;
    color: #666;
    border-bottom: 1px solid #EDF0F2;
}

.typeTab li.current a {
    color: #00A0E9;
    border-bottom: 1px solid #00A0E9;
}

/* ランダム読み
-------------------------------------------------*/
.randamMod {
    background: #fff;
    padding: 10px 16px;
    color: #666;
}

.randamBtn {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.randamBtn a {
    display: block;
    height: 44px;
    width: 100%;
    line-height: 44px;
    margin: 10px auto;
    padding: 0;
    font-size: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    background: #00a2e3;
    border-radius: 4px;
    text-align: center;
}

/* フッター
-------------------------------------------------*/

footer {
    margin: 0 0 0 0;
    padding: 20px 0 10px 0;
    background: #f1f1f1;

}

footer .footerLink {
    display: flex;
    flex-wrap: wrap;
}

footer .footerLink li {
    width: 50%;
}

footer .footerLink li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 40px;
    text-indent: 15px;
    color: #666;
}

footer .footerLink li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(45deg);
    margin-top: -4px;
}

.snsIcon {
    margin: 10px 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.snsIcon li {
    width: 40px;
    margin: 0 20px;
}

.snsIcon li img {
    width: 100%;
}

.copyrightTxt {
    margin: 20px 0;
    padding: 20px 0 0 0;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-top: 1px solid #e1e6ea;
}

.abj_mark_smp {
    width: 80%;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #666;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.abj_mark_smp a {
    text-decoration: underline;
    color: #666;
}

.abj_mark_smp img {
    padding: 25px;
}

.footerTwitter{
    margin: 0 10px 24px;
}

.footerTwitter a{
    color: rgb(29, 161, 242);
    font-weight: bold;
    border:1px solid rgb(29, 161, 242);
    background: #fff;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 12px 0 12px 20px;
    position: relative;
}

.footerTwitter a span{
    display: inline-block;
    position: relative;
}

.footerTwitter a span::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/twitter_icon30.png) no-repeat;
    background-size: 16px;
    position: absolute;
    left: -20px;
    top: 2px;    
}

/* 作家募集
-------------------------------------------------*/
.authorMod {
    background: #00a2e3 url(../../img/smp_renewal/hanpen.png) no-repeat;
    background-position: right 10px;
    background-size: 100px;
    padding: 0 0 0 0;
}

.authorMod h2 {
    margin: 0 0 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
}

.authorMod p.headDescription {
    color: #fff;
    margin: 0 0 10px 10px;
}

.authorMod .meritList {
    padding-top: 10px;

}

.authorMod .meritList li {
    position: relative;
    margin: 10px 10px 20px 10px;
    padding: 14px;
    background: #fff;
    border-radius: 12px;
}

.authorMod .meritList h2 {
    margin: 0 0 14px 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-weight: 700;
    color: #666;
}

.authorMod .meritList li p {
    color: #666;
    font-size: 11px;
}

.authorMod .meritList .iconMerit {
    position: absolute;
    width: 70px;
    top: -4px;
    left: -4px;
}

.authorMod .meritList .iconMerit img {
    display: block;
    width: 100%;
}

/* リスティング
-------------------------------------------------*/

#listingMod {
    display: flex;
    padding: 10px 0 10px 10px;
    background: #fff;
}

#listingMod .selectPull {
    position: relative;
    width: 30%;
    height: 30px;
}

#listingMod .selectPull select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 34px;
    width: 100%;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-indent: 6px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

#listingMod .selectPull::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1000;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(135deg);
    margin-top: 10px;
}

#listingMod .selectPullType {
    position: relative;
    width: 65%;
    margin-left: 10px;
}

#listingMod .selectPullType select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 34px;
    width: 100%;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-indent: 6px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

#listingMod .selectPullType::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1000;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(135deg);
    margin-top: 10px;
}

.selectOldRanking {
    position: relative;
    width: 320px;
    margin: 15px auto 5px;
}

.selectOldRanking select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 34px;
    width: 100%;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-indent: 6px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

.selectOldRanking::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1000;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(135deg);
    margin-top: 10px;
}

.listingSearchForm {
    position: relative;
    width: 65%;
    margin-left: 10px;
    border: 1px solid #cecece;
    border-radius: 6px;
}

.listingSearchForm input {
    width: 86%;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-indent: 10px;
    background-size: 20px 20px;
    background-position: right;
}

.listingSearchForm a {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
}

.listingSearchForm a img {
    display: block;
    width: 100%;
}

.listingSearchFormBottom {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px 12px;
}

.listingSearchFormBottom .searchResults {
    color: #666;
    font-size: 12px;
}

.listingSearchFormBottom .searchResults span {
    margin: 0 2px;
    font-size: 14px;
    font-weight: 700;
}

.listingSearchFormBottom .sortBtn {
    position: relative;
    height: 30px;
    margin: 0 0 0 auto;
    color: #666;
}

.listingSearchFormBottom .sortBtn select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 34px;
    width: 100px;
    margin: 10px 10px 0 0;
    background: #fff;
    font-size: 12px;
    color: #666;
    text-indent: 6px;
    border-radius: 6px;
    border: 1px solid #cecece;
}

.listingSearchFormBottom .sortBtn::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(135deg);
    margin-top: 10px;
}

/* 書誌ページ
-------------------------------------------------*/

.blurContentsBoderTop {
    border-top: 0 solid rgba(242, 242, 242, 1.00);
}

.bg {
    position: relative;
    width: 100%;
}

/** ブラー効果 **/
.blur {
    position: relative;
    width: 100%;
    margin: 0;
    background: inherit;
    background-position: top center;
    overflow: hidden;
    box-sizing: border-box;
}

.blur:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    -webkit-filter: blur(4px) saturate(1);
    -moz-filter: blur(4px) saturate(1);
    filter: blur(4px) saturate(1);
    box-sizing: border-box;
}

/* コンテンツ */
.blurContent {
    position: relative;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.blurContent .imgArea {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    position: relative;
}

.blurContent .imgArea img {
    width: 100%;
    min-width: 100px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 3px;
    border-radius: 4px;
}

.blurContent .textArea {
    display: table-cell;
    width: 70%;
    padding-left: 10px;
    vertical-align: top;
    padding-top: 8px;
}

.blurContent .textArea .oficcailIcon {
    margin: 0 0 8px 0;
}

.blurContent .textArea .oficcailIcon img {
    width: 90px;
    vertical-align: top;
}

.blurContent .textArea .iconContinues {
    display: inline-block;
    background: #ee7b1f;
    border-radius: 15px;
    color: #fff;
    padding: 2px 4px;
}

.blurContent .textArea .iconClosed {
    display: inline-block;
    background: #565656;
    border-radius: 15px;
    color: #fff;
    padding: 2px 4px;
}

.blurContent .textArea .iconEnd {
    display: inline-block;
    width: 38px;
    text-align: center;
    background: #238d94;
    border-radius: 15px;
    color: #fff;
    padding: 2px 4px;
}

.blurContent .textArea h2{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.blurContent .textArea h3 {
    margin-top: 4px;
    font-size: 13px;
    color: #555;
}

.blurContent .textArea h3 a {
    color: #00a2e3;
    background: #f4f5f6;
    border-radius: 4px;
    padding: 4px 6px;
}

.blurContent .textArea h3 span{
    display: block;
    margin-bottom: 8px;
}

.textArea .viewNumber {
    margin: 15px 0 0 0;
    font-size: 11px;
    color: #555;
}

.textArea .warning {
    padding-top: 8px;
    font-size: 12px;
    color: #555;
}

.blurContentsBoderTop .warning{
    font-size: 12px;
    color: #555;
    padding: 0 20px;
}

.preInduMod {
    position: relative;
    margin: -10px auto 10px auto;
    padding: 0 0 0 0;
    width: 320px;
    height: 120px;
}

.preInduMod .body {
    position: absolute;
    z-index: 100;
}

.preInduMod h3 {
    margin: 25px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.preInduMod h3 span {
    color: #e44b8c;
    font-weight: bold;
}

.preInduMod .btnSet {
    display: flex;
    margin: 0 0 0 0;
}

.preInduMod .btn a {
    display: block;
    margin: 5px 0 0 10px;
    width: 170px;
    height: 36px;
    background: #cc0003;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    border-radius: 18px;
}

.preInduMod .btn a:hover {
    background: #ff6163;
}

.preInduMod .price {
    margin: 15px 10px 0 -20px;
    text-align: center;
    font-size: 13px;
}

.preInduMod .bg {
    position: absolute;
    z-index: 10;
}

.preInduMod .bg img {
    display: block;
    width: 100%;
}

.appBtnNotice {
    margin: 0 20px;
    font-size: 12px;
    text-align: center;
    color: #333;
}

.detailBtnMod {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

/* 購入モジュール（PDF POD） */

.purchaseMod {
    padding: 0 0 10px 0;
    background: #fff;
    color: #666;
}

.purchaseMod h2 {
    margin: 0 0 0 0;
    padding: 10px 0 0px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #fff;
}

.purchaseMod .purchaseModSub {
    font-size: 12px;
    margin: 0px 10px 10px 10px;
}

.dashedLine {
    border-top: 1px dashed #ccc;
}

.purchaseModDetail{
    padding: 0px 10px;
    display: flex;
    flex-basis: 100%;
}

.purchaseModDetailPod{
    justify-content: space-between;
}

.purchaseModDetail .itemImg{
    margin-right: 10px;
}

.purchaseModDetail .thum{
    width: 70px;
    border-radius: 2px;
    vertical-align: bottom;
}

.purchaseModDetail .itemBuy{
    width: 100%;
    padding-top: 4px;
}

.purchaseModDetail .itemPrice{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.purchaseModDetail dl{
    color: #333;
}

.purchaseModDetail dd{
    font-weight: bold;
}

.purchaseModDetail .itemPrice + .itemPrice{
    margin-top: 14px;
}

.purchaseModDetail .itemBtn a , 
.purchaseModDetail .itemBtnPod a {
    display: block;
    width: 110px;
    text-align: center;
    height: 38px;
    color: #DF2D57;
    border: 1px solid #DF2D57;
    border-radius: 38px;
    line-height: 40px;
}

.purchaseModDetail .itemPrice:last-child .itemBtn a{
    background: #DF2D57;
    color:#fff;
}

.purchaseModDetail .itemBtnPod a {
    background: #000;
    color: #ffba00;
    border: 1px solid #000;
}

.purchaseBanner{
    text-align: center;
    padding: 15px 10px 0;
}

.purchaseBanner img{
    width: 100%;
    vertical-align: bottom;
}

.premium_btn img {
    width: 100%;
}


/* flicker
-------------------------------------------------*/
.flickity-viewport {
    padding-left: 10px;
    box-sizing: border-box;
}

.gallery-cell {
    width: 140px;
    height: 184px;
    margin-right: 10px;
    padding: 5px 0 5px 0;
    background: #fff;
}

.gallery-cell .new {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    z-index: 50;
    background: #ff0059;
    color: #fff;
    box-shadow: 1px 1px rgba(229, 229, 229, 0.50)
}

.gallery-cell img {
    display: block;
    margin: 0 auto;
    max-height: 180px;
}

.gallery-cell p {
    padding: 4px;
    /*text-align: 12px 0 0;*/
}

/* ログイン
-------------------------------------------------*/

#login h1 {
    text-align: center;
}

#login h1 img {
    width: 206px;
}

#login h2 {
    margin: 20px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.loginform {
    margin: 0 0 50px 0;
    padding: 0;
}

.loginform .formtxt {
    display: block;
    width: 80%;
    margin: 0 auto 15px auto;
    height: 40px;
    box-sizing: border-box;
    color: #4c4a40;
    padding: 0 8px;
    font-size: 16px;
    -webkit-appearance: textfield;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.loginform .checkbox {
    width: 80%;
    margin: 0 auto 15px auto;
}

.loginform .loginbtn {
    width: 80%;
    margin: 0 auto;
    height: 44px;
    font-size: 16px;
}

.loginform .pass_forget a {
    display: block;
    width: 80%;
    margin: 15px auto 15px auto;
    padding: 0 0 15px 0;
    text-align: center;
}

/* マイページ
-------------------------------------------------*/
.hide {display: none;}

/** ヘッダー **/

#mypage_head {
    position: relative;
    height: 48px;
}

#mypage_head h1 {
    position: absolute;
    top: 10px;
    left: 10px;
}

#mypage_head img {
    width: 150px;
}

#mypage_head h2 {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    letter-spacing: 4px;
}

/** スタティックページ **/

.submitBtn a {
    display: block;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    border-radius: 22px;
    width: 150px;
    font-size: 14px;
    text-align: center;
    background: #00a0e5;
    color: #fff;
}

#static_head {
    height: 34px;
    text-align: center;
}

#static_head img {
    margin: 5px 0 0 0;
    width: 150px;
}

.static_contents {
    padding: 0 0 30px 0;
    position: relative;
    border-top: 4px solid #00a2e3;
}

.static_contents h2.infoTitle {
    margin: 20px 10px;
    font-size: 16px;
    font-weight: bold;
}

.static_contents .infoBody {
    padding: 0 10px 10px 10px;
}

.static_contents .infoBody a {
    color: #00a2e3;
}

.static_contents h1 {
    margin: 0 0 10px 0;
    height: 34px;
    line-height: 34px;
    color: #00a2e3;
    text-indent: 15px;
    color: #fff;
    background: #00a2e3;
    font-size: 16px;
}

.static_contents .caution_txt p {
    margin: 15px 0;
    text-align: center;
    color: #555;
}

.static_contents_list {
    margin: 0 20px;
    padding: 10px 0;
    color: #666666;
}

.static_contents_list dt {
    margin: 20px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.static_contents_list dd {
    margin: 0 0 30px 0;
}

.caution_txt {
    margin: 0 10px;
}

/* プレミアム会員
-------------------------------------------------*/
.content { padding: 0 10px;}

/* ADモジュール
-------------------------------------------------*/

.adMod {
    margin-top: 12px;
    padding: 20px 0;
    text-align: center;
}

.adMod img {
    display: block;
    vertical-align: bottom;
    margin: 0 auto;
}

/* いいねボタン
-------------------------------------------------*/
.blurContentsBoderTop .after,
.detailBtnMod .after {
    background: #ee7596;
}

.blurContentsBoderTop .after .likeIcon , 
.detailBtnMod .after .likeIcon {
    display: block;
    width: 24px;
    height: 26px;
    background: url(../../img/smp_renewal/hanpen_like-btn_after.png) no-repeat center;
    background-size: 26px;
}

.blurContentsBoderTop .after .liketext ,
.detailBtnMod .after .liketext ,
.blurContentsBoderTop .after .likeNomber ,
.detailBtnMod .after .likeNomber
{
    color: #ffffff;
}

/* 動画広告(five)
-------------------------------------------------*/

.adFive {
    width: 300px;
    margin: 15px auto 0 auto;
}

.adFive img {
    display: block;
    width: 100%;
}

.adFiveContainer .countText {
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 13px;
}

.adFiveContainer .readBtn {
    margin: 15px 0 20px 0;
}

.adFiveContainer .readBtn a {
    display: block;
    height: 38px;
    width: 60%;
    line-height: 38px;
    margin: 0 auto;
    background: rgb(0, 162, 227);
    background-size: 22px 19px;
    border-radius: 22px;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
    font-size: 16px;
}

.adFiveContainer .returnBtn {
    margin: 0 0 15px 0;

}

.adFiveContainer .returnBtn a {
    display: block;
    height: 36px;
    width: 60%;
    line-height: 36px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    background-size: 22px 19px;
    border-radius: 22px;
    border-width: 1px;
    border-color: #666;
    border-style: solid;
    text-align: center;
    text-indent: 0;
    color: #666;
    font-size: 16px;
}

.adFiveContainer .viewerbeforeSummary {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.adFiveContainer .countText form {
    display: inline;
}

.adFiveContainer .countText form input {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}

.adFiveContainer .blurContent{
    display: flex;
    padding: 10px 10px 15px 10px;
}

.adFiveContainer .blurContent .imgArea img{
    width: 88px;
    min-width: auto;
    box-shadow: none;
    vertical-align: middle;
}

.adFiveContainer .blurContent .textArea{
    padding: 0 0 0 8px;
    width: 100%;
}

.adFiveContainer .blurContent .textArea h3 {
    color: #666666;
    margin-bottom: 16px;
}

.adFiveContainer .adFive {
    text-align: center;
}

.adFiveContainer .premiumbanner{
    padding: 0 10px 10px 10px;
    text-align: center;
}

.adFiveContainer .premiumbanner img{
    width: 100%;
    border-radius: 4px;
}

@media (min-height:650px){
    .adFiveContainer .premiumbanner{
        position: fixed;
        bottom:0;
    }
}

.adFiveContainer .countSec{
    height: 2em;
    display: flex;
    justify-content: center;
}

.adFiveContainer .countSec input{
    font-size: 15px;
    font-weight: bold;
}

/* コメントモジュール
-------------------------------------------------*/

/** コメント削除モジュール **/
.dellMod {
    margin: 0 auto;
    padding: 40px 25px !important;
    border-radius: 10px;
}

.dellMod .btnSet {
    display: flex;
    justify-content: space-between;
}

.dellMod h3 {
    margin: 10px 0 30px 0;
    text-align: center;
}

.dellMod .remodal-cancel {
    display: block;
    padding: 0;
    height: 40px;
    line-height: 38px;
    border-radius: 22px;
    width: 42%;
    font-size: 16px;
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #777;
}

.dellMod .remodal-confirm {
    display: block;
    padding: 0;
    height: 40px;
    line-height: 38px;
    border-radius: 22px;
    width: 42%;
    font-size: 16px;
    background: #00a0e5;
    border: 2px solid #00a0e5;
    color: #fff;
}

/** コメントモジュール全体 **/
.commentMod {
    position: relative;
    margin: 10px 0 0 0;
    padding:0;
    background: #fff;
}

.commentMod h1 {
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background-size: 33px 33px;
    text-align: center;
    color: #666666;
}

.commentMod h1 span {
    margin-right: 4px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.commentMod .commentNotice{
    text-align: center;
    color: #666;
    padding-top: 10px;
}

.mypage_contents .commentMod h1 {
    position: static;
    margin: 10px 0 0 0;
    padding: 0 0 15px 0;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    background-size: 33px 33px;
    text-align: center;
    color: #666666;
}

.mypage_contents .commentMod h1 span {
    font-size: 32px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
}

/** 並び替え **/
.commentSort {
    position: absolute;
    top: 30px;
    right: 20px;
}

.commentSort a {
    color: #00a2e3;
}

/** 書くボタン **/
.commentMod .writeBtnBox{
    padding:10px 0;
    border-top: none;
}
.commentMod .writeBtn a {
    display: block;
    width: 50%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgb(0, 162, 227);
    border-radius: 20px;
}

/** リスト **/
.commentModList {
    margin: 0;
}

.commentListTitle {
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee;
}

/** もっと見るボタン **/
.commentModList .moreBtn{
    padding:0;
    border:none;
}

.commentModList .moreBtn a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 0px 0;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
}

.commentModList .moreBtn a::before {
    content: '';
    position: absolute;
    top: 25%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(45deg);
    margin: 5px -5px 0 0;
}

.commentModList .moreBtn span {
    margin: 0 0 0 20px;
    letter-spacing: 2px;
}

/** 戻るボタン **/
.commentModList .returnBtn{
    padding:0;
}

.commentModList .returnBtn a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid #e1e6ea;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
}

.commentModList .returnBtn a::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 20px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(225deg);
    margin: 5px -5px 0 0;
}

.commentModList .moreBtn span {
    margin: 0 0 0 20px;
    letter-spacing: 2px;
}

.commentModList > li {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ececec;
}

.commentModList .date {
    font-size: 10px;
    color: #ababab;
    letter-spacing: 1px;
    line-height: 28px;
}

/** 詳細 **/
.commentModList .commentDetail {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.commentModList .commentDetail .accountImg {
    position: relative;
    height: 60px;
    margin-top: 0;
}

.commentModList .commentDetail .accountImg span.badgeZauthor {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 20px;
    margin: 0 0 0 -25px;
    color: #fff;
    font-size: 12px;
    background: rgb(0, 162, 227);
    text-align: center;
    line-height: 20px;
    border-radius: 14px;
}

.commentModList .commentDetail .accountImg span.badgeAuthor {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 20px;
    margin: 0 0 0 -25px;
    color: #fff;
    font-size: 12px;
    background: #cb7fb1;
    text-align: center;
    line-height: 20px;
    border-radius: 14px;
}

.replyMod .commentDetail .accountImg span.badgeZauthor {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 20px;
    margin: 0 0 0 -25px;
    color: #fff;
    font-size: 12px;
    background: rgb(0, 162, 227);
    text-align: center;
    line-height: 20px;
    border-radius: 14px;
}

.replyMod .commentDetail .accountImg span.badgeAuthor {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 20px;
    margin: 0 0 0 -25px;
    color: #fff;
    font-size: 12px;
    background: #cb7fb1;
    text-align: center;
    line-height: 20px;
    border-radius: 14px;
}

/** アカウントイメージ **/
.commentModList .accountImg {
    width: 130px;
    margin: 0 0 0 0;
}

.commentModList .accountImg-empty {
    width: 130px;
    margin: 0 0 0 0;
}

.commentModList .accountImg img {
    display: block;
    width: 60px;
    margin: 0 auto;
}

/** テキストエリア **/
.commentModList .textArea {
    width: 100%;
    color: #666666;
    margin: 0 10px 5px 0;
    padding: 0 0 0 0;
}

/** 作品タイトル **/
.commentModList h3 {
    margin: 2px 0 12px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
}

/** コメント **/
.commentModList h4 {
    position: relative;
    margin: 0 0 2px 0;
    font-size: 13px;
    line-height: 1.3;
    min-height: 50px;
}

.commentModList h4 span {
    font-weight: bold;
    display: block;
    margin-left: -4px;
}

/** ネタバレコメント **/
.spoiler {
    color: #f5f5f5 !important;
}
.spoiler span {
    display: block;
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
}

/** ネタバレコメントボタン **/
.spoiler a {
    display: block;
    text-align: center;
    width: 140px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    border: 1px solid #f16f94;
    border-radius: 20px;
    color: #ffffff;
    background: #f16f94;
    box-shadow: 0 0 5px 2px #f0f0f0;
}

/** ユーザー姪 **/
.commentModList .name {
    font-size: 12px;
    color: #666666;
    margin: 0 0 0 0;
}

.modBottom {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0 0;
}

/** テキストリンク **/
.commentModList .textLink {
    display: flex;
    margin: 0 10px 0 10px;
    font-size: 12px;
}

.commentModList .textLink li {
    border-right: 1px solid #cccccc;
}

.commentModList .textLink li:last-child {
    border-right: none;
}

.commentModList .textLink a {
    display: block;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    color: #00a0e5;
}

/** ボタン **/
.commentModList .btnList {
    display: flex;
    margin: 0 5px 0 0;
}

.commentModList .btnList li {
    display: block;
    padding: 0 4px;
    min-width: 60px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #b9b9b9;
    border-radius: 19px;
    color: #666666;
    text-align: center;
}

.commentModList .btnList .reply {
    margin: 0 10px 0 0;
}

.commentModList .btnList .reply a {
    color: #666666;
}

.commentModList .btnList .good {
    background: url(../../img/smp_renewal/icon_good.png) no-repeat;
    background-size: 17px 15px;
    background-position: 7px 4px;
    text-indent: 16px;
    font-size: 12px;
}

.commentModList .btnList .good a {
    color: #666666;
}

.commentModList .counter {
    margin: 0 0 20px 0;
    font-size: 13px;
    text-align: center;
    color: #666666;
}

.commentModList .counter span:nth-of-type(1) {
    color: #666666;
    margin: 0 4px 0 0;
}

.commentModList .counter span:nth-of-type(2) {
    color: #b7b7b7;
    margin: 0 0 0 4px;
}

/** 返信もージュール **/

.replyMod {
    margin: 10px 0 0 0;
}

.replyMod > li {
    position: relative;
    margin: 0 0 0 30px;
    padding: 5px 0;
}

.replyMod .date {
    font-size: 10px;
    color: #ababab;
    letter-spacing: 1px;
}

/** 詳細 **/
.replyMod .commentDetail {
    display: flex;
    justify-content: space-between;
    margin: 8px 0 0 0;
}

/** replyアイコン **/
.replyMod .iconReply {
    height: 60px;
    line-height: 60px;
    transform: scale(-1, 1);
}

/** アカウントイメージ **/
.replyMod .accountImg {
    width: 130px;
    margin: 0 0 0 0;
    position: relative;
}

.replyMod .accountImg img {
    display: block;
    width: 52px;
    margin: 0 auto;
}

/** テキストエリア **/
.replyMod .textArea {
    width: 100%;
    color: #666666;
    margin: 0 10px 5px 0;
    padding: 0 0 0 0;
}

/** 作品タイトル **/
.replyMod h3 {
    margin: 2px 0 12px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
}

/** コメント **/
.replyMod h4 {
    margin: 0 0 2px 0;
    font-size: 13px;
    line-height: 1.3;
}

/** 作家コメント色 **/
.authorComment h4 {
    color: #666666;
}

/** ユーザー姪 **/
.replyMod .name {
    font-size: 12px;
    color: #666666;
    margin: 10px 0 0 0;
}

/** テキストリンク **/
.replyMod .textLink {
    display: flex;
    margin: 0 10px 0 10px;
    font-size: 12px;
}

.replyMod .textLink li {
    border-right: 1px solid #cccccc;
}

.replyMod .textLink li:last-child {
    border-right: none;
}

.replyMod .textLink a {
    display: block;
    color: #00a0e5;
    padding: 0 10px;
}

/** ボタン **/
.replyMod .btnList {
    display: flex;
    margin: 0 5px 0 0;
}

.replyMod .btnList li {
    display: block;
    padding: 0 4px;
    min-width: 60px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #b9b9b9;
    border-radius: 19px;
    color: #666666;
    text-align: center;
}

.replyMod .btnList .reply {
    margin: 0 10px 0 0;
}

.replyMod .btnList .reply a {
    color: #666666;
}

.replyMod .btnList .good {
    background: url(../../img/smp_renewal/icon_good.png) no-repeat;
    background-size: 17px 15px;
    background-position: 7px 4px;
    text-indent: 16px;
    font-size: 12px;
}

.replyMod .btnList .good a {
    color: #666666;
}

/* reply　（コメント返信専用ページ）
-------------------------------------------------*/

/*----------返信モジュール--*/
.replyContents {
    background: #fff;
    padding-bottom: 15px;
}

/*----------見出し--*/
.replyContents h1 {
    background: #9ec4d4;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

.replyContents h1 img {
    height: 30px;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}

/*----------見出し--*/
.replyContents h2 {
    margin: 20px 10px 20px 10px;
    padding-bottom: 20px;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.replyContents .account {
    margin: 0 0 20px 20px;
    font-size: 14px;
    color: #afafaf;
}

.replyContents .account span {
    color: #666666;
    font-weight: bold;
}

.replyContents .limit {
    margin: 0 0 0 20px;
    font-size: 11px;
    color: #666666;
}

/*----------元のコメント内容--*/
.replyContents .originComment {
    padding: 20px;
    color: #959595;
}

.replyContents .originComment .annottion {
    display: block;
    margin: 13px 0 0 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.replyContents .confirmTxt {
    margin: 25px 0;
    text-align: center;
    color: #666;
}

.replyContents .option {
    margin: 0 0 20px 25px;
    font-size: 14px;
    color: #afafaf;
}

.replyContents .option span {
    color: #666;
    font-weight: bold;
    margin-left: 10px;
}

/*----------投稿者名--*/
.replyContents .originComment h2 {
    margin: 0 5px 0 5px;
    font-size: 14px;
}

/*----------返信元　投稿者名--*/
.replyContents .originComment h3 {
    font-size: 13px;
    line-height: 1.3;
    margin: 15px 0 10px 5px;

}

/*----------コメント--*/
.replyContents .originComment p {
    margin: 0 5px 0 5px;
    padding: 0 0 15px 0;
    font-size: 13px;
    line-height: 1.3;
    border-bottom: 1px solid #eeeeee;
}

/*----------返信コメント--*/
.replyContents .replyArea {
    display: block;
    width: 88%;
    margin: 5px auto 10px auto;
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;
    color: #666666;
    box-shadow: 0 0 5px 2px #f0f0f0;
}

/*----------チェックボックス--*/
.replyContents .chkMod {
    margin: 0 20px;
}

.replyContents .chkMod {
    color: #666;
    line-height: 40px;
}

.replyContents .chkMod input {
    margin-right: 4px;
}

.replyContents .note {
    text-align: right;
    color: #666666;
    margin: 0 15px 0 0;
}

.replyContents .btnRowSet {
    margin: 15px 0 0 0;
}

.replyContents .agreement {
    margin: 25px 15px 15px 15px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666666;
}

.replyContents .agreement h3 {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 15px;
}

.replyContents .agreement p {
    font-size: 13px;
}

.replyContents .agreement p a {
    color: #00a0e5;
}

/* 特集ページ
-------------------------------------------------*/

.special {
    background: #fff;
}

.special h1 img {
    width: 100%;
}

.special h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fa6487;
    text-align: center;
}

.special .txt span {
    display: block;
    font-size: 24px;
    color: #fa6487;
    text-align: center;
    font-weight: bold;
}

.special .txt {
    font-size: 18px;
    color: #fa6487;
    text-align: center;
}

.special .date {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.sp_detail {
    margin: 20px 0 0 0;
}

.sp_detail li {
    border-top: 12px solid #edf0f2;
}

.sp_detail img {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.sp_detail h3 {
    margin: 10px 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.sp_detail h4 {
    padding: 0 15px;
    font-size: 13px;
    color: #666;
    line-height: 1.3;
    text-align: left;
}

.sp_detail .btn {
    padding: 20px 0;
}

.sp_detail .btn a {
    display: block;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    background: #00a2e3;
    border-radius: 20px;
    transition: 0.5s;
    text-align: center;
}

.special .bottom {
    border-top: 12px solid #edf0f2;
    padding: 15px 0 15px 0;
}

.special .bottom h4 {
    margin: 20px 0;
    font-size: 32px;
    text-align: center;
    color: #fa6487;
    font-weight: bold;
}

.special .bottom img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.special .bottom p {
    margin: 20px 0;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
    color: #fa6487;
    font-weight: bold;
}

/* R18無料開放　ツールチップ
-------------------------------------------------*/
.tooltip {
    position: absolute;
    top: 34px;
    right: 2px;
    z-index: 1000;
    width: 72px;
}

.tooltip img {
    display: block;
    width: 100%;
}

/* R18無料開放　ナビゲーション
-------------------------------------------------*/
.readBtn_R18_free a {
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0 20px;
    background: #f16f94;
    background-size: 22px 19px;
    border-radius: 22px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 16px;
}

.readBtn_R18_free_text {
    margin: 4px 0 20px 0;
    text-align: center;
}

.readBtn_R18_free_text a {
    color: #00a2e3;
}

/* 作家ページ R18書影
-------------------------------------------------*/
.thumList .r18Img {
    display: block;
    position: relative;
}

.thumList .coverImg {
    display: block;
    position: absolute;
    z-index: 200;
}

.thumList .originalImg {
    display: block;
    z-index: 100;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.6;
}

/* 実日トップモジュール
-------------------------------------------------*/
.jitsuBanner {
    width: 100%;
    text-align: center;
    background: #ff527f;
}

.jitsuBanner img {
    display: block;
    width: 100%;
}

/* 実日書誌ページ
-------------------------------------------------*/
.planeBase .alert {
    margin-bottom: 15px;
    padding: 15px 10px 10px 10px;
    color: #333;
    background: url(../../img/smp_renewal/jitsunichi/alert.png) no-repeat #ffc600;
    background-position: 15px 15px;
}

.planeBase .alert p {
    padding: 0 0 0 60px;
    color: #333;
    font-weight: bold;
}

.planeBase .alert span {
    display: block;
    padding: 5px 0 0 60px;
    font-size: 12px;
}

/* 利用規約
-------------------------------------------------*/
.main-column {
    padding: 20px;
    color: #666;
}

.main-column h2 {
    margin: 0 0 30px 0;
    font-size: 16px;
}

.main-column .guideh2-ttl {
    margin: 20px 0 30px 0;
}

.main-column h5 {
    margin: 15px 0 15px 0;
    font-size: 16px;
}

.main-column p {
    font-size: 13px;
    line-height: 1.8em;
}

.mainwarp-box-m li {
    font-size: 13px;
    line-height: 1.8em;
}

/* ぱんくず
-------------------------------------------------*/
.topicsPath {
    position: relative;
    z-index: 1;
    padding: 0 40px 0 15px;
    height: 34px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    background: #fff;
}

.topicsPath ul {
    background: #fff;
    display: flex;
    margin-right: 20px;
}

.topicsPath ul li {
    flex: 0 0 auto;
    padding: 0 25px 0 0;
    line-height: 34px;
    font-size: 11px;
}

.topicsPath ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #94B3BF;
    position: relative;
}

.topicsPath ul li span {
    display: inline-block;
    padding-right: 0;
}

.topicsPath ul li a:after {
    content: '';
    position: absolute;
    right: -14px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #94B3BF;
    border-right: solid 1px #94B3BF;
    transform: rotate(45deg);
}

.topicsPath ul li:last-child span {
    color: #666;
}

.topicsPath ul li:last-child span:after {
    content: " ";
}

.lazyloading {
    background: url(../../img/loading/loading32.gif) no-repeat center;
}

/* 新しい無料で読むボタン */
button.open-viewer {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #00a2e3;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    border-style: none;
    border-color: unset;
    border-radius: 16px;
}

button.open-viewer.book-begin {
    height: 44px;
    position: relative;
    line-height: 44px;
    text-indent: 0;
    font-size: 16px;
    background-size: 22px 19px;
    border-radius: 22px;
}

button.open-viewer.book-begin img {
    width: 22px;
    height: 19px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

button.open-viewer.series-box {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

button.open-viewer.series-begin {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* START: 実証実験 素材提供作品 改善*/
.headerBookMaterial{
    background: #ffffff;
    padding-bottom: 12px;
}

.headerBookMaterial h1{
    margin: 0 0 0px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #666;
}

.headerBookMaterial > .typeTab {
    margin: 0 !important;
}

.headerBookMaterial a {
    width: 75px !important;
}
/* END: 実証実験 素材提供作品 改善*/


/* START: 編集部のオススメモジュール */
.osusumeTab {
    display: flex;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    justify-content: center;
    margin: 0 0 15px 0;
}

.osusumeTab li a {
    display: block;
    width: 35px;
    margin: 10px 5px;
    padding: 0 13px;
    line-height: 35px;
    text-align: center;
    color: #666;
}

.osusumeTab li.current a {
    background: #00A0E9;
    border-radius: 18px;
    color: #fff;
}

.osusumelist {
    position: relative;
    padding: 0 10px 10px 10px;
    background: #fff;
}

.osusumelist h1 {
    margin: 0 0 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #666;
}

.osusumelist h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 20px 0 14px 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #666;
}

.osusumelist h3 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 8px 0;
}

.osusumelist .btn {
    margin: 0 auto 10px auto;
}

.osusumelist .btn a {
    display: block;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    background: #00a2e3;
    border-radius: 20px;
    transition: 0.5s;
    text-align: center;
}

.osusumelist .detail {
    padding: 10px;
    border-radius: 4px;
}

@media screen and (max-width: 320px) {
    .osusumeTab li a {
        display: block;
        width: 28px;
        margin: 10px 3px;
        padding: 0 13px;
        line-height: 35px;
        text-align: center;
        color: #666;
    }
}

/* END: 編集部のオススメモジュール */

.with90PercentLi li{
    width: 90%;
}


.iconPR{
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10000;
}

.iconPRn{
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10000;
}


.iconPR img,.iconPRn img {
    width: 44px !important;
    min-width: auto !important;
    vertical-align: middle;
    border:none !important;
    box-shadow: none !important;
}


/* START: トップページ　モジュール */

.detailreu {
    padding: 10px 18px;
    background-color: #fff;
}

.btn_copy{
    text-align: center;
    font-size: 13px;
    color: #333;
    margin-bottom: 16px;
}

/* END: トップページ　モジュール */

/* START: スライドランキングモジュール 新着一覧ベージ
added by koe at 2019/09/17 */
.gridContents .thumList li img.rankingimg{
    display: block;
    width: 70px;
    border: 1px solid #e6edf1;
    vertical-align: bottom;
    border-radius: 5px;
}
.gridContents .thumList li.rankingarea {
    position: relative;
    width: 300px;
    margin: 0 27px 20px 0;
    color: #666666;
}
.slick-track{
    display: table-cell;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.scrollList {
    width: 100%;
    overflow-x: scroll;
}
.rankingtx{
    padding: 20px 10px 0 20px;
}
.rankingarea{
    display: flex;
}
.rankingtxarea{
    display: block;
    text-overflow: ellipsis;
}
.rankingarea .author{
    font-size: 12px;
    padding: 15px 10px 0 20px;
}
.slick-track h2{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 10px 0 10px 10px;
}

.slick-track > p.ranking{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 10px 0 10px 10px;
}

.newfree .flickity-viewport {
    height: 700px !important;
}

/* END: スライドランキングモジュール 新着一覧ベージ */

/* 検索エリア
-------------------------------------------------*/
#searchbar {
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    background: #fff;
    margin-top: 0;
}

.search-result_box {
    margin-top: 0;
}

.search-result_box .search-area {
    margin-bottom: 0;
}

.search-area .input-area_inner .icon-search {
    left: 8px
}

.search-area .input-area {
    position: relative;
    z-index: 2
}

.input-area input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #555;
    font-family: inherit;
    font-size: inherit;
    font-feature-settings: normal;
    outline: 0;
    padding: 8px;
    width: 100%;
}

.search-area .input-area_inner .icon {
    display: inline-block;
    height: 1.3em;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    width: 1.2em;
    font-size: 22px;
    position: absolute;
    top: 54%;
    transform: translate(0, -50%)
}

.search-area .input-area_inner .icon:before {
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
    width: 95%
}

.icon-search:before {
    content: '';
    background-image: url("https://cf.mangaz.com/img/mangaz_web/common/icon-search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.search-area .input-area_inner .icon-clear {
    cursor: pointer;
    right: 10px
}

.icon-clear:before {
    content: '';
    background-image: url("https://cf.mangaz.com/img/mangaz_web/common/icon-cross.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.search-area .input-area_text {
    background-color: #f5f5f5;
    border-radius: 100px;
}

.search-area .input-area_text input {
    font-size: 15px;
    padding-top: 8px;
    padding-right: 38px;
    padding-bottom: 8px;
    padding-left: 46px;
}

.search-area .input-area_text input::-webkit-input-placeholder {
    color: #8e8e8e;
}

.search-area .input-area_text input:-ms-input-placeholder {
    color: #8e8e8e;
}

.search-area .input-area_text input::-ms-input-placeholder {
    color: #8e8e8e;
}

.search-area .input-area_text input::placeholder {
    color: #8e8e8e;
}

.search-area .input-area_text input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_ttl {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 20px 0 10px 10px;
}

.categorylist-top {
    margin-top: 0;
    padding: 0 0 20px 0;
    background-color: #fff;
}

.categorylist {
    margin: 20px 0 0 0;
}

.container_category {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
}

.categorylist .category {
    flex-wrap: wrap;
    display: flex;
}

.categorylist .ser {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.categorylist .search a {
    text-decoration: none;
    color: #666;
    padding: 12px 8px;
    width: 100%;
    font-size: 12px;
}

.categorylist .search:first-child {
    border-top-left-radius: 4px;
}

.categorylist .search:nth-child(2) {
    border-top-right-radius: 4px;
}

.categorylist .search:nth-child(even):nth-last-child(2) {
    border-bottom-left-radius: unset;
}

.categorylist .search:nth-child(odd):last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: unset;
}

.categorylist .search:nth-child(odd):nth-last-child(2) {
    border-bottom-left-radius: 4px;
}

.categorylist .search:nth-child(-n+2) {
    border-top: 1px solid #e8e8e8;
}

.categorylist .search:nth-child(odd) {
    border-left: 1px solid #e8e8e8;
}

.categorylist .search:nth-child(even) {
    border-right: 1px solid #e8e8e8;
}

.categorylist .search:nth-last-child(2) {
    border-bottom: 1px solid #e8e8e8;
    border-bottom-left-radius: 4px;
}

.categorylist .search:last-child {
    border-bottom: 1px solid #e8e8e8;
    border-bottom-right-radius: 4px;
}

.categorylist .search {
    display: flex;
}

.categorylist .search {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.category .search-frame, .category .search-frame_r {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.search-frame a::after , .search-frame_r a::after {
    content: '';
    position: absolute;
    border: 0;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    right: 8px;
    width: 6px;
    height: 6px;
    top: 18px;
}

.search-frame_r span {
    text-decoration: none;
    color: #666;
    padding: 0;
    font-size: 12px;
    display: block;
    width: 94%;
}

.search-trim {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 320px) {
    .categorylist .search a {
        font-size: 11px;
    }
}

/* company
---------------------------------------------------*/
#customer table{
    margin-bottom: 40px;
}

#customer table td{
    display: block;
    padding:8px;
}

#customer table td.graph-inner-bgc01{
    background: #f5f5f5;
    font-weight: bold;
}

#customer table tbody tr:first-child td.graph-inner-bgc01{
    background:#edf0f2;
    font-size: 14px;
}


/* START: 検索結果画面の改修*/

.sortlist_txt {
    color: #9c9c9c;
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.sortlist_txt .icon-check {
    width: 16px;
    height: 16px;
}

.sortlist_txt .checkpoint {
    display: inline-block;
    vertical-align: text-bottom;
}

.sortlist_txt.sortlist_txt_focus {
    color: #666666;
}

.sortlist_txt.sortlist_txt_focus .checkpoint .icon-check {
    background: url('https://cf.mangaz.com/img/mangaz_web/common/icon-check.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sortlist_txt button {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: normal;
    font-size: inherit;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.result_premiumbanner{
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.osusumelist + .result_premiumbanner{
    padding-top: 0px;
}

.result_premiumbanner + .listingSearchFormBottom{
    padding:10px 12px 20px 12px;
}

/* END: 検索結果画面 */

/* START: 新着作品ページ*/
.osusumeTab.ranking_all li a {
    width: 30px;
    margin: 10px 3px;
    padding: 0 11px;
}

@media screen and (max-width: 320px) {
    .osusumeTab.ranking_all li a {
        width: 28px;
        margin: 10px 4px;
        padding: 0 7px;
        white-space: nowrap;
    }
}
.listingSearchFormBottom.newlist {
    padding: 0 12px 15px;
}

/* END:  新着作品ページ*/

/* タグバナー
---------------------------------------------------*/
.tagbanner{
    overflow-x: scroll;
    padding: 0 0 16px 16px;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style:none;
}

.tagbanner::-webkit-scrollbar{
    display:none;
}

.tagbanner li{
    padding-right: 10px;
}

.tagbanner img{
    width: 160px;
    vertical-align: bottom;
}

/* 横スクロール書影
---------------------------------------------------*/
.slider_gallery{
    overflow-x: scroll;
    padding: 0 0 10px 16px;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style:none;
    height: 146px;
}

.slider_gallery::-webkit-scrollbar{
    display:none;
}

.slider_gallery_title{
    margin: 0 0 0 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
}

.slider_gallery li{
    padding-right: 12px;
    position: relative;
}

.slider_gallery img{
    width: 96px;
    border-radius: 3px;
    border:1px solid #ececec;
}

.slider_gallery_last a{
    display: block;
    width: 98px;
    height: 138px;
    background-color: rgba(0, 160, 233, 0.04);
    color: #00A0E9;
    text-align: center;
    line-height: 136px;
    font-weight: bold;
}


/* トップページ | みんなのコメント
---------------------------------------------------*/
.pucomment{
    color: #333;
}

.pucomment-inner{
    padding: 10px;
    border-top: 1px solid #e1e6ea;
}

.pucomment-main{
    display: flex;
    margin-bottom: 10px;
}

.pucomment-main .thumb{
    width: 72px;
    border-radius: 4px;
    margin-right: 10px;
}

.pucomment-info{
    width: 100%;
}

.pucomment-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.pucomment-comment{
    font-size: 13px;
    margin-bottom: 10px;
}

.pucomment-status{
    display: flex;
    justify-content: space-between;
}

.pucomment-date{
    color: #a9a9a9;
    font-size: 12px;
    margin-right: 10px;
}

.pucomment-name{
    font-size: 12px;
    color: #666;
}

/* バナーモジュール
---------------------------------------------------*/
.bannerMod{
    padding: 8px;
    position: relative;
    overflow:hidden;
}

.bannerMod a{
    color: #333;
    position: relative;
    z-index: 1;
    display: block;
}

.bannerMod a div{
    text-align: center;
    line-height: 1;
}

.bannerMod img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 6px;
}

.bannerModBg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    -webkit-filter: blur(40px);
    filter: blur(20px);
    margin: -40px;
    z-index: -1;
}

.bannerModBg:before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}


/* 画像読み込みのフェードイン
---------------------------------------------------*/
.thumList img ,
.slider_gallery img ,
.tagbanner img ,
.rankingListThum img{
    opacity: 0;
    transition: opacity 0.7s;
  }

.thumList img.lazyloaded ,
.slider_gallery img.lazyloaded ,
.tagbanner img.lazyloaded ,
.rankingListThum img.lazyloaded ,
.AdBanner img{
    opacity: 1;
}

/* プレミアムサポーター一覧
---------------------------------------------------*/

.pspBox{
    background-size: 150%;
    padding: 12px 12px 4px;
}

.pspBox h2{
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 3px #FF8725;
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.pspBox ul{
    display: flex;
    overflow-x: scroll;
    padding-bottom: 12px;
}

.pspBox ul li{
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin-right: 8px;
    flex: 0 0 auto;
    font-weight: bold;
    color: #333;
}

.pspBox ul li span{
    font-weight: bold;
}

.pspBox ul li a{
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
/*
.pspBox ul li:last-child{
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
*/
.pspBox ul li a[href="/prm/supporter"]{
    font-weight: normal !important;
    text-decoration: none;
    position: relative;
    padding-right: 12px;
}

.pspBox ul li a[href="/prm/supporter"] span{
    font-weight: normal !important;
}


.pspBox ul li a[href="/prm/supporter"]:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 6px;
}