@charset 'utf-8';

/*!
 * swiper.js
 */

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #0080ff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination {
	position: relative;
	top: 0px;
}

.swiper-pagination-bullet-active {
  background: #0080ff;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}


/**
 * mainvisual
 */

.mainvisual {
  overflow-x: hidden;
}