@charset 'UTF-8';






/*-------------------------------------Slider settings*/
.slick-wrap {
  position: relative; margin: 0;
}

.slick-slide .vis {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
	  
.slider {
	width: 100%;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.slick-slide:hover {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
	outline: none;
}
.slick-slide:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

  .vis{position: relative;}

  .vis .caption{
	  position: absolute;
	  bottom: 45px;
	  left: 30px;
	  color: #FFF;
  }
  .vis .caption .title,
  .vis .caption .smallTxt{
	  display: block;
  }
  .vis .caption .title{
	  font-size: 13px;
  }
  .vis .caption .smallTxt{
	  font-size: 11px;
  }


  /*-------------------------------------DOTS*/
  .slick-dots{
	  bottom: 12px;
  }
	  
.slick-dots li{
    width: 18px;
    height: 18px;
	margin: 0 0;
}
.slick-dots li:last-child{
	margin-right: -12px;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    padding: 6px;
}

.slick-dots li button:before
{
	content:"";
	background: url('../img/dot-white.png') no-repeat;
	background-size: 100% 100%;
	
	display: block;
	position: absolute;
    top: 0;
    left: 0;

    width: 6px;
    height: 6px;
	line-height: 6px;
	text-align: center;

   
    color: black;
	opacity: .25;
	transition: all 0.6s;
	
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #FFF;	
}
	  
.slick-dotted.slick-slider{margin-bottom: 0;}


/*-------------------------------------------------LOGO*/
	  
	  
.logo-regular{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  width: 300px;
}
.curtain{
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
}

h2{
	margin-bottom: 3em;
	font-size: 16px;
	font-weight: 400;
}

/*-------------------------------------------------projects*/

.projects {
	padding: 80px 0 0;
	/*
	border-bottom: 1px solid #efefef;
	*/
}
.projects .project-list{
	display: flex;
    flex-wrap: wrap;
}

.projects .nutshell {
	margin-bottom: 2em;
}
.projects .nutshell a{
	display: block;
}


.projects .nutshell a:hover {
    color: #666;
    text-decoration: none;
}
.projects .nutshell .thumb{
	margin-bottom: 0.8em;
}
.projects .nutshell a:hover .thumb{
	opacity: 0.75;
}
.projects .nutshell h3{
	font-size: 12px;
	line-height: 1.4;
}
.projects .nutshell .date{
	font-size: 11px;
	color: #888;
}

/*-------------------------------------------------NEWS*/

#sec-news{
	max-width: 980px;
	margin: 80px auto;
	/*
	border-bottom: 1px solid #efefef;
	*/
}
.news h2{}
.news {
	padding: 5% 0 0;
}
.news .nutshell{
	clear: both;
	border-top: 1px solid #efefef;
	padding: 1em 0;
	position: relative;
	transition: 0.4s;

}
.news .nutshell .trigger{
	position: absolute;
	top:0; left:auto; right:0; bottom: auto;
	display: block;
	background-image:url(../img/common/icon-caret-up.png);
	background-size:16px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 6%;
	padding-top: 6%;
	
}
.news .nutshell.open .trigger:hover{
	background-color: #EFEFEF;
	cursor: pointer;
}

.news .nutshell:last-child{
	border-bottom: 1px solid #efefef;
}
.news .nutshell .thumb{
	padding: 0;
	margin-bottom: -2px;
}
.news .nutshell .textSet{
	padding: 0 0 0 1.5em;
}
.news .nutshell.row{
	margin-left: 0;
    margin-right: 0;
}
.news .nutshell .textSet .meta{
	display: block;
	margin-bottom: 0.4em;
}
.news .nutshell .textSet .meta span{
	display: inline-block;
	margin-right: 1em;
	line-height: 1.8;
	font-size: 11px;
}
.news .nutshell .textSet .meta .date{}
.news .nutshell .textSet .meta .tag-news{
	background-color: #FFF;
    border: 1px solid #efefef;
    border-radius: 2px;
    display: inline-block;
}
.news .nutshell .textSet .meta .tag-news a{
	text-decoration: none;
	padding: 0 1em;
    display: block;
}

.news .nutshell .textSet h3{
	font-size: 16px;
	margin-bottom: 1.0em;
	line-height: 1.8;
}
.news .nutshell .textSet .lead-news{
	display: block;
	font-size: 13px;
	margin-bottom: 2em;
}

.news .btn-detail{
	margin: 1em 0 0;
	width: 100%;
}

/*-------------------------------------------------NEWS - CLOSED*/

.news .nutshell.closed{}
.news .nutshell.closed:after{
	background-image:url(../img/common/icon-caret-down.png);
	top: 50%;
    right: 2%;
    transform: translateY(-50%);
}
.news .nutshell.closed:hover{
	background-color: #EFEFEF;
	cursor: pointer;
}
.news .nutshell.closed .lead-news{display: none;/*font-size: 12px;*/}
.news .nutshell.closed .thumb{display: none;}
.news .nutshell.closed .textSet{padding: 1em; float: none;}
.news .nutshell.closed .textSet .meta{display: inline-block; margin-bottom: 0;}
.news .nutshell.closed .textSet h3{display: inline-block; margin-bottom: 0;font-size: 13px; }

.news .nutshell.closed .link-inline-more{
	display: none;
}

.news .nutshell.closed .trigger{
	right: 0; left:0; bottom: 0; top: 0;
	width: 100%;
	height: 100%;
	background-image:url(../img/common/icon-caret-down.png);
	background-size:16px;
	background-repeat: no-repeat;
	background-position: right 2% center;
}





/*-------------------------------------------------ABOUT*/
#sec-about {
    
	max-width: 980px;
    
	margin: 40px auto;
}
#sec-about h2{
    margin-bottom: 1em;
}
.about  {

}

