#topWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    top:0;
}
@media screen and (max-width: 599px) {
	#topevent_box{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto 2%;
	}
	.top_newsbox{
		background:rgba(0,0,0,0.7);
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto 2%;
	}
	.top_news_contents{
		width:100%;
		height:auto;
		overflow:hidden;
		padding:1%;
		border-bottom:1px #CCC solid;
	}
	.top_news_photo{
		display:none;
	}
	.top_news_photo_sp{
		width:98%;
		height:auto;
		overflow:hidden;
		text-align:center;
		margin:1% auto;
	}
	.top_news_detail{
		width:98%;
		height:auto;
		overflow:hidden;
		padding:1%;
	}
	.top_news_date{
		width:98%;
		font-size:4vw;
		color:#FFF;
		line-height:1.5em;
		text-align:left;
	}
	.top_news_title{
		width:98%;
		font-size:4vw;
		font-weight:bold;
		color:#FFF;
		line-height:1.5em;
		text-align:left;
		border-bottom:1px #FFF solid;
	}
	.top_news_comment{
		width:98%;
		font-size:3vw;
		color:#FFF;
		line-height:1.5em;
		text-align:left;
	}
	.top_news_comment a{
		color:#FFF;
		text-decoration:underline;
	}
	.top_fujoho_hime_banner{
		display: none;
	}
	.top_fujoho_hime_banner_sp{
		width:100%;
		height:auto;
		overflow:hidden;
		background:rgba(0, 0, 0, 0.7);
		padding:1%;
		margin:0 auto;
	}
	.top_fujoho_banner_box{
		width:100%;
		height:auto;
		overflow:hidden;
		background:rgba(0, 0, 0, 0.7);
		padding:1%;
		margin:0 auto;
	}
	.top_fujoho_banner{
		width:100%;
		height:auto;
		overflow:hidden;
		padding:1%;
		box-sizing: border-box;
	}
	.top_vanila_banner_box{
		width:100%;
		height:auto;
		overflow:hidden;
		background:rgba(0, 0, 0, 0.7);
		padding:1%;
		margin:0 auto;
		text-align:center;
	}
	.top_todaycastbox{
		width:98%;
		height:350px;
		overflow:hidden;
		background:rgba(0, 0, 0, 0.7);
		padding:1%;
		margin:0 auto;
	}
	.top_newfacebox{
		width:100%;
		height:auto;
		overflow:hidden;
		background:rgba(0, 0, 0, 0.7);
		padding:1%;
		margin:0 auto;
	}
	.top_newfacelist li {
		position: relative;
		background:url(../img/contents/girl_back.jpg) no-repeat;
		background-size: 100% 100%;
		background-color:#000;
		float: left;
		width: 48%;
		height:auto;
		overflow:hidden;
		padding:1%;
		margin:1%;
		text-align: center;
		box-sizing: border-box;
	}
	.text-holder {
		display: none;
	}
	.top_newfacelist li .girls_photo {
		position:relative;
		width: 98%;
		height:230px;
		overflow:hidden;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		filter: sepia(30%);
		opacity: 1;
		margin:0 auto;
		position: relative;
		z-index:1;
	}
	.top_newfacelist li .girls_photo img{
		position:relative;
		height:230px;
		overflow:hidden;
		text-align:center;
	}
	.top_newface_waku {
		display: none;
	}
	.top_newface_girlname{
		width:90%;
		height:20px;
		overflow:hidden;
		margin:1% auto 0;
		font-size:1em;
		color:#000;
		line-height:1.4em;
		text-align:center;
	}
	.top_newface_border{
		width:80%;
		height:2px;
		margin:0 auto;
		background:#333;
	}
	.top_newface_size{
		width:90%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		font-size:.8em;
		color:#000;
		line-height:1.4em;
		text-align:center
	}
	.top_mailmagazinebox{
		display: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
.top_banner{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto 0;
}
.top_banner img{
	vertical-align:bottom;
}

.top_eventbox{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:0 auto;
}
#slider{
	width:auto;
	margin:0 auto;
}
#topevent_box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 2%;
}
.top_newsbox{
	background:rgba(0,0,0,0.7);
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto 2%;
}
.top_news_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	border-bottom:1px #CCC solid;
}
.top_news_photo_sp{
	display:none;
}
.top_news_photo{
	display:table-cell;
	vertical-align:top;
	width:30%;
	height:auto;
	overflow:hidden;
}
.top_news_detail{
	display:table-cell;
	vertical-align:top;
	width:68%;
	height:auto;
	overflow:hidden;
	padding:1%;
}
.top_news_date{
	width:98%;
	font-size:1.2em;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}
