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

div#logo{
	max-width:1200px;
	max-height:560px;
	display:block;
	margin:auto;
	position: relative;
}

/*---main_menu-------------------------------------------------------------*/

ul#main_menu{
	width:1200px;
	margin:auto;
	padding:0px;
}

ul#main_menu li{
	float:left;
	margin:0px;
	padding:0px;
    width: 10%;
}

ul#main_menu li a{
	display:block;
	overflow:hidden;
}
ul#main_menu li img{
width: 100%;
height: auto;
}

/*---contents_container-------------------------------------------------------------*/

div#contents_container{
	width:1200px;
	padding-top:20px;
	margin:0 auto;
}

/*---contents_left-------------------------------------------------------------*/

div#contents_left{
	float:left;
	width:830px;
	overflow:hidden;
}

/*---contents_right-------------------------------------------------------------*/

div#contents_right{
	float:right;
	width:350px;
	/*overflow:hidden;
    display:table-cell;*/
	vertical-align:top;
    /*margin-top: 10px;
    padding-top: 70px;
    background:url(./../img/page_parts/photo_bg.jpg) top center no-repeat;
    background-size: 100% auto;*/
}

div#cr_container{
	position:relative;
	width:758px;
	background-color:#FFFFFF;
	padding-top:30px;
	padding-bottom:80px;
	margin:18px auto;
}

#contents_right h1{
	margin:0;
	padding:0;
}

#contents_right a {
	text-decoration:none;
}
#contents_right a:link {
	color:#424251;
}
#contents_right a:hover {
	color:#F18B8D;
	text-decoration:underline;
}
#contents_right section {
	text-align:left;
	clear: both;
}

#contents_right section.qr p {
	font-size:13px;
	margin:10px 0 0 12px;
}
#contents_right section.qr figure {
	margin:10px 16px 6px 8px;
	float:right;
}

/*---line2-------------------------------------------------------------*/

ul#sec_contents{
	margin-top:10px;
	width:100%;
}

ul#sec_contents li{
	float:left;
	margin:5px;
}
ul#sec_contents:first-child li{
	margin-left:0;
}

ul#sec_contents a{
	display:block;
}

/*---line3-------------------------------------------------------------*/

div#line3{
	margin-top:10px;
}

div.l3_container{
	height:834px;
	overflow:auto;
	border:1px #999999 solid;
}

a.more_bt{
width:144px;
display:block;
margin:0 auto;
}
a.more_bt img{
}

a.more_bt:after { /* clearfix */
  content: "";
  display: block;
  clear: both;
}

/*---line4-------------------------------------------------------------*/

div#line4{
	margin-top:20px;
}

ul.l4_left{

}

ul.l4_left li{
	float:left;
	margin:5px;
}


div#line5{
	margin-top:10px;
}

div#line5 ul li{
	width: 400px;
	margin: 0 !important;
}

div#line5 ul li img{
	width: 390px;
	margin: auto;
}

/*---footer-------------------------------------------------------------*/

footer{
	width:100%;
	margin-top:50px;
	padding-bottom: 5px;
}

div#footer_container{
	/*position:relative;*/
	max-width: 1200px;
	width:100%;
	height:auto;
	margin:0 auto;
}

#footer_tag ul{
	clear: both;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
margin: 1% 0;
}
#footer_tag ul li{
	width: 100%;
	height: auto;
	margin: 1% 0;
}
#footer_tag ul li img{
	width: auto;
	height: 40px;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 5px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow1::after{
	right: -90%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#sec_info{
	width:100%;
	margin:10px auto;
	padding:15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

div#sec_info > div{
	width:20%;
}

div#sec_info > div p{
	display: block;
	width:100%;
}

div#sec_info > div img{
	width:100%;
	margin:auto;
}

ul#footer_menu{
	width:50%;
	height: 130px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: baseline;
}

ul#footer_menu li{
	padding: 0.5em 1em;
}

ul#footer_menu li a::before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin: -2px 8px 0 -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	content: "";
}


div#sec_info .text_right{
	text-align: center;
	width:20%;
	padding: 1em;
	border: 2px solid #FFF;
}

div#sec_info h5.group_title{
	width:100%;
	margin-top: 90px;
}

div#sec_info .group_link{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

div#sec_info .group_link .type{
	width:10%;
	padding: 0.5em 0;
}

