/*
Theme Name: eros(SP)
Template: eros-pc
Theme URI: 
Description: 
Version: 1
Author: 
Author URI: 
*/

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}

body {
	font-family: Arial;
	-webkit-text-size-adjust: none;
	/* color: #FFF;
	background-color: #585858; */
}
img {
	height: auto;
	max-width: 100%;
}
a {
	color: #0a5ef4;
	text-decoration: none;
}
a:not([href]) {
	color: #000;
}
.box a, a.box {
	color: #0a5ef4;
}
div,article,section,ul,li,select,input,nav li a, .more, #comment-form form > * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* header */
/* header {
	margin-bottom: 20px;
} */
header .logo-area {
	display: flex;
	align-items: center;
	height: 88px;
	background-image: url(/wp-content/themes/eros-sp/img/logo_background.png);
	padding: 0 20px;
}
header #sitelogo {
	/* margin-bottom: 3px; */
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 80px);
}
header #sitelogo a {
	display: block;
    /* height: 53px; */
    display: flex;
    justify-content: center;
    color: #fff;
    -webkit-text-stroke: 1.3px #0C85FF;
    text-stroke: 1.3px #0C85FF;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}
header #sitelogo img {
	display: block;
	width: 75.7vw;;
	height: 8.26vw;
	margin-left: 10px;
}
header .site-menu__icon img {
	width: 11.73vw;
	height: 9.6vw;
}
header .announce {
    background: #3D6CB9;
    padding: 7px 0 7px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
	color:#FFF;
}
header .archive-top {
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin: 13px 0;
	padding: 8px 4px;
	color: #616161;
	background: #44aed5;
}
header .archive-top span {
	display: inline-block;
	line-height: 18px;
	padding: 2px 4px;
	background: #e0e0e0;
	border-bottom: solid 1px #9e9e9e;
	border-right: solid 1px #9e9e9e;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #9e9e9e;
	text-shadow: 1px 1px 0px #fff;
}
header .headline-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	margin: 0;
	padding-left: 8px;
	color: #fafafa;
	background: #44aed5;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
/*	nav	*/
nav.pickup {
	background: #fff;
	overflow: hidden;
}
nav li {
	float: left;
	font-weight: bold;
	width: 20%;
	overflow: hidden;
	border: solid 1px #f5f5f5;
	border-left: none;
}
nav li:nth-of-type(-n + 5){
	border-top: none;
}
nav li:nth-of-type(-n + 10){
	border-bottom: none;
}
nav li a {
	display: block;
	height: 83px;
	padding: 1rem 0 0;
	color: #616161;
}
/* nav li a:before {
	display: block;
	content: "";
	margin: 0 auto;
	width: 42px;
	height: 42px;
	background-image: url(/wp-content/themes/org/img/icon/cat-icon.jpg);
	background-repeat: no-repeat;
	background-size: 216px;
} */
nav li a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
/* nav li:nth-child(n+6){border-top:none;}
nav li:nth-child(1) a:before{background-position: 0 0;}
nav li:nth-child(2) a:before{background-position: -44px 0;}
nav li:nth-child(3) a:before{background-position: -88px 0;}
nav li:nth-child(4) a:before{background-position: -132px 0;}
nav li:nth-child(5) a:before{background-position: -176px 0;}
nav li:nth-child(6) a:before{background-position: 0 -44px;}
nav li:nth-child(7) a:before{background-position: -44px -44px;}
nav li:nth-child(8) a:before{background-position: -88px -44px;}
nav li:nth-child(9) a:before{background-position: -132px -44px;}
nav li:nth-child(5) {
	border-right: none;
} */
nav li:nth-child(15) a {
	padding-top: 2rem;
	background: #ddd;
}
nav li:nth-child(10) a:before{
	display: none;
}
nav li a:nth-of-type(10) span {padding-top: 1.4em;}
nav ul li:after{
	content:'';
	display: block;
	clear: both;
}

