@charset "utf-8";

.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900
}

.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot");
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff") format("woff"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.eot);
	src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.woff2) format("woff2"),
		url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.woff) format("woff"),
		url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.ttf) format("truetype"),
		url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fa-rss-square::before {
	content: '\f143';
}

.fa-twitter-square::before {
	content: '\f081';
}

.fa-envelope::before {
	content: '\f0e0';

}

html,
button,
input,
select,
textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
}

a {
	color: #666699;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pure-img,
.pure-box img {
	max-width: 100%;
	height: auto;
}

#container {
	overflow: hidden;
	min-width: 300px;
	margin: 80px auto 0;
}

#main article {
	margin-bottom: 20px;
}

footer {
	max-width: 1064px;
	min-width: 300px;
	text-align: center;
	margin: 20px auto 0;
	padding: 30px 5px;
	font-size: 12px;
	border-top: 1px solid #57256a;
}

footer a {
	white-space: nowrap;
}

footer ul {
	overflow: hidden;
}

@media screen and (min-width:1085px) {
	#container {
		max-width: 1064px;
	}

	#main {
		float: right;
		width: 710px;
	}

	#side {
		float: left;
		width: 300px;
	}
}

@media screen and (max-width:1084px) {
	#container {
		max-width: 710px;
		padding: 10px;
	}

	#main {
		width: auto;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #CCC;
	}

	#side {
		width: auto;
	}
}

/* 年齢認証
---------------------------------------*/
#adult {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 60%;
	left: 50%;
	width: 400px;
	margin: -116px 0 0 -201px;
	padding: 20px;
	color: #F00;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 10px;
}

#adult p {
	margin-bottom: 10px;
	font-weight: bold;
}

#adult ul {
	overflow: hidden;
}

#adult li {
	display: inline-block;
	vertical-align: middle;
}

#adult a {
	cursor: pointer;
	padding: 0 5px;
}

@media screen and (max-width:430px) {
	#adult {
		width: 280px;
		height: auto;
		margin: -200px 0 0 -140px;
		padding: 10px;
		font-size: 12px;
	}
}

.age_check {
	max-width: 320px;
	text-align: center;
	margin: 10px auto;
}

.age_check p {
	color: #FF0000;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 1.0em;
}

/*景品表示法表示*/
.age_check::after {
	content: url(https://sherene-chandler.com/img/ad_display.png);
}

/*#side
---------------------------------------*/
/*
#sidewrap {
	width: 300px;
}*/

#side h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #9f429b;
	border-top: 3px dashed #9b9b9b;
	border-bottom: 3px dashed #9b9b9b;
	padding: 5px 2px;
}

#side aside {
	margin-bottom: 10px;
}

#side #dugaEntry {
	text-align: center;
}

#side #keywordSearch {
	margin-bottom: 20px;
}

#side .category {
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 5px;
}

#side .category li {
	float: left;
	width: 50%;
}

#side .arrow3 {
	margin-left: 5px;
}

#side ul.keyword {
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 5px;
}

#side .keyword li {
	float: left;
	width: 33.3%;
}

#side .keyword li a {
	display: block;
	width: 100%;
	padding: 5px 0px;
}

#side h2 {
	margin-bottom: 10px;
}

#side .link-box {
	overflow: hidden;
	margin-bottom: 10px;
}

#side .link li {
	padding: 3px 0px;
}

#side .link-box li a {
	display: block;
	margin-bottom: 5px;
}

@media screen and (min-width:540px) and (max-width:1064px) {
	#side .link-box {
		margin: 0 -3px;
	}

	#side .link-box li {
		float: left;
		width: 50%;
	}

	#side .link-box li a {
		margin: 3px;
	}
}


.sns_link {
	overflow: hidden;
}

.sns_link li {
	padding: 3px 0px;
}

.sns_link i {
	font-size: 16px;
	margin-right: 5px;
}


.j_bg {
	background-color: #ff3300;
}

.g_bg {
	background-color: #ff9900;
}

.j_color {
	color: #ff3300;
}

.g_color {
	color: #ff9900;
}


#main h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}


.check {
	margin: 10px;
}

.check a {
	display: block;
	text-align: center;
	padding: 8px 10px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

/*タブ共通*/
#tab {
	overflow: hidden;
}

