/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: http://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:サイト高速化、Google PageSpeed Insightsでの高得点獲得に重点を置きながら、比較的カスタマイズしやすい形を目指したテーマystandardの子テーマ
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*全体 */
.color__font-sub, input:placeholder-shown, .sidebar .widget_recent_entries a:not(:hover), .sidebar .widget_categories a:not(:hover), .sidebar .widget_archive a:not(:hover), .sidebar .widget_nav_menu a:not(:hover), .sidebar .widget_pages a:not(:hover), .sidebar .widget_meta a:not(:hover), .sidebar .widget_calendar a:not(:hover), .sidebar .widget_ys_ranking a:not(:hover), .sidebar .widget_ys_taxonomy_posts a:not(:hover) {
    color: #555;
}

body{
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	letter-spacing: normal;
}

body p{
	color: #333;
	margin:0 0 15px 0;
}

h1, h2 {
	margin: 0 0 1em 0;
	font-size: 1.5em;
	padding: 10px 0;
}

/*ヘッダー */
.site-header{
	border-bottom: solid 5px #ABDEF7;
	background: #0082c8;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.header__title a {
	color: #FFF;
	text-decoration: none;
}

.color__site-dscr {
	color: #FFF;
}

section.header-info{
	text-align: center;
	padding: 5px 10px;
	background-image: linear-gradient(to right, #e65c5c 0%, #ff7eb3 100%);
}

section.header-info p{
	margin: 0;
}

section.header-info a{
	font-size: 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
}

section.header-info a:hover{
	opacity: 0.8;
}

/* ヘッダー 検索付き */
.header__container{
	padding: 0 15px;
}

.header__branding{
	position: relative;
	height: 100px;
	padding:0;
}

.header__title{
	position: absolute;
	top: 45px;
	left: 0;
	padding:0 !important;
}

.site-description{
	position: absolute;
	top: 25px;
	left: 5px;
	font-size: 14px;
}

.top-search{
	position: absolute;
	top:40px;
	right: 30px;
	margin: 0;
	padding:0;
}

.top-search form{
	margin: 0 auto;
	width: 400px;
}

.global-nav__menu{
	justify-content: space-between;
}

@media screen and (max-width: 959px){
	.top-search{
		display: none;
	}

	.header__container{
		padding: 5px 15px;
		text-align: center;
	}

	.header__branding{
		height: auto;
	}

	.header__title{
		position: static;
		padding:0 5px !important;
	}

	.site-description{
		position: static;
		padding:0 5px;
	}
}

/*全体*/
.site__content {
	margin: 0;
	padding: 30px 0;
	background: #cce7ff;
	/* background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 6px,#e9f4ff 6px, #e9f4ff 7px); */
}

.content__main {
	padding: 10px;
	background: #FFF;
}

@media screen and (min-width: 960px){
	.pc-none{
		display: none;
	}
}

@media screen and (max-width: 959px){
	/*全体*/
	body p{
		font-size: 18px;
	}

	.site__content {
		padding: 15px 0;
	}

	.header__branding {
		padding:0;
	}

	.breadcrumbs {
		font-size: .9em;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	ul.sp-bn{
		margin: 0;
		padding:10px 15px 0 15px;
		text-align: center;
	}

	.sp-bn li{
		list-style: none;
		margin: 0 0 10px 0;
		border: none;
	}

	.sp-bn li a{
		text-decoration: none;
		font-size: 14px;
	}
}

@media screen and (max-width: 640px){
	section.header-info a{
		font-size: 14px;
	}

	.entry-content p{
		font-size: 18px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px){
	section.header-info p span{
		display: inline-block;
	}
}

@media screen and (max-width: 375px){
	.header__dscr {
	font-size: 16px;
	margin: 0 0 0 0;
	}
}

/*Gナビ */
.color__nav-bg--pc, .global-nav__sub-menu li {
	background-color: transparent;
	text-align: left;
}

.global-nav--amp a, .global-nav a {
	color: #FFF;
	font-size: 1.2em;
}

.global-nav--amp a, .global-nav a:hover{
	color: #EEE;
}

.global-nav__item:not(.menu-item-has-children):hover {
border-bottom: none;
}

.global-nav__btn {
	top: 25px;
	right: 15px;
}

@media screen and (max-width: 959px){
	.color__nav-bg--pc, .global-nav__sub-menu li {
		background: #0082c8;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

	.global-nav__btn span {
	background-color: #FFF;
	}

	.global-nav--amp a, .global-nav a {
		border-bottom: solid 1px #FFF;
	}

	/* スマホメニュー内検索窓 */
	.global-nav__search form input{
		background: #FFF;
	}
}

/*アーカイブページ */
.archive__header {
	padding: 0;
}

.archive__header h1.archive__title{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background: #0082c8;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	color: #FFF;
}

body.home h1.page-title{
	display: none;
}

.entry-list--list .entry-list {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #fff;
	border: solid 4px #EEE;
}

aside.entry-list{
	border: none !important;
	padding: 0 !important;
	margin: 1em auto!important;
	text-align: center;
	overflow: hidden;
	display: block;
}

aside.entry-list > a >img{
	width:100%;
}

.entry-list__title {
	display: inline;
	font-weight: bold;
}

span.archive-copy{
	font-size: 1.2em;
	font-weight: bold;
}

a.entry-list__link{
	color: #444;
	font-weight: bold;
}

a.entry-list__link:hover{
	opacity: 0.8;
}

.entry__meta {
	margin: 5px 0;
}

.entry__meta p{
	font-size: 14px;
}

div.entry-list__detail .to-detail {
	text-align: right;
}

div.entry-list__detail .to-detail a{
	font-size: 15px;
}
.entry__meta h2.entry-auther{
	margin:0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.entry-list__figure {
	text-align: center;
	background: #EEE;
}

.ratio__image amp-img, .ratio__image img {
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

p.image-mask__text{
	color: #FFF;
}

section.archive-ad-sp{
	display: none;
}

section.archive-ad-pc{
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}

@media screen and (max-width: 959px){
	section.archive-ad-sp{
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
	}

	section.archive-ad-pc{
		display: none;
	}

	.entry-list__title {
	font-size: 18px;
	line-height: 1;
	}

	span.archive-copy{
	font-size: 18px;
	line-height: 1;
	}

	a.entry-list__link:hover{
		opacity: 1;
	}
}

/*サイドバー */
.widget {
	margin-top: 20px;
	font-size: 1em;
}

h2.widget-title{
	position: relative;
	padding: 5px 20px;
	font-size:1em;
	text-align:center;
	border-top: solid 1px #ABDEF7;
	border-bottom: solid 1px #ABDEF7;
	font-weight: bold;
	background: #0075c2;
	color: #FFF;
}

h2.widget-title::before,
h2.widget-title::after{
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #ABDEF7;
}
h2.widget-title::before{left: 10px;}
h2.widget-title::after{right: 10px;}

.widget ol, .widget ul {
	margin: 0 0 20px 0;
}

.widget ol, .widget ul li{
	border-bottom: dotted 1px #DDD;
}

.widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_pages li a, .widget_recent_entries li a {
	padding: 5px 0;
}

div.ys-post-list{
	padding: 10px;
	background: #FFF;
}

div.ys-post-list ul{
	margin: 0 !important;
}

ul.side-category{
	margin: 0 -5px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

ul.side-category li{
	width: 50%;
	padding: 0;
	font-size: 15px;
	position: relative;
	box-sizing: border-box;
	border: none;
}

ul.side-category li a{
	color: #333;
	margin: 0 5px 5px 0;
	padding: 8px 5px;
	text-decoration: none;
	display: block;
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

ul.side-category li a:hover{
	text-decoration: none;
	background: #ABDEF7;
}

div.tagcloud a{
	display: inline-block;
	margin: 0 3px 5px 0;
	font-size: 13px !important;
	padding: 1px 2px;
	border: solid 1px #2980b9;
}

.search-submit {
	position: absolute;
	right: 1px;
	top: 1px;
}

.ys-ad-widget{
	margin: 20px 0;
	text-align: center;
}

#sidebar-widget img:hover {
	opacity: 0.8;
}

div.mgs_widget_affiliate_afflink .divclass_afflink {
    padding-top: 0 !important;
}

.widget li ol, .widget li ul {
    margin-left: 0 !important;
}

.textwidget{
	text-align: left;
}

ul.side-fanza{
	margin:0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	background: #F7F7F7;
	border: solid 1px #DDD;
}

ul.side-fanza li{
	border: none;
	margin: 0 0 10px 0;
}

ul.side-aff{
	margin:0 0 25px 0;
	padding: 10px;
	list-style: none;
	background: #FFF;
}

ul.side-aff li{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	border: none;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;
	font-size: 15px;
}

ul.side-aff li img{
	margin: 0 auto 3px;
	display: block;
}

ul.side-aff li a{
	/* color: #111; */
}

ul.side-aff li span.author{
	margin: 0;
	color: #2980b9;
}

ul.linksite{
	margin: 0 0 0 30px;
}

ul.linksite li{
	border: none;
	list-style: disc;
}

ul.sidebar-bnarea {
	text-align: center;
}

ul.sidebar-bnarea li{
	list-style: none;
	margin: 0 0 10px 0;
	border: none;
}

.sidebar__widget+.sidebar__fixed {
	margin-top: 20px!important;
}

.ys-post-list__item.has-image {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ys-post-list__item.has-image a{
	color:#333;
}

.ys-post-list__item.has-image a:hover {
	color: #409ad5;
}

.ys-post-list__title {
	font-size: 15px;
}

#sidebar-widget figure.ratio__image{
	background: #DDD;
	text-align: center;
}

div#custom_html-8{
	background: #FFF;
}

.sidebar-bnarea li.sp-client{
	display: none
}

ul.side-author-list {
	margin: 0;
}

ul.side-author-list li{
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	text-decoration: none;
	color: #0082CA;
	background: #FFF;
	border: none;
	line-height: 1;
}

ul.side-author-list li a{
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	line-height: 1;
	display: block;
}


@media screen and (max-width: 768px){
	ul.side-fanza li img{
		max-width: 40%;
	}

	ul.side-aff{
		margin:0 0 20px 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		background: #FFF;
	}

	ul.side-aff li{
		width: 50%;
		margin: 0 -1px -1px 0;
		padding: 10px;
		text-align: center;
		border: solid 1px #DDD;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		font-size: 15px;
	}

	div#custom_html-8{
		width: 100%;
		margin: 20px auto 0;
	}

	div.tagcloud a{
		font-size: 14px !important;
	}

	.sidebar-bnarea li.pc-client{
		display: none
	}

	.sidebar-bnarea li.sp-client{
		display: block
	}
}

/* フローティングバナー　*/

div.sky-bn-left,div.sky-bn-right{
	display: none;
}

div.sky-bn-left{
	position: fixed;
	top:180px;
	left:50%;
	margin-left: -770px;
}

div.sky-bn-right{
	position: fixed;
	top:180px;
	right:50%;
	margin-right: -770px;
}

@media screen and (min-width: 959px){
	body.page-id-1121 div.sky-bn-left,body.page-id-1121 div.sky-bn-right{
		display: block;
	}
}

/*フッター */
#footer{
	background: #0082c8;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-top: solid 5px #ABDEF7;
	padding: 10px 0;
}

.footer__section {
	margin-top: 10px;
}
.site__footer {
	padding-top: 15px;
}

.site__footer a {
	color: #FFF;
}

.footer__section p{
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

.footer-nav ul {
	justify-content: center;
}

.footer-nav ul li{
	font-size: 1em;
	margin: 0 10px 10px 10px;
}

.footer-nav ul li a{
	padding: 5px;
}

.footer-sns__link {
	height: 2em;
	width: 2em;
}

.entry__footer-taxonomy a {
	color: #2980b9 !important;
	text-decoration: underline;
}

footer.entry__footer .entry__footer-taxonomy{
	display: none;
}

@media screen and (max-width: 640px){
	aside.entry-list {
		margin: 1em auto!important;
	}

	.footer__section p{
		font-size: 14px;
	}

	.entry__footer-taxonomy a {
		font-size: 18px;
	}
}

/*詳細ページ */
.custom-fields-api{
	margin: 0 0 2em 0;
}

.api2{
	margin: 2em 0 0 0;
}

.api2 .anime_all_sale_info_wrap{
	display: none;
}

.share-btn {
	margin: 0 0 10px 0;
}

.entry-paging__info {
    font-size: 1em;
}

img.entry__thumbnail-image{
	border: solid 3px #DDD;
}

.entry__content {
	margin: 1em 0;
	padding: 0;
}

.category-recommend{
	margin: 5px 0 10px 0;
	font-size:14px;
	color:#555;
	font-weight: normal;
	display: block;
}

h1.entry__title {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	/* display: inline; */
}

figure.post-eyecatch{
	padding: 20px;
	background: #3e3e48;
}

figure.post-eyecatch .wp-caption-text{
	margin: 5px 0 0 0;
	color: #FFF;
}

figure.post-eyecatch .wp-caption-text span{
	margin: 0;

}

figure.post-eyecatch span a{
	color: #FFF;
}

/* .page-id-34865 h1.entry__title {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 30px 10px;
	display: block;
	background: #3E3E48;
	color: #F7F7F7;
} */

header.entry-header .entry__date{
	margin: 0 0 5px auto;
}

header.entry-header .title-copy{
	font-size: 1.8em;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

header.entry-header span.category{
	margin: 0 0 10px 0;
	padding: 0;
	/* background: #f0f8ff; */
	font-size: 15px;
	font-weight: normal;
	display: block;
}

.editor-fields h3,.custom-fields h3{
	margin: 2em 0 .5em;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
}

h3.single-ti{
	position: relative;
	padding: 2px 2px calc(2px + 4px);
	background: #e9f4ff;
	border: none;
}

h3.single-ti:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #CCC;
}

ul.single-recommend{
	margin: 20px 0;
}

ul.single-recommend li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	padding-left:20px;
	background: url(/wp-content/uploads/hearticon.png) no-repeat left 5px;
}

.single .entry__meta {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div.genre td.single-genre a{
	padding:5px;
	margin: 0 8px 3px 0;
	display: inline-block;
	line-height: 1.5;
}

.entry__footer-section figure.ratio__image{
	text-align: center;
	background: #EEE;
}

.wp-caption-text {
	margin: 1em 0;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	color: #333;
	line-height: 1.6;
}

.text-left {
	text-align: left;
}

.wp-caption-text span{
	display: block;
	margin: -10px 0 15px 0;
	font-size: 14px;
	text-align: center;
}

.wp-caption-text a{
	text-decoration: none;
}

.entry-paging__title {
	font-size: 1em;
}

.entry-content h2{
	margin: 2em 0 1em;
	padding: 10px;
	font-size: 20px;
	background: #0082c8;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
}

.custom-fields{
	margin: 0 0 2em 0;
}

.editor-fields{
	margin: .5em 0;
}

.custom-field .note{
	margin:-10px 0 0 0;
}

.custom-field .note p{
	margin: 0;
	padding:15px 10px 15px 10px;
	background: #f0f8ff;
	font-size: 16px;
}

.custom-field .detail{
	margin:1em 0;
}

span.outline{
	font-size: .8em;
}

span.outline a{
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin: 0 0 2em 0;
	background: none;
}

.wp-caption2 {
	max-width: 100%;
	text-align: center;
	font-size: 1em;
	margin: 0 0 1em 0;
	/* padding: 10px;
	background: #f0f8ff; */
}

.wp-caption img{
	border: solid 3px #DDD;
}

.entry-related__item .entry__meta{
	display: none;
}

.card__text {
	padding: 5px 10px;
}

.card__text h3{
	font-size: .8em;
	line-height: 1.4;
}

h2.entry__footer-title{
	font-size: 1em;
	margin: 2em 0 0 0;
	padding: 5px 10px;
	background: #EEE;
}

.custom-fields-button{
	margin: 1.5em 0;
	padding: 0;
}

.custom-fields-button ul{
	list-style: none;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.custom-fields-button ul li{
	width: 48%;
}

.custom-fields-button ul li a{
	padding: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}

.custom-fields-button ul li.dlsite a{
	font-size: 18px;
	background: #06c;
	background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
	border-bottom: solid 3px #625EB1;
}

.custom-fields-button ul li.fanza a{
	font-size: 18px;
	background: #e65c5c;
	background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
	border-bottom: solid 3px #fe5196;
}

.custom-fields-button ul li.tora a{
	background: #f80;
	background-image: linear-gradient(to right, #f80 0%, #fb0 100%);
	border-bottom: solid 3px #f80;
}

.custom-fields-button ul li.melon a{
	background: #259758;
	background-image: linear-gradient(to right, #259758 0%, #329460 100%);
	border-bottom: solid 3px #259758;
}

.custom-fields-button ul li a:hover{
	opacity: 0.8;
}

.custom-fields-source{
	font-size: 14px;
	padding: 5px;
}

.custom-fields-source p{
	margin:0;
	font-size: 16px;
}

.custom-fields-source a{
	padding: 3px 5px;
}

div.single-twitter{
	margin: 0;
	padding: 0;
	text-align: right;
}

section.single-genre{
	margin: 20px 0;
	text-align: center;
}

.single-fasale{
	margin: 15px 0;
	padding: 10px;
	border: solid 4px #DDD;
	background: #FFEEEE;
}

.single-fasale p.sale-title{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.single-fasale ul{
	margin: 0 0 0 15px;
}

.single-fasale ul li{
	margin: 0 0 5px 0;
}

p.other-books{
	margin: 10px 0 5px 0;
	padding: 2px;
	background: #FFEEEE;
	color: #d85051;
	font-size: 1em;
	line-height: 1.4;
}

blockquote {
	margin: 0;
	font-size: 1em;
	background-color: #f0f8ff;
	border-left: 5px solid #DDD;
}

table {
	border: 3px solid #DDD;
}

table th{
	width:170px;
	background: #f0f8ff;
	font-size: 16px;
}

table td{
	font-size: 16px;
}

.sample-movie{
	text-align: center;
}

.sample-movie h2{
	text-align: left;
}

.sample-movie iframe{
	margin: 0;
}

.ad__container {
	padding: 0 0 10px 0;
}

.subscribe .subscribe__image-container{
	text-align: center;
}

.subscribe .col__2--tb img{
	width: auto;
}

.subscribe__buttons-container {
	background-color: #f0f8ff;
}

section.book-coupon p{
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	border-top: solid 1px #668ad8;
	border-bottom: solid 1px #668ad8;
	border-left: solid 5px #668ad8;
	border-right: solid 5px #668ad8;
	color: #668ad8;
	text-shadow: 0 0 5px white;
	padding: 0.5em 1em;
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	transition: .4s;
}

section.book-coupon p a{
	display: block;
}

.ad__label{
	display: none;
}

.ad__content {
	text-align: center;
}

.btn a {
	width: 96%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 120px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn03 a {
	background-color: #fbcf28;
	border: 1px solid transparent;
	margin: 0 auto;
}

.btn03 a span{
	display: block;
	font-size: 24px;
}

.btn03 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border:3px solid #333;
}

.btn03 a:hover {
	opacity: 0.7;
}

.custom-field p.sale{
	margin: 30px 0 0 0;
	padding: 10px;
	background-color: #FFEEEE;
	border: solid 1px #de3e3b;
}

.custom-field p.sale a{
	color: #de3e3b;
	text-decoration: none;
}

div.bookviewer{
	margin: 10px 0;
}

div.bookviewer p{
	margin: 0;
	text-align: center;
}

div.bookviewer p a{
	padding: 5px 10px;
	background: #444;
	border: solid 1px #999;
	color: #FFF;
	text-decoration: none;
	display: block;
}

div.bookviewer p a:hover{
	opacity: 0.8;
}

/* fanzaフロア */
section.fanza-floor{
	margin: 15px 0;
	padding: 10px;
	background: #FFEEEE;
	border: solid 3px #DDD;
}

.entry-content h2.floor {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	background: #d75050;
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.fanza-floor h3{
	margin: 1em 0 0 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #555;
	text-align: center;
	color: #FFF;
}

ul.floor{
	margin: 0 0 0 0;
	padding: 20px 10px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #FFF;
}

ul.floor li{
	width: 48%;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	position: relative;
	line-height: 1.5;
	color: #333;
}

ul.floor li a{
	color: #333;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	display: block;
	background: #0075c2;
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	border-bottom: solid 4px #006699;
}

ul.floor li a:hover{
	opacity: 0.8
}

ul.floor li span{
	display: block;
	margin: 5px 0 0 0;
}

ul.single-egodiva{
	margin:20px 0;
	padding: 5px 0 0 0;
	list-style: none;
	text-align: center;
	background: #3e3e48;
}

ul.single-egodiva a{
	color: #FFF;
	text-decoration: none;
}

ul.single-egodiva a:hover{
	opacity: 0.8;
}

@media screen and (min-width: 600px){
	.entry__footer-section, .entry__footer>* {
		margin: 10px 0;
	}
}

@media screen and (max-width: 640px){
	.entry__content {
		margin: 1em 0;
		padding: 0;
	}

	.share-btn {
		display: none;
	}

	footer .share-btn {
		display: block;
	}

	figure.post-eyecatch{
		padding: 10px;
	}

	.entry-content h2{
		margin: 2em 0 0.5em 0;
		font-size: 1.2em;
		line-height: 1.5;
	}

	.entry__footer-section, .entry__footer>* {
		margin-top: 10px;
	}

	.entry__footer-taxonomy {
		margin: 10px 0;
	    font-size: .9em;
	}

	.custom-fields{
		margin: 0 0 1em 0;
	}

	.wp-caption-text {
	    font-size: 18px;
		text-align: left;
	}

	.editor-fields{
		margin: 1em 0;
	}

	.custom-fields-button ul li a{
		font-size: 15px;
	}

	.sample-movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.sample-movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	section.book-coupon p{
		font-size: 13px;
	}

	/* .page-id-34865 h1.entry__title {
		font-size: 1.4em;
		padding: 20px 10px;
	} */

	ul.floor li a:hover{
		opacity: 1
	}

	table th{
		display: block;
		border: none;
		width: 100%;
		text-align: left;
	}

	table td{
		display: block;
		border: none;
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	ul.floor li{
		width: 100%;
	}
}

@media screen and (max-width: 375px){
	.site-title img{
		width: 180px;
	}

	h1.entry__title {
		font-size: 1.4em;
		line-height: 1.4;
		margin: 0;
	}

	header.entry-header span.title-copy{
		font-weight: bold;
		line-height: 1.4;
		font-size: 1.4em;
	}

	.custom-fields-button{
		margin: 20px 0 0 0;
		padding: 0;
	}

	.custom-fields-button ul li{
		width: 100%;
	}
	.custom-fields-button ul li{
		margin: 0 0 10px 0;
	}
}

/* 固定ページ */
body.page .entry__footer{
	display: none;
}

.one-col .entry-meta{
	display: none;
}

body.page h1{
	margin: 0 0 15px 0;
	padding: 70px 20px;
	font-size: 1.8em !important;
	background: #3E3E48;
	background-image: url('../../uploads/h1_bk01.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF !important;
	/* text-align: center; */
	font-weight: bold !important;
	text-shadow:
		3px 3px 3px #3e3e48, -3px -3px 3px #3e3e48,
		-3px 3px 3px #3e3e48,  3px -3px 3px #3e3e48,
		3px 0px 3px #3e3e48, -3px -0px 3px #3e3e48,
		0px 3px 3px #3e3e48,  0px -3px 3px #3e3e48;
}

body.page h1.site-title{
	background: none;
	margin: 0;
	font-size: 2em !important;
}

/* 1カラムページ*/
.one-col--singular .breadcrumbs__list, .one-col--singular .content__main {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

h1.entry__title--one-col {
	max-width: 100%;
	padding:20px 10px;
	background: #EFEFEF;
}

.section--full, .section--screen {
	margin: 0;
}

body.page-template .ad__container{
	display: none;
}

/* 作家別おすすめ作品 */
/* article#post-1121 h1{
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/autherlist_title.png') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 5px 0;
} */

/* article#post-1199 h1{
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/anime_ti.png') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 5px 0;
} */

/* article#post-1939 h1{
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/video_bn.png') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 5px 0;
} */

section.author-index{
	width: 100%;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
}

section.author-index ul.author-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

section.author-index ul.author-list li{
	width: 10%;
	padding:0;
	font-size: 13px;
	position: relative;
	box-sizing: border-box;
}

section.author-index ul.author-list li a{
	color:#FFF;
	margin: 0 1px 1px 0;
	padding: 2px 10px;
	text-decoration: none;
	display: block;
	background: #0082c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

section.author-index ul.author-list li a:hover{
	text-decoration: none;
	background: #ABDEF7;
}

section.page-author h2{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	background: #0082c8;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	border-bottom: none;
	color: #FFF;
}

section.page-author ul.artwork-list{
	margin:0 0 30px 0;
	padding:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.page-author ul.artwork-list li{
	width: 20%;
	margin: 0 -1px -1px 0;
	padding: 15px 10px;
	text-align: center;
	border: solid 1px #DDD;
	box-sizing: border-box;
	line-height: 1;
}

section.page-author ul.artwork-list li a{
	font-size: 14px;
	padding:0;
	text-decoration:none;
}

section.page-author ul.artwork-list li a:hover{
	text-decoration: underline;
}

section.page-author ul.artwork-list li p.link{
	margin: 10px 0 0 0;
}

section.page-author ul.artwork-list li p.link a{
	color: #FFF;
	padding: 5px;
	background: #0082c8;
	border-radius: 10px;
	font-size: 13px;
	display: block;
}

section.page-author ul.artwork-list li p.link a:hover{
	text-decoration: none;
	opacity: 0.7;
}

section.page-author ul.artwork-list li a img{
	margin: 0 auto 3px;
	display: block;
}

section.notes{
	margin: 15px 0;
}

section.notes p{
	margin: 0;
	padding:10px;
	background: #FFEEEE;
	color: #de3e3b;
	font-size: 16px;
	border: solid 3px #DDD;
}

section.page-author ul.auther-sns{
	margin: 0 0 10px 0;
	padding:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.page-author ul.auther-sns li{
	margin: 0 10px 0 0;
	padding: 0;
}

section.page-link ul{
	list-style: none;
	margin:0 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.notice-link{
	margin: 30px 0;
}

section.notice-link ul li{
	width: 100% !important;
}

section.page-link ul li{
	width: 48%;
	margin: 0 0 10px 0;
	text-align: center;
}

p.newicon{
	margin: 3px 0 0 0;
	line-height: 1;
}

p.newicon span{
	border-radius: 2px;
	padding: 0 3px 2px;
	background: #fe5196;
	font-size: 13px;
	color: #fff;
}

section.pc-aff{
	margin: 0 0 40px 0;
}

section.sp-aff{
	display: none;
}

@media screen and (max-width: 960px){
	section.author-index{
		display: none;
	}
}

@media screen and (max-width: 768px){
	section.author-index{
		display: none;
	}

	section.author-index ul.author-list li a:hover{
		text-decoration: none;
	}

	section.page-author ul.artwork-list{
		margin:0 0 30px 0;
	}

	section.page-author ul.artwork-list li{
		width: 50%;
	}

	section.page-author ul.artwork-list li a:hover{
		text-decoration: none;
	}

	section.notes{
		margin: 0 0 20px 0;
	}

	section.page-link {
		margin: 20px 0;
	}

	section.page-link ul{
		margin:0;
		display: block;
		text-align: center;
	}

	section.page-link ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}

	.pc-aff{
		display: none;
	}

	section.sp-aff{
		display: block;
		margin:10px 0 20px 0;
		text-align: center;
	}

	body.page h1 {
		padding: 30px 20px;
		font-size: 1.4em !important;
		text-align: left;
		background-image: url(../../uploads/h1_bk01_sp.jpg);
	}
}

@media screen and (max-width: 480px){
	section.page-author ul.artwork-list li a{
		font-size: 15px;
	}

	section.page-author ul.artwork-list li p.link a{
		font-size: 15px;
	}

	body.page h1 {
		background-size: contain;
	}
}

/* 作家別で記事を探す */

ul.author-list2{
	list-style: none;
	margin:0;
	padding: 0;
}

ul.author-list2 li{
	position:relative;
	display:inline-block;
	border: solid 1px #0082c8;
	margin:0 10px 15px 0;
	padding:5px 10px;
	text-decoration:none;
	color: #2980b9;
}

ul.author-list2 li a{
	font-size: 14px;
	text-decoration: none;
}

ul.author-list2 li:hover{
	background:#ADDEFA;
}

/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #CCC;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 640px){
	#pageTop {
	  position: fixed;
	  bottom: 15px;
	  right: 15px;
	}
}

/* --------------------------
トップページ
-------------------------- */
.top-container{
	position: relative;
	margin: -30px auto ;
	padding: 0;
	/* background-color: #f0f8ff; */
}

main#top-main{
	width: 100%;
	margin: 0 auto;
}

section#top-cont{
	margin:0 auto;
	padding: 30px 0;
}

/* FANZA新着商品 */
section.top-newitems{
	margin: 0 !important;
	padding: 10px 0 !important;
	background: #f5af50;
	background-image: linear-gradient(to right top, #f5af50, #f6b857, #f7c05f, #f8c967, #f9d16f);
}

section.top-newitems h2.newitems-title{
	margin: 0 auto 5px !important;
	padding: 0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

section.top-newitems ul{
	max-width: 1220px;
	margin:0 auto !important;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.top-newitems ul li{
	width: 16.66%;
	margin: 0 0 8px 0;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	text-align: left;
}

section.top-newitems ul li a.newitems{
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
}

section.top-newitems ul li a img:hover{
	opacity: 0.8;
}

section.top-newitems ul li a figure{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: #FFF;
}

section.top-newitems ul li a.newitems:before{
	padding-top: 75%;
	content: "";
	display: block;
	box-sizing: inherit;
}

section.top-newitems ul li a img{
	margin: 0 auto;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: solid 2px #FFF;
}

section.top-newitems ul li a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
}

section.top-newitems ul li span{
	font-size: 14px;
	margin: 5px 0 0 0;
	padding:0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

section.top-newitems span.author{
	margin: 5px 0 0 0;
	color: #333;
	font-size: 14px;
}

section.top-newitems p.forthcoming_author{
	margin: 5px 0 0 0;
	color: #333;
	font-size: 13px;
}

/* シマシマ背景セクション */
section.top-funcomic,section.top-cg{
	background:#cce7ff;
	/* background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 6px,#e9f4ff 6px, #e9f4ff 7px); */
	border-top: solid 6px #cce7ff;
	border-bottom: solid 6px #cce7ff;
}

/* 単色背景景セクション */
section.top-comic,section.top-pickup{
	background-color: #fce9f1;
	background-image: linear-gradient(to right top, #fce9f1, #fcddea, #fcd1e3, #fcc4db, #fcb8d3);
}

section.top-comic h2.page-title,section.top-pickup h2.page-title{
	color: #555 !important;
}

/* ピックアップ */
section.top-special{
	margin: 0 !important;
	padding: 30px 0 0 !important;
	background: #cce7ff;
	/* background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 6px,#e9f4ff 6px, #e9f4ff 7px); */
	border-top: solid 6px #cce7ff;
	border-bottom: solid 6px #cce7ff;
}

/* 作品リスト */
section#top-cont h2.page-title{
	margin: 0 auto 1em;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	color: #0082CA;
}

section#top-cont h2.page-title span{
	display: block;
	font-size: 15px;
}

ul.top-entry{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.top-entry li{
	width: 25%;
	margin: 0 0 30px 0;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	line-height: 1;
}

ul.top-entry li .entry-list__figure {
	background: #FFF;
}

ul.top-entry li .entry-list__figure img{
	border: solid 2px #FFF;
}

.top-entry-list__detail{
	margin: 10px 0 0 0;
}

ul.top-entry li h3.entry-list__title{
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	display:inline;
}

#top-main span.title-copy{
	font-size: 1em;
	line-height: 1.4;
}

ul.top-entry li h2 a.entry-list__link:hover{
	opacity: 0.7;
}

ul.top-entry li .entry__meta {
	margin: 5px 0;
	font-size: .8em;
}

/* ボタン */
p.top-btn{
	width: 380px;
	margin: 0 auto;
	border: solid 2px #FFF;
}

p.top-btn a{
	margin: 0;
	padding: 10px;
	text-align: center;
	display: block;
	background: #0082c8;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	color: #FFF !important;
	text-decoration: none;
}

p.top-btn a:hover{
	opacity: 0.8;
}

/* FANZA新着アダルトコミック雑誌 */
section.top-magazine{
	padding: 20px 0 !important;
	background:#f5af50;
	background-image: linear-gradient(to right top, #f5af50, #f6b857, #f7c05f, #f8c967, #f9d16f);
	display: none;
}

section.top-magazine h2.magazine-title{
	max-width: 1220px;
	margin:0 auto 10px !important;
	padding:0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

section.top-magazine ul{
	max-width: 1220px;
	margin:0 auto !important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.top-magazine ul li{
	width: 12.5%;
	margin: 0;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 14px;
}

section.top-magazine ul li a{
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFF;
}

section.top-magazine ul li a img:hover{
	opacity: 0.9;
}

section.top-magazine ul li a img{
	margin: 0 auto 5px;
	border: solid 3px #FFF;
	display: block;
}

/* ニュース */
section.top-news{
	max-width: 1220px;
	padding:0 0 20px 0 !important;
}

section.top-news h2.news-title{
	margin:0 !important;
	padding: 5px 10px 0 10px;
	font-size: 14px;
	color: #0082c8;
	background: #ABDEF7;
}

section.top-news div{
	margin:0;
	padding: 0;
	max-height:300px;
	border: solid 5px #ABDEF7;
	overflow-x: scroll;
	background: #FFF;
}

section.top-news dl{
	margin: 0;
	padding: 8px 10px 8px 10px;
	border-bottom: dashed 1px #DDD;
	font-size: 14px;
}

section.top-news dl:last-child{
	border: none;
}

section.top-news dl dt{
	display: inline;
}

section.top-news dl dt time{
	font-weight: normal;
}

section.top-news dl dd{
	display: inline;

}

/* 特集ページバナー */
section.top-page-link{
	max-width: 1220px;
	padding: 40px 0 20px !important;
}

.top-page-link ul {
	list-style: none;
	margin: 0 -50px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.top-page-link ul li {
	margin: 0 50px 20px 0;
}

.top-page-link ul li a:hover{
	opacity: 0.8;
}

/* タグ一覧 */
section.top-taglist{
	padding: 40px 0;
}

ul.top-author-list{
	max-width: 1220px;
	margin: 0 auto 30px;
	list-style: none;
}

ul.top-author-list li{
	position: relative;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 3px 0 0;
	text-decoration: none;
	color: #0082CA;
	font-size: 14px;
	background: #FFF;
	border: solid 1px #DDD;
}

ul.top-author-list li a {
	padding: 3px 5px 5px 5px;
	font-size: 16px;
	text-decoration: none;
}

ul.top-author-list li:hover{
	background: #ABDEF7;
}

@media screen and (max-width: 959px){
	.top-container{
		margin: -15px auto ;
	}

	section#top-cont {
	padding: 20px 0;
	overflow: hidden;
	}

	/* FANZA新着商品 */
	section.top-newitems{
		padding: 10px 15px !important;
	}

	section.top-newitems ul{
		max-width: 100%;
	}

	section.top-newitems ul li{
		width: 16.66%;
	}

	section.top-newitems ul li span{
		font-size: 15px;
	}

	/* ピックアップ */
	section.top-special{
		padding:20px 0 !important;
		background: #e9f4ff;
		/* background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 6px,#e9f4ff 6px, #e9f4ff 7px); */
		border-top: solid 6px #cce7ff;
		border-bottom: solid 6px #cce7ff;
	}

	/* 作品リスト */
	section#top-cont h2.page-title{
		font-size: 1.2em;
	}

	ul.top-entry{
		max-width: 100%;
		padding: 0 15px;
	}

	ul.top-entry li{
		width: 25%;
		padding: 0 5px;
	}

	ul.top-entry li h3.entry-list__title{
		font-size: 1em;
	}

	ul.top-entry li .entry__meta {
		font-size: .8em;
	}

	/* ボタン */
	p.top-btn{
		width: 380px;
		font-size: 14px;
	}

	/* FANZA新着アダルトコミック雑誌 */
	section.top-magazine{
		padding: 20px 15px !important;
	}

	section.top-magazine h2.magazine-title{
		max-width: 100%;
		font-size: 1em;
	}

	section.top-magazine ul{
		max-width: 100%;
	}

	section.top-magazine ul li{
		width: 20%;
		font-size: 14px;
	}

	/* ニュース */
	section.top-news{
		max-width: 100%;
		padding: 20px !important;
	}

	section.top-news div{
		max-height:200px;
	}

	section.top-news dl{
		font-size: 14px;
	}

	/* 特集ページバナー */
	section.top-page-link{
		max-width: 100%;
		padding: 20px 20px 0 20px !important;
	}

	.top-page-link ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
	}

	.top-page-link ul li {
		margin: 0 0 15px 0;
	}

	/* タグ一覧 */
	section.top-taglist{
		padding: 20px 15px !important;
	}

	ul.top-author-list{
		max-width: 100%;
	}

	ul.top-author-list li{
		font-size: 14px;
	}

	ul.top-author-list li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	section.top-newitems ul li{
		width: 33.3%;
	}

	/* 作品リスト */
	section#top-cont h2.page-title{
		font-size: 1.2em;
	}

	ul.top-entry li {
		width: 50%;
	}

	ul.top-entry li h3.entry-list__title{
		font-size: 1.3em;
	}

	#top-main span.title-copy{
		font-size: 1.2em;
	}

	ul.top-entry li .entry__meta {
		font-size: .8em;
	}

	/* FANZA新着アダルトコミック雑誌 */
	section.top-magazine h2.magazine-title{
		font-size: 1em;
	}

	section.top-magazine ul li{
		width: 20%;
		font-size: 14px;
	}

	/* ニュース */
	section.top-news dl{
		font-size: 14px;
	}

	/* タグ一覧 */
	ul.top-author-list li{
		font-size: 14px;
	}

	ul.top-author-list li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px){
	section.top-newitems ul li{
		width: 50%;
	}

	/* 作品リスト */
	section#top-cont h2.page-title{
		font-size: 1.4em;
	}

	ul.top-entry li {
		width: 100%;
		padding: 0;
	}

	ul.top-entry li .entry__meta {
		font-size: .8em;
	}

	/* ボタン */
	p.top-btn{
		width: 300px;
		font-size: 14px;
	}

	/* FANZA新着アダルトコミック雑誌 */
	section.top-magazine h2.magazine-title{
		font-size: 1em;
	}

	section.top-magazine ul li{
		width: 50%;
		font-size: 14px;
	}

	/* ニュース */
	section.top-news dl{
		font-size: 14px;
	}

	/* タグ一覧 */
	ul.top-author-list li{
		font-size: 16px;
	}

	ul.top-author-list li a {
		font-size: 16px;
	}
}

/* こんな記事も読まれています */
.related-posts .yarpp-related h3{
	margin: 2em 0 .5em;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	padding: 5px;
	background: #0082c8;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	color: #FFF;
}

.related-posts .yarpp-related ul.related-post{
	margin: 0 -5px 20px -5px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.related-posts .related-post li{
	width:25%;
	margin: 0 0 20px 0;
	padding: 0 5px;
	text-align: left;
	box-sizing: border-box;
	line-height: 1;
	height:auto;
	border: none;
}

.related-posts .related-post li a{
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
}

.related-posts .related-post li a.related-img::before{
	padding-top: 75%;
	content: "";
	display: block;
	box-sizing: inherit;
}

.related-posts .related-post li a figure{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: #EEE;
}

.related-posts .related-post li img{
	margin: 0 auto;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: solid 1px #EEE;
}

.related-posts .related-post li span{
	font-size: 16px;
	margin: 5px 0 0 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: normal;
	line-height: 1.4;
}

@media screen and (max-width: 768px){
	.related-posts .yrelated-post li{
		width: 25%;
	}
}

@media screen and (max-width: 480px){
	.related-posts .related-post li{
		width: 50%;
	}
}

/* ジャンル別で記事を探す */
/* .page-id-10000 h1 {
	height: 0;
	padding-top: 16.81%;
	background: url(../../uploads/genre_ti.png) 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 15px 0;
} */

.entry-content section.page-genre{
	margin: 0 0 40px 0;
}

h2.genre-ti{
	margin: 0 auto 1em;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #0082CA;
}

section.page-genre ul.genre-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

section.page-genre ul.genre-list li{
	width: 25%;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

section.page-genre ul.genre-list li a{
	margin: 0 15px 12px 0;
	padding: 5px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	border: solid 1px #409ad5;
}

section.page-genre ul.genre-list li a:hover{
	background: #ABDEF7;
}

@media screen and (max-width: 480px){
	.entry-content section.page-genre{
		margin: 0 0 40px 0;
	}

	h2.genre-ti{
		font-size: 1.2em;
	}

	section.page-genre ul.genre-list li{
		width: 50%;
	}

	section.page-genre ul.genre-list li a{
		margin: 0 10px 15px 0;
	}

	section.page-genre ul.genre-list li a:hover{
		background: #FFF;
	}
}

/* 販売ランキング */
/* article#post-11148 h1 {
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/sales-rankig-ti.jpg') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 5px 0;
} */

section.ranking-index{
	margin: 0 0 20px 0;
}

.entry-content h2.ranking-ti{
	font-size: 24px;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
	padding: 3px 10px;
	color: #FFF;
}

.entry-content h2.ranking-ti::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #FFF;
}

.entry-content h2.ranking-ti span {
	position: relative;
	padding: 0 1em;
	background: #0082c8;
}

ul.ranking-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

ul.ranking-list li{
	width: 20%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}

ul.ranking-list li a{
	color: #0082c8;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	background: #f0f8ff;
	text-align: center;
}

section.sales-ranking{
	margin: 0 0 40px 0;
}

section.sales-ranking ul{
	margin: 30px -20px 0 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.sales-ranking ul li{
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	line-height: 1 !important;
	display: flex;
	justify-content: space-between;
	counter-increment: rank;
	position: relative;
	overflow: hidden;
}

section.sales-ranking ul li::before{
	content: "";
	background-color: #333;
	display: block;
	width: 100%;
	height: 3rem;
	transform: rotate(-45deg);
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 10;
}

section.sales-ranking ul li:nth-of-type(1)::before{
	background-color: #fcc800;
}

section.sales-ranking ul li:nth-of-type(2)::before{
	background-color: #9fa0a0;
}

section.sales-ranking ul li:nth-of-type(3)::before{
	background-color: #eb6101;
}

section.sales-ranking ul li::after{
	content: counter(rank);
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: initial;
	text-align: center;
	width: 1.5em;
	position: absolute;
	left: .3em;
	top: .3em;
	z-index: 10;
}

section.sales-ranking ul li div.sales-ranking-img{
	width: 42%;
}

section.sales-ranking ul li div.sales-ranking-img a{
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
}

section.sales-ranking ul li div.sales-ranking-img a::before{
	padding-top: 75%;
	content: "";
	display: block;
	box-sizing: inherit;
}

section.sales-ranking ul li div.sales-ranking-img figure{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: #EFEFEF;
	margin:0;
}

section.sales-ranking ul li div.sales-ranking-img figure img{
	margin: 0 auto;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

section.sales-ranking ul li div.sales-ranking-detail{
	width: 56%;
}

section.sales-ranking ul li div.sales-ranking-detail p{
	margin: 0 0 10px 0;
	line-height: 1 !important;
}

section.sales-ranking ul li div.sales-ranking-detail a{
	text-decoration: none;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-title{
	font-size: 18px;
	font-weight: bold;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-txt{
	line-height: 1.4 !important;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn{
	margin: 0 0 15px 0;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn a{
	padding: 2px 10px;
	background: #d75050;
	color: #FFF;
	font-size: 14px;
	border-radius: 7px;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn a:hover{
	opacity: 0.8;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-post{
	font-size: 14px;
}

@media screen and (max-width: 768px){
	.entry-content h2.ranking-ti{
		font-size: 20px;
	}

	ul.ranking-list li{
		width: 25%;
	}

	section.sales-ranking{
		margin: 0 0 40px 0;
	}

	section.sales-ranking ul{
		margin: 0 0 0 0;
		list-style: none;
		display: block;
	}

	section.sales-ranking ul li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}

	section.sales-ranking ul li div.sales-ranking-img{
		width: 30%;
	}

	section.sales-ranking ul li div.sales-ranking-detail{
		width: 67%;
	}
}

@media screen and (max-width: 480px){
	ul.ranking-list li{
		width: 25%;
	}

	section.sales-ranking ul li {
		display: block;
	}

	section.sales-ranking ul li div.sales-ranking-img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	section.sales-ranking ul li div.sales-ranking-detail {
		width: 100%;
	}
}


/* 販売ランキング */
/* article#post-11148 h1 {
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/sales-rankig-ti.jpg') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 5px 0;
} */

section.ranking-index{
	margin: 0 0 20px 0;
}

.entry-content h2.ranking-ti{
	font-size: 24px;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
	padding: 3px 10px;
	color: #FFF;
}

.entry-content h2.ranking-ti::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #FFF;
}

.entry-content h2.ranking-ti span {
	position: relative;
	padding: 0 1em;
	background: #0082c8;
}

ul.ranking-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

ul.ranking-list li{
	width: 20%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}

ul.ranking-list li a{
	color: #0082c8;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	background: #f0f8ff;
	text-align: center;
}

section.sales-ranking{
	margin: 0 0 40px 0;
}

section.sales-ranking ul{
	margin: 30px -20px 0 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.sales-ranking ul li{
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	line-height: 1 !important;
	display: flex;
	justify-content: space-between;
	counter-increment: rank;
	position: relative;
	overflow: hidden;
}

section.sales-ranking ul li::before{
	content: "";
	background-color: #333;
	display: block;
	width: 100%;
	height: 3rem;
	transform: rotate(-45deg);
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 10;
}

section.sales-ranking ul li:nth-of-type(1)::before{
	background-color: #fcc800;
}

section.sales-ranking ul li:nth-of-type(2)::before{
	background-color: #9fa0a0;
}

section.sales-ranking ul li:nth-of-type(3)::before{
	background-color: #eb6101;
}

section.sales-ranking ul li::after{
	content: counter(rank);
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: initial;
	text-align: center;
	width: 1.5em;
	position: absolute;
	left: .3em;
	top: .3em;
	z-index: 10;
}

section.sales-ranking ul li div.sales-ranking-img{
	width: 42%;
}

section.sales-ranking ul li div.sales-ranking-img a{
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
}

section.sales-ranking ul li div.sales-ranking-img a::before{
	padding-top: 75%;
	content: "";
	display: block;
	box-sizing: inherit;
}

section.sales-ranking ul li div.sales-ranking-img figure{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: #EFEFEF;
	margin:0;
}

section.sales-ranking ul li div.sales-ranking-img figure img{
	margin: 0 auto;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

section.sales-ranking ul li div.sales-ranking-detail{
	width: 56%;
}

section.sales-ranking ul li div.sales-ranking-detail p{
	margin: 0 0 10px 0;
	line-height: 1 !important;
}

section.sales-ranking ul li div.sales-ranking-detail a{
	text-decoration: none;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-title{
	font-size: 18px;
	font-weight: bold;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-txt{
	line-height: 1.4 !important;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn{
	margin: 0 0 15px 0;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn a{
	padding: 2px 10px;
	background: #d75050;
	color: #FFF;
	font-size: 14px;
	border-radius: 7px;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-btn a:hover{
	opacity: 0.8;
}

section.sales-ranking ul li div.sales-ranking-detail p.rank-post{
	font-size: 14px;
}

@media screen and (max-width: 768px){
	.entry-content h2.ranking-ti{
		font-size: 20px;
	}

	ul.ranking-list li{
		width: 25%;
	}

	section.sales-ranking{
		margin: 0 0 40px 0;
	}

	section.sales-ranking ul{
		margin: 0 0 0 0;
		list-style: none;
		display: block;
	}

	section.sales-ranking ul li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}

	section.sales-ranking ul li div.sales-ranking-img{
		width: 30%;
	}

	section.sales-ranking ul li div.sales-ranking-detail{
		width: 67%;
	}
}

@media screen and (max-width: 480px){
	ul.ranking-list li{
		width: 25%;
	}

	section.sales-ranking ul li {
		display: block;
	}

	section.sales-ranking ul li div.sales-ranking-img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	section.sales-ranking ul li div.sales-ranking-detail {
		width: 100%;
	}
}

/*  BSS一覧ページ */
/* .page-id-12951 h1 {
	height: 0;
	padding-top: 16.81%;
	background: url('../../uploads/bss.png') 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 0;
	margin: 0 0 15px 0;
} */

div.bss-ti{
	position: relative;
}

.page-id-12951 aside{
	display: none;
}

.page-container {
	position: relative;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

main#page-main{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
}

ul.bss-entry{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.bss-entry li{
	width: 25%;
	margin: 0 0 40px 0;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	line-height: 1;
}

ul.bss-entry li .bss-img{
	position: relative;
	margin: 0 0 10px 0;
}

ul.bss-entry li .bss-img a{
	display: block;
	width: 100%;
	position: relative;
}

ul.bss-entry li .bss-img a:hover{
	opacity: 0.8;
}

ul.bss-entry li .bss-img a:before {
	padding-top: 75%;
	content: "";
	display: block;
}

ul.bss-entry li .bss-img figure{
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f0f8ff;
}

ul.bss-entry li .bss-img figure img{
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

ul.bss-entry li p.bss-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

ul.bss-entry li p.bss-title a{
	text-decoration: none;
}

ul.bss-entry li p.bss-author{
	font-size: 15px;
	margin: 0 0 10px 0;
}

ul.bss-entry li p.bss-txt{
	font-size: 14px;
	line-height: 1.4 !important;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 0 0 15px 0;
}

ul.bss-entry li div.bss-txt{
	margin: 0 0 10px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

ul.bss-entry li div.bss-txt p{
	margin: 0;
	line-height: 1.5;
}

ul.bss-entry li div.bss-txt p br{
	display: none;
}

ul.bss-entry li p.bss-btn{
	margin: 0;
}

ul.bss-entry li p.bss-btn a{
	padding: 10px;
	background: #d75050;
	color: #FFF;
	font-size: 14px;
	border-radius: 7px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

ul.bss-entry li p.bss-btn a:hover{
	opacity: 0.8;
}

ul.bss-entry li p.bss-post{
	font-size: 16px;
}

/* erotoon */
/* .page-id-33122 #page-main h1 {
	padding: 40px 20px ;
	margin: 0 0 15px 0 !important;
	font-weight: bold;
	border: solid 6px #FC6F95;
	text-align: center;
	background: #FFEEEE !important;
	color: #555 !important;
} */

@media screen and (max-width: 768px){
	.page-container {
		max-width: 100%;
	}

	ul.bss-entry{
		max-width: 100%;
	}

	ul.bss-entry li{
		width:50%;
	}

	ul.bss-entry li p.bss-title{
		font-size: 18px;
	}

	ul.bss-entry li p.bss-txt{
		font-size: 16px;
	}

	ul.bss-entry li p.bss-post{
		font-size: 16px;
	}

	ul.bss-entry li p.bss-btn a{
		font-size: 15px;
	}

	ul.bss-entry li .bss-img a:hover{
		opacity: 1;
	}
}

@media screen and (max-width: 480px){
	.page-container {
		max-width: 100%;
	}

	ul.bss-entry{
		max-width: 100%;
		display: block;
	}

	ul.bss-entry li{
		width:100%;
	}
}

/* 相互リンク */
ul.pagelink{
	margin: 40px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.pagelink li{
	width: 48%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	position: relative;
	box-sizing: border-box;
}

ul.pagelink li a{
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	background: #0082c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

ul.pagelink li a:hover{
	opacity: 0.8;
}

h3.sougolink{
	margin: 3em 0 1em;
	padding: 10px;
	background: #89C997;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}

section.link-list{
	margin: 40px 0 0px 0;
	padding: 0;
}

section.link-list dl{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #CCC;
}

section.link-list dl dt{
	margin: 0 0 5px 0;
	font-weight: normal;
}

section.link-list dl dt a{
	padding:0 5px 0 0;
	font-weight: bold;
}

section.link-list dl dd{
	margin: 0;
}

@media screen and (max-width: 480px){
	ul.pagelink{
		margin: 30px 0;
	}

	ul.pagelink li{
		width: 100%;
	}

	ul.pagelink li a:hover{
		opacity: 1;
	}
}

/* FANZAセール・キャンペーン情報 */
div.salebox{
	margin: 0 0 40px 0;
}

@media screen and (max-width: 480px){
	div.salebox{
		margin: 0 0 30px 0;
	}
}

/* このブログについて */
p.capcha img {
	width: 120px;
	height: auto;
	margin: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
}

span.wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){

}
