@charset "UTF-8";

/*!
Theme Name: Cocoon Child F
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
edit: 太田出版 ohtabooks.com　杉山寛子
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* PC only */
@media only screen and (max-width: 780px) {
	.pc {
		display: none !important;
	}
}

/*背景色*/
body{background-color:#ffffff;}
.header-container{ background:linear-gradient(-90deg, #E52C7D, #FF7B4D); }
.carousel{ background:linear-gradient(-90deg, #E52C7D, #FF7B4D);}

/* font */
.title,
.cus-nav,
.footer-content>p,
.side-links,
.btn,
.item-title,
.sns-share-message,
.list-sns-icon,
.hum-menu-nav,
.works-author,
.popup-title,
.title-type-box,
.entry-title,
.wp-block-heading,
.writer-profile .name,
.entry-card-title,
.speech-name,
.blogcard-title,
.recommended .navi-entry-card-title{
	font-family: "shippori-antique", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.title,
.item-title{
	font-weight:300 !important;

}

.btn{
	font-weight:300;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
	font-weight: 300;
}

.a-wrap:hover,
a.prev-post:hover,
a.next-post:hover,
a.related-entry-card-wrap:hover,
a.widget-entry-card-link:hover,
a.popular-entry-card-link:hover{
	background:none;
}


/*body*/
body{
	overflow-x: hidden;
	position: relative;
}
.main {
    width: 860px;
    padding: 6px 29px 36px;
}
@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 6px 16px 32px 16px;
        margin: 12px 0;
        border-width: 0;
    }
}
/*header*/
.logo-image {
    padding: 3px 0 3px 0;
}
.site-name-text-link{
    padding: 0 0;
}

.logo-image .site-name:before{
   content:"";
	background: url("/img/fukidashi-suiyoubi.png") no-repeat;
	background-size:100%;
	display:block;
	width:124px;
	height:38px;
	position:absolute;
	margin:-2px 0 0 -120px;
}
@media screen and (max-width: 600px) {
    .logo-image .site-name:before {
	width:112px;
	height:34px;
	margin:-2px 0 0 -110px;
    }
}


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/*hum nav*/
.hum-menu {
    width: 100%;
    min-height: 0;
    overflow: hidden;
	z-index: 1000;
}
.hum-menu.open {
    width: 100%;
    overflow: hidden;
}
.hum-btn {
    position: absolute;
    top: 6px;
    right: 0px;
    margin: 23px 23px 10px auto;
    display: block;
    box-sizing: content-box;
    border: 0;
    outline: 0;
	background: url("./images/icon_menu.svg") no-repeat;
    background-size: 18px 18px;
	height: 18px;
	width: 18px;
    cursor: pointer;
}

.circle {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px auto;
    border-radius: 50%;
background: linear-gradient(-90deg, #E52C7D, #FF7B4D);
	background-size: 70%; 
	opacity: 0;
    transition: 0.4s;
    cursor: pointer;
	z-index: 999;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}


@media only screen and (min-width: 771px) {
.circle {
    top: 6px;
}
}

.circle.is-animated {
    transform: scale(100);
	opacity: 0.99;
    transition: 0.65s;
}

.hum-menu-main{
	height: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #fafafa;
}


.hum-menu-nav{
	margin: 0 0 20px 0;
	padding-left: 0;
}
.hum-menu-nav ul,
.hum-menu-nav li{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.hum-menu-nav a{
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 3px auto;
	max-width: 272px;
	padding: 6px 0;
}
@media only screen and (min-width: 771px) {
.hum-menu-nav a:hover{
	background:rgba(255,255,255,0.20);
}
}
.open .hum-menu-main{
transition: all 0.8s ease;
	opacity: 1;
	height: auto;
	display: block;
	z-index: 1001;
}

.open .hum-btn{
background: url("./images/icon_menu_x.svg") no-repeat;
z-index: 1002;
}

.hum-search-box{
	font-size: 15px;
	width: 272px;
	text-align: center;
	margin: 20px auto;
	position: relative;
}

input{background: none;}
input:focus{
	background: rgba(255,255,255,0.15);
}
input:hover{
	background: rgba(255,255,255,0.15);
	display: block;
}

.hum-search-box input{
	border-color: rgba(255,255,255,0.5);
	color: #fff;
	border-radius: 20px;
	height: 38px;
}
.hum-search-box button{ color: #fff;}
.hum-menu .logotype {font-size:0.8em; }
.hum-menu .copyright{font-size:0.7em; }

/*Safariだけに適用*/
_::-webkit-full-page-media, _:future, :root .hum-search-box button{
	top: 4px;
}

/*結果ページ*/
.search-box input{
	border-radius: 20px;
}

/*cus nav*/
.cus-search-box{
	font-size: 12px;
	position: absolute;
    right: 63px;
	top: 20px;
	width: 200px;
	height: 36px;
}
.cus-search-box input{
	border-width: 1px;
	border-color: rgba(255,255,255,0.5);
	color: #fff;
	border-radius: 20px;
	height: 38px;
}
.cus-search-box button{
	color: #fff;
}
@media screen and (max-width: 834px){
	.cus-search-box{
		display:none;
	}
	/*.cus-search-box{
		top: 23px;
		right: 60px;
		width: 38px;
	}
	.cus-search-box input{
		display: none;
	}
	.cus-search-box input:focus{
		background: #fff;
		color: #54504E;
	}*/
}
/*Safariだけに適用*/
_::-webkit-full-page-media, _:future, :root .cus-search-box{
	top: 20px;
}

.header-container{
	position: relative;
}

.cus-hd-navi .user-menu{
	font-size: 11px;
	position: absolute;
    top: 64px;
    right: 6px;
	margin: 0;
}

.user-menu{/*hum menu内*/
	margin: 20px 0;
}

.hide{
	display: none;
}
.tiny{
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 15px 0 0 0;
}

.btn-s{
	display: inline-block;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
	font-size: 12px;
	border:solid 1px #000;
	line-height: 18px;
	min-width: 5.5em;
	padding: 1px 6px;
	margin: 0 2px;
}
.btn-s.btn-s-bk{
	background: #000;
	color: #fff;
}

.btn-m{
	display: inline-block;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
	font-size: 14px;
	border:solid 1px #000;
	line-height: 38px;
	min-width: 8em;
	padding: 1px 18px;
	margin: 0 2px;
}
.btn-m.btn-m-bk{
	background: #000;
	color: #fff;
}

/*cus navi*/
.cus-nav {
position: relative;
	border-bottom: 1px solid #d6d6d6;
}
.cus-nav-in.scroll {
width: 100%;
background: #ffffff;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.cus-nav-in.scroll ul {
max-width: 900px;
min-width: 760px;
height: 47px;
line-height: 45px;
margin: 0 0 0 -38px;
list-style: none;
}
.cus-nav-in.scroll ul li {
float: left;
width: 120px;
text-align: center;
	border-bottom: 3px solid #fff;
}
.cus-nav-in.scroll ul li:hover {
	border-bottom: 3px solid #D43076;
}
.page-id-113 .cus-nav-in ul li.page-item-113{
	border-bottom: 3px solid #D43076;
}
.page-id-105 .cus-nav-in ul li.page-item-105{
	border-bottom: 3px solid #D43076;
}
.page-id-122 .cus-nav-in ul li.page-item-122{
	border-bottom: 3px solid #D43076;
}
.nav-home .cus-nav-in ul li.menu-item-home{
	border-bottom: 3px solid #D43076;
}
.page-id-1028 .cus-nav-in ul li.page-item-1028{
	border-bottom: 3px solid #D43076;
}

.cus-nav-in.scroll ul li a {
display: inline-block;
color: #7D7D7D;
text-decoration: none;
font-size:82%;
width: 100%;
}
/*.cus-nav .next-btn {
position: absolute;
top: 0;
right: 0;
width: 25px; 
height: 47px;
line-height: 45px;
background:linear-gradient(to left, #999, transparent);
}*/
@media only screen and (min-width: 771px) {
.cus-nav-in.scroll ul {
padding: 0;
margin: 0 auto;
}
.cus-nav-in.scroll ul li {
width: /*16.6%*/20%;
margin: 0 auto;
}
.cus-nav .next-btn {
display: none;
}
}

@media screen and (max-width: 480px){
	.cus-nav{
		display: none;
		}
}

.tagcloud{
	margin: 15px 0;
}

.related-entries{
	display: none;
}

.tag-link{
	border-radius: 7px;
	line-height: 1.6;
	font-size: 11px;
}
.tag-link.tag-link-14{
	display: none;
}
.article-footer .tag-link{
	display: none;
}
@media screen and (max-width: 480px){
	.entry-categories-tags{
		margin-bottom: 6px;
		}
}

/*lnline list*/
.list-inline,
.list-inline ul{
	list-style: none;
	margin: inherit 0;
	display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.list-inline{
	font-size: 13px;
	display: inline-block;
}
.list-inline li{
	display: inline-block;
	margin: 0 0 0 2px;
}
.slick-list{
	overflow: visible;
}
.slick-prev, .slick-next{
    z-index: 100;
}

/*SNS*/
.list-sns-icon li{
	font-size: 26px;
}
.list-sns-icon li a{
	display: inline-block;
	color: #000;
	padding: 4px 4px;
	margin: 6px;
	vertical-align: middle;
}
.hum-menu .list-sns-icon li a{ color: #fff;}


/*カルーセル*/
.home-content .carousel{
	display: block;
}
.carousel{
	margin-top:0px;
	overflow: hidden;
	line-height: 1;
}
.carousel-in{
	background: none;
	max-width: 690px;
	padding: 0 0 2px 0;
}
.carousel .a-wrap {
	border-radius: 10px;
    padding: 0 5px 10px 5px;
}
@media screen and (max-width: 834px){
	.carousel .a-wrap {
    padding: 0 5px 4px 5px;
    }
}
.carousel .card-thumb img{
	width: auto;
	height: auto;
	max-height: 362px;
	min-height: 100px;
	border-radius: 10px;
	display: block;
	margin:0 auto;
	box-shadow: none;
	object-fit:unset;
}

.carousel-entry-card-wap{
	max-width: auto;
}
.carousel-top-content .a-wrap:hover{
	background: none;
}
.carousel-entry-card-thumb{
	margin: auto;
	display: block;
}
.carousel-entry-card-thumb img{
	aspect-ratio: unset ;
}
.carousel-entry-card-wrap:not(.slick-active){
	opacity: 0.55;
}
@media screen and (max-width: 834px){
	.carousel-entry-card-wrap:not(.slick-active){
    opacity: 1;
    }
}
.carousel-top-content .slick-track{
	padding: 0;
}
.carousel .slick-arrow:before{
	color: #fff;
	z-index:1;
}



/*構造*/
.content-in{
	max-width: 1084px;
	margin: 0 auto 20px auto;
	line-height: 2;
}
.content-in.wrap{
}
.article-footer,
.entry-footer{
	max-width: 1024px;
	margin: 20px auto;
}
.breadcrumb{
	max-width: 1024px;
	margin: 20px auto;
	display: none;
}

/*pagination*/
.pagination-next-link {
	display: none;
}
/*.pagination{
	display: none;
}*/

/*投稿者*/
.post-author{
	display: none;
    padding: 25px 0;
}

/*titles*/
.entry-title,
.editor-post-title{
	color:#FF6633;
    padding: 25px 0;
	margin: 0 0 0 0;
}
.archive-title,
.archive-title h2.title{ 
	color:#FF6633;
	font-size: 20px;
	/*margin-bottom: 1.5em;*/
}
h1.archive-title{
	font-size: 20px;
    padding: 25px 0;
}
.article h2.title {
    font-size: 22px;
    padding: 25px 0;
	margin-bottom: 1em;
    background-color: #fff;
	color:#FF6633;
}
.entry-title,
.archive-title {
    font-size: 22px;
    margin: 16px 0;
    line-height: 1.3;
}
.title-box{
	color:#FF6633;
	position: relative;
	margin: 10px 0 20px 0;
	padding: 15px 0;
}
.title-box .title{
	font-size: 22px;
}
.title-box ul.side-links {
	list-style-type: none;
	position: absolute;
	right: 5px;
	top: 17px;
}
.title-box ul.side-links li a{
	color:#FF6633;
	border: solid 1px #FF6633;
	padding: 4px 8px;
	font-size: 9px;
	border-radius: 12px;
	text-decoration: none;
}
.archive.author .archive-title::after{
	content: "作品＆トピックス一覧";
	display: inline;
	font-size: 70%;
	padding: 0 1em;
}

h2.wp-block-heading{
	color:#FF6633;
	background-color: #fff;
	border-top: solid 1px #d6d6d6;
	padding: 25px 0;
	font-size: 17px;
}

/* 記事レイアウト*/
.speech-name{
	line-height:1.7;
}
.speech-name a{
	text-decoration:none;
	font-size:90%;
	padding:5px;
}

.wp-block-embed .blogcard-site{
	display:none;
}
.wp-block-embed .blogcard-date{
	display:none;
}
.wp-block-embed .blogcard{
	border:none;
	background:#F0F5F9;
}

.category-content{
	margin-top: 25px;
}
.single-post main{
	padding-top: 30px;
}
.category-content .article-header .eye-catch-wrap,
.article.post .article-header .eye-catch-wrap{
	width: 40%;
	background-color: #F0F5F9;
	padding: 8px;
	max-height: 380px;
	vertical-align: bottom;
	float: left;
}
@media screen and (max-width: 480px){
	.category-content .article-header .eye-catch-wrap,
	.article.post .article-header .eye-catch-wrap{
		float: none;
		width: auto;
		margin: 0;
	}
}
.category-content .article-header .eye-catch,
.article.post .article-header .eye-catch{
	margin-bottom: 0px;
	text-align: center;
}
.eye-catch img{
	max-height: 100%;
	object-fit: contain;
	display: block;
	text-align: center;
	margin: auto;
}

/* 記事のタイトル非表示 3作品 4単話 5お知らせ*/
.categoryid-3 .article.post .article-header.entry-header .entry-title,
.categoryid-4 .article.post .article-header.entry-header .entry-title{
	display: none;
}
[class*="categoryid-5 categoryid-"] .entry-title{
display:none;
}

.article .works-box h2.works-title{
	margin-bottom: 0;
	font-size: 25px;
    padding: 15px 0 10px 0;
	width: 55%;
	float: right;
	color: #5B5852;
}
h2.works-title .rensai-link{
	color: #fff;
	background-color: #E52C7D;
    text-decoration: none;
    display: inline-block;
    margin:5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #E52C7D;
    border-radius: 7px;
    word-break: break-all;
	vertical-align: top;
}
.works-box::after{
	content: "";
	display: block;
	clear: both;
}
.works-author{
	margin-bottom: 4px;
	font-size: 14px;
	color: #7D7D7D;
	width: 55%;
	float: right;
}
.works-author a{
	color: #7D7D7D;
}
.works-description{
	font-size: 12px;
	line-height: 1.6;
	width: 55%;
	float: right;
	color: #727272;
}
.works-box .entry-categories-tags{
	width: 55%;
	float: right;
	margin-bottom: 8px;
}
.works-box .cat-link{
	display: none;
}
.entry-categories .cat-link{
	display: none;
}

@media screen and (max-width: 480px){
	.article .works-box h2.works-title{
		font-size: 22px;
		padding: 25px 0 6px 0;
		color: #5B5852;
		width: auto;
		float: none;
	}
	.works-author{
		margin-bottom: 2px;
		font-size: 13px;
		width: auto;
		float: none;
	}
	.works-description{
		font-size: 11px;
		width: auto;
		float: none;
	}
	.works-box .entry-categories-tags{
		width: auto;
		float: none;
	}
}

.title-type-box{
    color: #FF6633;
    background-color: #fff;
	border-bottom: solid 1px #d6d6d6;
    font-size: 15px;
	margin: 30px 0 30px 0;
}


.title-type-box .title-type{
    padding: 18px 0 13px 0;
}
.title-type-box a.title-type{
  display: inline-block;
  width: 33%;
  text-align: center;
  margin: 0;
  line-height: 2;
  text-decoration: none;
  color: #A5A5A5;
}

@media screen and (max-width: 480px){
	.title-type-box a.title-type{
		width: 33%;
	}
}

.title-type-box a.title-type.select{
  color: #ea5506;
  background-color: none;
  border-bottom: solid 3px #ea5506;
}

.item-list ul li.cat-topics,
.item-list ul:has(li.cat-rensai) li.cat-comics {
    display: none;
}

.item-list ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;

}
.item-list ul li{
	margin: 10px 0 20px;
	clear: both;
	position: relative;
}
.item-list ul li::after{
	content: "";
	clear: both;
	display: block;
}
.item-list ul li:hover{
	background-color: #F0F5F9;
	box-shadow: 0px 0px 0px 8px #F0F5F9;
	border-radius: 2px;
}
.item-title{
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 6px;
}

.item-thumb{
	width: 30%;
	max-width:140px;
	float: left;
	padding: 0 15px 0 0;
	line-height: 1;
}
.item-thumb img{
	box-shadow: 0.5px 0.5px 2px #aaa;
}
.item-description{
	font-size: 11px;
	color: #7D7D7D;
	min-height: 3.1em;
	padding-bottom: 6px;
}
.item-description p{
	margin: 0;
}
.item-pub-date{
	display: inline-block;
	padding-right: 0.6em;
}
.item-page_count{
	display: inline-block;
}



.item-list .btns .btn{
	margin:0 3px 5px 0;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg{
	opacity: 0.5;
}


.popup-box{
	clear: both;
	display: block;
	border-radius: 10px;
	padding: 18px 22px !important;
}
.mfp-close i{
	display: none;
}
.mfp-close::after{
	content: "";
    display: block;
    box-sizing: content-box;
    border: 0;
    outline: 0;
	margin: 15px 15px 0 0;
	background: url("./images/icon_menu_x_gray.svg") no-repeat;
    background-size: 18px 18px;
	height: 18px;
	width: 18px;
    cursor: pointer;
}
.popup-title{
	text-align: center;
	margin: 0px 0 20px 0;
	line-height: 1.5;
	font-size: 15px;
}
.popup-box .item-title{
	color: #727272;
	font-size: 85%;
	padding-top: 5px;
}

.popup-text{
	clear: both;
	font-size: 11px;
	color: #727272;
	margin: 10px 0 10px 0;
	padding-top: 10px;
	line-height: 1.5;
}
.popup-attention{
	clear: both;
	font-size: 12px;
	color: #E52C7D;
	background-color: #F7E2EC;
	padding: 6px;
	border-radius: 6px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

ul.popup-btns{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.popup-btns li {
    display: inline-block;
    width: 32.3%;
    height: 50px;
    padding: 2px 0 6px 0;
    text-align: center;
	margin: 0;
	list-style: none;
}

ul.popup-btns a {
    display: table-cell;
    border: solid 1px #d6d6d6;
    border-radius: 4px;
    width: 32.3%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
	padding: 2px 5px;
}
ul.popup-btns a img {
    vertical-align: middle;
    max-height: 38px;
    max-width: 100%;
    border-radius: 4px;
}

@media screen and (max-width: 480px){
	ul.popup-btns li {
		width: 48.5%;
	}
}


.ad-label{
	font-size: 80%;
	color: #7D7D7D;
}

/*本文装飾*/
.content{
	color: #5B5852;
	font-size: 90%;
	margin: 0;
}
.wp-block-cocoon-blocks-blank-box-1{/*囲みボックス*/
	border-width: 1px;
	border-color:#FF6633;
	border-radius: 0px;
	font-size: 90%;
}
.wp-block-cocoon-blocks-info-box{/*案内ボックス*/
	background-color: #F0F5F9;
	color: #7D7D7D;
	font-size: 13px;
	border-radius: 0px;
	font-size: 90%;
}
.block-box p strong{
	font-weight: bold;
	font-size: 110%;
}

/*image*/
.card-thumb img {
    width: auto;
    height: 100%;
	max-height: 250px;
	box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.33);
}
.list-comics img{
	aspect-ratio: 1 / 1.4141;
}
.archive.tag .list img,
.archive.author .list img,
.search.search-results .list img{
	aspect-ratio: 1 / 1.4141;
	height: auto;
	object-fit: cover;
	object-position: 50% 0%;
}

/* btn */
.btn-box{
	text-align: center;
	clear: both;
	padding: 20px 0;
}
.btn{
	color: #FF6633;
	padding: 6px 10px;
	line-height: 1.8;
	min-width: 9em;
	background: #fff;
	border: solid 1px #FF6633;
	border-radius: 22px;
	font-size: 85%;
}
.btn:hover{
	color: #E52C7D;
	border: solid 1px #E52C7D;
}
.btn.popup-btn{
	color: #fff;
	padding: 7px 11px;
	border: none;
	background: linear-gradient(-90deg, #E52C7D, #FF7B4D);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.08);
}
@media screen and (max-width: 480px){
	.btn{
		min-width: 8em;
	}
}

/* リスト */

.list-topics{
	display: block;
	margin-bottom: 50px;
	border-top: solid 1px #d6d6d6;
}
.list-topics a{
	display: block;
	border-bottom: solid 1px #d6d6d6;
	font-size: 80%;
	color: #54504E;
	text-decoration: none;
	padding: 6px 4px;
}
.list-topics a:hover{
	background-color:#F0F5F9;
	color: #FF6633;
}
.list-topics a div{
	display: inline-block;
}
.list-topics a div.date{
	width: 10em;
	font-size: 85%;
	color: #7D7D7D;
}
.list-topics a div.title{
	min-width: 10em;
}
.list-topics a div.description{
	display: block;
	margin-left: 8.8em;
}
.list-topics-rensai .title:before{
content: "";
}
.list-topics-rensai .title:after{
content: "　UP！";
}
.list-topics-comics .title:before{
content: "『";
}
.list-topics-comics .title:after{
content: "』単行本情報";
}
[class*="list-topics-"] .title:before{
content: "";
}
[class*="list-topics-"] .title:after{
content: "　UP！";
}
.list-topics-topics .title:before{
content: "";
}
.list-topics-topics .title:after{
content: "";
}
@media screen and (max-width: 480px){
	.list-topics a div.date{
		display: block;
	}
	.list-topics a div.description{
		margin-left: 0;
	}
}


.list-comics a,
.archive-title .list a{ 
	display: inline-block;
	width: 32.3%;
	text-decoration: none;
	margin-bottom: 1em;
}
.list-comics-top a:nth-child(n+13){
	display:none;
}
.list-comics a.list-category-rensai{/* 連載中の場合はコミックリストに表示しない */
	display: none;
}

.list .cat-label{
	display: none !important;
}
.eye-catch .cat-label{
	display: none !important;
}
.list .entry-date{
	text-align: left;
	font-size: 11px;
}
.ect-3-columns .entry-card-wrap{
padding: 0;
}
@media only screen and (min-width: 771px) {
	.list-comics a,
	.archive-title .list a,
	.ect-3-columns .entry-card-wrap{ /*3→6カラムに改変*/
	width: 15.6%;
	}
}
@media screen and (max-width: 834px) {
    .ect-vertical-card .entry-card-wrap {
		width: 32.6%;
    }
	.blogcard-thumbnail img, .card-thumb img{
		width: auto !important;
	}
}@media screen and (max-width: 356px) {
    .ect-vertical-card .entry-card-wrap, .rect-vertical-card .related-entry-card-wrap, .ect-2-columns > *, .ect-3-columns > *, .fpt-2-columns > *, .fpt-3-columns > * {
        width: 32.6% !important;
    }
	.blogcard-thumbnail img, .card-thumb img{
		width: auto !important;
	}
}

.list-comics .thumb,
.ect-3-columns .entry-card-wrap .entry-card-thumb{
	max-width: 94%;
	display: table-cell;
	vertical-align: bottom;
}


.list-comics .thumb{
	padding-bottom: 10px;
}
.blogcard-thumbnail img,
.list .card-thumb img{
	object-fit: unset;
	height: auto;
	width: 94%;
	vertical-align: bottom;
}

.ect-vertical-card .entry-card-wrap .entry-card-content{
	margin-top: 5px;
	min-height:4em;
}
.list-rensai .title, 
.list-comics .title {
	color: #54504E;
	font-size: 15px;
	width: 100%;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	line-height: 1.5; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list .entry-card-wrap .entry-card-title{  
	color: #54504E;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}
.entry-card-title{
	font-weight: normal !important;
}
.list .entry-card-wrap .entry-card-snippet,
.list .entry-card-wrap .entry-card-meta{
	display: none;
}

.list-rensai .description,
.list-comics .description,
.list .entry-card-info{
	color: #7D7D7D;
	font-size: 11px;
}
.list-rensai .description div,
.list-comics .description div,
.list .entry-card-info span{
	display: inline;
	padding-right: 0.8em;
}
.list-comics div.kana{
	display: none;
}

.list-rensai a{
	text-decoration: none;
	width: 49%;
}
.list-rensai .thumb img{
	width: auto;
	width: 97.5%;
	aspect-ratio: unset ;
	margin-bottom: 6px;
	border-radius: 7px;
    max-height: none;
}

@media screen and (max-width: 834px){
	.list-rensai a{
		width: 100%;
	}
}
.list-rensai .description div.kana{
	display: none;
}

/*カテゴリページ（作品）*/
.category-header .archive-title{
	width: 55%;
	float: right;
	color: #54504E;
}
.category-page-content{
	font-size: 80%;
	display: block;
	width: 55%;
	float: right;
}
.category-page-content::after{
	content: "";
	display: block;
	clear: both;
}
.entry-content::after{
	content: "";
	display: block;
	clear: both;
}
.categoryid-3 .entry-content-body{
	display:none;
}
.categoryid-4 .entry-content-body{
	display:none;
}

@media screen and (max-width: 480px){
	.category-header .archive-title{
		width: auto;
		float: none;
	}
	.category-page-content{
		width: auto;
		float: none;
	}
}
.list{
	clear: both;
}

/*NEWマーク*/
.pick-label{
	position:absolute;
	display:inline-block;
	left:0px;
	color:#FFFFFF;
	background-color:#E52C7D;
	padding:3px 5px;
    font-size: 10px;
	line-height:1.1;
}

/*編集するボタン*/
.logged-in .post-edit-link{
	display:inline-block;
    font-size: 10px;
	color:#cccccc;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0px;
}

/*アイコン変更・削除*/
.container .fa, 
.container .fas {
    font-weight: 300 !important;
}
.entry-categories-tags .tax-icon {
    margin-right: 0.1em;
	margin-bottom: 13px;
}
.breadcrumb-item .fa-file-o,
.breadcrumb-item .fa-folder{/*パンくずリスト*/
    display: none;
}
.archive-title .fa-folder-open,
.archive-title .fa-folder-open:before{ /*カテゴリタイトル*/
	display:none;
}
.list .post-date .fa-clock
.list .post-date .fa-clock-o,
.list .post-date .fa-clock:before,
.list .post-date .fa-clock-o:before{/*リストの時計*/
	display:none;
}
.list .post-author .fa-pencil,
.list .post-author .fa-pencil-alt,
.list .post-author .fa-pencil:before,
.list .post-author .fa-pencil-alt:before{/*リストの著者*/
	display:none;
}
.article .post-date .fa-clock:before,
.article .post-date .fa-clock-o:before{/*記事*/
	content: "公開:";
	font-weight: 300;
}
.article .post-update .fa-history:before{
	content: "更新:";
	font-weight: 300;
}
.fa-tag:before,
.fa-tags:before{
	content: "\f292";
}
.fa-folder:before{
	content: "\f292";
}
.fa-file,
.fa-file:before,
.fa-folder,
.fa-folder:before{
	display:none;
}
.fa-tag,
.fa-tag:before{
	display: none;
}

.fa-user{
	display: none;
}

/*作家リスト*/
.writers .writer-profile{
	width: 47%;
	max-width: 12em;
	min-width: 7em;
	display: inline;
	float: left;
	padding: 8px 6px 8px 0;
	margin: 0 10px 10px 0;
}
.writers::after{
	content: "";
	display: block;
	clear: both;
}
.writers .writer-profile .kana{
	display: block;
	font-size: 65%;
	color: #999;
	padding: 0 6px 3px 0;
}
.writers .writer-profile a{
	text-decoration: none;
	border-radius: 10px;
}
.writers .writer-profile a:hover{
	text-decoration: none;
	background: #F0F5F9;
}

.writers .writer-profile a .name{
	color: #5B5852;
	border: none;
	font-size: 17px;
	background: #fff;
	padding: 0 6px;
}
.writers .writer-profile a:hover .name,
.writers .writer-profile a:hover .kana{
	color: #FF6633;
	background: #F0F5F9;
}

/*SNS btn*/
.sns-share{
	max-width: 420px;
	margin: auto auto 2em auto;
}
.sns-share-message{
	font-size: 13px;
	color: #FF6633;
	margin-bottom: 1em;
}
.sns-share.ss-col-6 a{
	width: 50px !important;
}
.sns-buttons .button-caption{
	display: none;
}
.sns-buttons a{
	background-color: #fff;
	color: #5B5852;
}
.sns-buttons a .social-icon{
	font-size: 26px;
}

/*article-footer調整*/
@media screen and (max-width: 834px) {
    .article-footer, .entry-footer{
        padding: 6px 16px 32px 16px;
        margin: 12px 0;
        border-width: 0;
    }
}

@media screen and (max-width: 1023px) {
    .article-footer, .entry-footer {
        display: block;
        padding: 6px 16px 32px 16px;
        margin: 12px 0;
        width: auto;
    }
}

/*footer*/
#footer{
background: #F0F5F9;
color: #727272;
}
@media screen and (max-width: 834px) {
    .footer-widgets {
        display: inherit;
    }
}
@media screen and (max-width: 1023px){
    .footer-widgets {
		text-align: center;
    }
}
.footer {
    padding:20px 0 0 0;
}
.footer-center .widget_text{
	line-height: 1.45;
}
.footer .widget{
	margin-bottom: 0px !important;
}
.footer-in{
	width: 100%;
}
.footer-widgets{
	max-width: 1024px;

}
.footer-left{
	width: 20%;
}
.footer-center{
	width: 50%;
}
.footer-logo img{
	padding: 0px;
	width: 240px;
}
@media screen and (max-width: 1023px) {
	.footer-logo img{
		padding: 0px;
		width: 130px;
	}
}
.widget_nav_menu{
	padding: 12px 0 3px 0 ;
}
.widget_nav_menu ul li{
    color: #5B5852;
    text-decoration: none;
    display: inline;
}
.widget_nav_menu ul li a{
	line-height: 1.6;
	font-size: 13px;
    color: #5B5852;
    text-decoration: none;
    padding: 4px 10px 4px 0px;
    display: inline-block;
}
.footer-bottom{
	background: #000;
	color: #A5A5A5;
}
.navi-footer-in > ul.list-related-site {
    padding: 10px 0 0 0;
}
.list-related-site{
	list-style-type: none;
	margin: 0;
}
.list-related-site>li{
	display: inline-block;
	line-height: 1.8;
}
.list-related-site>li>a{
	display: inline-table;
	padding: 4px;
}
.list-related-site>li>a:hover{
	background: none;
}
.list-related-site>li>a>img{
	vertical-align: bottom;
}
.copyright{
	font-size: 11px !important;
	margin: 0;
	padding: 18px 0;
}

.list-inline,
.list-inline ul{
	list-style: none;
	margin: inherit 0;
	display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.list-inline{
	font-size: 13px;
	display: inline-block;
}
.list-inline li{
	display: inline-block;
	margin: 0 0 0 2px;
}
.list-sns-icon li{
	font-size: 26px;
}
.list-sns-icon li a{
	display: inline-block;
	color: #5B5852;
	padding: 4px 4px;
	vertical-align: middle;
	text-decoration: none;
}
.fa.fa-envelope{
	position: relative;
	top: -2px;
}

@media screen and (min-width: 1024px){
.list-related-site{
	float: left;
	width: 65%;
}
.copyright{
	font-size: 9px;
}
}


.go-to-top-button{
	background-color: rgba(255,255,255,0.15);
	color: #7D7D7D;
	font-size: 16px;
	border-radius: 50%;
}

/*リストカード内のカテゴリ表示を消す*/
body.category .list .cat-label{
	display: none;
}

/*管理者、編集部の表示は非表示*/
.post-author-1,
.post-author-2,
.author-info{
	display: none;
}

.admin-pv{
	display: none;
}

/*固定ページのアイキャッチを消す*/
body.page .eye-catch-wrap{
	display: none;
}

/*2025.4*/

.recommended{
    margin: 3em 0 1em 0;
}
.recommended figure{
	visibility:hidden;
	min-width:17em;
	max-height:3.5em;
}
.recommended.rcs-center-white-title .card-content{
	background:#F0F5F9;
    /*border: solid 1px #FF6633;*/
    border-radius: 6px;
}
.recommended .navi-entry-card-title{
    color: #5B5852;
	font-size:80%;
}
.recommended .card-content:hover .navi-entry-card-title{
	color: #FF6633;
}
.recommended.rcs-center-white-title .a-wrap:hover .card-content {
    opacity: 0.85;
}
