@charset "utf-8";



/* =============================================================================
List_common
   ========================================================================== */
.list_base{
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	text-align: center;
}

.list_base ul{
	width: 99%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 20px auto 20px auto;
	text-align: center;
	box-sizing: border-box;
}

.list_base ul li.Baselist_main{
	width: 19.5%;
	height: 525px;
	float:left;
	margin: 5px auto 10px 5px;
	text-align: center;
	line-height:16.5px;
	border: 1px solid #C7B994;
	background-image: url(../img/back.jpg);
	color: #C7B994;
	position: relative;
}

.list_base .cast_imageBox{
	width: 100%;
	height: 367px;
	overflow: hidden;
}

.list_base ul li img.cast_image{
	width: 100%;
	transition: 1s all;
	object-fit: cover;
}

.list_base ul li img.cast_image:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

.list_genre_icon{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.list_base li a{
	color: #C7B994;
	line-height: 26px;
	font-size: 15px;
	transition: 1s;
}

.list_base li a:hover{
	color: #fff;
	transition: 1s;
}

.list_icon{
	width: 100%;
	height: auto;
	margin: -20px auto 30px auto;
	text-align: center:
}

.list_icon ul{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center:
}

.list_icon ul li{
	width: 25%;
	float: left;
	margin: 0 auto 0 auto;
	text-align: center:
}

.list_icon ul li img{
	width: 95%;
	border:1px solid #C7B994;
}


.list_more_btn{
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	transition-duration: 1.0s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.list_more_btn:hover{
	transform: translateY(-15px);
}

.imagepoint_icon{position: absolute;}

.imagepoint_icon img{
	width: 60px;
	position: absolute;
	top: -215px;
	left: 168px;
}

.syukkin_tim_disp{
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 18px;
	color: #EC5578;
	left: 0;
	float: left;
	top: 454px;
}

/* 点滅 */
.blinking{
	color: #fff;
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
	-moz-animation:blink 0.7s ease-in-out infinite alternate;
	animation:blink 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}

@-moz-keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}

@keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}

.girlswindow{
	width: 100%;
	height: auto;
	margin: 30px auto 5px auto;
	text-align: center;
}

.girlswindow ul{
	width: 1220px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 15px;
}

.girlswindow ul li{
	width: 400px;
	float: left;
	margin-left: 5px;
	transition-duration: 1.0s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.girlswindow ul li:hover{transform: translateY(-15px);}

/* =============================================================================
   daily page
   ========================================================================== */
#daily_area{
	width: 100%;
	height: auto;
	margin: 50px auto 0 auto;
	text-align: center;
}

.daily_box{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #fff;
	word-wrap: break-word;
}

.daily_box img{
	max-width: 100%;
	margin-bottom: -5px;
}

/* =============================================================================
   event page
   ========================================================================== */
#eventarea{
	width: 100%;
	height: auto;
	margin: 50px auto 0 auto;
	text-align: center;
}

.event{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.event img{
	width: 1000px;
	margin-bottom: -7px;
}

.acd-check{
	display: none;
}

.acd-label{
	background: #C7B994;
	color: #000;
	display: block;
	padding: 25px;
	font-size: 25px;
	line-height: 25px;
	position: relative;
}

.acd-label:after{
	box-sizing: border-box;
	font-family: "Font Awesome 5 Free";
	content: "\f150";
	display: block;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

.acd-content{
	border: 2px solid #C7B994;
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .3s;
	visibility: hidden;
	margin-bottom: 70px;
}

.acd-check:checked + .acd-label:after{
	content: "\f410";
	font-family: "Font Awesome 5 Free";
}

.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/* =============================================================================
   system page
   ========================================================================== */
#systemarea{
	width: 100%;
	margin: 5px auto 5px auto;
	text-align: center;
}

#systemarea ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#systemarea ul li{
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#systemarea ul li img{
	max-width: 100%;
}

/* =============================================================================
   schedule page
   ========================================================================== */
#schedulearea{
	width: 1220px;
	margin: 5px auto 5px auto;
	text-align: center;
}

.syukkintop{
	margin: 35px auto 0px auto;
	width: 100%;
	height: 65px;
	line-height: 45px;
	font-size: 40px;
	color: #C7B994;
	text-align: center;
}

.schedule_window{
	width: 1220px;
        height: 90px;
	margin: 0 auto 0 auto;
	text-align: center;
	border-bottom: 0.5px solid #C7B994;
}

.schedule_window ul{
	width: 96%;
	margin: 0 auto 0 auto;
	text-align :center;
}

.schedule_window ul li{
	float: left;
	width: 14.2%;
	height: 90px;
	margin: 0px auto 0 auto;
	font-size: 25px;
	line-height: 90px;
	text-align: center;
	display: block;
}

.schedule_window ul li a {
	padding-left: 25px;
	color: #c0c0c0;
	transition: 1s;
}

.schedule_window ul li a:hover {
	color: #C7B994;
	transition: 1s;
}

