@charset "UTF-8";

/*!
Theme Name: sabo6.com
Description: sabo6.com用　子テーマ
Theme URI: https://wp-cocoon.com/
Author: ソラドレ
Author URI: https://sabo6.com/
Template:   cocoon-master
Version:    0.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

	.wp-block-gallery.has-nested-images figure.wp-block-image {
		width: 100% !important;
		margin: 0 0 16px !important;
	}

}



/*　ページ内リンクでスムーススクロール */
html {
	scroll-snap-type: y proximity;
	scroll-padding-top: 70px;
 	scroll-behavior: smooth;
}


/*	ギャラリー画像のアス比を指定	*/
.wp-block-gallery.has-nested-images figure.wp-block-image {
/*	aspect-ratio: 3 / 2;*/
}



/*	WordPress6.8（2025年04月16日）から下部のバーが固定化されたのを解除する	*/
.editor-visual-editor {
    overflow: unset !important;
}



/*
	インデックスページ
*/
figure.entry-card-thumb.card-thumb.e-card-thumb {
	overflow: visible;
	border-radius: 12px;
}

.a-wrap:hover .card-thumb img,
.blogcard:hover .blogcard-thumbnail img {
	transform: none;
}

.home .main .a-wrap:hover {
	box-shadow: none;
}

.home .main .a-wrap:hover .card-thumb img {
	translate: 0 -10px;
	filter: drop-shadow(0 10px 4px #68699b);
}

.blogcard:hover .blogcard-thumbnail img {
}

@media screen and (min-width: 1172px) {
	.home.front-top-page .ect-3-columns .entry-card-wrap {
		width: 24.6%;
	}
}


.a-wrap:not(.recent-comment-link, .rss-entry-card-link) figure img,
.fb-like-box img {
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease-in;
}

img.entry-card-thumb-image.card-thumb-image.wp-post-image {
	border-radius: 12px;
}


h2.entry-card-title.card-title.e-card-title {
	margin-top: 30px;
}


p.index_starrating {
	display: flex;
	position: absolute;
	margin-bottom: 0;
	height: 50px;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 5px;
}

span.cat-label ,
div.entry_review {
	position: absolute;
	top: -10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: fit-content;
}

.category-review-post span.cat-label ,
.category-review-post div.entry_review {
	left: 0;
/*	background-color: #ff6366;*/
	clip-path: polygon(100% 0, 85% 100%, 0% 100%, 0% 0%);
	padding: 3px 1em 3px 0.5em;
	padding: 3px 1.75em 3px 0.75em;
	border-radius: 10px 0 0 0;
}


.category-matome-post span.cat-label ,
.category-matome-post div.entry_review {
	right: 0;
/*	background-color: #63ff66;*/
	clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0% 0%);
	padding: 3px 1em 3px 0.5em;
	padding: 3px 0.75em 3px 1.75em;
	border-radius: 0 10px 0 0;
}


/*	サイドバー、フッター、ページャーでのサムネを丸くする	*/
.related-list .card-thumb img,
.pager-post-navi .card-thumb img ,
.sidebar .card-thumb img ,
.footer  .card-thumb img {
/*	border-radius: 50%;	*/
	clip-path: circle(46%);
}

.related-list .card-thumb ,
.pager-post-navi .card-thumb ,
.sidebar .card-thumb ,
.footer  .card-thumb {
/*	border-radius: 50%;	*/
	clip-path: circle(50%);
	background-color: #fff;
	box-shadow: none;
}

.related-list .a-wrap:hover .card-thumb ,
.pager-post-navi .a-wrap:hover .card-thumb ,
.sidebar .popular-entry-cards .a-wrap:hover .card-thumb ,
.footer  .a-wrap:hover .card-thumb {
	background-color: #0f0;
}



.entry-content p {
	margin-left: 0.5em;
	margin-right: 0.5em;
}



/*	「ざっくりとした内容（要約）」の先頭アイコン変更	*/
.overview .box-label::before {
	content: "\f03d";
}


/*	本文上のカテゴリー、タグ、カスタムタクソノミーのリンク	*/
.entry-categories .cat-link {
	background-color: #68be8d;
	font-weight: bold;
}