#tab li {
	float: left;
}

.hide {
	display: none;
}

#main .inner {
	float: left;
	width: 50%;
}

@media screen and (min-width:581px) {
	#main .inner .left {
		margin-right: 10px;
	}

	#main .inner .right {
		margin-left: 10px;
	}
}

@media screen and (max-width:700px) {
	#main .inner .left {
		margin-right: 5px;
	}

	#main .inner .right {
		margin-left: 5px;
	}
}

/* top
---------------------------------------*/
#top {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

#top .innerBox .left {
	float: left;
}

#top p img {
	margin-bottom: 5px;
}

#top p {
	margin: 0px 5px 0px 380px;
	padding: 5px;
	letter-spacing: -1px;
	background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width:739px) {
	#top .innerBox {
		background-size: auto 100%;
	}

	#top .innerBox .left {
		width: 52%;
	}

	#top p {
		margin-left: 52%;
	}
}

@media screen and (max-width:639px) {
	#top p {
		font-size: 12px;
	}
}

@media screen and (max-width:539px) {
	#top .innerBox .left {
		display: none;
	}

	#top p {
		margin-left: 5px;
	}
}



/* feature
---------------------------------------*/
#feature {
	overflow: hidden;
	margin-bottom: 20px;
}

#feature li {
	margin-bottom: 10px;
}

#feature li a img {
	width: 100%;
	height: auto;
}

#feature li a {
	display: block;
}

#feature li.sp {
	display: none;
}

@media screen and (max-width:480px) {
	#feature li.pc {
		display: none;
	}

	#feature li.sp {
		display: block;
	}
}

/* PPVランキング
---------------------------------------*/
#ppv_rank {
	overflow: hidden;
	margin-bottom: 30px;
}

#ppv_rank h3 {
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	border-radius: 2px;
	margin-bottom: 10px;
}

#ppv_rank ul {
	overflow: hidden;
	margin-bottom: 20px;
}

#ppv_rank li span {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff3300;
	width: 130px;
	margin: auto;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

#ppv_rank li span::before,
#ppv_rank li span::after {
	font-family: "Font Awesome 5 Free";
	content: '\f521';
	margin: 0 5px;
	color: #ffa500;
}

#ppv_rank li dl {
	width: 130px;
	padding: 5px;
	margin: auto;
	border: 1px solid #999;
}

#ppv_rank li dt {
	height: 170px;
}

#ppv_rank li dd {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.5em;
	height: 3.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}

@media only screen and (min-width:701px) {
	#ppv_rank li {
		float: left;
		width: 20%;
		text-align: center;
	}
}

@media only screen and (max-width:700px) {
	#ppv_rank ul {
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	#ppv_rank li {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		margin-right: 20px;
	}

	#ppv_rank li dd {
		white-space: normal;
	}
}

/* top_new popular
---------------------------------------*/
#popular,
#top_new {
	overflow: hidden;
	margin-bottom: 20px;
}

#popular h3,
#top_new h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#popular .left,
#popular .right,
#top_new .left,
#top_new .right {
	padding: 8px 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

.top_list {
	margin: 0px -5px 10px;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.top_list li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	text-align: center;

}

.top_list li dl {
	padding: 3px;
	margin: 3px;
}

.top_list li dt {
	text-align: center;
	height: 170px;
}

.top_list li dt img {
	width: 120px;
	height: 170px;
	object-fit: cover;
}

.top_list li dt a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.top_list li dd {
	white-space: normal;
	font-size: 12px;
	line-height: 1.4em;
	height: 3em;
	padding: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}


/* 特集
---------------------------------------*/
/*new*/
#new {
	margin-bottom: 20px;
	overflow: hidden;
}

#new h2 {
	position: relative;
}

#new h2 a {
	color: #FFFFFF;
	position: absolute;
	right: 10px;
}

.newMovie {
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

.newMovie li {
	margin-right: 30px;
}

.newMovie dl {
	width: 130px;
}

.newMovie dt {
	height: 170px;
	text-align: center;
}

.newMovie dt img {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.newMovie dd {
	height: 3.5em;
	line-height: 1.5em;
	padding: 5px 0 0;
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (min-width:481px) {

	#new .check {
		text-align: right;
	}

	#new .check a {
		display: inline-block;
	}

}


/* tokushu
---------------------------------------*/
#tokushu {
	height: 410px;
	overflow: hidden;
	margin-bottom: 50px;
}

