@charset "UTF-8";
/* CSS Document */

/* ↓pcの場合のみ swiperの箇所のズレを修正　*/
.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#top {
  transition: ease-in 1s;
  -webkit-transition: ease-in 1s;
  background-color: #fff;
}
/* fv__parts */

#move-01 {
  opacity: 0;
  margin-top: 30px;
}

#move-02 {
  opacity: 0;
  margin-top: 30px;
}
#move-03 {
  opacity: 0;
  margin-top: 30px;
}

.move-back__inner {
  transition: ease-in 1s;
  -webkit-transition: ease-in 1s;
}

.scroll__wrap {
  opacity: 0;
}