@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}

/*=================================================================================
文字装飾
=================================================================================*/
.akafutomoji {
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 18px;
}

/*=================================================================================
ヘッダー上
=================================================================================*/
.l-header { border-top: solid 25px var(--color_main)!important; }

/*=================================================================================
ヘッダーメニュー
=================================================================================*/
ul.c-gnav {
	height: 25px!important;
	margin-top: 5px!important;
}

ul.c-gnav li {
	display: inline-block;
	border-left: 1px #ccc solid;
}

ul.c-gnav li:last-child {
	border-right: 1px #ccc solid;
}

/*=================================================================================
メインメニュー
=================================================================================*/
#pickup_banner {
	background-color: #FFFFFF;
	padding: 0 8px;
}

.p-pickupBanners { margin-bottom: 1.5em; }

figure.c-bannerLink__figure { height: 90px; }

@media screen and (max-width: 599px) {
figure.c-bannerLink__figure { height: 60px; }	
}

a.c-bannerLink { background-color: #593b15; }

a.c-bannerLink .c-bannerLink__label {
	font-size: 17px;
	font-weight: bold;
	color: #666!important;
}

@media screen and (max-width: 599px) {
a.c-bannerLink .c-bannerLink__label {
	font-size: 15px;
	font-weight: bold;
	color: #666!important;
	width: 86%;
	left: 7%;
}
}

#pickup_banner li a span {
	background-color: #FFF!important;
}

/*=================================================================================
トップページ カード
=================================================================================*/
@media screen and (min-width: 980px) {
.p-postList__link {
	border-bottom: #ddd 3px dotted;
	padding-bottom: 15px;
}

#post_slider .p-postList__link {
	border-top: #ddd 3px dotted;
	border-bottom: #ddd 3px dotted;
	padding: 10px 0;
}

.-type-card .p-postList__body {
	padding-left: 4px;
	padding-right: 1px;
}
	
#main_content .-type-list .p-postList__title {
	font-size: 17px;
}

.p-postList__excerpt {
	font-size: 14px!important;
	line-height: 1.6;
	height: 88px;
	overflow: hidden;
}
}

.c-postThumb__cat {
    right: auto;
}

/*=================================================================================
サムネイル ホバー拡大 禁止
=================================================================================*/
.p-postList__link:hover .c-postThumb__img {
	-webkit-transform: none;
	transform: none;
}

.c-postThumb__img {
	-webkit-transform: none;
	transform: none;
}

/*=================================================================================
トップページ メイン 文字サイズ
=================================================================================*/
@media only screen and (min-width: 600px){
.kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 75%;
    line-height: 1.7;
}
}

/*=================================================================================
目次
=================================================================================*/
#main_content .p-toc {
    width: 100%;
}

#main_content .p-toc {
	margin: 2em auto;
}

.p-toc.-double {
	padding: 1em;
}

/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li, .toc-chk + .p-toc__ttl + ul li {
	display: none;
}

/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li, .toc-chk:checked + .p-toc__ttl + ul li {
	display: block;
}

/* dummyチェックボックス */
.toc-chk {
	display:none;
}

/* 開く・閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
	content: '【閉じる】';
}
.toc-ttl::after {
	content: '【開ける】';
	cursor: pointer;
	margin-left: .5em;
	font-size: .8em;
}

/*=================================================================================
商品ページ ｈ2
=================================================================================*/
.post_content h2 {
	font-size: 20px;
	background: #f5f5f5;
	margin: 20px 0 !important;
}

/*=================================================================================
 
=================================================================================*/
.p-articleMetas.-top {
    margin: 0.5em 0 0.75em;
}

/*=================================================================================
 作品詳細テーブル
=================================================================================*/
table.detail-table th {
	word-break: keep-all;
	width: 100px;
	background-color: f5f5f5;
}

table.detail-table td {
	background-color: #FFFFFF;
	pointer-events: none;
}

figure.wp-block-table table {
	font-size: 14px;
}

figure.wp-block-table table th {
	white-space: nowrap;
	width: 90px!important;
}

@media (max-width: 600px){
.wp-block-table td, .wp-block-table th {
    padding: 0.3em 0.75em;
}	
}

figure.wp-block-table table td a {
	color: #505050;
}

