@charset "UTF-8";

/* swiper design
------------------------------*/

[class*=swiper]:focus {outline: none;}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.mv02{background: white;position: relative;}

.mv02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv02 .swiper-fade .swiper-slide-active {pointer-events: auto;}
.mv02 .slide {
  display: block;
  width: 100%;
  place-content: center;
  padding: 0;
  text-align: center;
}
.mv02 .slide-media {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.mv02 .slide-media img{width: 100%;height: auto;position: relative;}



@media only screen and (max-width: 1366px) {
.mv02{}
.mv02 .slide {}
.mv02 .slide-media {
}
}

@media only screen and (max-width: 991px) {

}



@media only screen and (max-width:767px) {

}

@media only screen and (max-width:415px) {

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {

}