.entry-tags .tag-link.tax-tag-link {
	background-color: #fccad5;
}





/*	購入ボタン　リンク先なしの場合	*/
.noitem a {
	background-color: gray !important;
	color: #000 !important;
	opacity: 0.15;
	filter: opacity(0.15) grayscale(100%);
	pointer-events: none;
}

.entry-content>.blank-box.iconlist-box {
	border-width: 0;
	margin-left: 1em;
	margin-right: 0.5em;
	padding: 0;
}

/*480px以下*/
@media screen and (max-width: 480px){
	.entry-content>.blank-box.iconlist-box {
		border-width: 0;
		margin-left: 0.5em;
		margin-right: 0.5em;
		padding: 0;
	}
}



.entry-content>.blank-box.bb-tab {
}

.entry-content>.blank-box>.blank-box {
	border: none !important;
	padding-left: 0;
}



/*	Favoritesプラグインの記事中の表示 (span)		*/
.simplefavorite-button{
	padding: 1px 0.5em;
	display: inline-block;
	border-color: #bbb #999 #888;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	line-height: 1.8;
}


/*	評価	*/
.is-layout-flex.rating {
	gap: 1.0rem;
}

@media screen and (max-width: 480px){
	.is-layout-flex.rating {
		gap: 0.15rem;
	}
}


.rating-star {
	display: inline-block;
	font-size: 1em;
}



/*
	テーブルタグ　背景
*/
.single .profile tr {
	border-bottom: 2px dashed #cc9600;
	background-color: inherit !important;
}

.entry-card-wrap .entry-card-content table tr {
/*
	background-color: inherit !important;
*/
}

.single .profile table {
	text-align: left;
}

.single .profile table tr td:nth-of-type(1){
	width: 9em;
	justify-content: space-between;
	display: inline-flex;
}

.single .profile table tr td:nth-of-type(1):after{
/*	margin-left: 6em;*/
	content: "🌟";
}


.single .work_info tr {
	background-color: inherit !important;
}

.single .work_info tr td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.single .work_info table tr td:nth-of-type(1){
	width: max-content;
	display: inline-block;
}

.single .work_info table tr td:nth-of-type(1):after{
	content: "：";
}

.single .work_info ul.info-tags {
	padding-left: 0;
}

.single .work_info ul.info-tags li {
	list-style: none;
}

.single .work_info ul.info-tags li a {
	border: 1px solid #ccc;
	font-size: 0.9em;
	padding: 0.5em;
	border-radius: 6px;
	text-decoration: none;
	color: inherit;
}



