@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

#header {
    /*background-color: rgba(0,0,0,0.7);*/
    background: #000 url("/img/bg_body.jpg") no-repeat scroll center top;
}

.under_con {
    align-items: center;
    /*background: rgba(1, 1, 1, 0.8) ;*/
    display: block;
    justify-content: center;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.mainv_overlay {
    /*background: url(/img/dot01.png) rgba(1, 1, 1, 0.2) repeat;*/
    height: 90vh;
    z-index: 1;
}
#mainv{
	display: block;
	height: 90vh;
	min-height: 90%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#mainv .photo{
bottom: 0;
height: auto;
min-height: 100%;
min-width: 100%;
position: fixed;
right: 0;
width: auto;
z-index: -100;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
#mainv .photo img {
	width:100%;
}
#mainv .galdata {
    left: 5%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-5%);
    width: 70%;
		text-align:left;
		color:#fff;
			z-index: 2;
}

#mainv .galdata .pickup{
	   font-family: "Alex Brush",cursive;
		 font-size:5rem;
		 transform: rotate(-7deg);
		 line-height:1;
		 margin-bottom:4%;
}
#mainv .galdata .gal_name{
	  font-size:2.8rem;
		padding-left:3%;
		line-height: 1.2;
    text-shadow: 0 0 8px #000;
}
#mainv .galdata .gal_name span{
	  font-size:2rem;
		margin-left: 2%;
}
#mainv .galdata .gal_size{
	  font-size:1.1rem;
		padding-left:3%;
    text-shadow: 0 0 8px #000;
}
#mainv .galdata .gal_msg{
		  font-size:0.9rem;
			padding-left:3%;
			margin:2% 0 5%;
			max-height:100px;
			overflow:hidden;
      text-shadow: 0 0 8px #000;
}
#mainv .galdata .btn_more2{margin-left:3%;}





#cover {
    background:url(/img/bg_ivy.jpg) repeat;
		padding:4% 0 2%;
}
#cover ul {
    padding-bottom: 10px;
}
#cover li {
	margin:0 0.15%;
}
#cover li img {
    max-width: 100%;
}
#cover li a img {
    transition: 0.5s;
}
#cover ul li.slick-slide {
    background-color: #000;
}
.slider .slick-slide:not(.slick-center) img {
    opacity: 0.5;
}
.slick-prev::before, .slick-next::before {
    font-size: 24px;
}
.slick-next {
    overflow: visible;
    right: 50px;
    top: 48%;
}
.slick-prev {
    left: 50px;
    overflow: visible;
    top: 48%;
    z-index: 5000;
}
.slick-dots {
    bottom: -32px;
}
.slick-list{
	padding:0 !important;
}


@-moz-document url-prefix("") {
.slick-dots {
    bottom: -40px;
}
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider-nav{display:none;}




#galcover{
			width: 100%;
			display: block;
			overflow: hidden;
			position: relative;
		}

		.top-slide-bg.slick-slider{
			width: 100%;
			max-height:100vh;
			overflow: hidden;
		}

		.top-slide-bg img{
			width: 100%;
		}
    #top-slide-nav_frame {
      position: absolute;
      left: 2%;
      width:35%;
      max-width:600px;
      bottom:3%;
      padding:5px 10px 0;
      color: #FFF;
      cursor: pointer;
      outline: none;
      transition: all 0.3s ease-in-out 0s;
      background: rgba(0,0,0,0.75);
    		}