/*	headline	*/
#search {
	margin-bottom: 3px;
	padding: 10px 14px;
	background: #000;
}
#search form {
	display: table;
	width: 100%;
}
#search span {
	display: table-cell;
}

#search .search-submit {
	width: 55px;
	text-align: right;
}
#search input {
		font-size: 14px;
		border: 1px solid #b3b3b3;
	vertical-align: middle;
}
#search input[type="text"] {
	width: 100%;
	height: 28px;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #b3b3b3;
}
#search input[type="submit"] {
	width: 48px;
	height: 30px;
	/* border-radius: 4px; */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fcfcfc),color-stop(1, #ededed));
	background: linear-gradient(top,#fcfcfc,#ededed);
	color: #000;
}
.text-list__item a{
	display: block;
	height: 16px;
	padding: 5px 25px 5px 10px;
	color: #0a5ef4;
	overflow: hidden;
}
.text-list__item{
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #e6e6e6;
	background: url(./img/icon_forward.png) no-repeat right center;
	background-size: 14px 10px,16px 16px;
}
.blogroll-channel {
	margin: 10px 10px 20px;
	min-height: 100px;
}
.blogroll-list-wrap {
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border: solid 1px #9c9c9c;
	border-radius: 2px;
}
.blogroll-list-wrap li {
	border-bottom: 1px solid #9c9c9c;
	background: url(./img/icon_forward.png) no-repeat right center;
	background-size: 14px 10px,16px 16px;
}
.blogroll-list-wrap li:last-child {
	border: none;
}
.blogroll-list-wrap li a {
	display: block;
	padding: 5px 25px 5px 10px;
	color: #06c;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.blogroll-favicon, .blogroll-new-entry, .blogroll-list-wrap .blogroll-hatebu, .blogroll-list-wrap .blogroll-ad-text, .blogroll-ad-default, .blogroll-ad-img {
	display: none;
	height: 0;
	overflow: hidden;
	border: none;
}
.headline {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 20px 4px 10px;
	padding: 6px 0;
	color: #fff;
	background: #247d9e;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	text-align: center;
}
.headline span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	width: 3em;
	height: 14px;
	line-height: 14px;
	margin-right: 4px;
	background: #b30000;
	border-radius: 20px;
	vertical-align: top;
}
h1.archive-header {
	font-size: 16px;
	padding: 10px;
	color: #444;
	text-align: center;
}

/*	entry	*/
/* .rss-erobooks article.entrybox {
	position: relative;
} */
.page-single > article {
	padding: 10px 8px 0;
}
article.entrybox {
	display: inline-block;
	vertical-align: top;
	/* width: calc((100% - 5px) / 2); */
	width: 100%;
	background: #FFF;
	margin-bottom: 5px;
}
.rss-erobooks {
	padding: 0 8px;
}
.rss-erobooks article.entrybox {
	width: 100%;
	padding: 0 8px;
	margin-bottom: 16px;
}
article.entrytext {
	line-height: 1.4;
}
.thumb {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: calc(100vw * 0.675);
}
.entrytitle {
	margin: 0;
	padding: 5px;
	overflow: hidden;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	background: #3D6CB9;
	width: 100%;
	box-sizing: border-box;
}
.rss-erobooks  .entrytitle {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(33, 33, 33, 0.8);
}
#entrytitle {
	font-weight: normal;
	font-size: 16px;
	line-height: 19.36px;
	padding: 10px;
	color: #FFF;
	background: #3D6CB9;
	margin-bottom: 13px;
}
.page-single {
	margin-top: 10px;
	background: #FFF;
}
.entrybox a {
	display: block;
	color: #06c;
}
.entrytext .inner_box img {
	margin-bottom: 20px;
}
.article-body-more {
	margin: 14px 0 0;
	border: none;
}

