@charset "utf-8";




@media only screen and (min-width: 100px){
	#m-items
	list-style: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
	.m-items{display: none}	
.slide-items {
  list-style: none;
  position: relative;
  max-width: 956px;
 height:450px;
  overflow: hidden;
}

.slide-items img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	}}

@media only screen and (max-width: 750px){
	.slide-items {display: none}	}