/*
	購入について
*/
.single ul.buy {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.single ul.buy li {
	list-style: none;
	margin: 0;
	width: 25%;
	text-align: center;
	padding: 0 5px;
/*	border: 1px dashed #e7e7e7;*/
}

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

.single ul.buy li a {
	display: block;
	padding: 15px 0;
	
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 12px;
}

.single ul.buy li a:hover {
/*	border-color: #abced8;*/
	box-shadow: 0 2px 5px #cccccc;
}

.single ul.buy li a:hover:after {
}


.single ul.buy li a img {
	height: 40px;
}



/*
	女優プロフィール（作品ページ）
*/
div.related_actress .wp-block-column {
	justify-items: center;
}



/*
	画像（あらすじ部分）
*/
.single .wp-block-image:first-of-type {
	margin-top: 0 !important;
}



/*
	「今日のおすすめ」ウィジェット
*/
.arpw-random-post ul.arpw-ul {
	list-style-type: none;
	padding-left: 0;
}

.arpw-random-post img {
	border-radius: 4px;
}

.random-post ul.random-post-ul {
	list-style-type: none;
	padding-left: 0;
}

.random-post img {
	border-radius: 4px;
}


/*
	アイキャッチ
*/
.eye-catch-wrap {
	margin-top: 3em;
	margin-bottom: 3em;
}



/*
	タグクラウド
*/
.tagcloud a {
	background-color: #abced8 !important;
/*	color: #fff !important;*/
/*	border-radius: 6px;*/
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}

.tagcloud a:hover {
	color: #333;
/*	background-color: rgba(0, 255, 0, 0.5) !important;*/
	background-color: #7f7f7f !important;
}



/*
	フッター
*/
.footer a {
	color: #333 !important;
}

.footer a:hover {
	color: #fff !important;
	background-color: #7f7f7f !important;
}



/*
	目次
*/
/* １段目 H2 */
.entry-content .toc-content ol {
	list-style-type: square;
}
/* ２段目 H3 */
.entry-content .toc-content ol > li > ol {
	list-style-type: "\2714\FE0F" ;
	list-style-type: "> " ;
}
/* ３段目 H4 */
.entry-content .toc-content ol > li > ol > li > ol {
	list-style-type: "- ";
}
/* ４段目 H5 */
.entry-content .toc-content ol > li > ol > li > ol > li > ol {
	list-style-type: "\1F337" ;
}



/*
	SNSシェア
*/
#main .article-header .sns-share a ,
#main .article-footer .sns-share a {
	height: 40px;
	width: 40px;
	border-radius: 6px;
}
/* 各アイコンの大きさ調整 */
.sns-share.ss-high-and-low-lc a .social-icon {
	font-size: 24px;
}
/* Twitterなどのキャプション削除 */
.sns-share.ss-high-and-low-lc a .button-caption {
	display: none;
}
/* 各アイコンの枠線と背景色を透明に */
#main .article-header .bc-brand-color-white.sns-share [class*="-button"] {
	border: none;
	background-color: transparent;
}
/*	SNSボタンの親要素を画面左端、縦方向中央に固定する	*/
.article-header .sns-share {
	display: block;
	position: fixed;
	top: 50%;
	left: min(1.71vw, 60px);
	transform: translateY(-50%);
	z-index: 10;
}
/*	ボタンの表示を縦並びから縦並びに変更する	*/
.article-header .sns-share-buttons {
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 1rem 0;
	gap: 0.4rem;
}

/*	画面幅1530px以下なら縦並び→横並びに戻す	*/
@media screen and (max-width: 1530px) {
	.article-header .sns-share {
		display: block;
		left: unset;
		position: static;
		top: unset;
		transform: none;
	}

	.article-header .sns-share-buttons {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1rem 0;
		gap: 1rem;
	}

	.article-header .sns-share-buttons a {
		margin-bottom: 0;
	}
}

/*	画面幅834px以下の時のアイコンサイズ変更	*/
@media screen and (max-width: 834px) {
/*
	#main .article-header .sns-share a {
		height: 32px;
		width: 32px;
	}
	.sns-share.ss-high-and-low-lc a .social-icon {
		font-size: 20px;
	}
*/
}

/*	画面幅480px以下の時のアイコンサイズ変更	*/
@media screen and (max-width: 480px) {
/*
	#main .article-header .sns-share a {
		height: 20px;
		width: 20px;
	}
	.sns-share.ss-high-and-low-lc a .social-icon {
		font-size: 16px;
	}
*/
}

.article-header .sns-share-buttons a ,
.article-footer .sns-share-buttons a {
  transform: scale(1);
  transition: transform .3s ease-in-out;
}

.article-header .sns-share-buttons a:hover ,
.article-footer .sns-share-buttons a:hover {
  transform: scale(1.2);
}



/*
	吹き出し
*/
.balloon_orig {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    filter: drop-shadow(0 3px 2px #fc9e32);
}
.balloon_orig .speech_balloon_orig {
    position: relative;
    display: inline-block;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
}
.balloon_orig .speech_balloon_orig.left {
    float: left;
    background: #fce2c4;
}
.balloon_orig .speech_balloon_orig::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 0;
    transform: rotate(120deg);
}
.balloon_orig .speech_balloon_orig.left::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0;
    box-shadow: -14px 2px 0 -3px #fce2c4 inset;
}


.speech-balloon p {
	color: #e95295;
	font-size: 125%;
}


.full_version {
	text-align: center;
	margin-top: 3.5em;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.full_version a {
	text-decoration: none;
    background: #e95295;
    color: #fff;
    padding: 1.5em 2.5em;
    border-radius: 6px;
    outline: 2px dotted white;
    outline-offset: -8px;
}

/*	内部リンクのずれ調整	*/
.anchor:before {
/*
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
*/
}
