@charset "utf-8";
/* CSS Document */

body {
	color:#FFF;
	/*background:rgba(0, 0, 0, 0) url("/img/photodiary_bg") no-repeat fixed center top / cover;*/
}
.main_title {
	color:#FFF;
}
#header {
	/*background-color:#FFF;*/
}



.title_container {
    position: relative;
}
.nfsort a{
    font-size:1rem;
    position: absolute;
    right:150px;
    text-align: center;
    top: 26px;
		border: 1px solid #555;
border-radius: 5px;
box-sizing: border-box;
display: block;
padding: 2px 10px ;
text-decoration: none;
}
.nfsort a:hover{background:linear-gradient(90deg, #000, 60%, #000);color:#fff;}

.count {
    font-size: 1rem;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 27px;
		line-height: 1;
}
.count span {
    color: #dbc28f;
    font-size: 1.6rem;
    letter-spacing: normal;
    margin: 0 5px;
}
#search_box {
    background-color: #C60103;
    padding: 30px 0;
	display:none;
}
.kind {
    display: inline-block;
    width: 19%;
}
.kind p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
form {
}
select {
    border: 1px solid #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    padding: 4px 2px;
    width: 190px;
}
option {
}
.btn_search {
    background-color: #B28500;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    letter-spacing: 0.5em;
    margin: 40px auto 0;
    padding: 7px 5px 5px 15px;
    width: 170px;
}
#main {
}
#main ul {
    margin: 0 0 50px 0;
}
#main li {
	float: left;
	width: 20%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
    height: 373px;
}


/* #main .movies-grid {
    float: left;
    list-style-type: none;
    width: calc(100% / 4);
    background: transparent;
} */

#main .movies-grid li {
    overflow: hidden;
    float: left;
    width: calc(100% / 4 - 15px);
    height: inherit !important;
    margin-bottom: 200px;
    background: transparent;
    list-style-type: none;
    cursor: pointer !important;
}
#main .movies-grid li:not(:first-child) {
    margin-left: 5px;
}

#main .movies-grid li > div {
    transition: all 0.3s ease-out;
}
#main .movies-grid li:hover > div {
    transform: scale3d(1.15, 1.15, 1);
    filter: brightness(120%);
}



#main li a {
}
#main .point {
	background:url(/img/gals_comment_bg.png) no-repeat;
	width:50px;
	height:360px;
	font-size:15px;
	letter-spacing:0.15em;
	font-weight: bold;
    position:absolute;
	right:0;
	top:0;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
#main .point p {
    overflow: hidden;
    position: absolute;
    right: -7px;
    top: 5px;
    width: 50px;
	color:#000;
	transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
}
#main .point p:first-letter {
	font-size:30px;
}
#main .photo img {
    overflow: hidden;
		width: 100%;
    /*width: 240px*/
}

#main .box {
	/*background:url(/img/gals_bg.png) repeat-x;
    bottom: 0;
    height: 80px;
    padding: 0 5px 0 10px;
    position: absolute;
    width: 225px;
    z-index: 10;*/

		bottom: 0;
    /*height: 80px;*/
    position: absolute;
    width:100%;
    z-index: 10;
    text-align: left;

}
#main .inner {
    overflow: hidden;
    padding: 10px 0 0;
}
#main .thum {
    margin: 0 6px 0 0;
}
#main .thumr {
}
.cup {
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 38px;
    line-height: 1;
    padding-top: 4px;
    text-align: center;
    width: 40px;

		display:none;
}
.cup span {
    display: block;
    font-size: 9px;
    font-weight: normal;
}
.cup_01 {
    background-color: rgba(255, 184, 0, 0.8);
}
.cup_02 {
    background-color: rgba(255, 37, 131, 0.8);
}
.cup_03 {
    background-color: rgba(214, 74, 255, 0.8);
}
.name {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	text-shadow: 0 0 8px #000;
	padding-left:2%;
}
.size {
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.5;
	padding-left:3%;
	text-shadow: 0 0 8px #000;
	width:190px;
}
.icons {/*新人＆指名料*/
    bottom: 5px;
}



.icon {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    overflow: hidden;
    padding: 5px 0 0;
    text-align: center;

}
.icon_schedule {
    background-color: #ff4a58;
}
#main .icon ul {
    margin: 0;
}
#main .icon li {
    height: auto;
    line-height: 1;
    margin: 0 2px 0 0;
    padding: 3px 5px 2px;
    width: auto;
}
.icon_newface {
    background-color: #2db200;
}
.icon_experience {
    background-color: #FF8C1B;
}
.icon_voice {
    bottom: 5px;
    position: absolute;
    right: 5px;
	z-index:500;
	cursor:pointer;
}
.icon_voice a {
}
figcaption  a {
	text-decoration:none;
}
.main_effect .comment {
	/*
    font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 14px;
    padding: 0 0 12px;
	font-style:italic;
	border-top:none;
	margin: 64% auto 0;
	*/
}
a:hover .comment {
	/*
	color:#FFFF00;
	*/
}
.voice {
	cursor: pointer;
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 14px;
    padding: 8px 0;
	text-align:center;
	color:#FFF;
	font-style:italic;
	letter-spacing:0.1em;
	z-index:500;
	cursor:pointer;
	/*
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    height: 37px;
    margin: 15px auto 0;
    padding-top: 13px;
    text-align: center;
    width: 50px;
	*/
}
.voice a:hover{
	color:#FFFF00;
}
.voice a img {
	transition: 0.8s;
}
.voice a:hover img {
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

.icon_group{
	padding-left: 2%;
}
.icon_group_s{
	display: inline-block;
	line-height: 1em;
}
.icon_group_s img{
	width: 68px;
}











