/*  
.swiper-button-prev{
    background-image: url('') !important;
}
.swiper-button-next{
    background-image: url('') !important;
}
.swiper-container .swiper-pagination-bullet-active{
        background: #fff;
}
*/
/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px){
img{
max-width: 100%;
}

.swiper-wrapper .swiper-slide {
  background-position: right bottom;
  background-repeat: no-repeat;
  height:470px;
  min-height:470px;
  }
.kv{
	height:auto;
  width: 1200px;
	margin-left:auto;
	margin-right:auto;
  margin-bottom:120px;
}
.swiper-container{height: 560px;}
.kv-catch {
  position: absolute;
	left:50px;
  bottom: 0;
  padding: 0; 
	z-index: 210;}
}
       	
/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width: 767px){
img{
max-width: 100%;
height: auto;
width:auto;　
}
.swiper-wrapper .swiper-slide {
  background-position: 15% top;
  background-size: cover;
  background-repeat: no-repeat;
  height:200px;
  min-height:200px;
  }
.kv{
	height:auto;
	 width: 100%;
  min-width: 320px;
}
.swiper-container{height: 264px;}
.kv-catch {
  position: absolute;
  bottom: -30px;
  padding-left:20px;
	padding-bottom:50px;
	z-index: 210;}
}	