#top-slide-nav_frame p{
  font-family: "Cinzel",serif;
  font-size:0.8rem;
  text-align:left;
}

		.top-slide-nav{
		}

		.slick-next::before {
			content: '';
		}

		.top-slide-nav .slick-next{
			/*background-color: rgba(0,0,0,0.4);*/
			top: 5px;
			right: -10px;
			transform: none;
			width: 50px;
			height: 60px;
			background-image: url("/img/slide_next.png");
			background-size: 50% auto;
			background-repeat: no-repeat;
			background-position: center;
		}
		.top-slide-nav .slick-next:hover{
			opacity: 0.8;
			transition: all 0.3s ease-in-out 0s;
		}

		.slick-prev::before {
			content: '';
		}

		.top-slide-nav .slick-prev{
			/*background-color: rgba(0,0,0,0.4);*/
			top: 5px;
			left: -10px;
			transform: none;
			width: 50px;
			height: 60px;
			background-image: url("/img/slide_prev.png");
			background-size: 50% auto;
			background-repeat: no-repeat;
			background-position: center;
		}
		.top-slide-nav .slick-prev:hover{
			opacity: 0.8;
			transition: all 0.3s ease-in-out 0s;
		}

		.top-slide-nav .slick-current{
			/*box-shadow:0 -3px 0 0 #FFF inset;*/
			transition: all 0.3s ease-in-out 0s;
      transform: scale(1);

		}

		.top-slide-nav li{
			/*width: 100px;*/
			margin: 5px 2px 15px;
      transform: scale(0.9);
		}

		.top-slide-nav li img{
			width: 100%;
			/*height: 50px;*/
      opacity: 1;
      background: #fff;
		}
    .top-slide-nav li.slick-current img{
      opacity: 1;
		}






#concept {
    background-color: #fff;
    border-top: 2px solid #B28500;
}
#concept h2 {
}
#concept .txt {
    padding: 10px 0 30px;
    text-align: center;
    letter-spacing: 0.05em;
	border-bottom:1px solid #DDD;
}
#concept ul {
}
#concept li {
}
#concept .btn_more {
    margin: 30px auto;
}
#container {
    /* margin-top: -40px; */
    /*padding-top: 40px;
	height:1930px;*/
}
#main {
  overflow:hidden;
}
#side {
    border-top: 2px solid #B28500;
    float: right;
    width: 320px;
}
#pickup {
    background-color: rgba(255, 255, 255, 0.85);
    border-top: 2px solid #B28500;
    margin: 0 0 30px;
    padding: 0 0 20px;
}
#pickup h2 {
    padding: 10px 0;
}
#pickup ul{
	margin:0 0 0 15px;
}
#pickup li{
    float: left;
    height: 480px;
    margin: 10px 15px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
#pickup .photo img{
    width: 320px;
}
#pickup .box {
    background:url(/img/pickup_gals_bg.png) repeat-x;
    bottom: 0;
    height: 120px;
    padding: 0 20px;
    position: absolute;
    width: 280px;
    z-index: 10;
}
#pickup .inner_box {
    left: 0;
    position: absolute;
    top: 0;
	z-index:20;
}
#pickup .name {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin: 40px 0 0;
}
#pickup .size {
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
	margin:0 0 5px;
}
#pickup .point {
	color: #ffff00;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 2px 0 0;
}



#topics {
  background: url(/img/bg_type1.jpg) repeat center top;
  padding:5% 0;
}

#topics .title_container{
  background: url(/img/bg_ttl_sq.png) no-repeat;
  background-size:100% auto ;
  height:468px;
}
#topics .title_container h2{
  margin-top:15%;
}
#topics .container .btn {
    margin: 10% auto 0;
    width: 50%;
}
#topics .title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
#topics h2 {
    padding: 4% 0 2%;
}
#topics li {
    margin: 0 0 10px;
    overflow: hidden;
    /*padding: 10px 3% 20px;*/
    border-bottom: 1px solid #000;
    width:100%;
}
#topics li:last-child {
    border-bottom: none;
}
#topics ul {
	height: 580px;
    margin: 3% 0 0;
    overflow: auto;
      text-align: left;
}
#topics .date {
    font-size: 0.8rem;
    margin: 0 0 7px;
    color:#ccc;
}
#topics .inner {
}
#topics .thum {
    width: 33%;
    margin-right: 2%;

}
#topics .thum img {
    width: 100%;
	opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#topics .thum a:hover img {
    opacity: 0.5;
}

#topics .thumr {
	word-break: break-all;
}