/*	entry_bottom	*/
#entrybottom {
	color: #FFF;
	margin-bottom: 5px;
	background-color: #000;
	padding: 8px 10px;
}
.attention {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding: 8px 4px;
	color: #fff;
	background-color: #424242;
}
.populars p {
	margin: 20px 4px 8px;
		padding: 4px;
	border-left: 6px solid #44aed5;
	line-height: 1.5;
}
.populars img {
	width: 30px;
	margin-right: 8px;
}
.populars a {
	display: block;
}
.populars li a {
	padding: 8px 14px 8px;
	height: 30px;
	line-height: 30px;
}
.populars .more {
	margin: 8px auto 40px;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #eaf2f5;
	border: 1px solid #c4d8e2;
	border-bottom: 2px solid transparent;
	border-radius: 3px;
	box-shadow: 0 2px #abbcc4;
	text-align: center;
}
.populars .gohome {
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
	height: 60px;
	margin: 20px auto;
	line-height: 60px;
	color: #fff;
	background: #479dbe;
	border: solid 3px #3f3f3f;
	border-radius: 8px;
		text-align: center;
}
dl {
	font-size: 12px;
	line-height: 16px;
}
dl dt, dl dd {
	display: table-cell;
	padding-left: 8px;
}
dl dt {
	width: 62px;
	text-align: right;
	white-space: nowrap;
}
dl dd {
	vertical-align: top;
}
dl ul li {
	display: inline-block;
	margin-right: 10px;
}

/*	comment	*/
#comment-area {
	margin: 5px 0;
}
.comment-btn {
	padding: 18px 20px;
	text-align: center;
	background: #000;
	display: flex;
	justify-content: space-around;
	margin-bottom: 5px;
}
.comment-btn a {
	display: inline-block;
	font-size: 15px;
	width: 40%;
	line-height: 25px;
	background-color: #efefef;
	text-align: center;
	color: #000;
}
.comment-btn a:nth-of-type(1) {
	margin-right: 1%;
}
#comments-list {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	margin: 0 10px;
	color: #444;
	background: #fafafa;
	border: 1px solid #e6e6e6;
}
#comments-list > div {
	padding: 16px;
}
.list-header, .comment-header {
	font-weight: bold;
	color: #777;
}
.list-header > * {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.list-header .counts {
	font-weight: normal;
	margin-left: 0.5em;
}
.comment-wrap {
	border-top: solid 1px #f3f3f3;
}
.comment-header {
	position: relative;
}
.comment-header .comment-number {
	margin-right: 5px;
}
.comment-header .comment-time {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.comment-body {
	margin: 16px 0 20px;
}
#comment-form {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999;
}
#comment-form form {
	position: absolute;
	top: 50%;
	margin-top: -202px;
	padding: 12px;
	background: #f3f3f3;
}
#comment-form form > input, #comment-form select, #comment-form textarea {
	display: block;
	font-size: 14px;
	width: 100%;
	height: 48px;
	padding: 12px;
	border: solid #ddd 1px;
	border-radius: 4px;
}
#comment-form form > * {
	margin-bottom: 8px;
}
#comment-form select {
	display: inline-block;
	background: #fff;
	width: 127px;
	padding: 12px;
	vertical-align: middle;
}
#comment-form label {
	font-size: 14px;
	margin-left: 24px;
	color: #000;
	vertical-align: middle;
}
#comment-form label input {
	display: none;
}
#comment-form label span {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	padding-left: 28px;
}
#comment-form label span:before, #comment-form label span:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	background: #fff;
}
#comment-form label span:before {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
#comment-form label span:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}
#comment-form input[type="radio"]:checked + span:before {
	background: #38c638;
}
#comment-form textarea {
	height: 200px;
}
#comment-form textarea:placeholder-shown {
	color: #999;
}
#comment-form input[type="submit"] {
	height: 56px;
	color: #aaa;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
}
#comment-form .cancel {
	font-size: 14px;
	position: fixed;
	top: 19%;
	right: 12px;
	line-height: 1;
	color: #fff;
}