#tokushu dl {
	width: 302px;
	margin-right: 10px;
	background-image: url(../img/text_bg.gif);
	background-repeat: repeat;
}

#tokushu dt {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 28px;
	height: 60px;
	padding-left: 65px;
	padding-top: 14px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.8);
}

#tokushu dt::after {
	content: "PR";
	font-size: 13px;
	background-color: #ff0000;
	padding: 0px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

#tokushu .jukujo dt {
	background-image: url(../img/jukujo_tokushu.png);
}

#tokushu .gaikokujin dt {
	background-image: url(../img/gaikokujin_tokushu.png);
}

#tokushu #tokushu01 dt {
	background-position: 10px 5px;
}

#tokushu #tokushu02 dt {
	background-position: 10px -95px;
}

#tokushu #tokushu03 dt {
	background-position: 10px -195px;
}

#tokushu #tokushu04 dt {
	background-position: 10px -295px;
}

#tokushu .jukujo dt:first-letter {
	color: #00ff33;
}

#tokushu .gaikokujin dt:first-letter {
	color: #ff6699;
}

#tokushu dd p {
	padding: 0px 0px 5px 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#tokushu .frame {
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

#tokushu .frame .check {
	text-align: center;
	margin-bottom: 0;
}

#tokushu .frame .check a {
	display: block;
	margin: 0 auto;
}


/* series
---------------------------------------*/
#series {
	background-color: #cccccc;
	background-position: top right;
	background-repeat: no-repeat;
	border: 3px double #FFF;
	margin-bottom: 20px;
}

#series .mspace {
	margin-right: 1em;
}

#series h3 {
	width: 43%;
	min-width: 160px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 4%;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	top: 10px;
	background: #ff3239;
	box-shadow:
		10px 0 0 0 #ff3239,
		-10px 0 0 0 #ff3239,
		0 3px 3px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	font-weight: bold;
}

#series h3:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: -10px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #000;
}

#series h3:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 20px 10px;
	border-style: solid;
	border-color: #ff3239;
	border-right-color: transparent;
}

#series ul {
	overflow: hidden;
	padding: 10px;
	margin: 0px auto;
}

#series li {
	float: left;
	width: 25%;
	text-align: center;
}

#series li a {
	display: block;
	padding: 1px;
	margin: 5px;
}

#series .check {
	padding: 0 10px;
}

@media screen and (max-width:639px) {
	#series h3 {
		width: 35%;
		font-size: 14px;
	}
}

@media screen and (max-width:539px) {
	#series {
		background-size: 80%
	}
}

@media screen and (max-width:480px) {
	#series ul {
		margin: 0 -5px;
	}

	#series li {
		width: 50%;
	}

	#series.jukujo {
		background-size: auto 80px;
	}
}

/* movielist
---------------------------------------*/

#av_tag {
	margin-bottom: 15px;
}

#av_tag h3 {
	font-weight: bold;
}

#av_tag ul {
	overflow: hidden;
}

#av_tag li {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
}

#av_tag li span {
	display: block;
	padding: 3px;
	font-weight: bold;
}

#av_tag li a {
	display: block;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 3px 8px;
	margin-right: 10px;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}


/* list
---------------------------------------*/
.kensu {
	background: #F8F8F8;
	padding: 5px 10px;
	margin-bottom: 10px;
}

ul.list {
	overflow: hidden;
	margin: 0px -2px 10px;
}

.list li {}

.list li dl {
	margin: 5px;
}

.list dt {
	padding: 5px;
	text-align: center;
}

.list dt img {
	width: 120px;
	height: 170px;
	object-fit: cover;
}