.sche_disp_comment {
	margin: 30px auto 0 auto;
	text-align: center;
	width: 1220px;
	height: 350px;
	overflow-y: auto;
	background: rgba(255,255,255,0.2);
	color: #fff;
	padding: 10px;
	word-wrap: break-word;
}

/* =============================================================================
   girls page
   ========================================================================== */
#girlsarea{
		width:1070px;
		margin:5px auto 5px auto;
		text-align:center;
		}



.girls{
	width:1000px;
	float:left;
	margin:10px 0px 15px 35px;
	box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background-image: url(../img/middle_back.jpg);
	background-color:#fff;
	}



.girls li{
		width:145px;
		height:223px;
		float:left;
		margin:15px 0px 10px 18px;
		background-image: url(../img/listbg.gif);
		text-align:center;
		color:#000;
		line-height:16px;
		}



.girls li a{
		color:#000;
		}



.girls li p{
		font-size:10px;
		margin:5px 0 -11px 0;
		color:#fff;
		}



.girls li img{
		margin:8px auto 0 auto;
		border: 1px solid #fcc;
		}



/* =============================================================================
   gravure page
   ========================================================================== */
#gravurearea{
	width: 100%;
	margin: 5px auto 5px auto;
	text-align: center;
}

.gravure{
	width: 90%;
	margin: 10px auto 15px auto;
	text-align: center;
}

.gravure_list_box{
	width: 1000px;
	margin: 35px auto 35px auto;
	text-align: center;
	font-size: 200%;
}

.gravure_list_box a{
	color: #EC5578;
}

.gravure_list_box img{
	max-width: 100%;
	margin: 65px auto 5px auto;
	text-align: center;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.gravure_list_box img:hover{transform: translateY(-15px);}

/* =============================================================================
   gravure detail
   ========================================================================== */
.gravuredtarea{
	width: 1000px;
	margin: 55px auto 5px auto;
	text-align: center;
}

/* =============================================================================
   concept
   ========================================================================== */
#conceptarea{
	width: 1220px;
	margin: 15px auto 5px auto;
	text-align: center;
}

#conceptarea ul{
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#conceptarea ul li{
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#conceptarea ul li img{
	max-width: 100%;
}

#conceptarea ul li::after {
	content: '';
	position: absolute;
	top: -2460px;
	left: -2460px;
	width: 1230px;
	height: 2430px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

/* =============================================================================
   ranking
   ========================================================================== */
#rankingarea{
	width: 1220px;
	margin: 15px auto 5px auto;
	text-align: center;
}

#rankingarea ul{
	width: 1220px;
	height: auto;
	margin: 5px auto 10px auto;
	text-align: center;
}

#rankingarea ul li{
	width: 1150px;
	height: 700px;
	border: 0;
	text-align: center;
	margin: 20px auto 30px auto;
	padding: 10px;
	background-image: url(../img/ranking_back2308.png);
	background-repeat: no-repeat;
}

.spr {
	margin: 30px auto;
	width: 400px;
	height: 600px;
	float: left;
	overflow: hidden;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 25px;   /* Firefox用 */  
}

.spr img {
	width: 400px;
	height: 600px;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 25px;   /* Firefox用 */  
	transition: 1s all;
	object-fit: cover;
}

.spr img:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

.spr_text{
	width: 684px;
	height: 600px;
	float: left;
	margin: 35px 20px 0 auto;
}

.ranking_name_box{
	width: 650px;
	height: 150px;
	margin: 25px 7px 25px auto;
	position: relative;
	border-left: 10px solid #000;

}

.ranking_cast_spec{
	width: 50%;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: left;
	float: left;
	padding: 5px;
}

.ranking_cast_spec_name{
	font-size: 70px;
	letter-spacing: 5px;
	padding-left: 10px;
	font-family: "ヒラギノ明朝 Pro W4","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.ranking_cast_spec_age{
	font-size: 18px;
	line-height: 1px;
	padding-left: 17px;
	letter-spacing: 5px;
}

.ranking_cast_spec_size{
	font-size: 11px;
	line-height: 43px;
	padding-left: 17px;
	letter-spacing: 5px;
}

.ranking_cast_no{
	width: 50%;
	height: auto;
	margin: 0px auto 0px auto;
	float: left;
	overflow: hidden;
}

.ranking_cast_no::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.ranking_genre_box{
	margin: 50px auto 35px auto;
	text-align: center;
}

.ranking_cast_text_comment{
	width: 70%;
	height: 150px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 15px;
	overflow-y: auto;
	font-size: 12px;
	line-height: 20px;
}

.ranking_more{
	width: 290px;
	height: 45px;
	margin: 45px auto 25px auto;
	text-align: center;
	position: relative;
	transition-duration: 1.0s;
	transition-timing-function: ease;
	transition-delay: 0s;
	overflow: hidden;
}

.ranking_more:hover{
	transform: translateY(-15px);
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.ranking_more::after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
	/* アニメーション */
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}