/*	ranking	*/
.rankbox {
	/* background: #000; */
	padding: 0 8px 0;
	margin-bottom: 20px;
}
.rankbox > p {
	color: #FFF;
	padding: 10px;
	margin: 0;
}
.ranking li {
	/* margin-bottom: 10px; */
	margin-top: 20px;
}
.ranking li a {
	/* position: relative; */
	min-height: 200px;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #FFF;
	/* border-top: 1px solid #e6e6e6; */
}
.ranking li img {
	/* position: absolute; */
	/* left: 0;
	top: 0; */
	width: 150px;
	height: 200px;
	vertical-align: top;
}
.ranking li a p {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	width: calc(100% - 150px);
	float: right;
	box-sizing: border-box;
    padding-left: 5px;
}
.ranking li span {
	display: none;
}
.rankmore {
	display: block;
	font-size: 12px;
	height: 24px;
	width: 75%;
	line-height: 24px;
	margin: 0 auto 20px;
	padding: 6px;
	color: #ddd;
	background: #b31717;
	border-radius: 4px;
	text-align: center;
}

/*	side or ad	*/
.inner {
	margin: 0 0 5px;
}
.plugin {
	margin-bottom: 10px;
	text-align: center;
}
.box {
	font-size: 14px;
	line-height: 18px;
	margin: 0 10px 10px;
}
a.box {
	display: block;
	padding: 10px;
	text-align: center;
}
a.box.link {
	text-align: left;
	background: url(./img/icon_forward.png) no-repeat right center #fafafa;
	background-size: 14px 10px,16px 16px;
}
.box.text {
	padding: 10px;
}
.abox {
	background: #499dbe;
	padding: 10px;
}
.pbox, .p-box {
	/* padding: 10px 0; */
	/* background: #eee; */
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14) inset; */
	/* border-bottom: solid 1px #ddd; */
	margin-bottom: 5px;
	text-align: center;
}
.pr {
	margin: 10px auto;
	text-align: center;
	max-width: 300px;
}
.more_item-headline {
	font-size: 20px;
	font-weight: bold;
	padding: 8px 4px;
	color: #fff;
	background-color: #424242;
}
.dl_msg, .img_num,.image_index {
	font-size: 14px;
	text-align: center;
}
.dl_btn ,.download_btn {
	width: 300px;
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 20px;
	border: 3px solid #000000;
	box-shadow: 0px 4px 5px rgba(68, 68, 68, 0.25);
	border-radius: 45px;
	background: #EDB23D;
}
.dl_btn a ,.download_btn a {
	box-sizing: border-box;
	/* margin: 0 auto; */
	padding: 8px;
	display: block;
	width: 100%;
	height: 100%;
	/* line-height: 40px; */
	text-align: center;
	text-decoration: none !important;
	color: #000;
	font-weight: 600;
	font-size: 25px;
	line-height: 39px;
}