/*=================================================================================
商品 カテゴリリスト
=================================================================================*/

.syouhinwrapper {
	margin-bottom: 0em;
	padding: 20px 10px;
	display: flex;
	background: #f5f5f5!important;
}

.syouhinwrapper-cate {
	margin-bottom: 0em;
	display: flex;
}

.syouhinwrapper .syouhinimg, .syouhinwrapper-cate .syouhinimg {
	width: 30%;
}

.syouhinwrapper .syouhinimg img, .syouhinwrapper-cate .syouhinimg img {
	border: #eee 2px solid;
	width: 147px;
}

.syouhinwrapper .syouhinlist, .syouhinwrapper-cate .syouhinlist {
	width: 68%;
	margin-left: 2%;
	box-sizing: border-box;
}		

@media (min-width: 600px) {
.syouhinwrapper .syouhinimg, .syouhinwrapper-cate .syouhinimg {
	width: 160px;
}

.syouhinwrapper .syouhinlist, .syouhinwrapper-cate .syouhinlist {
	width: 100%;
	margin-left: -160px;
	padding-left: 160px;
	box-sizing: border-box;
}
}

.syouhinwrapper table, .syouhinwrapper-cate table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 10px;
}

.syouhinwrapper table tr, .syouhinwrapper-cate table tr {
	border-bottom: solid 2px #f5f5f5;
}

.syouhinwrapper table tr:last-child, .syouhinwrapper-cate table tr:last-child {
	border-bottom: none;
}

.syouhinwrapper table th, .syouhinwrapper-cate table th {
	position: relative;
	text-align: left;
	width: 80px;
	background-color: #ff5483;
	color: white;
	padding: 3px 0 3px 7px;
}

.syouhinwrapper table th:after, .syouhinwrapper-cate table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #ff5483;
	border-top: 10px solid transparent;
 	border-bottom: 10px solid transparent;
}

.syouhinwrapper table td, .syouhinwrapper-cate table td {
	text-align: left;
	width: calc(100% -70px);
	background-color: #fff;
	padding: 3px 0 3px 15px;
}


@media (min-width: 600px) {
.post_content>h2 {
	margin-right: 0px;
	margin-left: 0px;
}
}

/*=================================================================================
記事タイトル
=================================================================================*/
h1.c-postTitle__ttl, h1.c-pageTitle {
	margin-bottom: 5px;
	padding: 7px 0 ;
	border-bottom: #ddd 3px dotted;
}

/*=================================================================================
パッケージ
=================================================================================*/
.package {
	padding: 20px 10px;
	margin-bottom: 2em;
}

.package img { border: #eee 5px solid; }

/*=================================================================================
商品解説枠
=================================================================================*/

@media (min-width: 600px) {
.post_content>h2 {
	margin-right: 0px;
	margin-left: 0px;
}
}

.point {
    background: #f5f5f5!important;
	text-align: justify;
	text-justify: inter-ideograph;
}

.point p {
	line-height: 1.5;
	margin: 2em 0;
}

.wp-block-group__inner-container p {
	line-height: 1.5;
	margin: 1em 0;
}

@media print, screen and (min-width: 960px) {
	.point { padding: 20px; }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
	.point { padding: 20px 30px; }
}

@media print, screen and (max-width: 599px) {
	.point { padding: 20px 10px; }
}

@media only screen and (min-width: 600px) {
	.free-inbox { padding: 10px 25px 10px; }
	.clip-memobox { padding: 10px 25px 10px; }
}
/*=================================================================================
画像大
=================================================================================*/
ul.bigimgbox {
	padding: 0;
    background-color: #ededed;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.bigimgbox li {
	display: block;
	width: 49%;
	margin: 5px 0.4% 5px;
    background-color: #ededed;
	text-align: center;
}

ul.bigimgbox li img {
	vertical-align: top;
	width: 100%;
}

.bamenkaisetu {
	padding: 10px;
}

.bamenkaisetu p {
	line-height: 2.3em;
	padding: 0 10px;
	background-size: 100% 2.3em;
}

.bamenkaisetu p span.fotoji {
	font-weight: bold;
	font-size: 1.2em;
}

.bamenkaisetu p span.akaji {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

.wp-block-image.aligncenter {
	margin-bottom: 0;
	background-clip: padding-box;
	background-size: 6px 6px;
	width: 100%;
}

.sampleimgbox .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 5px;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
}

.sampleimgbox .wp-block-group__inner-container .wp-block-image{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 4px #eee solid;
}

@media print, screen and (max-width: 700px) {
.sampleimgbox .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 5px;
}
.sampleimgbox .wp-block-group__inner-container .wp-block-image {
	height: 120px;
}
}

