@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;
  font-weight: 600;
  font-size: calc(1.6rem + 4.11765vw - 13.17647px);
  letter-spacing: 0;
  opacity: 0;
}

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

.move-wrap {
  -webkit-transition: all 1s;
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 860px;
  padding: 2em 4%;
  transition: all 1s;
}
.move-wrap::before, .move-wrap::after {
  -webkit-transition: 0.3s ease all;
  display: block;
  z-index: 10;
  position: absolute;
  width: 0px;
  height: 3px;
  background-color: #002846;
  content: "";
  transition: 0.3s ease all;
}
.move-wrap::before {
  right: 0;
  bottom: 0;
}
.move-wrap::after {
  top: 0;
  left: 0;
}
.move-wrap__inner::before, .move-wrap__inner::after {
  -webkit-transition: 0.3s ease all;
  display: block;
  z-index: 10;
  position: absolute;
  width: 3px;
  height: 0px;
  background-color: #002846;
  content: "";
  transition: 0.3s ease all;
}
.move-wrap__inner::before {
  bottom: 0;
  left: 0;
}
.move-wrap__inner::after {
  top: 0;
  right: 0;
}
.move-wrap.active::before, .move-wrap.active::after {
  width: 100%;
}
.move-wrap.active::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.move-wrap.active::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.move-wrap.active .move-wrap__inner::before, .move-wrap.active .move-wrap__inner::after {
  height: 100%;
}
.move-wrap.active .move-wrap__inner::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.move-wrap.active .move-wrap__inner::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  color: #002846;
  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%;
  } /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
}

@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-wrap {
    padding: 2em 20px;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    width: 76%;
    padding: 1.5em 2%;
  }
  .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-wrap {
    width: 82%;
    padding: 1.5em 4%;
  }
  .move-back {
    top: calc(50% - 8rem);
  }
}

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