/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}

@media (width < 600px) {
.slider img {
width: auto;
    height: 60Vh;
	object-fit:cover;
}	
	
	
}


.slide-loop_wap{
	background-color:#474200;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);

}


.slide-loop{
width:70%;
	margin-top:2rem;
	margin-bottom:2rem;margin:0 auto;
}


.slide-items {
  width: 100%;
  display: flex;
  max-width: 100%;
  margin: auto;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.slide-loop02{
width:100%;
margin:0 auto;
}

.slide-items02 {
  width: 100%;
  display: flex;
  max-width: 100%;
  margin: auto;
}

.slide-items02 li {
  height: auto;
}

.slide-items02 img {
  width: 100%;
  height: 100%;
  object-fit: none;
}






