section.slider-part {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
section.slider-part .mySwiper {
    height: 100%;
    background: #e3f0fb;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  -ms-touch-action: auto;
        touch-action: auto;
}


body{
  margin: 0px;
}

.swiper-slide img {
    height: 100vh;
}


/* 005 */
.button005 a {
  border-radius: 100px;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 100%;
      padding: 10px 40px;
      color: #ffffff;
      transition: 0.3s ease-in-out;
      font-weight: 600;
      position: fixed;
      z-index: 999;
      bottom: 20px;
      font-size: 1.5em;
      text-decoration: none;
}
      .button005 a:hover {
    opacity: 0.7;
  }

/*アニメーション*/
.animation a{
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa{
 0%{transform:translateY(0)}
 50%{transform:translateY(-10px)}
 100%{transform:translateY(0)}
}



.button005 a img {
    width: 500px;
}
.button005 {
    display: flex;
    justify-content: center;
}




@media (max-width: 599px) {
  .swiper-slide img {
    height: auto;
            width: 100%;
            position: absolute;
            top: 20px;
  }

  .button005 a img {
      width: 98%;
  }


    .button005 a {
      padding: 0;
    }


}
