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

#header {
    background-color: rgba(0,0,0,0);
}

.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 .container {
}
#icon_twitter{
	width:30px;
	float: right;
}

#icon_twitter img{
	width:100%;
}

#icon_twitter a img{
	transition: all 0.6s ease 0s;
}

#icon_twitter a:hover img{
  cursor: pointer;
	opacity: 0.8;
  transform: /* translateX(-0.1875em)*/ rotateZ(45deg);
}

#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;}



#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 {
  /*border-top: 2px solid #B28500;*/
  float: left;
  height: 720px;
  width: 50%;/*740px*/
}
#topics .title {
    font-size: 1.1rem;
    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;
}
#topics li:last-child {
    border-bottom: none;
}
#topics ul {
	height: 580px;
    margin: 0 0 25px;
    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 {
    width: 65%;
	word-break: break-all;
}

#diary{
  /*border-top: 2px solid #B28500;*/
  float: left;
  height: 720px;
  width: 50%;/*740px*/
}

#diary h2 {
    padding: 4% 0 2%;
}
#diary iframe{margin:auto;}


#newface {
    background:url("/img/bg_ivy.jpg") repeat scroll 0 0;
    padding:2% 0;
    margin:2% 0;
}
#newface ul {
    padding-bottom: 1.5%;
}
#newface h2 {
    padding: 10px 0;
}
#newface li {
	position:relative;
}

#newface li .icon {
    background-color:#997947;
    /*border-radius: 35px;font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;font-style: italic;width: 70px;height: 53px;*/
    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 li .icon span {
    font-size: 0.9rem;
    margin: 0 4px;
}
#newface li .icon .block {
    display: block;
    /*text-decoration: underline;*/
    font-size: 0.8rem;
}
#newface li .photo {
    position: relative;
    height:467px;
    overflow: hidden;

}
#newface li .photo img {
    max-width: 350px;
}
#newface li .box {
    bottom: 0;
    color: #fff;
    /* height: 70px; */
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 10;
}
#newface li .name {
    font-size: 1.5rem;;
    line-height: 1.3;
    margin: 15px 0 0;
    padding-left: 2%;
}
#newface li .size {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-left: 2%;
}

.icon_group{
	padding-left: 2%;
}
.icon_group_s{
	display: inline-block;
	line-height: 1em;
}
.icon_group_s img{
	width: 68px;
}


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

}
#bn_group li {
    /*margin: 5px 0 0;
	background-color:#FFF;*/
  margin:0 0.5%;
}
#bn_group li:first-child {
    /*margin: 10px 0 0;*/
}
#bn_group li img {
	max-width:320px;
  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 {
    /*border-top: 1px solid #B28500;*/
    padding: 4% 0 5%;
	  background:rgba(1,1,1,0.8);
}
#schedule .container {
}
#schedule ul {
    margin: 0 0 3% 0;
}
#schedule li {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1%;
    height: 467px;
    /*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 .icons{
    width:80px;
}
#schedule .icons img{
    width:80px;
}
#schedule .box {
    bottom: 0;
    /*height: 80px;*/
    position: absolute;
    width:100%;
    z-index: 10;
    text-align: left;
}
#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;
    /*margin: 18px 0 0;*/
    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;
  margin-top:2%;
  display:table;
  width:100%;
  height: 50px;
  font-weight: bold;
}

#schedule .sche_data .time {
    color: #fff;
    background: linear-gradient(135deg, #CFAF7A, #997947);
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 2px 0 0;
    width:70%;
    font-size:1rem;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
}
#schedule .sche_data .realtime {
    /*border-radius: 30px;*/
    color: #fff;
    /*font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    height: 40px;font-style: italic;padding: 19px 0;*/
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: -3px;
    width:30%;
    display:table-cell;
      vertical-align: middle;
    /*width: 60px;*/
}


#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;
}