.list dt img:first-child {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.list dt a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.list dd {
	height: 3.5em;
	padding: 5px 0;
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (min-width:681px) {
	.list li {
		float: left;
		width: 20%;
		height: 220px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:680px) {
	ul.list {
		margin: 0;
	}

	.list li {
		width: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
	}

	.list li:last-child {
		border-bottom: none;
	}

	.list li dl {
		margin: 0 0 5px;
		overflow: hidden;
	}

	.list li dt {
		float: left;
		width: 130px;
		height: 180px;
	}

	.list dd {
		margin-left: 140px;
		font-size: 14px;
	}
}

.space {
	margin-bottom: 100px;
}

/* ページネーション
---------------------------------------*/
.pageNav {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0 0 3px;
	padding: 10px 0 0 0;
	text-align: left;
	clear: left;
}

.pageNav li {
	float: left;
	display: inline-block;
}

.pageNav li span,
.pageNav li a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	text-decoration: none;
	vertical-align: middle;
}

.pageNav li span {
	background: #C30;
	color: #FFF;
	border: 1px solid #C30;
}

.pageNav li a {
	background: #fff;
	border: 1px solid #aaa;
}

/* セレクトフォーム */
.selectForm {
	text-align: right;
	margin-bottom: 5px;
}

.selectForm input[type="submit"] {
	height: 22px;
}

/* video data
---------------------------------------*/
#ppv_box {
	overflow: hidden;
	margin-bottom: 15px;
}

#main #ppv_box h2 {
	line-height: 1.2em;
	text-indent: 0;
	height: auto;
	padding: 7px 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#ppv_box h3 {
	color: #555555;
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
}

#ppv_movie {
	margin-bottom: 10px;
}

#ppv_link a {
	display: block;
	margin-right: 2px;
	padding: 10px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 10px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 50px;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#ppv_link a img {
	max-width: 100%;
	height: auto;
}

#ppv_data {
	overflow: hidden;
	margin-bottom: 20px;
}

#jacket {
	text-align: center;
}

#jacket img {
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}

#jacket span {
	display: block;
	font-size: 12px;
}

#jacket span::before {
	font-family: "Font Awesome 5 Free";
	content: '\f24d';
}

#ppv_detail {
	overflow: hidden;
	font-size: 14px;
}

#ppv_detail p.info {
	color: #FF3300;
	font-weight: bold;
	margin: 20px 0;
}

#ppv_detail dt {
	width: 80px;
	float: left;
	padding: 4px 0;
	font-weight: bold;
}

#ppv_detail dd:before {
	content: "：";
	float: left;
}

#ppv_detail dd {
	margin-left: 80px;
	text-align: left;
	padding: 4px 0;
}

#ppv_detail dd ul {
	overflow: hidden;
}

#ppv_detail dd li {
	float: left;
	white-space: nowrap;
	margin-right: 1em;
}

@media only screen and (min-width:561px) {
	#jacket {
		float: left;
		width: 260px;
		text-align: center;
	}

	#ppv_detail {
		margin-left: 280px;
	}
}

@media screen and (max-width:560px) {
	#jacket {
		margin-bottom: 20px;
	}

	#ppv_detail p.info {
		text-align: center;
	}

	#ppv_detail dl {
		border-radius: 3px;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
	}

	#ppv_detail dt {
		float: none;
		width: auto;
		padding: 2px 5px;
	}

	#ppv_detail dd {
		margin-left: 0;
		padding: 5px 2px 5px 10px;
		border-bottom: 1px solid #CCC;
	}

	#ppv_detail dd:before {
		content: "";
	}
}

#ppv_txt {
	margin-bottom: 30px;
}

#ppv_txt p {
	font-size: 14px;
	line-height: 170%;
}

#ppv_thumbnail {
	margin-bottom: 30px;
}

.ppv_thumbnail {
	height: 90px;
	overflow: hidden;
}

.ppv_thumbnail img {
	width: 120px;
	height: 90px;
	margin-right: 5px;
	box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.8);
	border-radius: 2px;
}

#ppv_box .flickity-enabled {
	position: static;
}

#ppv_box .flickity-slider {
	position: static;
}

.ppv_sonota ol,
.ppv_sonota .flickity-prev-next-button {
	display: none;
}

/* オススメ */
.ppv_sonota {
	margin-bottom: 20px;
}

.ppv_sonota ul {
	overflow: hidden;
	margin: 0 -5px;
}

.ppv_sonota li {
	float: left;
	text-align: center;
}

