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

#contents{
	animation-name: main_anime;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-fill-mode:forwards;
}

@keyframes main_anime {
	0% {
		transform-origin: center bottom 0; 
		-webkit-transform-origin: center bottom 0; 

		opacity:0;
		transform: translateY(30px);
		
		/*
transform: matrix3d(1,0,0.00,0,0.00,2,0.00,-0.005,0,0,1,0,0,0,0,1);
-webkit-transform: matrix3d(1,0,0.00,0,0.00,2,0.00,-0.005,0,0,1,0,0,0,0,1);
		*/
	}
	100% {
		transform-origin: center bottom 0; 
		-webkit-transform-origin: center bottom 0; 

		
		opacity:1;
		transform: translateY(0);
		
		/*
		transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
		-webkit-transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
		*/
	}
}

/*collection*/
#title_area{
	position:absolute;
	top:5vh;
	left:4vh;
	z-index:9999;
}

#title_area .title_box{
	display:inline-block;
	margin:0 auto;
	text-align:center;
}

#title_area .title_box .sub_year_part{
	font-size:17px;
	font-weight:300;
	line-height:1.0;
	color:#000;
	letter-spacing: 0;
	text-align:right;
	
	margin:0 0 -5px 0;
}

#title_area .title_box .main_copy_part{
	font-size:33px;
	font-weight:300;
	line-height:1.0;
	color:#000;
	letter-spacing: 0; 
	text-align:left;
}

#slide_area{
	width:100%;
	height:100vh;
	background: #fff;
	overflow: hidden;
}

.slideshow {
  position: relative;
  height: 100%;
  z-index: 1;
}

/*----------------------------------------
Slider 1
----------------------------------------*/
.slider {
  height: 100%;
  overflow: hidden;
}
.slider .item {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.slider .item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover; 
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.0);
          transform: translateX(-50%) scale(1.0);
  opacity: 0.4;
  -webkit-filter: blur(50px) saturate(3);
          filter: blur(50px) saturate(3);
}

/*----------------------------------------
Slider 2
----------------------------------------*/
.slider-2 {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 95vh;
  padding-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}
/*
.slider-2:before {
  content: "";
  position: absolute;
  left: -1%;
  bottom: -1%;
  width: 102%;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
*/
.slider-2 .item {
  height: 95vh;
  padding-bottom: 0;
  -webkit-transform: scale(1.00);
          transform: scale(1.00);
}
.slider-2 .item.slick-active {
  z-index: 10;
}
.slider-2 .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  height: 95%;
  width: auto;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
		   object-fit: contain;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.slider-2 .slick-dots {
  bottom: 15px;
  z-index: 1;
  text-align: center;
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-2 .slick-dots li {
  display: inline;
  margin: 0;
  padding: 0;
}
.slider-2 .slick-dots li button {
  border: none;
  background: none;
  text-indent: -9999px;
  font-size: 0;
  width: 20px;
  height: 20px;
  outline: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.slider-2 .slick-dots li button:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-2 .slick-dots li.slick-active button:before {
  -webkit-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
  opacity: 1;
}

/*----------------------------------------
Arrows
----------------------------------------*/
.slick-arrow,
.slick-arrow:focus {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color:#000;
  cursor: pointer;
  font-size: 0;
  outline: none;
  width: 20px;
  height: 50vh;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slick-arrow:hover {
	filter:alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	opacity: 0.5 !important;
	text-decoration:none;
	
    color: transparent;
    outline: none;
  background-color:#000;

}

.slick-arrow:before {
  font-family: 'Material Icons';
  color:#fff;
  width: 20px;
  display: block;
  opacity: 1.0;
}

.slick-arrow.slick-prev:before {
  content: "chevron_left";
}

.slick-arrow.slick-next:before {
  content: "chevron_right";
}

.slick-arrow.slick-prev {
  right: auto;
  left: 10px;
}

.slick-arrow.slick-next {
  left: auto;
  right: 10px;
}
.slick-arrow:hover:before {
  opacity: 1;
}


@media screen and (max-width:767px) {
	/*collection*/
	#title_area{
	top:4vh;
	left:2vh;
	}
	#title_area .title_box .sub_year_part{
	font-size:15px;
	}

	#title_area .title_box .main_copy_part{
	font-size:24px;
	}
	/*----------------------------------------
	Slider 2
	----------------------------------------*/
	.slider-2 {
  	position: absolute;
  	z-index: 11;
  	top: 40%;
  	left: 50%;
  	width: 84%;
  	height: 85vh;
 	padding-bottom: 0;
 	-webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);

	}
	.slider-2 .item {
  	height: 85vh;
  	padding-bottom: 0;
  	-webkit-transform: scale(1.00);
          transform: scale(1.00);
}
	.slider-2 .item.slick-active {
  	z-index: 10;
	}
	.slider-2 .item img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  	height: 85%;
  	width: auto;
  	opacity: 1;
  	-webkit-filter: none;
          filter: none;
		   object-fit: contain;
  	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	}
	.slick-arrow.slick-prev {
  	right: auto;
  	left: 7px;
	}

	.slick-arrow.slick-next {
  	left: auto;
  	right: 7px;
	}
}