/* style-original.css */
/* スタイルシート・オリジナル */
/* AV研究会 */ 


@charset "utf-8";

/*/////////////////////////////////////////////
// 
///////////////   ここから   /////////////////*/ 

/*/////////////   ここまで   ///////////////////
// 
////////////////////////////////////////////*/
/******  setting start ******/
/******  setting end ******/


/****** おすすめカラーコード setting start ******
緑系
#3ddebf
#acefdf

ピンク系
#ff8fca
#ffd8eb
******  setting end ******/



.kokuti-rinji {
	margin: 100px auto -50px auto;
	width: 90%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.kokuti-rinji {
	margin: 90px auto -60 auto;
}
}

.margin-minus {
	margin: 0 auto;
	height: 45px;
	width: 95%;
}


/*/////////////////////////////////////////////
//  共通
///////////////   ここから   /////////////////*/ 
/***** スマホの時だけ改行（画面幅560pxまで改行） *****/
/* <br class="br-mobile-560"> */
  .br-mobile-560 {
	display: inline;
  }
  /* スマホ（画面幅767px）では表示 */
  @media screen and (min-width: 560px) {
    .br-mobile-560 {
      display: none;
    }
  }

/***** スマホの時だけ改行（画面幅768pxまで改行） *****/
/* <br class="br-mobile-768"> */
  .br-mobile-768 {
	display: inline;
  }
  /* スマホ（画面幅767px）では表示 */
  @media screen and (min-width: 767px) {
    .br-mobile-768 {
      display: none;
    }
  }

/****** 表示・非表示 setting start ******/
.sp-non {
	display: none;
}
@media screen and (min-width: 768px) {
	.sp-non {
		display: block;
	}
}
/****** 表示・非表示 setting end ******/

/****** fontawesome setting start ******/
.fa-solid {
	color: #ff7bac;
}
/****** fontawesome setting end ******/

/****** <span> setting start ******/
/* カラーとフォントサイズ */
.pink-only {
	color: #ff7bac;
}
.pink {
	color: #ff7bac;
	font-size: 25px;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.pink {
		font-size: 30px;
	}
}
.pink-mini {
	font-size: 13px;
	color: #ff7bac;
}
.pink-mini-futo {
	font-size: 13px;
	color: #ff7bac;
	font-weight: 600;
}
.pink-only {
	color: #ff7bac;
}
.pink-15px {
	color: #ff7bac;
}
/* スペース */
.gap05 {
	margin-bottom: 05px;
	display: block;
}/* <span class="gap05"></span> */
.gap10 {
	margin-bottom: 10px;
	display: block;
}/* <span class="gap10"></span> */
.gap20 {
	margin-bottom: 20px;
	display: block;
}/* <span class="gap20"></span> */
.gap25 {
	margin-bottom: 25px;
	display: block;
}/* <span class="gap25"></span> */
.gap30 {
	margin-bottom: 30px;
	display: block;
}/* <span class="gap30"></span> */
.gap50 {
	margin-bottom: 50px;
	display: block;
}/* <span class="gap50"></span> */
.gap70 {
	margin-bottom: 70px;
	display: block;
}/* <span class="gap70"></span> */
.gap100 {
	margin-bottom: 100px;
	display: block;
}/* <span class="gap70"></span> */
/****** <span> setting end ******/

/****** <p> setting start ******/
.p-000 {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}
.p-001 {
	font-size: 15px;
	font-weight: 300;
}
.p-002 {
	font-size: 18px;
}
.p-003 {
	font-size: 13px;
}
/****** <p> setting end ******/

/***** もっと見るエリア ここから *****/
.more-info-all {

}
.more-info-parts {
	border: solid 1px #ff7bac;
	border-radius: 8px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 300px;
}
.more-info-parts p {
	font-size: 15px;
	font-weight: 600;
	color: #ff7bac;
}
@media screen and (min-width: 768px){
	.more-info-parts {
		width: 350px;
	}
}
/***** もっと見るエリア ここまで *****/

/***** もっと見るエリア サイドバー ここから *****/
.more-info-all-side {

}
.more-info-parts-side {
	border: solid 1px #ff7bac;
	border-radius: 8px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 270px;
}
.more-info-parts-side p {
	font-size: 15px;
	font-weight: 600;
	color: #ff7bac;
}
@media screen and (min-width: 768px){
	.more-info-parts {
		width: 350px;
	}
}
/***** もっと見るエリア サイドバー ここまで *****/

/****** ページネーション setting start ******/
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 50px 0;
	gap: 20px;
}
.pagination p {
	font-size: 15px;
}
.pagination__btn--prev,.pagination__btn--next{
	background: #333;
	padding: 4px 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	min-width: 20%;
	font-size: 16px;
}
.pagination__btn--prev-02{
	background: #E2E2E2;
	padding: 4px 15px;
	font-weight: 600;
	text-align: center;
	min-width: 20%;
	font-size: 16px;
	color: #fff;
}
.pagination__pos{
	font-weight: 700;
	font-size: 16px;
}
@media screen and (min-width: 768px){
	.pagination{
		margin: 30px 0 50px 0;
		gap: 60px;
	}
	.pagination__btn--prev,.pagination__btn--next{
		padding: 7px 38px;
		min-width: auto;
		font-size: 18px;
	}
	.pagination__btn--prev-02{
		padding: 7px 38px;
		min-width: auto;
		font-size: 18px;
	}	
}
@media screen and (min-width: 1050px){
	.pagination{
		margin: 30px 0 50px 0;
		gap: 80px;
	}
}
/****** ページネーション setting end ******/


/****** サブページトップ setting start ******/
.sab-top{
	background-color: #F7F7F8;
	background-image: radial-gradient(circle, #ffd3eb 3px, transparent 3px);
	background-position: 0 0;
	background-size: 26px 26px;
	width: 100%;
	height: 150px;
	margin-top: 80px;
	display: grid;
	place-content: center;
	place-items: center;
	text-align: center;
	padding: 30px 0;
}
.sab-top h1{
	font-size: 29px;
	color:#ff7bac;
	line-height: 32px;
}
.sab-top p {
	color: #ffffff;
	font-size: 30px;
    font-family: 'SignPainter';
    font-style: normal;
	color: #ff7bac;
}
@media screen and (min-width: 560px) {
	.sab-top h1{
		font-size: 29px;
	}
	.sab-top p {
		font-size: 36px;
	}
}
@media screen and (min-width: 768px) {
	.sab-top h1{
		font-size: 32px;
	}
}
.breadcrumb ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 5px;
}
.breadcrumb li i{
	color:#125328 ;
	padding-right: 5px;
}
/****** サブページトップ setting end ******/

/****** サブタイトル setting start ******/
.reef-title{
	text-align: center;
}
.reef-title img{
	object-fit: contain;
	width: 35px;
	height: auto;
}
.reef-title h2{
	font-size: 18px;
	margin-top: 7px;
}
@media screen and (min-width: 768px) {
	.reef-title img{
		width: 40px;
	}
	.reef-title h2{
		font-size: 25px;
		margin-top: 10px;
	}
}
/****** サブタイトル setting end ******/

/****** reCAPTCHA setting start ******/
.grecaptcha-badge { 
	visibility: hidden;
}
/****** reCAPTCHA setting end ******/

