#topWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    top:80px;
}
@media screen and (max-width: 1024px) {
    .girls_formBox{
        box-sizing: border-box;
        width:98%;
        height:auto;
        overflow:hidden;
        margin:1% auto;
        padding:2% 0;
    }
    .gf{
        width:98%;
        font-size:1em;
        color:#FFF;
        line-height:1.4em;
        padding:2%;
        margin:2% auto;
    }
    .girls_formBox table{
        width:100%;
        height:auto;
        overflow:hidden;
        margin:1% 0;
    }
    .girls_formBox table td{
        font-size: 1em;
        color:#FFF;
        line-height:1.4em;
        text-align:left;
        padding:1% 0;
    }
    .girls_formBox table td label{
        color:#FFF;
    }
    input[type=checkbox] {
        display: none;
    }
    .checkbox02 {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        padding: 5px 10px 5px 30px;
        position: relative;
        width: auto;
    }
    .checkbox02::before {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        content: '';
        display: block;
        height: 16px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px;
    }
    .checkbox02::after {
        border-right: 6px solid #cac72c;
        border-bottom: 3px solid #cac72c;
        content: '';
        display: block;
        height: 20px;
        left: 7px;
        margin-top: -16px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 9px;
    }
    input[type=checkbox]:checked + .checkbox02::before {
        border-color: #666;
    }
    input[type=checkbox]:checked + .checkbox02::after {
        opacity: 1;
    }
    .girls_search_submit{
        width:40%;
        font-size:1.2em;
        line-height:2em;
        text-align:center;
        margin:3% 30%;
        border-radius:5%;
    }
    .text-holder{
        display: none;
    }
    .cast_box{
        box-sizing: content-box;
		background:rgba(0,0,0,0.7);
        width:100%;
        height:auto;
        overflow:hidden;
        padding:1%;
        margin:1% auto;
        box-sizing: border-box;
    }
    .castlist li {
        position: relative;
        background:url(../img/contents/girl_back.jpg) no-repeat;
        background-size: 100% 100%;
        background-color:#000;
        float: left;
        width: 31%;
        height:auto;
        overflow:hidden;
        padding:.5%;
        margin:1%;
        text-align: center;
        box-sizing: border-box;
    }
    
    .girls_photo{
        width: 90%;
        height:270px;
        overflow:hidden;
        margin:0 auto;
        z-index:1;
        position: relative;
    }
    .girls_name_icon{
        width:98%;
        height:auto;
        overflow:hidden;
        margin:1% auto;
        display: flex;
        justify-content: space-between;
    }
    .girls_girlname{
        width:80%;
        height:30px;
        overflow:hidden;
        margin:0 auto;
        font-size:1.2em;
        color:#000;
        line-height:1.6em;
        text-align:center;
    }
    .girls_xicon{
        width:20%;
        height:auto;
        overflow:hidden;
        margin:0;
        text-align:left;
    }
    .girls_border{
        width:80%;
        height:2px;
        margin:0 auto;
        background:#333;
    }
    .girls_size{
        width:90%;
        height:auto;
        overflow:hidden;
        margin:0 auto;
        font-size:18px;
        color:#000;
        line-height:1.6em;
        text-align:center;
    }
}
@media screen and (max-width: 599px) {
    .girls_formBox{
        box-sizing: border-box;
        width:100%;
        height:auto;
        overflow:hidden;
        margin:1% 0;
    }
    .gf{
        width:98%;
        font-size:1em;
        color:#FFF;
        line-height:1.4em;
        padding:1%;
        text-align:left;
        margin:1% auto;
    }
    .gf input[type=text] {
        background:#FFF;
        padding:1%;
    }
    .gf select, .gf option{
        background:#FFF;
        color:#000;
        border-radius:0;
        padding:1%;
    }
    .girls_formBox table{
        width:100%;
        height:auto;
        overflow:hidden;
        margin:1% 0;
    }
    .girls_formBox table td{
        font-size: .8em;
        line-height:1.4em;
        padding:1% 0;
        text-align:left;
    }
    .girls_formBox table td label{
        color:#FFF;
    }
    input[type=checkbox] {
        display: none;
    }
    .checkbox02 {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        padding: 5px 10px 5px 30px;
        position: relative;
        width: auto;
    }
    .checkbox02::before {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        content: '';
        display: block;
        height: 16px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px;
    }
    .checkbox02::after {
        border-right: 6px solid #cac72c;
        border-bottom: 3px solid #cac72c;
        content: '';
        display: block;
        height: 20px;
        left: 7px;
        margin-top: -16px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 9px;
    }
    input[type=checkbox]:checked + .checkbox02::before {
        border-color: #666;
    }
    input[type=checkbox]:checked + .checkbox02::after {
        opacity: 1;
    }
    .girls_search_submit{
        background:#CCC;
        width:40%;
        font-size:1.2em;
        color:#000;
        line-height:1.8em;
        text-align:center;
        margin:3% 30%;
        border-radius:5%;
    }
    #cast_box{
        background:rgba(0,0,0,0.5);
        width:100%;
        height:auto;
        overflow:hidden;
        margin:5% auto;
    }
    .castlist li {
        position: relative;
        background:url(../img/contents/girl_back.jpg) no-repeat;
        background-size: auto 100%;
        background-color:#000;
        float: left;
        width: 31%;
        height:auto;
        overflow:hidden;
        padding:0.5%;
        text-align: center;
        box-sizing: border-box;
    }
    .castlist li a {
        display: block;
        margin: 0px;
        padding: 0px;
        transition: 0.3s ease-in-out;
        position: relative;
    }
    .castlist li a .girls_photo{
        height:160px;
        overflow:hidden;
        position: relative;
    }
    .girls_name_icon{
        width:100%;
        height:auto;
        overflow:hidden;
        margin:1% auto;
        display: flex;
        justify-content: space-between;
    }
    .girls_girlname{
        width:80%;
        height:20px;
        overflow:hidden;
        margin:0 auto;
        font-size:.8em;
        color:#000;
        line-height:1.8em;
        text-align:center;
    }
    .girls_xicon{
        width:20%;
        height:auto;
        overflow:hidden;
        margin:0;
        text-align:left;
    }
    .girls_border{
        width:80%;
        height:2px;
        margin:0 auto;
        background:#333;
    }
    .girls_size{
        width:95%;
        height:auto;
        overflow:hidden;
        margin:0 auto 1%;
        font-size:.8em;
        color:#000;
        line-height:1.8em;
        text-align:center;
    }
}