.top_news_title{
	width:98%;
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
	border-bottom:1px #FFF solid;
}
.top_news_comment{
	width:98%;
	font-size:1.2em;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}
.top_news_comment a{
	color:#FFF;
	text-decoration:underline;
}
.top_fujoho_hime_banner{
	display: none;
}
.top_fujoho_hime_banner_sp{
	background:rgba(0, 0, 0, 0.7);
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:0px auto;
}
.top_fujoho_banner_box{
	width:100%;
	height:auto;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.7);
	padding:1%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.top_fujoho_banner{
	width:50%;
	height:auto;
	overflow:hidden;
	padding:1%;
	box-sizing: border-box;
}
.top_vanila_banner_box{
	width:100%;
	height:auto;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.7);
	padding:1%;
	margin:0 auto;
	text-align:center;
}
.top_newfacebox{
	width:100%;
	height:auto;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.7);
	padding:1%;
	margin:0 auto;
}
.top_newfacelist li {
    position: relative;
	background:url(../img/contents/girl_back.jpg) no-repeat;
	background-size: 100% auto;
    background-color:#000;
    float: left;
    width: 48%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1%;
    text-align: center;
	box-sizing: border-box;
}
.text-holder {
	display: none;
}
.top_newfacelist li .girls_photo {
    width: 98%;
    height:350px;
    overflow:hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    filter: sepia(30%);
    opacity: 1;
    margin:0 auto;
    position: relative;
    z-index:1;
}
.top_newfacelist li .girls_photo img{
	height:90%;
	margin-left:-20px;
}
.top_newface_waku {
    display: none;
}
.top_newface_girlname{
	width:90%;
	height:30px;
	overflow:hidden;
	margin:1% auto 0;
	font-size:1.2em;
	color:#000;
	line-height:1.4em;
	text-align:center;
}
.top_newface_border{
	width:80%;
	height:1px;
	margin:0 auto;
	border:1px solid #333;
}
.top_newface_size{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:1em;
	color:#000;
	line-height:1.4em;
	text-align:center
}

.top_todaycastbox{
	width:98%;
	height:350px;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.7);
	padding:1%;
	margin:0 auto;
}

.top_mailmagazinebox{
	display: none;
}

}