.sampleimgbox .wp-block-group__inner-container .wp-block-image figure.aligncenter {
	margin: 0;
	height: 100%;
	width: 100%;
}
	
.sampleimgbox .wp-block-group__inner-container .wp-block-image figure.aligncenter img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*=================================================================================
画像小
=================================================================================*/
ul.smallimgbox {
	padding: 20px 0 20px;
    background-color: #f5f5f5;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.smallimgbox li {
	display: block;
	width: 120px;
	margin: 0 5px 5px 0;
} 

/*=================================================================================
サンプル動画
=================================================================================*/
.post_content div>:first-child.samplemovie { margin-bottom: 30px!important; }

video {
	border: 3px #d5d5d5 solid;
}

/*=================================================================================
前後 ページ移動
=================================================================================*/
.p-pnLinks {
	margin: 3em 0;
	padding: 1.5em 0;
}

.p-pnLinks__link {
	padding: 0em 0.3em;
}

.p-pnLinks__thumb {
	width: 96px;
	height: 64px;
}

@media (min-width: 600px) {
.p-pnLinks__thumb {
	width: 145px;
	height: 95px;
}
}

/*=================================================================================
前後 ページ移動
=================================================================================*/
.w-cta {
    margin: 3em 0 0em;
}

.post_content h3 {
	margin: 3em 0 1em;
}

/*=================================================================================
動画見る ボタン
=================================================================================*/
.dmiruwrapper {
}

.dmiruwrapper .syouhinlist {
	background-color: #f5f5f5;
	padding: 80px 20px;
	width: 100%;
}

@media (max-width: 599px) {
	.dmiruwrapper .syouhinlist {
		padding: 60px 5px;
	}
}

.dmiruwrapper .syouhinlist .btn-social-flat {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	background-color: #c10000;
	text-align: center;
	color: #FFF;
}

@media (max-width: 1100px) {
.dmiruwrapper .syouhinlist .btn-social-flat {
	margin: 15px 0px;
}
}

.btn-social-flat-text{
	font-size: 34px;
	font-weight: bold;
}

/*=================================================================================
出演者 関連動画
=================================================================================*/
.crp_related {
	margin: 0;
}

.crp_related h3 {
	background-color: #FFF;
	margin-bottom: 20px;
}

.crp_related ul {
	padding-left: 0.5em;
	list-style: none;
}

.post_content .crp_related li {
	margin: .25em 1%;
	line-height: 1.5;
	border-bottom: #ddd 3px dotted;
	padding-bottom: 15px;
	margin-bottom: 1.5em;
}

@media print, screen and (max-width: 599px) {
.post_content .crp_related li {
	width: 97.8%;
}
}

.crp_related img {
	max-width: 100%!important;
	height: auto;
	border-style: none;
	border: #eee 4px solid;
}

.crp_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.crp_excerpt {
	display: block;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.-type-card .p-postList__excerpt {
	position: relative;
	height: 75px;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.-type-card .p-postList__excerpt::after{
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;/*--高さ--*/
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));/*--グラデーション--*/
}

/*=================================================================================
もっと出演者動画をチェック
=================================================================================*/
.morevideo-btn {
	background-color: #f5f5f5;
    padding: 10px 10px 20px;
}

.morevideo-btn a.btn-border {
	display: block;
	height: 70px;
	padding: 3px 0 12px 75px;
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 35px;
	background: #ff8944 url("/wp-content/uploads/tanuki.png") 5px 5px no-repeat;
	background-size: 60px;
}

.morevideo-btn a.btn-border span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-left: 5px;
}

@media print, screen and (max-width: 599px) {
.morevideo-btn a.btn-border {
	font-size: 20px;
}
}

/*=================================================================================
記事下 タグ
=================================================================================*/
.p-articleFoot .p-articleMetas {
	flex-direction: column;
	align-items: normal;
}