.about .concept {
	text-align: center;
	padding: 1em 0;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
}

.about .concept .sub-copy{
	margin-top: 110px;
	font-size: 14px;
}
.about .company{
	margin: 2em auto 0;
	width: 90%;
}
.about .company.row{
	
}
.about .company li{
	display: block;
	position: relative;
}
.about .company li a{
	
	
}
.about .company li a:hover{
}
/*
.about .company .company-overview{background-image: url(../img/about/img-office.jpg);}
.about .company .company-work{background-image: url(../img/about/img-work.jpg);}
.about .company .company-staff{background-image: url(../img/about/img-staff.jpg);}
*/

.about .company .btn-frame{
	text-align: center;
}

.about .company .btn-frame:nth-child(1),
.about .company .btn-frame:nth-child(2),
.about .company .btn-frame:nth-child(3){
   border-right: 1px dotted #DDD;
}
.about .company .btn-frame:nth-child(2),
.about .company .btn-frame:nth-child(3),
.about .company .btn-frame:nth-child(4){
   border-left: none;
}

/*書籍掲載情報*/
#publishing{
        max-width: 980px;
        margin: 40px auto;
}
#publishing h1{
        font-size: 16px;
}
.sec.book{
	padding-left: 1em;
	padding-right: 1em;
}

.book h2{
	margin-bottom: 1.8em
}
.book ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.book li{
	text-align: center;
	margin-bottom: 1.8em;
}
.book p{
	font-size: 11px;
	line-height: 1.4;
}
.sec.book img{
	width: 70px;
	height: auto;
}



#concept-logo-symbol{
	position: absolute;
	left: 50%;
	top:0;
	width: 100px;
	height: 100px;
	z-index: 10;
	transform:translateX(-50%);

}
/*logo BGナシ*/
#concept-logo-symbol .ripple1,
#concept-logo-symbol .ripple2,
#concept-logo-symbol .ripple3{
	border-radius: 50%;	
}
#concept-logo-symbol .ripple1{
	width:100%;
	height: 100%;
	opacity: 0.4;
	background-color:#6c96d0;
}
#concept-logo-symbol .ripple2{
	width:64.6%;
	height: 64.6%;
	opacity: 0.35;
	background-color:#175baa;
	position: absolute;
	top: 17.7%;
	left: 17.7%;
}
#concept-logo-symbol .ripple3{
	width:33%;
	height: 33%;
	opacity: 0.65;
	background-color:#1468ab;
	position: absolute;
	top: 33.5%;
	left: 33.5%;
}

/*
#concept-logo-symbol .logo-animation1{
	 animation: aboutLogoAnimate1 ease-out 6.0s;
}
#concept-logo-symbol .logo-animation2{
	 animation: aboutLogoAnimate2 ease-out 6.0s;
    animation-delay: 2s;
}
#concept-logo-symbol .logo-animation3{
	 animation: aboutLogoAnimate3 ease-out 6.0s;
    animation-delay: 4s;
}
*/
/*
#concept-logo-symbol .logo-animation1,
#concept-logo-symbol .logo-animation2,
#concept-logo-symbol .logo-animation3{
	animation-iteration-count:infinite;
	transform-origin: 50% 50%;
  animation-fill-mode:forwards; 
}
*/
@keyframes aboutLogoAnimate1{
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
@keyframes aboutLogoAnimate2{
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
@keyframes aboutLogoAnimate3{
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}



/*-------------------------------------------------BANNER*/
#sec-banner {  
	max-width: 980px;
	margin: 80px auto;
}
#sec-banner h3{
    margin-bottom: 1em;
}
.banner  {

}
.banner .banner-list .btn-thumb {
	padding-bottom: 30px;
}
.banner .banner-list.row{
	
}