/****** ご予約はこちらから setting start ******/
.reserve-btn{
	background: #125328;
	border-radius: 100px;
	position: relative;
}
.reserve-btn a{
	display: block;
	padding: 10px;
}
.reserve-btn-24{
	background: #fff;
	border-radius: 100px;
	text-align: center;
	padding: 5px;
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
	margin-bottom: 10px;
	min-width: 50%;
}
.reserve-btn-24 p{
	color: #D5771A;
}
.reserve-btn .yellow-txt{
	color: #F6FF46;
	text-align: center;
}
.reserve-btn .white-txt{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.reserve-btn :before{
	content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
	color: #FFF;
}
@media screen and (min-width: 480px) {
	.reserve-btn{
		height: 100px;
	}
	.reserve-btn a{
		padding: 0 10px;
	}
	.reserve-btn-txt{
		height: 100px;
		display: grid;
		place-content: center;
		place-items: center;
	}
	.reserve-btn-24{
		border-radius: 50%;
		padding: 0;
		width: 80px;
		height: 80px;
		margin-bottom: 0;
		min-width: 0;
		display: grid;
		place-content: center;
		place-items: center;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		right: auto;
		left: auto;
	}
}
@media screen and (min-width: 768px) {
	.reserve-btn{
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		max-width: 800px;
	}
	.reserve-btn a{
		padding: 0 20px;
	}
	.reserve-btn :before{
		right: 20px;
		font-size: 20px;
	}
	.reserve-btn .white-txt{
		font-size: 22px;
	}
}
/****** ご予約はこちらから setting end ******/

/****** 黄緑色ボタン setting start ******/
.yellowgreen-btn{
	background: #E2EDE6;
	border: 3px solid #226E3B;
	border-radius: 100px;
	position: relative;
	text-align: center;
	max-width: 500px;
}
.yellowgreen-btn a{
	padding: 10px 40px 10px 10px;
	display: inline-block;
}
.yellowgreen-btn p{
	font-weight: 600;
	color: #125328;
}
.yellowgreen-btn:before{
	content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
	color: #226E3B;
}
/****** 黄緑色ボタン setting end ******/

/*/////////////   ここまで   ///////////////////
//  共通
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// カラムセッティング
///////////////   ここから   /////////////////*/
.column-main {
	width: 98%;
	margin: 0 auto;
}
.column-right {
	width: 98%;
	margin: 0 auto;
}
/* 右側01 */
.column-right-00 {
	text-align: center;	
	margin: 0 auto;
}
.column-right-01-001 {
	width: 300px;
	margin: 0 auto;
}
.column-right-01-001 p {
	font-size: 13px;
	text-align: center;
}
/* 右側02 */
.column-right-02 {
	display: none;	
}
.column-right-02-001 {
	width: 300px;
	margin: 0 auto;
}
.column-right-02-001 p {
	font-size: 13px;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.column-all {
		max-width: 1400px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 300px;
	}
	.column-main {
		width: 95%;
		margin: 0 auto;
	}
	/* 右側全て */
	.column-right {
		
	}
		/* 右側00 */
		.column-right-00 {
			
		}
		/* 右側01 */
		.column-right-01 {
			display: none;
		}
		
		/* 右側02 */
		.column-right-02 {
			display: block;
			position: sticky;
			top: 70px; /* 上からの距離を調整（20pxの場合） */
			z-index: 1000; /* 他の要素に埋もれないように z-index を設定 */
		}
		.column-right-02-001-00 {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
		}
		.column-right-02-001-00-img {
			width: 90px;
			height: 90px;
			border-radius: 50%;
			overflow: hidden;
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #f0f0f0;
		}
		.column-right-02-001-00-img img {
			width: 100%;
			height: 100%;
			object-fit: cover; /* アスペクト比を保ちながら要素内に収める */
		}
		.column-right-02-001-00-text {
			text-align: center;
		}
		.column-right-02-001-01 p {
			font-size: 15px;
		}
		.column-right-02-001-00 p {
			font-size: 15px;
		}
		
		/* 右側03 */
		.column-right-03 {
			
		}

}
/*/////////////   ここまで   ///////////////////
// カラムセッティング
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// ヘッダー
///////////////   ここから   /////////////////*/ 
/*.検索窓 */
.header-search-box {

}

/* */
nav {
	position: fixed;
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	top: 0;
	display: block;
	z-index: 1050;
}
.drawer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
}
.logo {
	height: 70px;
}
.logo img {
	margin-left: 10px;
	margin-top: 3px;
	height: 50px;
	width: auto;
	object-fit: contain;
	padding-top: 0;
}
.logo p {
	margin: -4px 0 0 5px;
	font-size: 15px;
}
/* トグルボタンのスタイルを指定 */
.Toggle {
	display: block;
	position: fixed;
	width: 20px;
	height: 70px;
	cursor: pointer;
	z-index: 3;
	right: 20px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 28px;
	border-bottom: solid 3px #ff7bac;
	transition: .35s ease-in-out;
}
.Toggle span:nth-child(1) {
	top: 25px;
}
.Toggle span:nth-child(2) {
	top: 35px;
}
.Toggle span:nth-child(3) {
	top: 45px;
}
.Toggle.active span:nth-child(1) {
	top: 35px;
	transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 35px;
	transform: rotate(45deg);
}
/* ナビゲーション部分 */
.menu {
	margin-top: 0;
	text-align: left;
	transform: translateX(105%);
	transition: 0.3s ease-in-out;
}
.menu.open {
	transform: translateX(0%);
}
.menu ul {
	margin: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #ffffff;
	padding: 20px 5% 40px 5%;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1.5px dashed #206F3B;
	position: relative;
	text-align: center;
}
.menu ul li:first-of-type{
	border-top: 1.5px dashed #206F3B;
}
.menu ul div.menu-sp li:after {
	display: none;
}
.menu ul li:after {
	position: absolute;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #206F3B;
	font-size: 20px;
}
.menu ul li a {
	display: block;
	color: #333333;
	padding: 15px 0;
	padding-right: 40px;
	text-decoration: none;
}
.menu ul div.menu-sp li {
	border-bottom: none;
	width: 100%;
	background: #F78E15;
	margin-top: 20px;
}
.menu ul div.menu-sp li a {
	padding: 15px 0;
	color: #ffffff;
}
.menu ul div.menu-sp li:nth-child(2) {
	background: #206F3B;
	margin-top: 0;
}
.h_sp-btn{
	width: 100%;
}
.h_sp-btn a{
	text-align: center;
	display: block;
	background: #206F3B;
	color: #FFF;
	padding: 10px 0;
}
.h_sp-btn a:nth-child(2){
	background: #D8822D;
	margin-top: 10px;
	margin-bottom: 20px;
}
.h_sp-btn a i{
	padding-right: 5px;
}
.sp-fixed{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.sp-fixed a{
	display: grid;
	place-content: center;
	place-items: center;
	color: #fff;
	height: 75px;
	width: 75px;
	background: linear-gradient(145deg, #206f3b, #2a7f46); /* グリーン系を明るく調整 */
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2), -5px -5px 15px rgba(255, 255, 255, 0.2);
	border-radius: 10px 0 0 10px;
}
.sp-fixed a:last-of-type{
	background: linear-gradient(145deg, #D8822D, #e59b4b);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2), -5px -5px 15px rgba(255, 255, 255, 0.2);
}
.sp-fixed a i{
	padding-bottom: 10px;
}

@media screen and (min-width: 368px) {
	.logo {
		margin: 0 0 0 10px;
	}
}
@media screen and (min-width: 460px) {
	.logo {
		margin: 0 0 0 20px;
	}
}
@media screen and (min-width: 768px) {
	.logo {
		width: 245px;
	}
	.logo img {
		margin-left: 15px;
	}
	nav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.Toggle {
		display: none;
	}
	.menu {
		height: 70px;
		background-color: transparent;
		margin-top: 0;
		transform: translateX(0);
		transition: none;
		/* width: 100%; */
	}
	.menu ul {
		height: 28px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		margin: 0;
		padding: 0;
		padding-right: 20px;
		background: none;
		text-align: right;
		overflow-y: hidden;
		margin-top: 4.5px;
	}
	.menu ul li {
		padding: 0 10px;
		border-bottom: none;
		text-align: left;
		line-height: 28px;
	}
	.menu ul li:first-of-type{
		border-top: none;
	}
	.menu ul li:after {
		display: none;
	}
	.menu ul li a {
		padding: 0;
		padding-right: 0;
		text-align: center;
		border-bottom: none;
		color: #333333;
		font-weight: 600;
		font-size: 1rem;
	}
	.menu ul:nth-child(1) li i {
		color: #125328;
		padding-right: 5px;
	}
	.menu ul:nth-child(1) li:nth-last-child(2) a {
		color: #125328;
		font-weight: 600;
	}
	.menu ul:nth-child(1) li:nth-last-child(1) a {
		color: #FFF;
		font-weight: 600;
	}
	.menu ul:nth-child(1) li:nth-last-child(1) a i {
		color: #FFF;
	}
	.menu ul:nth-child(1) li:nth-last-child(1) {
		border-radius: 8px;
		height: 26px;
		background: #ff7bac;
	}
}
@media screen and (min-width: 1024px) {
	nav {
		
	}
}
/*/////////////   ここまで   ///////////////////
// ヘッダー
////////////////////////////////////////////*/




/*/////////////////////////////////////////////
// フッター
///////////////   ここから   /////////////////*/ 

/****** 注意事項（簡易） setting start ******/
.list-tit {
	font-weight: bold;
	margin: 0;
	padding: .5em;
	text-align: center;
}
.list-tit span {
	background: linear-gradient(transparent 50%, #ff7bac 50%);
	padding: 0 6px;
}
.list-box {
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px #ff7bac;
	padding: 1em;
}
.list-box p {
	text-align: center;
	font-size: 15px;
}
.list-design {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 .5em;
	width: initial;
}
.list-design li {
	border-bottom: 1px dashed #b9b9b9;
	padding: .5em 0;
	font-size: 15px;
}
/****** 注意事項（簡易） setting end ******/

.footer{
	background: #fff5fb;
}
.footer-top{
	text-align: center;
	margin: 20px auto;
}
.footer-top img{
	object-fit: contain;
	width: auto;
	height: 40px;
}
.footer-bottom ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 20px;
	margin-bottom: 20px;
	justify-content: center;
}
.footer-bottom ul li a{
	padding: 5px;
	font-weight: 600;
}
.footer-copy{
	background: #ff7bac;
	text-align: center;
	padding: 5px 0;
}
.footer-copy p{
	color: #FFF;
	font-size: .9rem;
}
@media screen and (min-width: 768px) {
	.footer{
		
	}
	.footer-top{
		margin: 20px auto 20px auto;
	}
	.footer-top img{
		height: 50px;
	}
	.footer-bottom ul{
		margin-bottom: 40px;
	}
	.footer-copy{
		padding: 10px 0;
	}
}
/*/////////////   ここまで   ///////////////////
// フッター
////////////////////////////////////////////*/





/*/////////////////////////////////////////////
//  トップページ
///////////////   ここから   /////////////////*/ 

/****** おすすめコンテンツ setting start ******/
.recommendation {
	width: 98%;
	margin: 0 auto 50px auto;
}

/* Swiperのスライダー ここから */
.wrapper {
	margin-right: 1%;
	margin-left: 1%;
}
.swiper {
	width: min(100%, 800px);
	margin-inline: auto;
}
.swiper-wrapper{
	transition-timing-function: linear;
}
.swiper-slide img {
	max-width: 100%;
	width: 165px;
	height: auto;
}
.swiper-slide p {
	font-size: 13px;
}
.swiper-slide h3 {
	font-size: 13px;
}
.swiper-slide p,h3 {
	display: inline;
 	margin: 0;
}
@media screen and (min-width: 580px) {
	.swiper-slide img {
		width: 182px;
	}
}
@media screen and (min-width: 640px) {
	.wrapper {
		/* max-width: 1000px; */
		margin-left: auto;
		margin-right: auto;
		/* width: 100%; */
		width: calc(900px - 300px);
		/* margin-block: 50px; */
	}
	.swiper-slide img {
		width: 182px;
	}
}
@media screen and (min-width: 800px) {
	.wrapper {
		width: calc(1200px - 300px);
	}
}
@media screen and (min-width: 1025px) {
	.wrapper {
		width: calc(980px - 300px);
	}
}
@media screen and (min-width: 1150px) {
	.wrapper {
		width: calc(1100px - 300px);
	}
}
@media screen and (min-width: 1300px) {
	.wrapper {
		width: calc(1200px - 300px);
	}
	.swiper {
		width: min(100%, 900px);
	}
	.swiper-slide img {
		width: 210px;
	}
}
@media screen and (min-width: 1400px) {
	.wrapper {
		width: calc(1250px - 300px);
	}
	.swiper {
		width: min(100%, 925px);
	}
	.swiper-slide img {
		width: 220px;
	}
}
/* Swiperのスライダー ここまで */

/****** おすすめコンテンツ setting end ******/

/****** 人気のAV女優 トップ10 setting start ******/
.ranking-all {
	display: flex;
	flex-wrap: wrap; /* 要素がはみ出た場合に折り返す */
	justify-content: center; /* 子要素を横方向に中央寄せ */
	gap: 20px; /* 子要素間の間隔 */
	max-width: 875px;
	margin: 0 0 20px 0;
}
.ranking-parts {
	text-align: center;
	
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}
.ranking-parts:hover {
	transform: scale(1.05);
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2);*/
}
.ranking-parts h3 {
	font-size: 15px;
}
.ranking-parts p {
	font-size: 15px;
}
.ranking-parts-01 {
    /*width: 110px;
    height: 110px;*/
    border-radius: 50%; /* 円形にする */
    overflow: hidden; /* 円からはみ出た部分を隠す */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* 円の背景色（必要なら変更可能） */
}
.ranking-parts-01 img {
    object-fit: cover; /* 中央を円に合わせてトリミング */
	
	width: 100%;
}
@media screen and (min-width: 415px) {
	.ranking-parts-01 {
		/*width: 125px;
    	height: 125px;*/
	}
}
@media screen and (min-width: 756px) {
	.ranking-all {
		width: 90%;
		margin: 0 auto 20px auto;
	}
}
/****** 人気のAV女優 トップ10 setting end ******/

/****** AV研究会について setting start ******/
/****** AV研究会について setting end ******/

/****** 広告エリア 640×200 pcのみ表示 setting start ******/
.ad-area-01 {
	text-align: center;
	margin: 0 0 50px 0;
}.ad-area-01-001 {
	width: 640px;
	margin: 0 auto;
}
.ad-area-01 p {
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.ad-area-01 {
		display: none;
	}
}
/****** 広告エリア 640×200 pcのみ表示 setting end ******/

/****** 広告エリア 300×250 pcのみ表示 setting start ******/
.ad-area-02 {
	text-align: center;
	margin: 0 0 50px 0;
}.ad-area-02-001 {
	width: 300px;
	margin: 0 auto;
}
.ad-area-02 p {
	font-size: 13px;
	text-align: center;
}
@media screen and (min-width: 640px) {
	.ad-area-02 {
		display: none;
	}
}
/****** 広告エリア 640×200 pcのみ表示 setting end ******/

/****** 人気の作品ベスト５！ setting start ******/
.popular-titles-all {
	margin: 0 0 20px 0;
}
.popular-titles-parts {
	width: 98%;
	margin: 0 auto 10px auto;
	border: 1px solid #dddddd;
	border-radius: 8px;
	text-align: center;

	display: flex;          /* Flexboxを有効化 */
  	flex-direction: column; /* 要素を縦方向に並べる */
}
.popular-titles-parts img {
	width: 98%;
	height: auto;
	margin: 2px 0 0 0;
	border-radius: 8px;
}
.popular-titles-parts-text {
	width: 95%;
	margin: 0 auto;
}
.popular-titles-parts-text-02 {
	width: 95%;
	margin: 0 auto;
}
.popular-titles-parts p {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
/* .popular-titles-parts-text p:first-of-type {
    font-weight: 600;
} */
.popular-titles-parts-text-01 h3 {
	font-size: 15px;
}
.popular-titles-parts-text-01 p {
	font-size: 15px;
	font-weight: 300;
}
.popular-titles-parts-text-01 p,h3 {
	display: inline;
 	margin: 0;
}
.popular-titles-parts-next {
	display: none;
}
.popular-titles-parts-next p {
	text-align: center;
	color: #ff7bac;
}
.popular-titles-parts-next .bottom-div {
	margin-top: auto; /* 上のスペースを埋めて一番下に配置 */
}
@media screen and (min-width: 550px) {
	.popular-titles-all {
		width: 95%;
		margin: 0 auto 20px auto;
		/* display: flex;
		flex-wrap: wrap; */
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		gap: 10px;
	}
	.popular-titles-parts p {
		text-align: left;
	}
	
	.popular-titles-parts-text {
		height: 95px;
	}
	.popular-titles-parts-next {
		display: block;
		margin: 10px 0;
	}
	.popular-titles-parts-next p {
		text-align: center;
	}
}
@media screen and (min-width: 550px) {
	
}
@media screen and (min-width: 756px) {
	.popular-titles-all {
		width: 95%;
		margin: 0 auto 0 auto;
		/* display: flex;
		flex-wrap: wrap; */
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		justify-content: center;
		gap: 10px;
	}
	.popular-titles-parts {
		/* width: 250px; */
		margin: 0 auto 15px auto;
	}
	.popular-titles-parts img {
		width: 98%;
		border-radius: 8px;
		margin: 5px 0 0 0;
	}
	.popular-titles-parts p {
		text-align: left;
	}
	
	.popular-titles-parts-next p {
		text-align: center;
	}
}
/****** 人気の作品ベスト５！ setting end ******/

/****** おすすめのAV女優 setting start ******/
/****** おすすめのAV女優 setting end ******/

/****** 新着AV女優 setting start ******/
/****** 新着AV女優 setting end ******/








/****** ファーストビュー setting start ******/
.fv-content{
	margin-top: 70px;
	position: relative;
	aspect-ratio: 10 / 9;
}
.fv-content video{
	width: 100%;
	object-fit: cover;
	height:auto;
	aspect-ratio: 10 / 9;
	vertical-align: middle;
}
.fv-circle{
	position: absolute;
	bottom:10px;
	display: grid;
	grid-template-columns: 90px 90px 90px;
	gap: 10px;
	right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
}
.fv-circle-item{
	background: linear-gradient(120deg, #8CD6E3, #3D85E8);
	border-radius: 100%;
	width: 90px;
	height: 90px;
	display: grid;
	place-content: center;
	place-items: center;
}
.fv-circle-item:nth-child(2){
	background: linear-gradient(120deg, #BAE8AD, #259A45);
}
.fv-circle-item:nth-child(3){
	background: linear-gradient(120deg, #F0BF8E, #E6984D);
}
.fv-circle-item img{
	object-fit: contain;
	height: auto;
	width: 25px;
}
.fv-circle-item p{
	color: #FFF;
	margin-top: 5px;
	font-weight: 500;
}
@media screen and (min-width: 480px) {
	.fv-circle{
		bottom: 20px;
		grid-template-columns: 50px 50px 50px;
		grid-template-rows: 90px 90px;
		right: 100px;
		transform:0;
		-webkit-transform:0;
		-ms-transform:0;
		justify-items: end;
	}
	.fv-circle-item{
		width: 100px;
		height: 100px;
	}
	.fv-circle-item:nth-child(1){
		grid-column: 2;
		grid-row: 1;
	}
	.fv-circle-item:nth-child(2){
		grid-column: 1;
		grid-row: 2;
	}
	.fv-circle-item:nth-child(3){
		grid-column: 3;
		grid-row: 2;
	}
}
@media screen and (min-width: 768px) {
	.fv-content{
		aspect-ratio: 16 / 9;
	}
	.fv-content video{
		aspect-ratio: 16 / 9;
	}
	.fv-circle{
		bottom: 20px;
		grid-template-columns: 55px 55px 55px;
		grid-template-rows: 110px 110px;
		right: 110px;
	}
	.fv-circle-item{
		width: 120px;
		height: 120px;
	}
}
@media screen and (min-width: 1025px) {
	.fv-content{
		aspect-ratio: 16 / 9;
	}
	.fv-content video{
		aspect-ratio: 16 / 9;
	}
	.fv-circle{
		bottom: 50px;
		grid-template-columns: 80px 80px 80px;
		grid-template-rows: 150px 150px;
		right: 160px;
	}
	.fv-circle-item{
		width: 160px;
		height: 160px;
	}
	.fv-circle-item p{
		margin-top: 10px;
	}
}
/****** ファーストビュー setting end ******/

/****** AV研究会について setting start ******/
.t-about-img{
	margin-top: 20px;
	aspect-ratio: 3 / 2;
}
.t-about-img img{
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}
@media screen and (min-width: 768px) {
	.t-about{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.t-about-img{
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.t-about{
		gap: 40px;
	}
}
/****** AV研究会について setting end ******/

/****** 診療メニュー setting start ******/
.t-menu{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.t-menu-item{
	background:#EFEAE5;
	padding: 15px;
}
.t-menu-item h3{
	font-size: 18px;
	text-align: center;
}
.t-menu-item-circle{
	background: #FFF;
	border-radius: 50%;
	width:70px;
	height: 70px;
	display: grid;
	place-content: center;
	place-items: center;
	right: 0;
	left: 0;
	margin: 10px auto;
}
.t-menu-item-circle img{
	object-fit: contain;
	width: 40px;
	height: auto;
	max-height: 40px;
}
@media screen and (min-width: 768px) {
	.t-menu{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.t-menu-item-circle{
		width:80px;
		height: 80px;
	}
	.t-menu-item-circle img{
		width: 45px;
		max-height: 45px;
	}
	.t-menu-item h3{
		font-size: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.t-menu{
		gap: 20px;
	}
	.t-menu-item{
		padding: 20px;
	}
	.t-menu-item-circle{
		margin: 20px auto;
	}
	.t-menu-item-circle{
		width:100px;
		height: 100px;
	}
	.t-menu-item-circle img{
		width: 55px;
		max-height: 55px;
	}
}
/****** 診療メニュー setting end ******/

/****** 選ばれる理由 setting start ******/
.t-reason-txt h3{
	color: #D8822D;
	font-size: 18px;
}
.t-reason-txt p{
	margin-top: 10px;
}
.t-reason-img{
	margin-top: 20px;
	position: relative;
	margin-bottom: 40px;
}
.t-reason-img img{
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}
.t-reason-img p{
	position: absolute;
	font-size: 2.5rem;
	right: 0;
	bottom: -30px;
	font-weight: 600;
	color:#D8822D ;
}
@media screen and (min-width: 768px) {
	.t-reason-item{
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		margin-top: 30px;
	}
	.t-reason-item:first-of-type{
		margin-top: 0;
	}
	.t-reason-txt h3{
		color: #D8822D;
		font-size: 20px;
	}
	.t-reason-txt{
		order: 2;
		place-content: center;
		margin-bottom: 40px;
	}
	.t-reason-img{
		order: 1;
		margin-top: 0;
	}
	.t-reason-img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		aspect-ratio:auto;
		border-radius: 20px;
	}
	.t-reason-img p{
		font-size: 4rem;
		right: 0;
		bottom: -50px;
	}
}
@media screen and (min-width: 1025px) {
	.t-reason-item{
		column-gap: 40px;
	}
	.t-reason-img p{
		font-size: 4.5rem;
		right: 0;
		bottom: -60px;
	}
}
/****** 選ばれる理由 setting end ******/


/****** ブログ setting start ******/
.t-blog-img img{
	object-fit: cover;
	aspect-ratio: 6 / 5;
	width: 100%;
	height: auto;
}
.t-blog-item{
	margin-top: 20px;
	display: flex;
  	flex-direction: column;
}
.t-blog-item:first-of-type{
	margin-top: 0;
}
.t-blog-item p{
	margin: 10px 0 5px 0;
}
.t-blog-item h3{
	font-weight: 400;
	font-size: 16px;
}
@media screen and (min-width: 480px) {
	.t-blog{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px;
	}
	.t-blog-item{
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.t-blog{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px;
	}
	.t-blog-item h3{
		font-size: 18px;
	}
}
/****** ブログ setting end ******/

/****** ニュース setting start ******/
.t-news{
	border: 3px solid #125328;
	height: 400px;
	overflow-y: scroll;
	border-radius: 10px;
	padding: 15px;
}
.t-news ul li:first-of-type{
	padding-top: 0;
}
.t-news ul li{
	border-bottom: 1px solid #989898;
	padding: 10px;
	position: relative;
	padding-right: 40px;
}
.t-news ul li:before{
	content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
	color: #226E3B;
}
.t-news ul li p{
	color: #747474;
}
@media screen and (min-width: 768px) {
	.t-news{
		padding: 30px;
		padding-top: 10px;
	}
	.t-news ul li:first-of-type{
		padding-top: 30px;
	}
	.t-news ul li{
		padding: 30px 20px;
		padding-right: 40px;
		padding-right: 60px;
		display: flex;
		align-items: center;
	}
	.t-news ul li:before{
		right: 30px;
	}
	.t-news ul li p{
		margin-right: 20px;
	}
}
/****** ニュース setting end ******/


/****** アクセス setting start ******/
.t-access-txt img{
	object-fit: contain;
	height: 50px;
	width: auto;
	margin-bottom: 20px;
}
.t-access-txt table{
	border-collapse: collapse;
	border-spacing: 10px;
	width: 100%;
}
.t-access-txt table td,.t-access-txt table th{
	border-bottom: 1px solid #989898;
	text-align: left;
	padding: 15px 0;
}
.t-access-txt table tr:first-of-type th,.t-access-txt table tr:first-of-type td{
	padding-top: 0;
}
.t-access-txt table th{
	white-space: nowrap;
	padding-right: 15px;
	font-weight: 400;
}
.t-access-txt p{
	margin-top: 20px;
}
.t-access-map iframe{
	width: 100%;
	height: 300px;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.t-access{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.t-access-map iframe{
		height: 100%;
		margin-top: 0;
	}
}
@media screen and (min-width: 1025px) {
	.t-access{
		gap: 40px;
	}
	.t-access-txt table td,.t-access-txt table th{
		padding: 25px 0;
	}
}
/****** アクセス setting end ******/

/*/////////////   ここまで   ///////////////////
//  トップページ
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 作品の個別ページ single-work.php
///////////////   ここから   /////////////////*/ 
/****** 作品詳細エリア setting start ******/
.work-details-all {
	margin: 0 0 50px 0;
}
.work-details-contents {

}
.work-details-date {
	text-align: right;
	margin: 0 0 20px 0;
}
.work-details-date p {
	font-size: 15px;
}
.work-details-package-mini-photo {
	text-align: center;
}
.work-details-package-mini-photo img {
	width: 230px;
	height: auto;
}
.work-details-package-photo {
	
}
.name-big {
	font-size: 41px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.work-details-package-photo img {
	width: 100%;
    height: auto;
    display: block;
}
.work-details-package-photo-shiro img {
	width: 100%;
	max-width: 450px;
    height: auto;
	margin: 0 auto;
    display: block;
}
.work-details-tag {
	text-align: center;
	margin: 0 0 50px 0;
}
.work-details-tag p {
	font-size: 13px;
}
.work-details-work-title-01 {
	text-align: center;
}
.work-details-work-title-01 {
	font-size: .98rem;
}
.work-details-work-title-01 h2 {
	font-size: 16px;
	font-weight: 600;
}
.work-details-work-title-01 p {
	font-size: 16px;
	font-weight: 600;
}
.work-details-work-title-02 {
	margin: 0 0 20px 0;
}
.work-details-work-title-02 p {
	text-align: center;
}
.work-details-work-title-02 h1 {
	font-size: 20px;
}
.work-details-work-title-03 {
	text-align: center;
}
.work-details-work-title-03 p {
	font-size: 13px;
}
.work-details-work-identification {
	text-align: center;
	margin: 0 0 50px 0;
}
.work-details-work-identification p {
	font-weight: 600;
}
.work-details-work-identification .p-001 {
	font-weight: 300;
}
.work-details-package-mini-photo {
	display: none;
}
@media screen and (min-width: 450px) {
	.work-details-package-mini-photo {
		display: none;
	}
	.work-details-package-photo {
		display: block;
	}
}
@media screen and (min-width: 560px) {
	.work-details-work-title-02 h1 {
		font-size: 28px;
	}
}
@media screen and (min-width: 768px) {
	.work-details-work-title-01 h2 {
		font-size: 18px;
	}
	.work-details-work-title-01 p {
		font-size: 18px;
	}
}

/* テーブル ここから */
table {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
  }
  
.tb01 th,
.tb01 td {
	padding: 8px;
	border: solid 1px #ccc;
	text-align: center;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-bottom: none;
}
  
.tb01 tr:last-child {
	border-bottom: solid 1px #ccc;
}
  
.tb01 th {
	background: #ff7bac;
	color: #fff;
}
  
@media screen and (min-width: 640px) {
	
	.tb01 th,
	.tb01 td {
		display: table-cell;
		width: auto;
		border-bottom: solid 1px #ccc;
	}
  
	.tb01 {
		width: 80%;
	}
}
  
  /* テーブル ここまで */
/****** 作品詳細エリア setting end ******/

/****** サンプル写真エリア ここから setting start ******/
/* グリッドスタイル */
.xx-work-sample-all {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.xx-work-sample {
    width: 100%;
 	/* aspect-ratio: 3 / 2; */
    overflow: hidden;
    position: relative;
}

.xx-work-sample img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: pointer;
}

/* モーダルウィンドウ */
.xx-modal {
    display: none; /* 初期状態は非表示 */
    visibility: hidden; /* 初期状態で非表示 */
    opacity: 0; /* 初期状態で透明 */
    transition: opacity 0.3s ease; /* フェードイン/アウトのスムーズなアニメーション */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.xx-modal.show { 
    display: flex; /* 表示する際に flex を適用 */
    visibility: visible; /* 表示 */
    opacity: 1; /* 表示 */
}

.xx-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    text-align: center;
}

.xx-modal-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.xx-modal-close {
    position: absolute;
    top: -50px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.xx-modal-prev,
.xx-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10000;
}

.xx-modal-prev {
    left: -20px;
}

.xx-modal-next {
    right: -20px;
}

/* サンプル画像のグリッド表示 */
.xx-work-sample-gallery {
    display: grid;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .xx-work-sample-all {
        grid-template-columns: repeat(3, 1fr);
    }
}

/****** サンプル写真エリア ここまで setting end ******/

/****** サンプル写真エリアモーダルのスワイプ setting start ******/
/* モバイル端末向けのスタイル */
@media (max-width: 756px) {
    /* モーダル内の画像の設定 */
    .xx-modal-image {
        touch-action: none; /* スワイプ動作を許可 */
    }

    /* 画像が拡大して表示されるエリアに余計なスクロールが出ないように */
    .xx-modal-content {
        overflow: hidden;
    }
}
/****** サンプル写真エリアモーダルのスワイプ setting end ******/

/****** サンプル写真エリアモーダルのスワイプの説明 setting start ******/
.xx-modal-instructions {
    display: none;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 756px) {
    .xx-modal-instructions {
        display: block;
    }
}
/****** サンプル写真エリアモーダルのスワイプの説明 setting end ******/

/****** サンプル動画の自動再生エリア DMMへ誘導エリア setting start ******/
.dmm-mov {
	width: 720px;
	height: 480px;
	margin: 0 auto;
}
/****** サンプル動画の自動再生エリア DMMへ誘導エリア setting end ******/

/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// 作品の個別ページ single-work.php
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 女優のアーカイブページ
///////////////   ここから   /////////////////*/ 
/****** 登録女優一覧表示エリア setting start ******/
.av-profile-center {
	text-align: center;
}
.av-profile-space {
	height: 30px;
}
.av-profile-space-02 {
	height: 30px;
}
.av-profile-padding {
	padding: 30px 0 0 0;
}
.av-profile-font-weight p {
	font-weight: 600;
	font-size: 19px;
}
.av-profile-no-img {
	width: 100%;
	height: auto;
}
.av-profile-no-img img {
	object-fit: contain;
}

.av-profile-all {
	width: 98%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: min-content;
}
.av-profile-rap {
	margin: 5px 2px;
}
.av-profile {
	padding: 4px 2px;
	border: solid 1px #DDDDDD;
	border-radius: 8px;

	text-align: center;
}
.av-profile h2 {
	font-size: 18px;
	margin: 0 0 -4px 0;
}
.av-profile h3 {
	font-size: 18px;
	margin: 0 0 -4px 0;
}
.av-profile p {
	font-size: 13px;
}
.av-profile p:nth-of-type(2) {
	font-size: 15px;
  }
.av-profile img {
	object-fit: contain;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.av-profile-info {
	padding: 0 5px;
}
.av-profile-info-01 {
	display: flex;
}
.av-profile-info-02 {
	display: none;
}
.av-profile-second {
	display: none;
}
@media screen and (min-width: 600px){
	.av-profile-all {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 756px){
	.av-profile-all {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.av-profile-under p {
		line-height: 35px;
	}
	
	.av-profile-info-02 {
		display: block;
	}
	.av-profile-info-02 p {
		font-size: 15px;
	}
	.av-profile {
		border: solid 1px #DDDDDD;
		border-bottom: 0;
		border-radius: 8px 8px 0 0;
	}
	.av-profile-second {
		display: block;
		border:1px solid #DDDDDD; /* 四隅に1pxの線を引く */
		border-top: 0; /* 上の線だけ消す */
		/* background-color: #DDDDDD; */
		border-radius: 0 0 8px 8px;
		margin-top: -5px;
		padding: 20px 0 0 0;
	}
	.av-profile-second p {
		color: #ff7bac;
		font-size: 15px;
		font-weight: 600;
		margin: 0 0 5px 0;
	}
}
@media screen and (min-width: 1000px){
	.av-profile-all {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 1200px){
	.av-profile-all {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 1600px){
	.av-profile-all {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
/****** 登録女優一覧表示エリア setting end ******/

/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// 女優のアーカイブページ
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 女優の個別ページ single-actress.php
///////////////   ここから   /////////////////*/ 

/****** サンプル写真表示エリア setting start ******/

/* サンプル全体ラッパー */
.actress-top-sample-wrapper {
  width: 100%;
  box-sizing: border-box;
}

/* PC用表示ブロック */
.actress-top-sample-pc {
  display: none;
  /* gap: 20px; */
}

/* PC用 各アイテム */
.actress-top-sample-pc-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* SP用表示ブロック */
.actress-top-sample-sp {
  display: block;
}

/* SP用 各アイテム */
.actress-top-sample-sp-item {
  margin-bottom: 20px;
}

/* 共通：画像ラッパー */
.actress-top-sample-img-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 共通：画像 */
.actress-top-sample-img-wrapper img {
  display: block;
  object-position: center;
}

/* 共通：キャプション */
.actress-top-sample-caption {
  margin-top: 0;
  font-size: 0.8rem;
  text-align: center;
}

/* スマホ（559px以下）：幅100%、高さ自動、画像全体を表示 */
@media screen and (max-width: 559px) {
  .actress-top-sample-img-wrapper {
    height: auto;
  }

  .actress-top-sample-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* PC（560px以上）：16:9、画像トリミングしてぴったり表示 */
@media screen and (min-width: 560px) {
  .actress-top-sample-pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .actress-top-sample-sp {
    display: none;
  }

  .actress-top-sample-img-wrapper {
    aspect-ratio: 16 / 11;
    height: auto;
  }

  .actress-top-sample-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 2枚目は非表示（デフォルト） */
  .actress-top-sample-pc-item:nth-child(2) {
    display: none;
  }
}

/* PCワイド（1500px以上）：2枚目も表示 */
@media screen and (min-width: 1500px) {
  .actress-top-sample-pc-item:nth-child(2) {
    display: flex;
  }
}

/****** サンプル写真表示エリア setting end ******/



/****** 女優詳細エリア setting start ******/
.actress-details-all {

}
.actress-details-parts-01 {

}
.actress-details-name {
	text-align: center;
	margin: 0 0 20px 0;
}
.actress-details-name-01 p {
	font-size: 15px;
	margin-top: -5px;
}
.actress-details-img {
	text-align: center;
	margin: 0 0 20px 0;
}

.actress-details-img-01 {
	text-align: center;
	margin: 10px 0 0 0;
}

.actress-details-img figure {
    display: block; /* これでfigureがブロック要素になり、親要素で中央寄せできる */
    position: relative;
    width: 150px; /* 任意のサイズに調整 */
    height: 150px; /* 任意のサイズに調整 */
    border-radius: 8px; /* 円形にする */
    margin: 0 auto; /* これで中央寄せされる */
    overflow: hidden;
}

.actress-details-img img {
    width: 100%;
    /* height: 100%; */
    display: block; /* 画像もブロック要素にすることで、中央寄せ */
}
.actress-details-parts-02 {
	margin: 0 0 50px 0;
}
.single-actress-pc {
	display: none;
}
@media screen and (min-width: 756px) {
	.actress-details-img figure {
		width: 200px; /* 任意のサイズに調整 */
		height: 200px; /* 任意のサイズに調整 */
	}
	.single-actress-pc {
		display: block;
	}
}
/* 女優情報エリアを横並び */
@media screen and (min-width: 756px) {
	.actress-details-all {
		display: grid;
		grid-template-columns: 40% 60%;
	}
	.actress-details-parts-02 {
		padding: 0 10%;
	}
}
/****** 女優詳細エリア setting end ******/

/****** モーダルウィンドウ setting start ******/
/* モーダルの背景 */
.modal {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 150px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
    height: 340px;
}
.modal-in {
	width: 50%;
	height: 70%;
	margin: 0 auto;
}
/* モーダル内の画像 */
.modal-img-box {
	margin: 50px 0 0 0;
	/* text-align: center; */
	display: flex;
	justify-content: center; /* 横方向の中央寄せ */
	align-items: center; /* 縦方向の中央寄せ */
}
.modal-img-box img {
	width: 300px;
	height: auto;
}
.modal-content {
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
/* 閉じるボタン共通スタイル */
.close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}
/* 上部の閉じるボタン */
.close-top {
    top: 10px;
    right: 25px;
}
/* 下部の閉じるボタン */
.close-bottom {
    bottom: 10px;
	left: 50%;    /* 左端から50% */
    transform: translateX(-50%); /* 中央揃えの調整 */
}
.close:hover,
.close:focus {
    color: #ccc;
    text-decoration: none;
}

/* 756px以上の画面サイズの場合 */
@media screen and (min-width: 756px) {
    .modal {
		height: 420px;
    }
	.modal-in {
		width: 50%;
		height: 70%;
		margin: 0 auto;
	}
	.modal-img-box {
		display: flex;
        justify-content: center; /* 横方向の中央寄せ */
        align-items: center; /* 縦方向の中央寄せ */
	}
    .modal-img-box img {
		width: 300px;
		height: auto;
	}
}
/****** モーダルウィンドウ setting end ******/


/****** 女優データのテーブル setting start ******/
table {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
  }
.actress-tb01 th,
.actress-tb01 td {
	padding: 8px;
	border: solid 1px #ccc;
	text-align: center;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-bottom: none;
}
.actress-tb01 tr:last-child {
	border-bottom: solid 1px #ccc;
}
.actress-tb01 th {
	background: #ff7bac;
	color: #fff;
}
.actress-tb01 th,
.actress-tb01 td {
	display: table-cell;
	width: auto;
	border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 640px) {

}

/* テーブルのアコーディオン */
/* デフォルトで5個目以降の行を非表示に */
.actress-tb01 tr.hidden {
	display: none;
  }
  
  /* アコーディオンのトグルボタン */
  .accordion-toggle {
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
  }
  
  /* アコーディオンが開いた状態のスタイル */
  .accordion-toggle.open {
	background-color: #e1e1e1;
  }
  
  /* 非表示から表示された行のスタイル */
  .actress-tb01 tr {
	background-color: #fff; /* デフォルトの行背景色 */
	border: 1px solid #ccc; /* 行境界線 */
  }
  
/****** 女優データのテーブル setting end ******/

/****** 女優プロフィール説明エリア setting start ******/
.actress-details-explanation {
	width: 95%;
	margin: 0 auto;
	border: solid 1px #dddddd;
	border-radius: 8px;
}
.actress-details-explanation h3 {
	font-size: 15px;
	margin: 16px 0 0 15px;
}
.actress-details-explanation p {
	font-size: 15px;
	margin: 0 15px 0 15px;
}

/* 女優プロフィール説明エリアのアコーディオン */
.profile-container {
    /* margin: 20px; */
}
.profile-toggle {
    cursor: pointer;
    color: #ff7bac;
    text-decoration: underline;
	text-align: center;
}
.profile-toggle p {
	font-weight: 600;
}
.profile-toggle:hover {
    text-decoration: none;
}
/****** 女優プロフィール説明エリアsetting end ******/

/****** 女優SNS情報 setting start ******/
.sns-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 20px 0;
	justify-content: center;
}

/* .sns-item {
  width: 120px;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.3s ease;
} */
.sns-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
  max-width: 100%;
}
.sns-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sns-item img {
display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto 3px auto;
}

.sns-name {
  font-weight: 300;
	font-size: 14px;
  margin-bottom: 4px;
}

.sns-start {
  font-size: 0.7em;
  color: #666;
}

/* 任意：SNSごとのカラーを付けたい場合 */
/* .sns-item.twitter { border-color: #1da1f2; }
.sns-item.instagram { border-color: #e1306c; }
.sns-item.tiktok { border-color: #000; }
.sns-item.youtube,
.sns-item.youtube-sub { border-color: #ff0000; } */

/****** 女優SNS情報 setting end ******/

/****** （PCのみ表示）ナンバーワン、アクセス作品エリア setting start ******/
/****** （PCのみ表示）ナンバーワン、アクセス作品エリア setting end ******/

/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// 女優の個別ページ single-actress.php
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//  AV研究会について
///////////////   ここから   /////////////////*/ 

/****** コンテンツ２ setting start ******/
.about-greeting-left{
	max-width: 300px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
.about-greeting-img{
	background:#ff7bac;
	margin-top: 10px;
	padding-bottom: 10px;
}
.about-greeting-img img{
	object-fit: contain;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-left: 10px;
	margin-top: -10px;
	box-sizing: border-box;
}
.about-greeting-left p{
	background:#ff7bac;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0;
	max-width: 250px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
.about-greeting-txt{
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.about-greeting{
		display: grid;
		grid-template-columns: 300px 1fr;
		column-gap: 20px;
	}
	.about-greeting-txt{
		margin-top: 0px;
	}
	.about-greeting-img img{
		width: 280px;
	}
}
@media screen and (min-width: 1025px) {
	.about-greeting{
		column-gap: 40px;
	}
}
/****** コンテンツ２ setting end ******/




/*/////////////   ここまで   ///////////////////
//  AV研究会について
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//  お問合せ
///////////////   ここから   /////////////////*/ 

.p_contact h2{
	font-size: 18px;
	text-align: center;
}
.p_contact-top{
	background:#EFEAE5 ;
	border-radius: 5px;
	text-align: center;
	padding: 20px 10px;
}
.p_contact-top a{
	font-weight: 600;
	color:#125327;
	font-size: 20px;
	display: block;
	margin: 10px 0;
}
@media screen and (min-width: 768px) {
	.p_contact-top{
		padding: 40px 20px;
	}
	.p_contact h2{
		font-size: 20px;
	}
	.p_contact-top a{
		font-size: 25px;
		margin: 20px 0;
	}
}
/****** お問合せフォーム7 setting start ******/ 
.p_contact-wrap{
	background:#EFEAE5;
	border: 1px solid #CCC7BF;
	border-radius: 5px;
	padding: 20px;
}
.contact-cell{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.contact-cell.last{
	margin-bottom: 0px;
	border-bottom: none;
}
.contact-cell p.title{
	margin-bottom: 10px;
}
.contact-cell p.title .hissu{
	margin-left: 10px;
	border: 1px solid #E05D5D;
	color: #E05D5D;
	padding: 3px 7px;
	border-radius: 5px;
}


.wpcf7-form-control-wrap{
	box-sizing: border-box;
}
.contact-cell-item input,.contact-cell-item textarea , .contact-cell-item select{
	background: #fff;
	padding: 10px 5px;
	border: 1px solid #707070;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
.contact-cell-item.grid-2 select{
	margin-top: 10px;
}
.wpcf7-list-item{
	display: block;
}


.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item{
	margin-bottom: 5px;
}
.wpcf7-list-item:last-of-type{
	margin-bottom:0;
}

/* ドロップダウンメニュー */
select {
    -webkit-appearance: none; /* Safari, Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    background: none;
}
.contact-select {
	position: relative;
}

.contact-select:before {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #837865;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	pointer-events: none;
	content: '';
}



/* チェックボックス・ラジオボタン */
input[type="checkbox"]{
	border-radius: 50%;
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 1px;
	border: 1px solid #837865;
	vertical-align: -6px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height:11px;
	border-radius: 50%;
	background: #837865;
	content: '';
}
/* 送信 */
.contact-cell-submit{
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
}
input[type="submit"] {
	height: 40px;
	width: 100%;
	background: #837865;
	color: #fff;
	transition: opacity .6s;
	border: none;
	border-radius: 2px;
}
input[type="submit"]:hover {
	opacity: .6;
}
.wpcf7-spinner{
	display: none;
}
input::placeholder {
	font-size: 14px;
}
textarea::placeholder {
	font-size: 14px;
}
@media screen and (min-width: 768px){
	.p_contact-wrap{
		padding: 40px;
		border-radius: 10px;
	}
	.contact-cell{
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.contact-cell p.title{
		margin-bottom: 0;
		place-items: center;
		place-content: center;
	}
	.contact-cell-item input,.contact-cell-item textarea{
		padding: 15px 10px;
		border-radius: 5px;
	}
	input::placeholder {
		font-size: 15px;
	}
	textarea::placeholder {
		font-size: 15px;
	}
	.contact-cell-item .grid-2{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}
/******  お問合せフォーム7 setting end ******/ 

.thanks-page{
	padding: 20px 0;
	text-align: center;
}
@media screen and (min-width: 768px){
	.thanks-page{
		padding: 70px 0 30px 0;
	}
}
/*/////////////   ここまで   ///////////////////
//  お問合せ
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//  ブログ
///////////////   ここから   /////////////////*/ 
.blog-main-content h1{
	font-size: 18px;
}
.blog-main-content img{
	object-fit: contain;
	width: 100%;
	height: auto;
}
.blog-category{
	background:#EFEAE5 ;
	color: #D8822D;
	font-weight: 600;
	padding: 5px;
}
.blog-category i{
	padding-right: 2px;
}
.blog-category-box{
	margin-top: auto;
}
@media screen and (min-width: 768px){
	.blog-main-content h1{
		font-size: 22px;
	}
}
/******  ブログ setting start ******/ 
/******  ブログ setting end ******/ 
/*/////////////   ここまで   ///////////////////
//  ブログ
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 人気のAV女優（固定ページ） 
///////////////   ここから   /////////////////*/ 
/****** アクセス数付き人気女優ランキング setting start ******/
.access-rank-actress-all {
	width: 98%;
	margin: 0 auto;
}
.access-rank-actress {

}
.access-rank-actress-parts {
	border: solid 1px #dddddd;
	border-radius: 8px;
	padding: 5px 3px;
	margin: 0 0 10px 0;
}
.access-rank-actress-parts p {
	text-align: center;
}
.access-rank-actress-contents {
	display: grid;
	grid-template-columns: 40% 60%;
}
.access-rank-actress-contents-img {
	text-align: center;
}
.access-rank-actress-contents-img img {
	border-radius: 8px;
	max-width: 125px;
}
.access-rank-actress-contents-text {
	
}
.access-rank-actress-contents-text h4 {
	font-size: 18px;
	font-weight: 600;
}
.access-rank-actress-contents-text P {
	text-align: left;
	font-size: 15px;
}
.access-rank-actress-contents-text .access-rank-actress-contents-text-futo {
	font-size: 13px;
	margin: -5px 0 5px 0;
}
.rank-actress {
	display: grid;
	grid-template-columns: 40% 60%;
}
.rank-actress-number {
	text-align: center;
}
.rank-work p {
	text-align: right;
	font-weight: 300;
	margin: 3px 10% 0 0;
}
.rank-actress-view p {
	font-size: 15px;
}
.rank-actress-number h3 {
	font-size: 17px;
	font-weight: 600;
	color: #ff7bac;
}
@media screen and (max-width: 350px){
	.access-rank-actress-contents-text P {
		font-size: 14px;
	}
	.access-rank-actress-contents {
		grid-template-columns: 45% 55%;
	}
}
@media screen and (min-width: 768px){
	.access-rank-actress {
		display: grid;
		grid-template-columns: 1fr 1fr;
		
		
	}
	.access-rank-actress-parts {
		margin: 0 5px 10px 5px;
	}
}
/****** アクセス数付き人気女優ランキング setting end ******/


/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// 人気のAV女優（固定ページ） 
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// サイドバー
///////////////   ここから   /////////////////*/ 
/****** 人気の作品ベスト setting start ******/
.side-popular-titles-all {
	margin: 0 0 0 0;
}
.side-popular-titles-parts {
	width: 98%;
	margin: 0 auto 10px auto;
	border: 1px solid #dddddd;
	border-radius: 8px;
	text-align: center;

	display: flex;          /* Flexboxを有効化 */
  	flex-direction: column; /* 要素を縦方向に並べる */
}
.side-popular-titles-parts img {
	width: 98%;
	height: auto;
	margin: 2px 0 0 0;
	border-radius: 8px;
}
.side-popular-titles-parts-text {
	width: 95%;
	margin: 0 auto;
}
.side-popular-titles-parts-text-02 {
	width: 95%;
	margin: 0 auto;
}
.side-popular-titles-parts p {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
/* .side-popular-titles-parts-text p:first-of-type {
    font-weight: 600;
} */
.side-popular-titles-parts-text-01 h3 {
	font-size: 15px;
}
.side-popular-titles-parts-text-01 p {
	font-size: 15px;
	font-weight: 300;
}
.side-popular-titles-parts-text-01 p,h3 {
	display: inline;
 	margin: 0;
}
.side-popular-titles-parts-next {
	/* display: none; */
}
.side-popular-titles-parts-next p {
	text-align: center;
	color: #ff7bac;
}
.side-popular-titles-parts-next .bottom-div {
	margin-top: auto; /* 上のスペースを埋めて一番下に配置 */
}

/****** 人気の作品ベスト setting end ******/

/****** 人気の素人作品 setting start ******/
.side-shiro-all {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	width: 1000;
	max-width: 300px;
	margin: 0 auto;
}
.side-shiro {
	
}
.side-shiro-contents {

}
.side-shiro-contents img {
	width: 100%;
	height: auto;	
}
/****** 人気の素人作品 setting end ******/

/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// サイドバー
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 検索窓の設定（searchformページ）
///////////////   ここから   /////////////////*/ 
.search-form-all {
	text-align: center;
}
.search-form {
	
}
.input-container {
	position: relative;
	display: inline-block;
}
.search-box {
	width: 160px;
	height: 30px;
	padding: 3px 30px 3px 7px; /* 右側に余白を追加 */
	border-radius: 5px;
	border: 2px solid #ccc;
}
input .search-box .search-box-mini {
	width: 140px;
}
.search-box:focus {
	outline: 0;
	border: 2px solid #ffd8eb;
}
.clear-button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
	font-size: 16px;
	line-height: 1;
	display: none; /* 初期状態で非表示 */
}
.clear-button:hover {
	color: #555;
}
.search-button {
	height: 39px;
	padding: 5px 15px;
	border-radius: 7px;
	border: none;
	border-right: 2px solid #d873b2;
	border-bottom: 2px solid #d873b2;
	background-color: #ff8fca;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	appearance: none;
}
.search-button:active {
	margin-top: 3px;
	background-color: #309bf2;
	border-bottom: 2px solid #006366;
}
@media screen and (min-width: 360px) {
	.search-box {
		width: 200px;
	}
}
/*/////////////   ここまで   ///////////////////
// 検索窓の設定（searchformページ）
////////////////////////////////////////////*/
.header-search-box {
	display: none;
}
@media screen and (min-width:950px) {
	.header-search-box {
		display: block;
		/* margin-top: 5px; */
		margin-left: auto;
		margin-right: 15px;
	}
}
.search-top-header {
	display: flex;
}
.search-top-header-p {
	font-size: 14px;
	margin-bottom: 0;
}
.search-top-header-button {
	width: 70px;
}
.search-top-header-button-all {
	margin-left: 5px;
}


/*/////////////////////////////////////////////
// 検索結果を表示（固定ページ）
///////////////   ここから   /////////////////*/
.search-header {
	text-align: center;
    margin-bottom: 20px;
}
.search-header h2 {
	font-size: 18px;
}
.search-header p {
	font-size: 15px;
}
.search-keyword {
    font-weight: bold;
    color: #0073aa; /* 好きな色に変更 */
}
.search-count {
    font-weight: bold;
    color: #d9534f; /* 好きな色に変更 */
}
.search-meta {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* 投稿タイプのテキスト */
.search-meta .post-type {
	font-size: 16px;
    font-weight: bold;
    color: #333;
}

.search-meta .categories {
    color: #0073aa;
}

.search-thumbnail img {
	width: 250px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
/* リピートコンテンツ（検索結果） */
.search-result {
	
}
.search-result-parts p {
	font-weight: 600;
	font-size: 15px;
	color: #ff7bac;
	text-align: center;
}
@media screen and (min-width: 840px){
	.search-result-all {
		display: flex;
		flex-wrap: wrap;
	}
	.search-result {
		width: 410px;
	}
}
@media screen and (min-width: 1025px){
	.search-result-all {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.search-result {
		width: 410px;
	}
}
@media screen and (min-width: 1170px){
	.search-result-all {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
}
/* 投稿内容女優 actress setting start */
.actress-content {
	border: 1px solid #dddddd;
	border-radius: 8px;
}
/* 投稿内容女優 actress setting end */

/* 投稿内容女優 actress setting start */
.work-content {
	border: 1px solid #dddddd;
	border-radius: 8px;
}
/* 投稿内容女優 actress setting end */

/******  setting start ******/
/******  setting end ******/
/*/////////////   ここまで   ///////////////////
// 検索結果を表示（固定ページ）
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 人気の検索キーワード
///////////////   ここから   /////////////////*/ 
.keyword-responsive-list-all {
	width: 98%;
	margin: 0 auto;
}
.keyword-responsive-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* スマホで2列 */
	gap: 5px; /* 項目間の隙間 */
	list-style: none;
	padding: 0;
  }
  
  .keyword-responsive-list li {
	background-color: #eeeeee; /* 任意の背景色 */
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 8px;

	font-size: 15px;
  }
  
  @media (min-width: 768px) {
	.keyword-responsive-list {
	  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* 幅に応じて列を調整 */
	}
  }
  @media (min-width: 964px) {
	.keyword-responsive-list {
	  grid-template-columns: repeat(5, minmax(150px, 1fr)); /* 幅に応じて列を調整 */
	}
  }
  @media (min-width: 1025px) {
	.keyword-responsive-list {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* 幅に応じて列を調整 */
	}
  }
  @media (min-width: 1294px) {
	.keyword-responsive-list {
		grid-template-columns: repeat(5, minmax(150px, 1fr)); /* 幅に応じて列を調整 */
	}
  }
/*/////////////   ここまで   ///////////////////
// 人気の検索キーワード
////////////////////////////////////////////*/

/*/////////////////////////////////////////////
// トップバー
///////////////   ここから   /////////////////*/ 
.bar-top {
	text-align: center;
	background-color: #ff7bac;
}
.bar-top p {
	color: #ffffff;
	font-size: 14px;
}
/*/////////////   ここまで   ///////////////////
// トップバー
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 404.php
///////////////   ここから   /////////////////*/ 
/* エリア１ */
.not_found {
	text-align: center;
	margin: 50px 0 0 0;
}
.not_found h2 {

}
.not_found h3 {

}
.not_found p {

}	
/* トップページへ移動する */
.not_found-01 {
	text-align: center;
	margin: 25px 0 0 0;
}
.not_found-01 p {
	color: #ff7bac;;
}

/*  */
/*  */
/*/////////////   ここまで   ///////////////////
// 404.php
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 女優作品ページ
///////////////   ここから   /////////////////*/ 
/* もっと見る */
.more-link {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	border: solid 1px #666666;
	border-radius: 8px;
	text-align: center;
}
/*  */
/*  */
/*  */
/*/////////////   ここまで   ///////////////////
// 女優作品ページ
////////////////////////////////////////////*/

/****** SNSのミニリンク setting start ******/
.mini-sns-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-sns-label p {
  
  margin: 0;
}

.mini-sns-item p {
  margin: 0;
}

.mini-sns-icon {
  font-size: 18px;
  color: #ff7bac;
  transition: transform 0.2s ease;
}

.mini-sns-icon:hover {
  transform: scale(1.2);
}

/****** SNSのミニリンク setting end ******/


/*/////////////////////////////////////////////
// dmm live event（アーカイブページ・カード型） 
///////////////   ここから   /////////////////*/

.dmm-live-archive-container {
  padding: 2rem;
  /* background-color: #f9f9f9; */
  /* margin: 2rem 0; */
}

.dmm-live-archive-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

/* グリッドレイアウト */
.dmm-live-event-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* デフォルトは1列（モバイル） */
  gap: 0.7rem;
}
@media screen and (min-width: 540px) {
  .dmm-live-event-list {
    grid-template-columns: repeat(2, 1fr); /* タブレット以上は3列 */
  }
}
@media screen and (min-width: 769px) {
  .dmm-live-event-list {
    grid-template-columns: repeat(3, 1fr); /* タブレット以上は3列 */
  }
}
@media screen and (min-width: 1000px) {
  .dmm-live-event-list {
    grid-template-columns: repeat(4, 1fr); /* タブレット以上は3列 */
  }
}
@media screen and (min-width: 1025px) {
  .dmm-live-event-list {
    grid-template-columns: repeat(3, 1fr); /* タブレット以上は3列 */
  }
}
@media screen and (min-width: 1360px) {
  .dmm-live-event-list {
    grid-template-columns: repeat(4, 1fr); /* タブレット以上は3列 */
  }
}
/* カード型イベント */
.dmm-live-event-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.dmm-live-event-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* サムネイル画像 */
.dmm-live-event-thumb {
  width: 100%;
  overflow: hidden;
}

.dmm-live-event-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}

/* 情報エリア */
.dmm-live-event-info {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.dmm-live-event-info h2 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: -6px;
}
.dmm-live-event-info h3 {
	font-size: 15px;
}
.dmm-live-event-free-info {
	background-color: #ff8fca;
	text-align: center;
	border-radius: 8px;
	padding: 10px 0;
}
.free-big {
	font-size: 22px;
	font-weight: 600;
}
.free-small {
	font-size: 16px;
	font-weight: 100;
}
.dmm-live-event-free-info {
	margin: 0 0 10px 0;
}
.dmm-live-event-free-info h2 {
	font-size: 19px;
	color: #ffffff;
}
@media (min-width: 1024px) {
	.dmm-live-event-free-info h2 {
		font-size: 14px;
	}
}
@media (min-width: 1186px) {
	.dmm-live-event-free-info h2 {
		font-size: 19px;
	}
}
.dmm-live-event-name {
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
  font-weight: bold;
  color: #333;
}

.dmm-live-event-date {
  font-size: 1.20rem;
  font-weight: 600;
  color: #666;
}
.dmm-live-event-schedule {
	margin: 0 0 5px 0;
}
.dmm-live-event-top-comment {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 20px 0;
}
.dmm-live-event-time {
  font-size: 1.00rem;
  font-weight: 600;
  color: #666;
}
.dmm-live-event-hitokoto {
	font-size: 15px !important;
	font-weight: 600 !important;
}
/* メッセージ・パート内容 */
.dmm-live-event-message,
.dmm-live-event-part-time,
.dmm-live-event-part-comment {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #444;
}

.dmm-live-event-part1,
.dmm-live-event-part2 {
  background: #f0f4f8;
  padding: 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

/* ステータスバッジ */
.dmm-live-event-status-wrapper {
  text-align: center;
  margin-bottom: 0.8rem;
}

.dmm-live-event-status {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0.4em 0.9em;
  border-radius: 20px;
}

.dmm-today {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.dmm-now {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* アニメーション */
@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
.blink {
  animation: blink 1s step-start infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.bounce {
  animation: bounce 1.2s infinite;
}

/* ボタンエリア */
.dmm-live-event-buttons {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
}
.dmm-live-event-buttons-02 {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
}
.dmm-button {
  display: block;
  width: 100%;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.dmm-button-02 {
  display: block;
  width: 80%;
  margin: -20px auto 0 auto;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.dmm-live-button {
  background-color: #e63312;
  color: #fff;
}
.dmm-live-button:hover {
  background-color: #c0280f;
}

.dmm-detail-button {
  background-color: #0073aa;
  color: #fff;
}
.dmm-detail-button:hover {
  background-color: #005f8d;
}

/* スマホ対応余白 */
@media screen and (max-width: 480px) {
  .dmm-live-archive-container {
    padding: 1rem;
  }

  .dmm-live-archive-title {
    font-size: 1.5rem;
  }
}

/*/////////////   ここまで   ///////////////////
// dmm live event（アーカイブページ・カード型）
////////////////////////////////////////////*/
/* dmm live event用プロフィール */
.dmm-live-single-profile {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f8f8f8;
  border-top: 2px solid #ccc;
}

.dmm-live-single-profile-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  border-left: 4px solid #0073aa;
  padding-left: 0.7rem;
}

.dmm-live-single-profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dmm-live-single-profile-photo img {
  width: 180px;
  height: auto;
  border-radius: 8px;
}

.dmm-live-single-profile-name-wrapper {
  text-align: center;
}

.dmm-live-single-profile-name {
  font-size: 1.2rem;
  margin: 0;
}
.dmm-live-single-profile-name a {
  text-decoration: none;
  color: #333;
}
.dmm-live-single-profile-name a:hover {
  color: #0073aa;
}

.dmm-live-single-profile-button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.8rem;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.dmm-live-single-profile-button:hover {
  background-color: #005f8d;
}

.dmm-live-single-profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dmm-live-single-profile-list li {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.dmm-live-single-profile-missing {
  color: #aaa;
  font-style: italic;
  cursor: help;
}

/*/////////////////////////////////////////////
// DMMライブイベントのシングルページ
///////////////   ここから   /////////////////*/ 
/* dmm live event 呼び出し（シングルページ用） */
.live-single-all {
	width: 98%;
	margin: 10px auto 0 auto;
	padding: 10px 0;

	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.live-single-contents {
	
}
@media (min-width: 570px) {
	.live-single-contents {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
}
.live-single-contents-left {
	
}
.live-single-contents-right {
	
}
.single-thumb {
	border-radius: 8px;
}

/* DMMライブ女優プロフィール */
/* event-prof-style.css */
.event-prof-wrapper {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-top: 2px solid #e0e0e0;
  margin-top: 2rem;
  border-radius: 12px;
}

.event-prof-inner {
  max-width: 720px;
  margin: 0 auto;
}

.event-prof-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.event-prof-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-prof-item {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.event-prof-label {
  width: 100%;
  font-weight: 600;
  color: #333;
}

.event-prof-value,
.event-prof-link {
  width: 100%;
  margin-top: 0.25rem;
  color: #444;
  text-decoration: none;
}

.event-prof-link:hover {
  text-decoration: underline;
  color: #0073aa;
}

/* PC対応 */
@media (min-width: 768px) {
  .event-prof-title {
    font-size: 1.8rem;
  }
  .event-prof-item {
    flex-wrap: nowrap;
  }
  .event-prof-label {
    width: 30%;
  }
  .event-prof-value,
  .event-prof-link {
    width: 70%;
    margin-top: 0;
  }
}
/* 出演女優の作品 */
/* event-work-style.css */
.event-work-wrapper {
  padding: 1.5rem;
  background-color: #fdfdfd;
  margin-top: 2rem;
}

.event-work-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #333;
}

.event-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.event-work-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.event-work-card:hover {
  transform: translateY(-3px);
}

.event-work-image img {
  width: 100%;
  height: auto;
  display: block;
}

.event-work-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-work-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #222;
}

.event-work-actress {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.75rem;
}

.event-work-button {
  align-self: flex-start;
  background-color: #0073aa;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.event-work-button:hover {
  background-color: #005c8c;
}

/* PC対応（768px以上） */
@media (min-width: 768px) {
  .event-work-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .event-work-title {
    font-size: 1.8rem;
  }
}
.event-work-more {
  text-align: center;
  margin-top: 1.5rem;
}

.event-work-more-link {
  font-size: 1rem;
  color: #0073aa;
  font-weight: 600;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border: 1px solid #0073aa;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

.event-work-more-link:hover {
  background-color: #0073aa;
  color: #fff;
}

/*/////////////   ここまで   ///////////////////
// DMMライブイベントのシングルページ
////////////////////////////////////////////*/

/*/////////////////////////////////////////////
// 素人作品への誘導
///////////////   ここから   /////////////////*/ 
.pr-shiro-12-6-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.pr-shiro-12-6-grid-01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
@media (min-width: 425px) {
	.pr-shiro-12-6-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 570px) {
	.pr-shiro-12-6-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 768px) {
    .pr-shiro-12-6-grid {
        grid-template-columns: repeat(6, 1fr);
    }
	   .pr-shiro-12-6-grid-01 {
        grid-template-columns: repeat(6, 1fr);
    }
    .pr-shiro-12-6-mobile-hidden {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .pr-shiro-12-6-mobile-hidden {
        display: none !important;
    }
}
.pr-shiro-12-6-information {
	padding: 0 10px 10px 10px;
}
.pr-shiro-12-6-item {
	border: 1px solid #dddddd;
    border-radius: 8px;
	
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}
.pr-shiro-12-6-item:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.pr-shiro-12-6-item img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 8px 8px 0 0;
}

.pr-shiro-12-6-title,
.pr-shiro-12-6-actress {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pr-shiro-12-6-meta {
    font-size: 0.9rem;
    /*margin-top: 0.3rem;*/
}
.pr-shiro-12-6-meta a {
    cursor: pointer;
    color: #ff7bac;
    /*text-decoration: underline;*/
}
.pr-shiro-12-6-item p,
.pr-shiro-12-6-meta p {
    font-size: 0.8rem;
    margin-top: 0.3rem;
	margin-bottom: -2px;
}
/*/////////////   ここまで   ///////////////////
// 素人作品への誘導
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 今人気の新着女優 エリア
///////////////   ここから   /////////////////*/ 
.induction-actress-name a {
	color: #ff7bac;
}
.induction-actress-furigana {
	margin-top: -7px;
}
.induction-actress-furigana a {
	font-size: 0.8rem;
	color: #666666;
}
.induction-actress-debut {
	font-size: 13px;
}
/*/////////////   ここまで   ///////////////////
// 今人気の新着女優 エリア
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// 目次アコーディオンエリア
///////////////   ここから   /////////////////*/ 
/*スムーススクロール（ページの中でスルッと移動するあれ）*/
.html {
  scroll-behavior: smooth;
}
/*スクロールオフセット（スクロール位置のオフセット対応）*/
.pro-scroll-offset-target {
  scroll-margin-top: 100px;
}

.prf-text-accordion-container {
  text-align: center;
}

.prf-text-accordion-toggle {
  font-size: 16px;
  padding: 10px 20px;
  
	
	position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
	
	cursor: pointer;
    color: #ff7bac;
    /*text-decoration: underline;*/
    text-align: center;
}
.prf-text-accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
}
.prf-text-accordion-toggle.open .prf-text-accordion-icon {
  transform: rotate(45deg);
}
.prf-text-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.prf-text-accordion-content a {
	font-size: 15px;
}
.prf-text-accordion-content ul {
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  list-style: disc inside; /* 追加 */
}

.prf-text-accordion-content li {
  margin-bottom: 2px;
  line-height: 1.3;
}

.prf-text-accordion-content a {
  text-decoration: none;
  color: inherit;
}
/*/////////////   ここまで   ///////////////////
// 目次アコーディオンエリア
////////////////////////////////////////////*/

/****** 女優さんのシングルページへ戻る（臨時使用、後で他のデザインに合わせれば不要）ここから setting start ******/
.back-to-actress-link {
	margin: 0 0 50px 0;
	text-align: center;
}
.back-to-actress-link a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
/****** 女優さんのシングルページへ戻る（臨時使用、後で他のデザインに合わせれば不要）ここまで setting end ******/


/****** Google検索システム エリア setting start ******/
/* 全体コンテナ */
.google-search-box {
  width: 95%;
  max-width: 450px; /* スマホに合わせて */
  margin: 0 auto 30px auto;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
  font-family: sans-serif;
  box-sizing: border-box;
}

/* 検索方法説明エリア */
.usage-guide {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  background: #fffcee;
  border-left: 4px solid #ffcc00;
  padding: 10px;
  border-radius: 5px;
}

/* 検索入力ボックス */
.search-input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.search-input-wrapper input {
  width: 100%;
  padding: 10px 10px 10px 36px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* 虫眼鏡アイコン */
.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  pointer-events: none;
}

/* チェックボックスのリスト */
.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.checkbox-list li {
  width: 33.3333%;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 14px;
}

/* Google検索ボタン */
.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
color: #333333; 
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.google-btn:hover {
  background: #f1f1f1;
}

.google-icon {
  height: 18px;
  width: 18px;
}

.external-icon {
  margin-left: 6px;
  vertical-align: middle;
  fill: #444;
}

/* 検索回数の表示 */
.search-count-text {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  text-align: center;
}

/* タブレット・PC用拡張 */
@media screen and (min-width: 600px) {
  .google-search-box {
    max-width: 500px;
  }

  .checkbox-list li {
    width: 33.3333%;
  }
}
/****** Google検索システム エリア setting end ******/


/*/////////////////////////////////////////////
// ランキング総合
///////////////   ここから  /////////////////*/ 
/****** 検索システムの使用回数 ここから ******/
/* ランキング全体のラッパー */
.count-ranking-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* スマホ時：2列 */
  gap: 16px;
  padding: 20px;
}

@media (min-width: 768px) {
  .count-ranking-wrapper {
    grid-template-columns: repeat(6, 1fr); /* PC時：6列 */
  }
}

/* 各アイテム全体 */
.count-ranking-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}
.count-ranking-item:hover {
  transform: translateY(-3px);
}

/* プロフィール画像（可変でも正円） */
.count-ranking-photo {
  width: 100%;
  aspect-ratio: 1 / 1;         /* 常に正円 */
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* 画像がない場合のダミー */
.count-ranking-no-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

/* 名前・ふりがな・カウント */
.count-ranking-meta {
  margin-top: 10px;
  width: 100%;
}

.count-ranking-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

.count-ranking-furigana {
  font-size: 13px;
  color: #777;
  margin-bottom: 4px;
}

.count-ranking-count {
  font-size: 13px;
  color: #444;
}

/* データがないとき */
.count-ranking-empty {
  text-align: center;
  font-size: 14px;
  color: #777;
  padding: 20px;
}
.count-ranking-edit-link {
  font-size: 12px;
  margin-top: 6px;
  display: inline-block;
  color: #0073aa;
  text-decoration: underline;
}
.count-ranking-edit-link:hover {
  color: #005177;
}
/****** 検索システムの使用回数 ここまで ******/

/****** デイリーアクセスランキング（女優） ここから ******/
.daily-count-ranking-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 20px; */
  padding: 20px;
}

@media screen and (min-width: 768px) {
.daily-count-ranking-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 20px; */
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .daily-count-ranking-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}

.daily-count-ranking-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.daily-count-ranking-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}

.daily-count-ranking-photo-wrapper {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 10px;
  position: relative;
  padding-top: 100%; /* 正方形スペースを確保 */
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
}

.daily-count-ranking-photo,
.daily-count-ranking-no-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daily-count-ranking-no-photo {
  font-size: 12px;
  color: #666;
  background-color: #ddd;
}

.daily-count-ranking-meta {
  padding: 0 5px 10px;
}

.daily-count-ranking-name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}
.daily-count-ranking-furigana {
	font-size: 13px;
  color: #666;
}
.daily-count-ranking-diff,
.daily-count-ranking-count {
  font-size: 14px;
  color: #666;
}
.daily-count-ranking-edit-link {
  display: block;
  font-size: 12px;
  color: #0073aa;
  margin: 5px 0 10px;
  text-decoration: none;
}

.daily-count-ranking-empty {
  text-align: center;
  color: #999;
  font-size: 14px;
}
}
/****** デイリーアクセスランキング（女優） ここまで ******/

/****** 投稿のアクセス統計 ここから ******/
.access-stats-wrapper {
	padding: 1.5rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fafafa;
	margin: 2rem auto;
	max-width: 800px;
	font-family: "Helvetica Neue", sans-serif;
}

.access-stats-title {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.access-stats-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5rem;
}

.access-stats-item {
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
	color: #444;
	padding-left: 1rem;
	position: relative;
}

.access-stats-item::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #999;
}

.access-stats-subtitle {
	font-size: 1.1rem;
	margin-bottom: 0.8rem;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
	padding-bottom: 0.3rem;
	color: #222;
}

.access-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.access-stats-grid-item {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0.75rem;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.access-stats-grid-time {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 0.25rem;
}

.access-stats-grid-count {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}

/* PC用レイアウト（4列） */
@media screen and (min-width: 768px) {
	.access-stats-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
/* ▼ 投稿タイプ別アクセス数エリア（修正版） */
.access-stats-posttypes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.access-stats-posttype-item {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 12px;
}

.access-stats-posttype-label {
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}

.access-stats-posttype-count {
  font-size: 1.1rem;
  color: #0073aa;
  font-weight: bold;
}

/* PC（幅1024px以上）で4列表示 */
@media (min-width: 1024px) {
  .access-stats-posttypes {
    grid-template-columns: repeat(4, 1fr);
  }
}

/****** 投稿のアクセス統計 ここまで ******/

/****** WORK投稿：アクセス数ランキング（本日2件以上＋前日比） ここから ******/
/* WORKランキング用CSS：rank-work- */
.rank-work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 12px;
}

.rank-work-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.rank-work-card:hover {
  transform: scale(1.01);
}

.rank-work-link {
  text-decoration: none;
  color: inherit;
}

.rank-work-image-wrapper {
  width: 100%;
  background: #000;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rank-work-image {
  width: 100%;
  height: auto;
  display: block;
}

.rank-work-meta {
  padding: 12px;
}

.rank-work-title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
  height: 3.6em; /* 1.4 × 2.5行 ≒ 約2〜3行分 */
  overflow: hidden;
}

.rank-work-actress {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 6px;
}

.rank-work-count {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

.rank-work-diff {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}

.rank-work-arrow-up {
  color: green;
  margin-left: 4px;
}

.rank-work-arrow-down {
  color: red;
  margin-left: 4px;
}

.rank-work-arrow-same {
  color: #888;
  margin-left: 4px;
}

.rank-work-edit {
  padding: 8px 12px 12px;
  font-size: 0.85rem;
  text-align: right;
}

.rank-work-edit a {
  color: #0073aa;
  text-decoration: underline;
}

.rank-work-empty {
  padding: 20px;
  text-align: center;
  color: #888;
}

/* PC画面で3列にする */
@media (min-width: 768px) {
  .rank-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/****** WORK投稿：アクセス数ランキング（本日2件以上＋前日比） ここまで ******/

/****** DMM素人作品：アクセスランキング（本日2件以上＋前日比） ここから ******/
/* DMM素人作品ランキング（rank-shiro-work-） */
.rank-shiro-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 12px;
}

.rank-shiro-work-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.rank-shiro-work-card:hover {
  transform: scale(1.01);
}

.rank-shiro-work-link {
  text-decoration: none;
  color: inherit;
}

.rank-shiro-work-image-wrapper {
  width: 100%;
  background: #000;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rank-shiro-work-image {
  width: 100%;
  height: auto;
  display: block;
}

.rank-shiro-work-meta {
  padding: 12px;
}

.rank-shiro-work-title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
  height: 3.6em;
  overflow: hidden;
}

.rank-shiro-work-actress {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 6px;
}

.rank-shiro-work-count {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

.rank-shiro-work-diff {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}

.rank-shiro-work-arrow-up {
  color: green;
  margin-left: 4px;
}

.rank-shiro-work-arrow-down {
  color: red;
  margin-left: 4px;
}

.rank-shiro-work-arrow-same {
  color: #888;
  margin-left: 4px;
}

.rank-shiro-work-edit {
  padding: 8px 12px 12px;
  font-size: 0.85rem;
  text-align: right;
}

.rank-shiro-work-edit a {
  color: #0073aa;
  text-decoration: underline;
}

.rank-shiro-work-empty {
  padding: 20px;
  text-align: center;
  color: #888;
}

/* PCでは4列 */
@media (min-width: 1024px) {
  .rank-shiro-work-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/****** DMM素人作品：アクセスランキング（本日2件以上＋前日比） ここまで ******/

/****** アクセス数・数値表示 ここから ******/
/* アクセスカウント全体セクション */
.access-count-new-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 5px;
  background-color: #f9f9f9;
}

/* 各日付ブロック */
.access-count-new-today,
.access-count-new-day-1,
.access-count-new-day-2,
.access-count-new-day-3,
.access-count-new-day-4,
.access-count-new-day-5,
.access-count-new-day-6 {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	text-align: center;
}

/* タイトル・回数の整列 */
.access-count-new-title,
.access-count-new-count {
  margin-bottom: 4px;
}
.access-count-new-title p,
.access-count-new-count p {
  font-size: 0.95rem;
}
/* 比較部分の装飾 */
.access-count-new-compare {
  margin-top: 8px;
}
.access-count-new-compare p {
  font-size: 0.95rem;
  color: #555;
}

/* フッター部分 */
.access-count-new-footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.access-count-new-footer-item {
  flex: 1;
  background-color: #eee;
  padding: 12px;
  border-radius: 6px;
}

/* ===== PCスタイル（幅768px以上）===== */
@media (min-width: 768px) {
  .access-count-new-wrapper {
    grid-template-columns: repeat(7, 1fr);
  }

  .access-count-new-title,
  .access-count-new-count {
    font-size: 13px;
  }

  .access-count-new-compare {
    font-size: 12px;
  }
}

/****** アクセス数・数値表示 ここまで ******/



/******  ここから ******/
/******  ここまで ******/
/*/////////////   ここまで   ///////////////////
// ランキング総合
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
// ライブチャットバナー
///////////////   ここから   /////////////////*/ 
/******  画像300×300ピクセル ******/
.live-chat-300-300-card {
  width: 300px;
  height: 300px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 0; /* 角を丸めない */
}

.live-chat-300-300-card:hover {
  transform: translateY(-5px);
}

.live-chat-300-300-link {
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.live-chat-300-300-thumb {
  width: 50%;
  height: 100%;
  object-fit: contain; /* ← 縦横比を保持して全体表示 */
  display: block;
  background-color: #000; /* 背景色（任意：白でも可） */
}

.live-chat-300-300-info {
  width: 50%;
  height: 100%;
  padding: 16px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fef8f0;
}

.live-chat-300-300-title {
  font-size: 14px;
  font-weight: bold;
  color: #e55300;
  margin: 0 0 6px;
}

.live-chat-300-300-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 6px;
  line-height: 1.3;
}

.live-chat-300-300-date {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}
/****** 通常バナー（製作中）300-250 ******/
.live-chat-300-250-card {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: transform 0.3s ease;
	border-radius: 0; /* 角を丸めない */
}
.live-chat-300-250-title {
	text-align: center;
}
.live-chat-300-250-title img {
	width: 60%;
	margin: 0 auto;
}
.live-chat-300-250-title h2 {
	font-size: 15px;
}
.live-chat-300-250-today {
	text-align: center;
	background-color: #ff7bac;
}
.live-chat-300-250-today h3 {
	font-size: 15px;
	color: #ffffff;
}
.live-chat-300-250-box {
	display: grid;
	grid-template-columns: 55% 45%;
}
.live-chat-300-250-img {
	/* width: 50%;
	height: 100%;
	padding: 16px 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column; */
	justify-content: center;
	background-color: #fef8f0;
}
.live-chat-300-250-img img {
	width: 100%;
	height: auto;
	/* padding: 16px 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column; */
	justify-content: center;
	background-color: #fef8f0;
}
.live-chat-300-250-info {

}
.live-chat-300-250-info h3 {
	font-size: 15px;
}
.live-chat-300-250-contents {
	text-align: center;
}
.live-chat-300-250-contents h3 {
	font-size: 15px;
}
.live-chat-300-250-contents p {
	font-size: 15px;
}
.live-chat-300-250-info p {
	font-size: 15px;
}
.live-chat-300-250-check {
	text-align: center;
	background-color: red;
}
.live-chat-300-250-check h3 {
	font-size: 15px;
	color: #ffffff;
}
.live-chat-300-250-check i {
	color: #ffffff;
}
/******  ここから ******/
/*/////////////   ここまで   ///////////////////
// ライブチャットバナー
////////////////////////////////////////////*/







/*/////////////////////////////////////////////
// 
///////////////   ここから   /////////////////*/ 

/*/////////////   ここまで   ///////////////////
// 
////////////////////////////////////////////*/


/******  ここから ******/
/******  ここまで ******/


