/* CSS Document */
body,div,ul,li{margin:0;padding:0;}
a{text-decoration: none;border:none;}
ul,li{list-style: none;}
.clear{width:0;height:0;clear:both;}
iframe{overflow:auto;border:none;}

@media screen and (max-width:768px) {
/* SP */
body{
	background:url('/imgs/bg_sp.jpg') top center;
	min-height:100vh;
}
body#index div#main{
	width:100%;
	height: calc(100vw * 0.6);
	background:black url('/imgs_index/index01_sp.png') no-repeat center;
	background-size: contain;
}
body#index div#container{
	width:97%;
	margin:20px auto 0;
}
body#index div#container img{
	width: calc(97vw * 0.5 - 5px);
}
body#index div#leave{
	width:226px;
	height:101px;
	margin:0 auto;
}
body#index div#footer_cm_area{
	margin-top:20px;
	text-align: center;
	max-width:100%;
}
}@media (min-width:768px) {
/* PC */
body{
	background:url('/imgs/bg.jpg') top center;
	min-height:1380px;
}
body#index div#main{
	width:100%;
	height:725px;
	background:black url('/imgs_index/index01.png') no-repeat top center;
}
body#index div#container{
	width:750px;
	margin:20px auto 0;
}
body#index div#leave{
	width:226px;
	height:101px;
	margin:0 auto;
}
body#index div#footer_cm_area{
	margin-top:20px;
	text-align: center;
}
}




body#pc-top div#main{
	width:100%;
	height:540px;
	background:black url('/imgs_index/pc_top_main.png') no-repeat top center;
}
body#pc-top div#container{
	width:960px;
	margin:0 auto;
}
body#pc-top div#menu_area{
    height: 125px;
	background:linear-gradient(#4b4b4b, #0c0c0c);
}
body#pc-top ul#menu {
	height:120px;
	width:960px;
	margin:0 auto;
	overflow:hidden
}
body#pc-top ul#menu li{
	float:left;
}
body#pc-top ul#menu li img{
	width:115px;
	height:115px;
}
body#pc-top ul#menu li{
	margin-left:25px;
}
body#pc-top ul#menu li:first-child{
	margin-left:0;
}
body#pc-top div#event_information_title{
	margin-top:20px;
}
body#pc-top div#event_information_main{
	margin:0px auto 18px;
	width:960px;
	height:310px;
}

body#pc-top div#left_side{
	width:276px;
	float:left;
}

body#pc-top div#right_side{
	width:665px;
	float:right;
}
body#pc-top div#pickup{background:#000;}
body#pc-top div#pickup_title{
	margin-bottom:-5px;
}
body#pc-top div#pickup_photo{
	margin-bottom:-5px;
	text-align: center;
}
body#pc-top div#pickup_comment{
	color:white;
	font-size:16px;
	width:calc(100% - 10px);
	height:80px;
	margin:5px;
	overflow:hidden;
}
body#pc-top div#diary{
	margin-top:20px;
	background:#000;
	position: relative;
}
body#pc-top div#diary_title{
	z-index:10;
	position:relative;
}
body#pc-top div#diary_main{
	z-index:5;
	position:relative;
	margin-top:-45px;
}
body#pc-top div#girls_information{
	/*background:#000;*/
	position: relative;
}
body#pc-top div#girls_information_title{
	z-index:10;
	position:relative;
}
body#pc-top div#girls_information_main{
	z-index:5;
	position:relative;
	margin-top:-45px;
}

body#pc-top div#schedule{
	margin-top:20px;
}
body#pc-top div#schedule_title{margin-bottom:-7px;}
body#pc-top div#schedule_main{}
body#pc-top div#schedule_main ul{overflow:hidden;}
body#pc-top div#schedule_main li.prof{
	display:inline-block;
	float:left;
	width:161px;
	height:300px;
	background:white;
	color:black;
	margin-top:5px;
	margin-right:3px;
}
body#pc-top div#schedule_main li.prof:first-child{margin-left:2px;}
body#pc-top div#schedule_main li.prof:nth-of-type(4n){margin-right:0;}
body#pc-top div#schedule_main li.prof:nth-of-type(4n+1){margin-left:2px;}