/*=================================================================================
カテゴリーページ 動画検索
=================================================================================*/
#custom_html-5, #custom_html-7, #custom_html-12, #custom_html-13, #custom_html-14, #custom_html-17 {
	margin-top: 0!important;
    padding-top: 0!important;	
}

.p-termContent{ margin-top: 30px!important; }

.categorymore {
	padding: 40px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5px;
}

.categorymore .categorymore-btn, .categorymore-btn_no {
	width: 49%;
	margin: 0 0 25px;
}

.categorymore-btn .btn-border, .categorymore-btn_no .btn-border {
	display: block;
	height: 68px;
	margin: 10px 0 15px;
	padding: 0 0 0 65px;
	border: #ff8944 4px solid;
	border-radius: 35px;
	transition: .4s;
	box-shadow: 0px 4px 0px rgb(0 0 0 / 40%);
	background: #fff3e1 url("/wp-content/uploads/2021/11/videoiconbt.png") 0px 0px no-repeat;
}

.btn-border-text{
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 8px	0 5px;
    padding: 0 0 2px;
    width: 90%;
    border-bottom: #1955d6 1px solid;
}

.kensakutext{
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
	line-height: 1;
    margin-left: 5px;
}

.categorymore-btn_no .btn-border {
	border: #ccc 4px solid;
	color: #ccc;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	background: #eee url("/wp-content/uploads/2021/11/videoiconbt.png") 0px 0px no-repeat;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
.categorymore .categorymore-btn , .categorymore .categorymore-btn_no {
	width:98%;
	margin: 0.8em 0.9%;
}
}

@media print, screen and (max-width: 599px) {
.categorymore .categorymore-btn , .categorymore .categorymore-btn_no {
	width:98%;
	margin: 1em 0.9%;
}
}

/*=================================================================================
カテゴリーページ プロフィール
=================================================================================*/
.p-blogParts .syouhinwrapper-cate {
	margin-bottom: 30px;
	padding: 20px 10px;
}

/*=================================================================================
サイド ウィジェット
=================================================================================*/
.-frame-on-sidebar #sidebar .c-widget {
	padding: 8px 8px!important;
}

.widget_search .c-widget__title {
	display: block;
}

/*=================================================================================
自動投稿プラグイン
=================================================================================*/
.img-flex {
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
}

.img-cont {
	padding: 5px;
	width: 110px;
}

/*=================================================================================
自動投稿プラグイン コメント文字
=================================================================================*/
.kaisetu, blockquote.kaisetu {
	font-size: 15px;
	text-align:justify;
}

@media print, screen and (max-width: 599px) {
.kaisetu, blockquote.kaisetu {
	font-size: 14px;
}
.post_content blockquote {
	padding: 30px 5px;
}
}

.post_content blockquote p {
    margin: 1.4em 0;
}

.post_content blockquote>:not(:last-child) {
    margin: 1.4em 0;	
}

.kaisetu ul li {
	list-style: none;
	font-weight: bold;
}

.kaisetu ul li a {
    text-align: center;
    display: inline-block;
    padding: 1px 12px 0px;
	margin: 0 0px;
	background-color: var(--color_main);
	color: #ffffff;
	border-radius: 20px;
    font-weight: bold;
	font-size: 80%;
}

/* まとめページ */

.wp-block-quote>:first-child {
    margin-top: 1.4em;
}

/*=================================================================================
自動投稿プラグイン ボタン
=================================================================================*/
.wp-block-buttons {
	padding: 40px 30px;
}

.wp-block-button a {
	text-align:left;
	height: 70px;
	padding: 0 0 0 73px;
	font-weight: bold;
	font-size: 34px;
	line-height: 70px;
	display: block;
	border-radius: 35px!important;
	background: #e40c0c url("/wp-content/uploads/2021/11/videoiconbt.webp") 5px 5px no-repeat;
	box-shadow: 0 4px 4px gray;
}

@media (max-width: 600px) {
.wp-block-buttons { padding: 30px 20px; }
.wp-block-button a { font-size: 26px; }
}

.actlist {
	font-weight: bold;	
}

.actlist h4 {
	margin-bottom: 5px!important;
}

.actlist .wp-block-media-text {
	background-color: #f5f5f5;
}

.actlist .wp-block-media-text img {
	border: 5px #f5f5f5 solid;
}