/*	footer	*/
footer {
	background-color: #3D6CB9;
	padding: 16px 0;
	text-align: center;
	margin-bottom: 158px;
}
footer a {
	text-align: center;
	color: #FFF;
}
footer p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}
.att-main {
	background-color: #fff;
}
.att-origin {
	font-size: 15px;
	line-height: 24px;
	padding: 16px 8px 16px 24px;
	position: relative;
}
.att-origin::before {
	content: '<';
	font-size: 13px;
	font-weight: 600;
	left: 8px;
	position: absolute;
	top: 18px;
}
.att-thumb {
	margin: 0;
}
.att-thumb figcaption {
	color: #333333;
	font-size: 16px !important;
	line-height: 28px !important;
	margin: 0 !important;
	padding: 0 8px;
}
.att-nav {
	display: flex;
	justify-content: space-around;
	padding: 24px 16px 32px;
}
.att-nav__post,
.att-nav__prev,
.att-nav__next {
	align-items: center;
	display: flex;
	font-size: 13px !important;
	line-height: 16px !important;
	height: 36px;
	margin: 0 !important;
}
.att-nav__post {
	background: linear-gradient(#fff, #eee);
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #2390c5;
	padding: 0 16px;
}
.att-nav__prev,
.att-nav__next {
	padding: 0;
}
.att-nav__prev::before {
	content: '<';
	font-size: 11px;
	font-weight: 600;
	margin-right: 8px;
}
.att-nav__next::after {
	content: '>';
	font-size: 11px;
	font-weight: 600;
	margin-left: 8px;
}
.att-gallery {
	background-color: #F5F5F5;
	padding: 0 16px;
}
.att-gallery .att-gallery__caption {
	color: #101010;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 18px !important;
	margin: 0 !important;
	padding: 20px;
	text-align: center;
}
.att-gallery .att-gallery__images {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.att-gallery .att-gallery__image {
	background-color: #DEDEDE;
	border-radius: 2px;
	border: solid 1px #D6D6D6;
	height: calc((100vw - (16px * 2) - (8px * 3)) / 4);
	width: calc((100vw - (16px * 2) - (8px * 3)) / 4);
}
.att-gallery .att-gallery__image--active {
	border: solid 1px #2390c5;
	position: relative;
}
.att-gallery .att-gallery__image--active::after {
	background-color: #DEDEDE;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
}
.att-gallery .att-gallery__image img {
	background-color: #FFFFFF;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.att-gallery .att-gallery__image + .att-gallery__image {
	margin-left: 8px;
}
.att-gallery .att-gallery__image:nth-of-type(n + 5) {
	margin-top: 8px;
}
.att-gallery .att-gallery__image:nth-of-type(4n + 1) {
	margin-left: 0;
}

.pickup .pickup-item-img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	object-fit: cover;
}

.area-title {
	font-size: 16px;
	line-height: 19px;
	padding: 8px;
	background: #3D6CB9;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 20px;
}
.category-list .area-title,
.outer-menu .area-title {
	margin-bottom: 0;
}
h1.area-title,
h2.area-title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	padding: 9px 0 10px;
	margin: 0 8px 8px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}
.head-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	margin: 0 8px 8px;
}

.contentloop-area {
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0 8px;
	font-size: 0;
	/* background: #000; */
}
/* .contentloop-area .entrybox:nth-of-type(2n){
	margin-left: 5px;
} */

#genres {
    padding: 0 30px 10px;
    background: #000;
    margin-bottom: 3px;
}
#genres ul {
    display: flex;
    flex-wrap: wrap;
}
#genres ul.list-box li {
    font-size: 14px;
    line-height: 16px;
    width: 50%;
}
#genres ul.list-box li a {
    display: block;
    padding: 8px 10px 8px 10px;
    color: #FFF;
}
#lite_link {
    margin-top: 13px;
}

.articles-textlink {
	background-color: #FFF;
	margin-bottom: 3px;
}
.articles-textlink .textlink-title {
	font-size: 15px;
	padding: 9px 10px;
	color: #000;
	border-bottom: 1px solid #707070;
	margin: 0 2px;
}
.articles-textlink li a {
	color: #000000;
	font-size: 12px;
	padding: 7.5px 10px;
	display: block;
	margin: 0 2px;
	border-bottom: 1px solid #707070;
}

#sitemap-dmm,.dmm-summary-text {
	/* white-space: pre-line; */
	/* background: #000; */
	padding: 12px 16px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 1.5;
}

#sitemap-new-articles-main {
	background: #000;
	padding-top: 6px;
	margin-bottom: 3px;
}
#sitemap-new-articles-main li {
	font-size: 15px;
	padding: 6px 12px;
	line-height: 18px;
}
#sitemap-new-articles-main li a {
	color: #FFF;
}

