@charset "utf-8";
/* CSS Document */
.contentW{
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 240px 16px; 
}


#gallery .text h1,#gallery .text p{
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 0.8s ease-in-out 0.5s;
}
#gallery .text h1.Anime.on,#gallery .text p.Anime.on
{
  opacity : 1;
  transform : translate(0, 0);
}
.galleryBox{
  opacity:0;
} 
.galleryBox.Anime.on{
  animation-name: black;
  animation-duration: 1s ;
  animation-delay: 0.5s;
}
.s1.Anime.on.BG{
  opacity:1;
}
@keyframes black {
  0%{    
    opacity:1;
    transform:translateX(100%);
  }
  100%{ 
    opacity:1;
    transform:translateX(0);
  }
}

/* content ---------------------------------------- */
.galleryBG{
  background: #f1f1f1;
  width: 100%;
}
#gallery .text h1{
  font-size: 80px;
  position: relative;
  margin: 0 0 60px;
}
#gallery .text h1:before{
  content: '';
  position: absolute;
  width: 60px;
  height: 8px;
  left: 0;
  right: 0
  margin:auto;
  bottom: -24px;
  background: #9F9D66;
}
#gallery .text h1 span{
  display: block;
  font-size: 18px;
}
.text{
  width: 30%;
  float: left;
}
.galleryBox{
  width: 70%;
  float: right;
  padding: 40px 100px;
  max-width: 880px;
  margin: auto;
}
/*
.galleryBox .slick-slide img{
  width: 130px;
  height: 130px;
  border-radius:50%;
}
*/
.aaa{
      display: none !important;
}
/*
.gallerySlider img{
  margin: 0 auto 32px;
}
*/
.gallerySlider a{
	position: relative;
	border-radius:100%;
	width:130px;
	height:130px;
	background-size:cover;
	background-position:center center;
  margin: 0 auto 32px;
}
.gallerySlider .new{
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #9F9D66;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius:50%;
  font-size: 12px;
}
.gallerySlider .new:before{
  content: '';

}
@media screen and (max-width:1200px){
  .contentW {
      padding: 100px 3%;
  }
  .text,.galleryBox{
    width: 100%;
    float: none; 
  }
  .galleryBox{
    padding: 40px 70px;
  }














}


@media screen and (max-width:767px){
  #gallery .text h1{
      font-size: 40px;
  }
  #gallery .text h1:before {
      height: 4px;
  }


  .text,.galleryBox{
    width: 100%;
    float: none;
  
  }















}