@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
/* 女優プロフィールページ */
.post-2881 .entry-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-2881 .entry-content .img_table {
	width: 350px;
}
.post-2881 .entry-content .img_table figure {
	margin: 0 0 15px;
}
.post-2881 .entry-content .img_table .actress_info th {
	min-width: 8.0em;
}
.post-2881 .entry-content .img_table .actress_info td span.bust {
	font-size: 1.25em;
	font-weight: bold;
	color: #ED47D7;
}
.post-2881 .entry-content .favor_item {
	width: calc(100% - 380px);
}
.post-2881 .entry-content .favor_item .actress_works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item {
	position: relative;
	width: calc(50% - 20px);
	margin: 0 0 35px;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item span.rank_number {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.75;
	text-align: center;
	border: 2px solid #000;
	font-weight: bold;
	transform: translate(-30%, -30%);
	border-radius: 50%;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	padding: 0 0 0 0;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item a {
	display: block;
	transition: 0.3s all ease;
	text-decoration: none;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item a:hover {
	opacity: 0.7;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item a img {
	transition: 0.3s all ease;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item a:hover img {
	transform: scale(1.03);
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item p.item_title {
	font-size: 0.8em;
	margin: 10px 0 0;
	line-height: 1.3;
	text-align: justify;
}
.post-2881 .entry-content .favor_item .actress_works .actress_work_item .detail_btn {
	width: 100%;
	font-size: 0.85em;
	border: none;
	margin: 5px auto 0;
	padding: 5px 10px;
	max-width: none;
}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/* 女優プロフィールページ */
	h1.entry-title {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	.post-2881 .entry-content {
		display: block;
	}
	.post-2881 .entry-content .img_table,
	.post-2881 .entry-content .favor_item {
		width: 100%;
	}
	.post-2881 .entry-content .img_table {
		display: flex;
		justify-content: space-between;
	}
	.post-2881 .entry-content .img_table figure {
		width: 125px;
	}
	.post-2881 .entry-content .img_table .actress_info {
		width: calc(100% - 135px);
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item {
		width: 100%;
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item>a {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item>a img {
		width: 45%;
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item .item_txt {
		width: calc(55% - 10px);
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item .item_txt p.item_title {
		margin: 0 0 5px;
	}
	.post-2881 .entry-content .favor_item .actress_works .actress_work_item .item_txt span.detail_btn {
		margin: 5px 0 0;
		padding: 3px 10px;
	}
}