.ppv_sonota li dl {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

.ppv_sonota li dt {
	text-align: center;
}

.ppv_sonota li dt img {
	width: 100%;
	height: 100%;
	max-width: 120px;
	object-fit: cover;
	object-position: center top;
	aspect-ratio: 12/17;
}

.ppv_sonota li dd {
	white-space: normal;
	font-size: 12px;
	height: 3em;
	padding: 3px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}

@media only screen and (min-width:701px) {
	.ppv_sonota li {
		width: 16.66%;
	}
}

@media only screen and (max-width:700px) {
	.ppv_sonota li {
		width: 33.3%;
		margin-bottom: 10px;
	}
}



/* 女優・レーベル一覧
---------------------------------------*/
/*女優*/
#joyuu {
	margin-bottom: 100px;
}

#gyou {
	overflow: hidden;
	margin-bottom: 10px;
}

#gyou li {
	float: left;
}

#gyou li a {
	display: block;
	margin: 5px 2px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
}

#gyou li.chose a {
	color: #FFFFFF;
	border: 1px solid #ff3300;
	background-color: #ff3300;
}



#joyuu #dan {
	overflow: hidden;
	margin-bottom: 10px;
}

#joyuu #dan li {
	float: left;
}

#joyuu #dan li a {
	display: inline-block;
	padding: 5px 10px;
	margin: 3px;
	border-bottom: 1px solid #CCC;
}

#joyuu h3 {
	font-weight: bold;
	border-left: 10px solid #9f429b;
	border-bottom: 1px solid #9f429b;
	margin-bottom: 10px;
}

.joyuu_list {
	overflow: hidden;
	margin: 0 -5px 30px;
}

.joyuu_list li {
	float: left;
}

.joyuu_list li a {
	display: block;
	margin: 5px;
}

.joyuu_list li a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	margin-right: 5px;
}

.joyuu_list li a span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

@media only screen and (min-width:541px) {
	.joyuu_list li {
		width: 25%;
	}

	#gyou li {
		width: 10%;
	}
}

@media screen and (max-width:540px) {
	.joyuu_list li {
		width: 33.3%
	}

	#gyou li {
		width: 20%;
	}
}

@media screen and (max-width:380px) {
	.joyuu_list li {
		width: 50%
	}
}

/* labellist
---------------------------------------*/
/*レーベル*/
#label_list {}

#label_list #tab li {
	padding: 8px 17px;
	margin: 0 3px;
	background-color: #999999;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	width: 200px;
	text-align: center;
}

#label_list #tab li.chose.j_bg {
	background-color: #ff3300;
}

#label_list #tab li.chose.g_bg {
	background-color: #ff9900;
}

#label_list .tabContents#jukujo {
	border: 3px solid #ff3300;
}

#label_list .tabContents#gaikokujin {
	border: 3px solid #ff9900;
}

#label_list .tabContents {
	padding: 10px;
	border-radius: 3px;
}

#label_list .tabContents p {
	padding: 5px;
}

.label_waku {
	margin: 10px 0;
}

.label_waku dl {
	overflow: hidden;
	margin-bottom: 20px;
}

.label_waku dt {
	font-weight: bold;
	background-color: #eeeeee;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.label_waku dd {
	font-size: 12px;
}

.label_waku dd em {
	display: block;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width:480px) {
	.label_waku dd em {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
	}
}



/* labelcategory
---------------------------------------*/

#av_list_box h3 {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}

#av_list_box #jukujo h3 {
	color: #ff3300;
	border-left: 5px solid #ff3300;
	border-bottom: 1px solid #ff3300;
}

#av_list_box #gaikokujin h3 {
	color: #ff9900;
	border-left: 5px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}

/*

@media screen and (min-width:541px) {
  #av_list_box .tabContents {
    display:block;
  }
  #av_list_box #tab {
    display:none;
  }
}
@media screen and (max-width:540px) {*/
#av_list_box #tab li {
	padding: 5px 10px;
	background-color: #999999;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 3px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}

#av_list_box #tab li.chose.j_bg {
	background-color: #ff3300;
}

#av_list_box #tab li.chose.g_bg {
	background-color: #ff9900;
}

#av_list_box .tabContents {
	padding: 10px;
}

#av_list_box .tabContents#jukujo {
	border: 3px solid #ff3300;
}