#topics .thumr {
	background-color: rgba(0,0,0,0.5);
	padding: 1% 2.5% 3%;
    	width: 60%;
}

#topics .thumr .thumr {
	background: none;
	padding: 0;
    	width: 65%;
}

#diary{
  background:url("/img/bg_type3.jpg") repeat-x scroll center top;
  padding: 4% 0 5%;}

#diary .container{
  display: table;
}
#diary .thumr {
    width: 33%;
    float:none;
    display:table-cell;
    position: relative;
    vertical-align: top;
}
#diary .title_container {
    background: rgba(0, 0, 0, 0) url("/img/bg_ttl_sq2.png") no-repeat scroll 0 0 / 100% auto;
    height: 468px;
}
#diary .title_container h2 {
    margin-top: 25%;
}

#diary .container .btn{
  margin:10% auto 0;
  width:50%;
}
#diary .container .btn img{
  width:100%;
}

#diary .thum {
width: 65%;
padding-top:5%;
float:none;display:table-cell;
}

#diary iframe{margin:auto;}





#newface {
    background:url("/img/newface_bg.jpg") repeat-x left top;
    padding:5% 0 0;
}

#newface ul {
    padding: 1.5% 0 1%;
}
#newface h2 {
    padding: 10px 0;
}
#newface li {
	position:relative;
	margin:0 20px;
}

#newface .slick-dots li{
	margin:0;
}

#newface ul li .nflist {
    display:table;
    text-align: left;
}
#newface ul li .nflist .icons {/*ランクマーク*/
    top:0;
    left:35%;
}


#newface ul li .nflist .icon {/*入店日*/
    font-size: 1.5rem;
    line-height: 1.2;
}
#newface ul li .nflist .icon span {
    font-size: 0.9rem;
    margin: 0 4px;
}



#newface ul li .nflist .photo {
    /*height:467px;
    overflow: hidden;
    display: table-cell;*/
    float:left;
    width:65%;
    background:none;
    padding-bottom:10%;
}
#newface ul li .nflist .photo img {
    width: 100%;
    background-color: #000;
}
#newface ul li .nflist .box {
    /*bottom: 0;height: 70px;
    position: absolute;width: 100%;
    display: table-cell;*/
    position: absolute;
    right:0;
    top:70px;
    color: #fff;
    text-align: left;
    z-index: 10;
    vertical-align: top;
    padding:8% 5%;
    width:50%;
    background:rgba(1,1,1,0.7);
    background-size:100% auto;
    font-size: 0.9rem;
    line-height: 1.4;
    }
#newface ul li .nflist .name {
    font-size: 1.5rem;
    margin: 15px 0 0;
}
#newface ul li .nflist .size {
  font-size: 0.66rem;
  line-height: 1.5;
  margin: 2% 2% 4%;
letter-spacing: 0.08rem;
}

#newface ul li .nflist .msg{
  margin-top:8%;
  line-height: 1.8;
height:180px;
overflow:auto;
}

#newface ul li .sche_info {
    right: 2%;
    max-width: 250px;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 11;
    text-align: right;
    padding:1%;
}


#newface ul li.slick-slide:not(.slick-center) {
  opacity: 0.5;
}


#newface .slick-list{
  margin-bottom:1.5%;
}

/*コピー元時代 .pre*/
#newface.pre li .icon {
    background-color:#997947;

    color: #fff;
    padding:1.8% 5%;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: -3px;
    bottom: 0;
    z-index: 11;
    font-size: 1.2rem;
    line-height: 1.2;
}
#newface.pre li .icon span {
    font-size: 0.9rem;
    margin: 0 4px;
}
#newface.pre li .icon .block {
    display: block;
    /*text-decoration: underline;*/
    font-size: 0.8rem;
}
#newface.pre li .photo {
    position: relative;
    height:467px;
    overflow: hidden;
}
#newface.pre li .photo img {
    max-width: 350px;
    margin:auto;
}
#newface.pre li .box {
    bottom: 0;
    color: #fff;
    height: 70px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 10;
}
#newface.pre li .name {
    font-size: 1.5rem;;
    line-height: 1.3;
    margin: 15px 0 0;
    padding-left: 2%;
}
#newface.pre li .size {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-left: 2%;
}