.banner .btn-thumb a{
	position: relative;
	display: block;
	color: #FFF;
	line-height: 1.6;
	background-color: #000;
}

.banner .btn-thumb a:hover{

}


.banner .btn-thumb a span{
	position: absolute;
	top:50%;
	display: block;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
}
.banner .btn-thumb a:after{
	position: absolute;
    content: "";
    /*
	top: 50%;
    right: 5%;
    transform: translateY(-50%);
    */
	bottom: 16px;
    right: 10px;
	width: 7px;
    height: 12px;
    background: url(../img/common/icon-caret-blue-right-s.png) no-repeat right center;
    background-size: 100% auto;
    transition: all 0.2s;
}
.banner .btn-thumb a.blank:after{
	position: absolute;
    content: "";
    bottom: 16px;
    right: 10px;
    /*
	transform: translateY(-50%);
    */
	width: 14px;
    height: 12px;
    background: url(../img/common/icon-link-blank.png) no-repeat;
    background-size: 100% auto;
}
.banner .btn-thumb a img{
	opacity: 0.4;
	transition: all 0.8s;
}
.banner .btn-thumb a:hover img{
	opacity: 1.0;
}
#flickrImg{margin: 2em auto; overflow: hidden;}
#flickrImg img{ width: 100%; height: auto;}
#flickrImg .flickrThumb{padding: 0;}
#flickrImg .row{margin-right: 0; margin-left: 0;}

#flickrImg .header-feelight{

	
}


#flickrImg .header-feelight a{
	position: relative;
	display: block;
	background-color: #000;
}
#flickrImg .header-feelight a:after {
	position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background: url(../img/common/icon-caret-blue-right-s.png) no-repeat right center;
    background-size: 100% auto;
    transition: all 0.2s;
}
#flickrImg .header-feelight a .catchcopy{
	color: #000;
	padding: 20px;
	text-align: center;
	line-height: 2.0;
	display: block;
}
#flickrImg .header-feelight a .catchcopy .sp-only{
		display: none;
	}

#flickrImg .header-feelight h4{
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	
	display: block;
	text-align: center;
	
	color: #FFF;
	line-height: 1.6;
	font-size: 16px;
	
	
	display: none;
	
}
#flickrImg .header-feelight h4 .subtitle{
	font-size: 11px;
}

#flickrImg .flickrThumbList{/*row*/
	
	margin: 0 auto 2em auto;
}

@media screen and (max-width: 767px) {
	.vis .caption{
	  bottom: 40px;
	  left: 10px;
  	}
	.projects .nutshell {
		
	}
	.projects li.nutshell:nth-of-type(odd) {
   		padding-right: 7.5px;
	}
	.projects li.nutshell:nth-of-type(even) {
   		padding-left: 7.5px;
	}
	.news .nutshell .trigger{
		top:auto; left:auto; right:0; bottom: 0;
		background-size:50%;
		width: 10%;
		padding-top: 10%;

	}
	.news .nutshell.closed .trigger {
		background-size: 5%;
		background-position: right 2.5% center;
	}
	.news .nutshell .thumb {
		margin-bottom: 1.2em;
	}
	.news .nutshell .thumb .spacer{
		display: none;
	}
	.projects .nutshell .textSet{
		/*
		padding-right:0.8em;
		padding-left: 0.8em;
		*/
	}
	.news .nutshell .textSet {
		padding-left:0;
	}
	.about .concept .sub-copy{
		text-align:left;
	}
	.about .concept .sub-copy br{
		display: none;
	}

	.about .company li{
		margin-bottom: 0.4em;
	}
	.about .company li a{
		padding: 2.4em 0;
	}
	.about .company{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.about .company .btn-frame:nth-child(1),
	.about .company .btn-frame:nth-child(2),
	.about .company .btn-frame:nth-child(3){
	   	border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}
	
	.banner .banner-list .btn-thumb {
		padding-bottom: 0;
		margin-bottom: 1.8em;
	}
	#flickrImg .header-feelight a .catchcopy{
		padding: 20px;
		line-height: 1.6;
		font-size: 0.8em;
	}
	#flickrImg .header-feelight a .catchcopy .sp-only{
		display: inline;
	}
}