.category-list {
	margin: 16px;
}
/* .category-list + .category-list {
	margin-top: -16px;
} */
.category-list__main {
	display: flex;
	flex-wrap: wrap;
}
.category-list__main .category-list__item {
	width: 50%;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #BDBDBD;
	border-top: none;
}
/* .category-list__main.cateogry__others .category-list__item {
	width: 100%;
} */
.category-list__main .category-list__item:nth-child(2n) {
	border-left: none;
}
/* .category-list__main.cateogry__others .category-list__item:nth-child(2n) {
	border-left: 1px solid #BDBDBD;
} */
.category-list__main .category-list__item a {
	color: #227EA9;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	overflow-wrap: break-word;
}

.area-title.area-title__orange {
	background-color: #edb23d;
}


.menu-btn {
	/* position: fixed;
	top: 10px;
	right: 10px; */
	display: flex;
	height: 36px;
	width: 44px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #FFF;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 4px;
	width: 44px;
	background-color: #c4c4c4;
	position: absolute;
}
#menu-check {
	display: none;
}
.menu-btn span:before {
	bottom: 16px;
}
.menu-btn span:after {
	top: 16px;
}
#menu-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 119px;
	left: 0;
	z-index: 80;
	background-color: #FFF;
	overflow: auto;
	height: calc(100vh - 119px);
}
.menu-content ul {
	/* padding: 70px 10px 0; */
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	/* color:#ffffff; */
	text-decoration: none;
	/* padding: 9px 15px 10px 0; */
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
#menu-check ~ .menu-content {
	display: none;
}
#menu-check:checked ~ .menu-content {
	display: block;
}
.menu-content__title {
	background-color: #3D6CB9;
	padding: 8px;
	color: #FFF;
}
.menu-content__inner .category-list__item {
	padding: 8px;
}
html.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

.pickup-link {
	background: #EDB23D;
	border: 3px solid #000000;
	box-shadow: 0px 4px 5px rgba(68, 68, 68, 0.25);
	border-radius: 10px;
	display: block;
	width: 300px;
	margin: 0 auto 20px;
}
.pickup-link a {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #212121;
	padding: 14px;
}

.fanza-text {
	background: #757575;
	padding: 10px 8px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 20px;
}

.pager {
	margin-bottom: 10px;
}
.index-navigator , .index-navigator .numbers{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index-navigator .number-item {
	box-sizing: border-box;
	width: 29px;
	height: 33px;
	border: 1px solid #BDBDBD;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.index-navigator .number-item.first ,
.index-navigator .number-item.last {
	margin-left: 0px;
}
.index-navigator .number-item:first-of-type {
	margin-left: 0;
}
.index-navigator .number-item.current {
	background: #555555;
	color: #FFF;
}
.index-navigator li a {
	color: #000;
}
.index-navigator li.pager-separator {
	margin-left: 5px;
	height: 33px;
	margin-right: 5px;
	line-height: 23px;
}
.pager-icon .next-link::before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/eros-sp/img/icon_pager_next.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 17px;
	padding: 8px 0;
	margin-left: 10px;
	background-position: center center;
}
.pager-icon .prev-link::before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/eros-sp/img/icon_pager_prev.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 17px;
	padding: 8px 0;
	margin-right: 10px;
	background-position: center center;
}

.ad-300-250 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	background-color: #000;
}

.content-description {
	margin-bottom: 30px;
}
.content-description p {
	font-size: 14px;
	line-height: 1.5;
	color: #575757;
}

.ranking-number {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #247D9E;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #FFF;
	text-align: center;
}
.ranking-number.first {
	background-color: #F41062;
}
.ranking-number.second {
	background-color: #FFBA35;
}

.head-tags-area {
	margin: 0 4px;
	font-size: 15px;
	line-height: 1.5;
}
.head-tag-items a {
	display: inline;
    margin-bottom: 4px;
    margin-right: 8px;
    /* color: #fff; */
    text-decoration: underline;
}

.related-sites {
	margin-bottom: 20px;
}
.related-sites a {
	padding: 10px;
	display: block;
	text-decoration: none;
	border: 1px solid #BDBDBD;
	margin-top: -1px;
}
.related-sites > .area-title {
	margin: 10px 0 0;
}