#av_list_box .tabContents#gaikokujin {
	border: 3px solid #ff9900;
}

#av_list_box h3 {
	display: none;
}

/*}*/


.catetotal {
	overflow: hidden;
}

.catetotal li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.catetotal li a {
	display: block;
	border: 1px solid #CCC;
	padding: 5px 8px;
	border-radius: 3px;
	width: 160px;
	text-align: center;
}

.check .jukujo {
	background: #FF3300;
}

.check .gaikokujin {
	background: #ff9900;
}

/* 女優プロフ
---------------------------------------*/
#avjoyu {
	margin-bottom: 10px;
	overflow: hidden;
}

#avjoyu dt {
	float: left;
	width: 160px;
	margin-right: 10px;
}

#avjoyu dt img {
	width: 100%;
	height: auto;
	border: 1px solid #333;
}

#avjoyu dd {
	margin-left: 170px;
	background: #E9E9E9;
	padding: 5px 10px;
}

#avjoyu dd li {
	font-size: 12px;
	line-height: 2em;
}

@media screen and (max-width:479px) {
	#avjoyu dt {
		width: 120px;
	}

	#avjoyu dd {
		margin-left: 125px;
	}
}


/* シリーズ
---------------------------------------*/
.seriesList {
	overflow: hidden;
}

.seriesList li {
	float: left;
	width: 20%;
}

.seriesList li dl {
	margin: 5px;
	padding: 5px 0px;
}

.seriesList li dt {
	text-align: center;
	margin-bottom: 3px;
}

.seriesList li dt img {
	border: 1px solid #ccc;
}

.seriesList li dd em {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.seriesList li dd {
	height: 4.0em;
	line-height: 1.3em;
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

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

@media screen and (max-width:380px) {
	.seriesList li {
		width: 33.3%;
	}
}

/* banner
---------------------------------------*/

.banner {
	margin-bottom: 20px;
	overflow: hidden;
}

.banner h3 {
	background-color: #000;
	color: #FF0;
	padding: 3px 5px;
	margin-bottom: 5px;
}

aside.banner {
	padding: 5px 0 15px;
}

article .banner img {
	width: 99.5%;
	height: auto;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.adwrap {
	overflow: hidden;
}

@media screen and (min-width:1085px) {
	.bannerL {
		display: block;
	}

	.bannerM,
	.bannerS {
		display: none;
	}
}

@media screen and (min-width:681px) and (max-width:1084px) {
	.bannerM {
		display: block;
	}

	.bannerL,
	.bannerS {
		display: none;
	}
}

@media screen and (max-width:680px) {
	.bannerS {
		display: block;
	}

	.bannerL,
	.bannerM {
		display: none;
	}
}

@media screen and (min-width:681px) {
	.adwrap .adbox {
		text-align: center;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:481px) and (max-width:680px) {
	.adwrap {
		margin: 0 -5px;
	}

	.adwrap .adbox {
		float: left;
		width: 50%;
	}

	.adwrap .adbox .inside {
		margin: 5px;
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.adwrap .adbox .inside {
		margin-bottom: 10px;
		text-align: center;
	}
}

/* パンくずリスト
---------------------------------------*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
	background-color: #edeff0;
	border-radius: .25em;
}

.breadcrumbs ol {
	padding: 5px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-size: 12px;
	font-weight: bold;
}

.breadcrumbs li:before {
	padding: 0 4px 0 6px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 12px;
	font-weight: bold;
}

.breadcrumbs a {
	color: #09F;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}



/* privacy
-------------------------------------*/
#privacy h2 {
	margin-bottom: 20px;
}

#privacy h3 {
	border-bottom: none;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 0px;
}

#privacy p {
	margin-left: 1em;
	margin-bottom: 1em;
}

#privacy p.date {
	margin: 0;
	text-align: right;
}

/* contact
-------------------------------------*/
#contact {
	padding: 20px 5px;
}

#contact table {
	width: 100%;
	border-collapse: collapse;
	border-collapse: 0px;
	border: 1px solid #CCC;
	margin: 20px 0;
}

#contact th,
#contact td {
	display: block;
}

#contact th {
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 0;
}

#contact th span {
	display: inline;
	margin-left: 5px;
}