body#pc-top div#schedule_main div.prof_ph{width:161px;height:215px;}
body#pc-top div#schedule_main div.prof_ph img{width:161px;height:215px;}


body#pc-top div#schedule_main div.prof_name{
	overflow:hidden;
	font-size:12px;
	text-align:center;
	width:100%;
}
body#pc-top div#schedule_main div.prof_size{
	overflow:hidden;
	font-size:11px; /* 14まで可 */
	text-align:center;
	width:100%;
	margin:2px auto;
}
body#pc-top div#schedule_main div.prof_schedule{
	overflow:hidden;
	text-align:center;
	background:black;
	color:white;
	width:100%;
}
body#pc-top div#schedule_main div.prof_comment{
	overflow:hidden;
	text-align:center;
	width:100%;
	font-size:12px;
	padding:2px 0;
}




footer{
	margin-top:150px;
	width:100%;
	color:white;
	background:black;
	padding-top:25px;
}
body#pc-top div#footer{
	width:960px;
	margin:0 auto;
}
body#pc-top div#footer_left{
	width:510px;
	float:left;
	background:black;
	color:white;
	border-right:solid white 5px;
}
body#pc-top div#footer_contents_title{
	width:215px;
	height:35px;
	margin:0 auto;
}
body#pc-top div#footer_contents_main{
	width:510px;
}
body#pc-top div#footer_contents_main ul{
	text-align:center;
	margin:20px auto;
}
body#pc-top div#footer_contents_main li{
	display:inline-block;
	float:left;
	text-align: left;
	width:125px;
	height:20px;
	color:white;
	font-size:12px;
	font-family: "ShinGoPr5";
	margin-bottom:15px;
}
body#pc-top div#footer_right{
	width:445px;
	float:right;
	background:black;
	color:white;
}
body#pc-top div#footer_logo{
	width:326px;
	height:90px;
	margin:50px auto 10px;
}
body#pc-top div#footer_info{
	font-size:15px;
	width:100%;
	text-align: center;
}
body#pc-top div#copyrights{
	width:960px;
	margin:0 auto;
	padding:10px 0;
	color:white;
	text-align: center;
	border-top:solid 5px white;
}


body#pc-top div#magazine_title{
	margin-top:20px;
}
body#pc-top div#magazine_main{
	margin:18px auto;
	width:960px;
	height:870px;
}


/* mod_dropnavi */
.mod_dropnavi>ul{
	margin: 10px auto;
	width:960px;
	height:100px;}
.mod_dropnavi>ul>li{
	float:left;
	padding: 0 10px;
	height:100px;
	position:relative;
	text-align:center;
	border-left:solid 1px #fff;}
.mod_dropnavi>ul>li:last-child{ border-right: solid 1px #fff;}
/*.mod_dropnavi>ul>li:last-child{ padding: 0;}*/
.mod_dropnavi>ul>li>a{
	display:block;
	width: 116px;
	height:100px;
	transition: background-color 0.5s;}
.mod_dropnavi>ul>li:first-child>a:hover, .mod_dropnavi>ul>li:first-child>a:active { background-color: rgba(249,128,202,0.6);}
.mod_dropnavi>ul>li:nth-child(2)>a:hover, .mod_dropnavi>ul>li:nth-child(2)>a:active { background-color: rgba(249,179,128,0.6);}
.mod_dropnavi>ul>li:nth-child(3)>a:hover, .mod_dropnavi>ul>li:nth-child(3)>a:active { background-color: rgba(249,128,128,0.6);}
.mod_dropnavi>ul>li:nth-child(4)>a:hover, .mod_dropnavi>ul>li:nth-child(4)>a:active { background-color: rgba(180,212,129,0.6);}
.mod_dropnavi>ul>li:nth-child(5)>a:hover, .mod_dropnavi>ul>li:nth-child(5)>a:active { background-color: rgba(126,215,206,0.6);}
.mod_dropnavi>ul>li:nth-child(6)>a:hover, .mod_dropnavi>ul>li:nth-child(6)>a:active { background-color: rgba(195,137,232,0.6);}
.mod_dropnavi>ul>li:nth-child(7)>a:hover, .mod_dropnavi>ul>li:nth-child(7)>a:active { background-color: rgba(255,24,146,0.60);}

#hd_mainnav.scroll .mod_dropnavi>ul{
	height:30px;}
#hd_mainnav.scroll .mod_dropnavi>ul>li{
	padding: 0 10px;
	height:30px;
	position:relative;
	text-align:center;}