@media (min-width: 960px) {
.actlist .alignwide, .actlist .l-content .alignfull {
	left: 0px!important;
	width: calc(100% + 0px)!important;
}
}

@media (min-width: 1108px) {
.actlist .alignwide {
	left: 0px!important;
	width: calc(100% + 0px)!important;
}
}

@media (max-width: 959px) {
.alignwide, .l-content .alignfull {
	left: 0vw;
	width: calc(100% + 0vw);
}
}

@media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile {
	grid-template-columns: 30% auto!important;
}
}

@media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	grid-column: 2!important;
	grid-row: 1!important;
	--swl-mediatext--space: 0rem;
}
}

.actlist .wp-block-media-text__content {
	padding: 0px;
}

.actlist ul {
	list-style: none;
	font-weight: bold;
	font-size: 16px;
	background-color: #f5f5f5;
	padding: 5px;
}

.actlist ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
	margin-top: 10px;
	font-size: 16px;
	display: block;
	border-radius: 35px!important;
	background-color: #e40c0c;
}


/*=================================================================================
AV女優 プロフィール
=================================================================================*/
.actorlist {
	padding: 10px;
	display:flex;
	background-color: #f5f5f5;
}

.actorlist ul {
	list-style: none;
	margin-left: 20px;
}

/*=================================================================================
フッター
=================================================================================*/
.w-footer__box { padding: 0em; }

#custom_html-38 .custom-html-widget {
	text-align: center;
}

.l-footer__foot {
	background-color: #404849;
	color: #FFF;
}

/*=================================================================================
 サイドバー
=================================================================================*/
.post_content ul {
	padding: 0;
}

ul.wpp-list li {
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	border-bottom: #ddd 1px dotted;
}

ul.wpp-list li a.wpp-post-title {
	display: inline-block;
	margin: 10px 0;
	color: #666;
	font-weight: bold;
}

/*=================================================================================
 プロフィール
=================================================================================*/
.p-profileBox__text { padding: 0.5em }

/*=================================================================================
 サンプル画像
=================================================================================*/
.sample-image .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}

.sample-image .wp-block-group__inner-container .wp-block-image {
	width: calc(100% / 3 - 6px);
	margin: 3px;
	background-color: #eee;
}

.sample-image img {
	border: 3px #eee solid;
}

@media (min-width: 600px) {
	.wp-block-group {
		--swl-box_padding: 1em!important;
	}
}

/*=================================================================================
ランキングページ
=================================================================================*/
post_content {
}

.post_content ul.rankingpage, .post_content ul.rankingside {
	display: flex;
	flex-wrap: wrap;
}

.post_content ul.rankingpage li {
	width: calc(100% / 2 - 14px);
	margin: 10px 7px;
}

.post_content ul.rankingside li {
	width: calc(100% / 1 - 14px);
	margin: 10px 7px;
}

.post_content ul.rankingpage li img, .post_content ul.rankingside li img {
	border: 5px #eee solid;	
}

.post_content ul.rankingpage li a.wpp-post-title, .post_content ul.rankingside li a.wpp-post-title {
	font-size: 16px;
	display: inline-block;
	padding: 10px 0;
	color: #666;
	font-weight: bold;
}

.post_content ul.rankingside li a.wpp-post-title {
	font-size: 15px;
}



ul.rankingpage, ul.rankingside {
  counter-reset: rank_number 0;
}

.wpp_thumb_wrapper {
	position: relative;
}

.wpp_thumb_wrapper:after {
	counter-increment: rank_number 1;
	content: counter(rank_number) " 位 ";
	display: block;
	position: absolute;
	left: 0;
	width: 80px;
	background: #FF0000;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}

.wpp_thumb_wrapper_nh_matome:after {
	counter-increment: rank_number 1;
	content: counter(rank_number) " 位 ";
	display: block;
	position: absolute;
	left: 0;
	width: 80px;
	background: #FF0000;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}

.wpp_thumb_wrapper_si_matome:after {
	counter-increment: rank_number 1;
	content: counter(rank_number) " 位 ";
	display: block;
	position: absolute;
	left: 0;
	width: 80px;
	background: #FF0000;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}


.category_kanren, .tag_kanren {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	height: auto;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}