@media screen and (min-width: 1025px) {
#topCoverWrap {
    position: absolute;
    height: 3000px;
    width: 100%;
    background-color:#000;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}
.coverBG {
    position: relative;
    min-width: 1000px;
    background-position: 50% 70%;
    overflow: hidden;
}
.coverWrap {
    position: relative;
}
.phrase{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    margin: -250px 0 0 -650px;
}
.phrase img{
    width: 100%;
}
.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(../img/pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.topLogo {
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}
.topLogo img {
    width: 100%;
}

.top_eventbox{
	width:990px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
#slider{
	width:auto;
	margin:0 auto;
}
.top_newsbox{
	width:980px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
	box-sizing: border-box;
}
.top_news_contents{
	display:table;
	table-layout:fixed;
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0px;
}
.top_news_photo_sp{
	display:none;
}
.top_news_photo{
	display:table-cell;
	vertical-align:top;
	width:300px;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.top_news_detail{
	display:table-cell;
	vertical-align:top;
	width:660px;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.top_news_title{
	width:660px;
	height:auto;
	overflow:hidden;
	font-size:18px;
	color:#FFF;
	line-height:1.8em;
	text-align:left;
	border-bottom:1px #FFF solid;
}
.top_news_date{
	width:530px;
	height:auto;
	overflow:hidden;
	font-size:16px;
	color:#FFF;
	line-height:1.6em;
	text-align:left;
}
.top_news_comment{
	width:660px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	color:#FFF;
	line-height:1.4em;
	text-align:left;
	margin:3px 0;
}
.top_news_comment a{
	color:#FFF;
}

.top_x_banner{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}

.top_blogbanner{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.top_blogbanner img{
	vertical-align:bottom;
}

.top_banner{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.top_banner img{
	vertical-align:bottom;
}
.top_fujoho_hime_banner_sp{
	display: none;
}

.top_fujoho_hime_banner{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}
.top_fujoho_banner_box{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0px 20px;
	display: flex;
	justify-content: space-between;
}
.top_fujoho_banner{
	width:480px;
	height:auto;
	overflow:hidden;
	padding:5px;
	box-sizing: border-box;
}
.top_vanila_banner_box{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	text-align:center;
}
.top_todaycastbox{
	width:990px;
	height:350px;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}

.top_newfacebox{
	width:990px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
.top_newfacelist li {
    position: relative;
	background:url(../img/contents/girl_back.jpg) no-repeat;
	background-size: auto 100%;
    background-color:#000;
    float: left;
    width: 235px;
    height:396px;
    overflow:hidden;
    padding:3px;
    margin:3px;
    text-align: center;
}

.top_newfacelist li .girls_photo {
    width: 225px;
    height:311px;
    overflow:hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    filter: sepia(30%);
    opacity: 1;
    margin:5px auto;
    position: relative;
    z-index:1;
}
.top_newfacelist li .girls_photo img{
	width:100%;
	vertical-align: bottom;
}

.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%;
	height:70%;
    margin: 3% auto 0;
    text-align: center;
}
ul.girlsIcon li {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    height:100%;
    margin:0 3px 4%;
    background: rgba(204, 199, 45, 0.7);
    padding: 8px 8%;
    font-size: 1.2em;
    text-align: center;
}
/***** 英語サイト *******/
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(204, 199, 45, 0.7);
    padding: 3% 1%;
    font-size: 1.2em;
    text-align: left;
    position: relative;
    line-height:1.2em;

}
/***** 英語サイトend *******/

.text-middle .comment {
    margin-top: 10px;
    font-size: 1.3rem;
    padding: 0 1%;
}
.top_newface_girlname{
	width:90%;
	height:30px;
	overflow:hidden;
	margin:1% auto 0;
	font-size:14px;
	color:#000;
	line-height:1.8em;
	text-align:center;
}
.top_newface_border{
	width:80%;
	height:2px;
	margin:0 auto;
	background:#333;
}
.top_newface_size{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:14px;
	color:#000;
	line-height:1.4em;
	text-align:center
}
.top_newface_girlname a, .top_newface_size a{
	text-decoration: none;
}

.top_mailmagazinebox{
	width:900px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
.top_mailmagazine_text{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	line-height:1.4em;
}
.top_mailmagazine_regist{
	display:table;
	table-layout:fixed;
	width:auto;
}
.top_mailmagazine_qr{
	display:table-cell;
	vertical-align:middle;
	width:150px;
	padding:5px;
}
.top_mailmagazine_add{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	padding:10px;
}
.top_mailmagazine_add a{
	color:#FFF;
	text-decoration: none;
}
.top_mobilebox{
	width:990px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
.top_mobile_text{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	line-height:1.4em;
}
.top_mobile_regist{
	display:table;
	table-layout:fixed;
	width:auto;
}
.top_mobile_qr{
	display:table-cell;
	vertical-align:middle;
	width:150px;
	padding:5px;
}
.top_mobile_add{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	padding:10px;
}

.top-companionList {
}
.top-companionList li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
}
.top-companionList li:nth-child(4n) {
    animation-duration: 0.4s;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.top-companionList li:nth-child(4n+1) {
    animation-duration: 0.8s;
    -webkit-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.top-companionList li:nth-child(4n+2) {
    animation-duration: 1.2s;
    -webkit-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 1200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.top-companionList li:nth-child(4n+3) {
    animation-duration: 1.8s;
    -webkit-transition: all 1800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 1800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 1800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 1800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.top-companionList li:nth-child(4n+4) {
    animation-duration: 2.2s;
    -webkit-transition: all 2200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 2200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 2200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 2200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.top-companionList li a {
    display: block;
    background: #181818;
    margin: 10px 8px;
    padding: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.top-companionList li a p.chach {
    color: #aaa16d;
    font-size: 11px;
    line-height: 1;
    min-height: 20px;
    vertical-align: middle;
}

.top-companionList li a:hover {
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
}

.top-companionList li a span {
    position: relative;
}

.top-companionList li a span img.companionThumb {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    border-left: 2px solid #353535;
    border-radius: 20px;
    filter: sepia(30%);
    opacity: 1;
}
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:0;
    z-index:3;
}
}