@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
*/

/*=================================================================================
フォント関連
=================================================================================*/
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/swell_child/fonts/NotoSansCJKjp-Regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/swell_child/fonts/NotoSansCJKjp-Bold.woff2') format('woff2');
	font-display: swap;
}

body {
	font-family: "Noto Sans JP", sans-serif!important;
	font-weight: 400!important;
}

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

/*=================================================================================
ヘッダー上
=================================================================================*/
.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;
}

.p-postList__excerpt {
	height: 80px;
	overflow: hidden;
}
}

/*=================================================================================
投稿ページ ポストエリア
=================================================================================*/
.l-mainContent__inner>.post_content {
	padding: 0!important;
}

/*=================================================================================
投稿ページ h
=================================================================================*/
h1.c-postTitle__ttl, h1.c-pageTitle {
	margin-bottom: 5px;
	padding: 7px 0 ;
	border-bottom: #ddd 3px dotted;
}

@media (max-width: 599px) {
	.c-postTitle__ttl {
		font-size: 18px!important;
	}
}

@media (min-width: 600px) {
	.c-postTitle__ttl {
		font-size: 22px!important;
	}
}

.post_content h2 {
    font-size: 1.2em!important;
    background: #f5f5f5;
	padding: .6em .5em .6em 24px;
}

@media (max-width: 599px) {
	.post_content h2 {
		font-size: 16px!important;
	}
}

.post_content h3 {
    font-size: 1.2em!important;
}

@media (max-width: 599px) {
	.post_content h3 {
		font-size: 16px!important;
	}
}

/*=================================================================================
目次
=================================================================================*/
#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;
}

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

/*=================================================================================
 作品詳細テーブル
=================================================================================*/
#main_content table tr {
	border-bottom: 2px #eee dotted!important;
}

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;
}

/*=================================================================================
 作品解説
=================================================================================*/
blockquote {
	font-size: 14px;
}

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

.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;
}
}

/*=================================================================================
画像大
=================================================================================*/
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: 50px 20px;
	width: 100%;
}

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

.dmiruwrapper .syouhinlist .btn-social-flat {
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	background-color: #c10000;
	text-align: center;
	color: #FFF;
	line-height: 2.6;
	box-shadow: 0 0 5px gray;
}

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

.btn-social-flat-text{
	font-family:'メイリオ';
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0;
}

@media (max-width: 600px) {
	.btn-social-flat-text {
		font-family:'メイリオ';
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
	}
}

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

/*=================================================================================
サイド ウィジェット
=================================================================================*/
.-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;
}

/*=================================================================================
自動投稿プラグイン ボタン
=================================================================================*/
.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;
}

/*=================================================================================
サイドバー 人気記事ランキング
=================================================================================*/
ul.wpp-list {
	padding-inline-start: 0px;
}

a.wpp-post-title {
	padding: 5px 0 10px!important;
	display: inline-block!important;
	color: inherit!important;
	font-size: 14px!important;
	font-weight: bold!important;
	border-bottom: #ddd 3px dotted!important;
}

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

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

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

/*=================================================================================
 プロフィール
=================================================================================*/
.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;
	}
}


/*=================================================================================
個別ページ 関連記事
=================================================================================*/
h3.kanren_h {
	font-size: 1.2em !important;
	font-weight: 700;
	line-height: 1.4;
	margin: 3em 0 2em;
	padding: .5em .5em;
	border-left: 8px var(--color_main) solid;
	background-color: #f5f5f5;
}

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

.category_kanren p.related-excerpt, .tag_kanren p.related-excerpt {
	font-weight:initial;	
}

.category_kanren a, .tag_kanren a {
	color: #666;
}

.category_kanren a p, .tag_kanren a p {
	margin-top: 8px;
}

/*=================================================================================
レビュー
=================================================================================*/
div.wp-block-group p {
	text-decoration: underline;
	text-decoration-color: #e7e7e7;
	text-decoration-thickness: 1px;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}

.wp-block-group .wp-block-group__inner-container > p {
	margin-bottom: 2em;
}



