@charset 'utf-8';
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  margin-top:65px;
}
.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}
.mainvisual {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
object-fit: cover;
}

.l-gnav {
  display: flex;
}
.l-gnav-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.l-gnav-list a { padding: 10px 10px; }