div#sec_info .group_link ul.link{
	width:18%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: baseline;
	padding: 0.3em 0;
}

div#sec_info .group_link ul.link li{
	padding: 0.2em 0;
}

div#sec_info .group_link ul.link a::before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin: -2px 8px 0 -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	content: "";
}


/*---copyright-------------------------------------------------------------*/

p#copyright{
font-size:11px;
padding-top:25px;
text-align: center;
}

/*----------------------------------------------------------------*/

.bt1{
	width:124px;
	height:32px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	padding:0 4px;
	border:none;
}

.bt2{
	width:124px;
	height:32px;
	background-color:#737373;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	padding:0 4px;
	cursor:pointer;
	border:none;
}

/*----------------------------------------------------------------*/

div#form_box {
	width: 900px;
	height:600px;
	overflow-y:scroll;
	padding: 10px 15px;
	font-size: 14px;
	margin:10px;
}

div#form_box input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: -5px;
}
div#form_box p {
	width: 190px;
	min-height: 35px;
	padding: 5px;
	float: left;
	clear: none;
}
div#form_box p.title {
	width: 100%;
	font-size: 16px;
	line-height: 120%;
}
div#form_box p span {
	padding: 0px 5px;
	font-size: 14px;
	line-height: 120%;
}
div#form_box div.btn {
	width:100%;
	clear: none;
	text-align:right;
	float:left;
	padding-bottom:20px;
}

/*----------------------------------------------------------------*/

img.coverImg {
	width: 799px;
	height: 361px;
}
img.movieImage2 {
	width: 425px;
	height: 245px;
}
div#magaCompBox {
	color: #F00;
	font-size: 150%;
	padding: 20px;
	padding-left: 80px;
}

.cl {
	clear: both;
}

/*----------------------------------------------------------------*/

div.system_box{
	width: 800px;
	padding: 10px 15px;
	font-size: 14px;
	display:block;
}

div.system_box p {
	width: 500px;
	min-height: 35px;
	padding: 5px;
	float: left;
	clear: none;
}
div.system_box p.title {
	width: 100%;
	font-size: 16px;
	line-height: 120%;
}
div.system_box p span {
	padding: 0px 5px;
	font-size: 14px;
	line-height: 120%;
}


/****　パンくず　****/
#breadcrumb {
	width:1100px;
	margin:10px auto;
}
#breadcrumb li {
	font-size:10px;
	float:left;
	margin:0 5px;
}
#breadcrumb li a{
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	text-decoration:none;
}

/****　パンくずここまで　****/

.l2_left li{
	width:410px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.l2_left li img{
	width:100%;
}

.girls_state{
	display:block;
	margin:auto;
	width:100%;
}

.girls_state > .name{
	float:left;
	width:40%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.girls_state > .icon{
	float:left;
	width:60%;
}

.girls_state > .icon > img{
	float:left;
	width:30px;
	height:30px;
}

.timer_css{
	font-size:1.0rem;
	text-align:center;
	font-family: "Noto Sans Japanese" !important;
	margin-top:-15px;
	margin-bottom:10px;
}


.effect-fade, .effect-fade2, .effect-fade3, .effect-fade4, .effect-fade5 {
	opacity:0;
	transform:translate(0, 45px);
	transition:all 1300ms;
}

.effect-fade.effect-scroll, .effect-fade2.effect-scroll, .effect-fade3.effect-scroll, .effect-fade4.effect-scroll, .effect-fade5.effect-scroll {
	opacity:1;
	transform:translate(0, 0);
}

.effect-fade2:nth-of-type(2n+1), .effect-fade3:nth-of-type(3n+1), .effect-fade4:nth-of-type(4n+1), .effect-fade5:nth-of-type(5n+1) {
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
}	
	
.effect-fade2:nth-of-type(2n+2), .effect-fade3:nth-of-type(3n+2), .effect-fade4:nth-of-type(4n+2), .effect-fade5:nth-of-type(5n+2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect-fade3:nth-of-type(3n+3), .effect-fade4:nth-of-type(4n+3), .effect-fade5:nth-of-type(5n+3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.effect-fade4:nth-of-type(4n+4), .effect-fade5:nth-of-type(5n+4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
.effect-fade5:nth-of-type(5n+5) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
}