@charset "UTF-8";
/*	flex
---------------------------------------------------*/
/* ofi */
/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

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

/* sns */
.sns-list__side {
  opacity: 0;
}

.header {
  opacity: 0;
}

/* fv__parts */
#move-01 {
  margin-top: 30px;
  font-weight: 800;
  font-size: calc(2.9rem + 5.88235vw - 18.82353px);
  letter-spacing: 0;
  opacity: 0;
}

#move-02 {
  margin-top: 30px;
  font-weight: 600;
  font-size: calc(1.6rem + 1.47059vw - 4.70588px);
  opacity: 0;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  color: #1d78a6;
  text-align: left;
  transition: ease-in 1s;
}
.move-back__inner {
  display: inline-block;
  position: relative;
  left: 3%;
  padding: 24px 3% 32px;
  padding: 1.5rem 3% 2rem;
}
.move-back__inner::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: clamp(0.188rem, -0.108rem + 1.48vw, 1rem);
  background-color: #1d78a6;
  content: "";
}
.move-back__inner.active::before {
  -webkit-transition: ease-in-out 0.8s;
  width: 100%;
  transition: ease-in-out 0.8s;
}

.scroll__wrap {
  opacity: 0;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
  	/*------------------iPhone 以上----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 1.2rem 5% 2.5rem;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 1.5rem 3% 3.5rem;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 8rem;
  }
  #move-02 {
    font-size: 3rem;
  }
  .move-back {
    top: calc(50% - 20rem);
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-weight: 700;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .move-back {
    top: calc(50% - 8rem);
    text-align: center;
  }
  .move-back__inner {
    left: 0%;
    padding: 1rem 8% 2rem;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
/*# sourceMappingURL=map/top-animation.css.map */