#contact td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

#contact td span {
	display: block;
	margin-bottom: 5px;
}

#contact span {
	color: #F30;
	font-weight: normal;
}

#contact dd span p {
	margin: 0;
}

#contact input[type=text],
#contact input[type=email],
#contact select {
	width: 98%;
	font-size: 16px;
	padding: 2px;
}

#contact textarea {
	width: 98%;
	height: 100px;
	font-size: 16px;
}

#contact .error {
	line-height: 1.5em;
}

#message {
	font-size: 14px;
	font-size: 1.4rem;
}

#contact dl {
	width: 100%;
	border: 1px solid #CCC;
	margin: 20px auto;
}

#contact dt {
	font-weight: bold;
	background-color: #CCC;
}

#contact dt,
#contact dd {
	padding: 10px;
}

#contact dt.body {
	clear: left;
	border-bottom: none;
}

#contact dd.body {
	clear: left;
}

#contact .btn {
	width: 260px;
}

#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

#error p {
	margin-top: 50px;
	text-align: center;
}


/* sort
-------------------------------------*/
#sort_html {
	text-align: right;
	margin-bottom: 10px;
}

#sort_html li {
	display: inline-block;
	margin-right: 1em;
}

#sort_html li:last-child {
	margin-right: 0;
}

#sort_html li a {
	text-decoration: underline;
}



/************************************
 相互RSS（image_antenna）用
************************************/
.antenna_list {
	margin: 20px 0;
}

.antenna_list h3 {
	background-color: #000;
	color: #FF0;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.antenna-img-list li {}

.antenna-img-list li a {
	display: block;
	overflow: hidden;
	padding: 3px 0;
}

.antenna-img-list li a:hover {
	text-decoration: none;
	background-color: #fff7fb;
}

.antenna-img-list li a .feed_image {
	float: left;
	width: 62px;
	height: 62px;
	margin-right: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.antenna-img-list li a .feed_image img {
	width: 100%;
	height: 60px;
	object-fit: cover;
}

.antenna-img-list li a .feed_title {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.antenna-img-list li a .feed_name {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/* antennaList
-------------------------------------*/

.text-rss-list li {
	line-height: 3.0em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	padding-left: .5em;
}

.text-rss-list li a {
	color: #666;
	font-weight: bold;
}



/* supple feed */
.supple {
	margin-bottom: 20px;
}

.supple .feed-title::before {
	content: "[PR]";
	margin-right: 5px;
}

.supple .feed-date,
.supple .site-name {
	display: none;
}


/* antenna-list */
.antenna-list {
	margin: 20px 0;
}

.antenna-list h3,
.taikendan h3 {
	background-color: #000;
	color: #FF0;
	padding: 3px 5px;
	margin-bottom: 5px;
}

/* image feed */
.feed-image-list a {
	display: block;
	overflow: hidden;
	padding: 3px 0;
}

.feed-image-list a:hover {
	text-decoration: none;
	background-color: #fff7fb;
}

.feed-image-list .feed-item {
	overflow: hidden;
}

.feed-image-list .feed-item .feed-image {
	float: left;
	width: 80px;
	margin-right: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.feed-image-list .feed-item .feed-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
	aspect-ratio: 4/3;
}

.feed-image-list .feed-item .feed-title {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}

.feed-image-list .feed-item .site-name {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.feed-image-list .feed-item .feed-date {
	display: none;
}


/* taikendan */
.taikendan {
	margin-bottom: 20px;
}

.taikendan .feed-text-list li {
	line-height: 3.0em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	padding-left: .5em;
}

.taikendan .feed-text-list li a {
	color: #666;
	font-weight: bold;
}

.taikendan .feed-text-list .feed-item .feed-date,
.taikendan .feed-text-list .feed-item .site-name,
.taikendan .feed-text-list .feed-item .feed-text {
	display: none;
}
.feed-text-list .feed-item .feed-text {
	display: none;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
	flex-basis: auto;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.ads-flexbox .item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 5px;
}

@media (min-width : 600px) {
	.ads-flexbox {
		display: flex;
		flex-wrap: wrap;
	}

	.ads-flexbox .item {
		width: 50%;
	}
}

.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}

.inner728 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}

.inner600 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}