@charset "UTF-8";
/*	flex
---------------------------------------------------*/
/* aspect */
/* 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;
}

/* fv__parts */
#move-01 {
  margin-top: 30px;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 700;
  font-size: calc(2rem + 3.67647vw - 11.76471px);
  line-height: 1.5;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  opacity: 0;
}

#move-02 {
  margin-top: 30px;
  font-weight: 700;
  font-size: calc(2rem + 3.67647vw - 11.76471px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  opacity: 0;
  opacity: 0;
}

.move-back {
  -webkit-transition: ease-in 1s;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 80%;
  margin: 0 auto;
  padding: 44.8px 32px 44.8px 32px;
  padding: 2.8rem 2rem 2.8rem 2rem;
  color: #0080cc;
  font-weight: 600;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  transition: ease-in 1s;
}

.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-01 {
    padding-bottom: 0rem;
  }
  .move-back {
    width: 70%;
    padding: 3rem 2rem 2.8rem 2rem;
  }
}

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

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

@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%;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 8rem);
  }
}

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