/*#hd_mainnav.scroll .mod_dropnavi>ul>li:last-child{ padding: 0;}*/
#hd_mainnav.scroll .mod_dropnavi>ul>li>a{
	position: relative;
	display:block;
	width: 116px;
	height:30px;
	overflow: hidden;
	transition: background-color 0.5s;}
#hd_mainnav.scroll .mod_dropnavi>ul>li>a>img{
	position: relative;
	top: -65px;}
/*#hd_mainnav.scroll .mod_dropnavi>ul>li:nth-child(7)>a img { display: none;}
#hd_mainnav.scroll .mod_dropnavi>ul>li:nth-child(7)>a {
	width: 136px;
	height: 30px;
	background: url(../img/hd_nav07_scroll.png) no-repeat center center;}
*/
/* mod_dropnavi_child */
.mod_dropnavi .mod_dropnavi_child{
	display:none;
	position:absolute;
	top:98px;
	left:50%;
	width: 270px;
	margin-left: -135px;
	z-index:99;
	padding:12px 0 0 0!important;}
#hd_mainnav.scroll .mod_dropnavi .mod_dropnavi_child{
	top:30px;}
.mod_dropnavi .mod_dropnavi_child:before{
	content: "";
	position: absolute;
	top: -6px;
	right: 50%;
	margin-right: -6px;
	border: 6px solid transparent;
	border-bottom: 12px solid #000;}
.mod_dropnavi .mod_dropnavi_child ul{
	padding:15px 15px 10px 15px!important;
	background-color:#003700;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}
.mod_dropnavi ul li:nth-child(2) .mod_dropnavi_child ul { background-color: rgb(249,179,128);}
.mod_dropnavi ul li:nth-child(3) .mod_dropnavi_child ul { background-color: rgb(249,128,128);}
.mod_dropnavi ul li:nth-child(4) .mod_dropnavi_child ul { background-color: rgb(180,212,129);}
.mod_dropnavi ul li:nth-child(5) .mod_dropnavi_child ul { background-color: rgb(126,215,206);}
.mod_dropnavi ul li:nth-child(2) .mod_dropnavi_child:before { border-bottom-color: rgb(249,179,128);}
.mod_dropnavi ul li:nth-child(3) .mod_dropnavi_child:before { border-bottom-color: rgb(249,128,128);}
.mod_dropnavi ul li:nth-child(4) .mod_dropnavi_child:before { border-bottom-color: rgb(180,212,129);}
.mod_dropnavi ul li:nth-child(5) .mod_dropnavi_child:before { border-bottom-color: rgb(126,215,206);}
.mod_dropnavi .mod_dropnavi_child ul li{
	text-align:left;
	border-top: 1px dashed #fff;
	line-height: 27px;
	padding: 5px 5px 3px;
	font-size: 14px;
	font-weight: bold;
	white-space:nowrap;
	background:transparent url('../img/icon_arrow_01.png') no-repeat 10px center!important;}
.mod_dropnavi .mod_dropnavi_child ul li:first-child{
	border: none;}
.mod_dropnavi .mod_dropnavi_child ul li a{
	padding:0 0 0 24px!important;
	letter-spacing: 0.2em;
	display:block;}
.mod_dropnavi .mod_dropnavi_child ul li a:link    {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:visited {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:hover   {color:#FFF; text-decoration:underline;}
.mod_dropnavi .mod_dropnavi_child ul li a:active  {color:#FFF; text-decoration:underline;}