@media screen and (min-width: 1025px) {
.girls_formBox{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	padding:2% 5%;
}
.gf{
	width:98%;
	font-size:1em;
	color:#FFF;
	line-height:1.4em;
	padding:1%;
	margin:1% auto;
}
.girls_formBox table{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
}
.girls_formBox table td{
	font-size: 1em;
	color:#FFF;
	line-height:1.4em;
	padding:1px;
    text-align:left;
}
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #cac72c;
    border-bottom: 3px solid #cac72c;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
.girls_search_submit{
	width:40%;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
	margin:3% 30%;
    padding:1% 0;
}
.cast_box{
	width:990px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
.castlist li {
    position: relative;
    background:url(../img/contents/girl_back.jpg) no-repeat;
    background-size: auto 100%;
    background-color:#000;
    float: left;
    width: 310px;
    height: 520px;
    overflow:hidden;
    padding:5px;
    margin:5px;
    text-align: center;
}

.girls_photo{
    width: 300px;
    height:414px;
    overflow:hidden;
    margin:5px auto 0;
    z-index:1;
    position: relative;
}
.girls_photo:hover .text-holder,
.girls_photo img:hover .text-holder {
    opacity: 1;
}
.girls_photo:hover .text-holder .text-middle,
.girls_photo img:hover  .text-holder .text-middle {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.girls_photo a:hover,
.girls_photo img:hover {
  background-color: transparent;
}
.girls_photo img a:hover {
	width:140px;
}
.text-holder {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow: hidden;
}
.text-holder-Inner {
    display: table;
    width: 100%;
    height: 70%;
    padding-top: 5%;
}
.text-middle {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.text-middle h3{
	font-size:1em;
	line-height:1.2em;
	margin:1% 0;
}
ul.girlsIcon {
    width: 90%;
    margin: 3% auto 0;
    text-align: center;
}
ul.girlsIcon li {
    display: inline-block;
    vertical-align: top;
    width: 9%;
    height:100%;
    margin:0 2px 3px;
    background: rgba(201, 200, 47, 0.7);
    padding: 3% 11%;
    font-size: 1.2em;
    text-align: center;
    position: relative;
    line-height:1.2em;
}
.girlsIcon li a{ text-decoration: none;}
/***** 英語サイト *******/
ul.en_girlsIcon {
    width: 90%;
    margin: 3% auto 0;
    text-align: center;
}
ul.en_girlsIcon li {
    display: inline-block;
    vertical-align: top;
    width: 98%;
    height:auto;
    margin:3px auto 0;
    background: rgba(201, 200, 47, 0.7);
    padding: 3% 1%;
    font-size: 1.2em;
    text-align: left;
    position: relative;
    line-height:1.2em;

}
.en_girlsIcon li a{ text-decoration: none;}

.text-middle .comment {
    margin-top: 10px;
    font-size: 1.2em;
    padding: 0 1%;
}
.girls_name_icon{
	width:85%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
    display: flex;
    justify-content: space-between;
}
.girls_girlname{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:1.2em;
	color:#000;
	line-height:1.6em;
	text-align:center;
}
.girls_xicon{
	width:20%;
	height:auto;
	overflow:hidden;
	margin:0;
	text-align:left;
}
.girls_border{
	width:80%;
	height:2px;
	margin:0 auto;
    background:#333;
}
.girls_size{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:18px;
	color:#000;
	line-height:1.6em;
	text-align:center;
}
footer {
	text-align: center;
	width: 100%;
	height:auto;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/common/footer_back.jpg?3103);
	background-position: center top;
	background-size:100% auto;
	color:#FFF;
	margin:80px 0;
	z-index:3;
}
}