#bn_group {
  padding:0 0 5%;
}
#bn_group ul {

}
#bn_group li {
    margin:0.2%;
}
#bn_group li:first-child {
    /*margin: 10px 0 0;*/
}
#bn_group li img {
	max-width:450px;
  width:100%;
}
#bn_group li a img {
	transition: 0.5s;
}
#bn_group li a:hover img {
	filter:Alpha(opacity=60) ;
	opacity:0.6 ;
	-moz-opacity:0.6;
}
#photodiary {
    background: rgba(0, 0, 0, 0) url("/img/photodiary_bg.jpg") no-repeat scroll center top;
    height: auto;
    min-height: 798px;
    width: 100%;
}
#photodiary h2 {
}
.br{
	height:30px;
}
#photodiary .container {
    background-color: rgba(255, 255, 255, 0.85);
    border-top: 2px solid #B28500;
    padding: 0 0 35px;
}
#photodiary ul {
    margin: 0 0 30px 20px;
}
#photodiary li {
    float: left;
    height: 240px;
    margin: 10px;
    overflow: hidden;
    width: 240px;
}
#photodiary li a {
}
#photodiary li img {
    width: 240px;
}



#schedule {
    background:url("/img/bg_type2.jpg") repeat-x scroll center top;
    padding: 0 0 5%;
	margin-top:-10%;

}
#schedule .container {
}
#schedule ul {
    margin: 0 0 3% 0;
    text-align: left;
}

#schedule .main_title {
	margin-top:20%;
}

#schedule li {
    /*float: left;*/
    display: inline-block;
    width: 23.5%;
    /*overflow: hidden;*/
    position: relative;
    margin :0 0.5% 3%;
    /*height: 480px;
    width: 240px;margin: 10px;*/
}
#schedule a {
}
#schedule .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;
}
#schedule .point p {
    overflow: hidden;
    position: absolute;
    right: -7px;
    top: 5px;
    width: 50px;
	transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
	color:#000;
}
#schedule .point p:first-letter {
	font-size:30px;
}



#schedule .photo {
}
#schedule .photo img {
    width: 100%;
    /*width: 240px*/
}
#schedule .thum {
}
#schedule .thumr {
    margin: 15px 0 0;
}
/*
#schedule .name {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    text-shadow: 0 0 8px #000;
    padding-left:2%;
}
#schedule .size {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5;
    padding-left:2%;
    text-shadow: 0 0 8px #000;
}

#schedule .sche_data{
  overflow:hidden;
  display:table;
  width:100%;
  font-size:0.9rem;
  font-weight: bold;
  margin:5px 0;
}

#schedule .sche_data .time {
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-align: left;
    display:table-cell;
    vertical-align: middle;
    width:40%;
    text-indent: 5px;
}
#schedule .sche_data .realtime {
    color: #FFCDBF;
    letter-spacing: 0.05em;
    text-indent: 3px;
    width:60%;
    display:table-cell;
      vertical-align: middle;

}*/


#bn_group_f {
    padding: 80px 0;
	background-color:#FFF;
}
#bn_group_f ul {
	text-align:center;
}
#bn_group_f li {
	background-color:#FFFFFF;
	display:inline-block;
	margin:0 5px;
}
#bn_group_f a img {
	transition: 0.5s;
}
#bn_group_f a:hover img {
	filter:Alpha(opacity=60) ;
	opacity:0.6 ;
	-moz-opacity:0.6;
}




/*共通（新人・出勤）タイトル・もっと見るボタン*/

#newface .container:first-child,#schedule .container:first-child{
  text-align: left;
  position: relative;
  max-width:1200px;
}
#newface .container .btn{
  position: absolute;
  right:0;
  top:25%;
}
