@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;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 900;
  font-size: calc(2rem + 3.67647vw - 11.76471px);
  letter-spacing: 0;
  opacity: 0;
}
#move-01 span {
  font-size: calc(2.3rem + 4.41176vw - 14.11765px);
  font-family: "Roboto", sans-serif;
}

#move-02 {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 900;
  font-size: calc(2rem + 3.67647vw - 11.76471px);
  opacity: 0;
}

#move-03 {
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: 900;
  font-size: calc(4.5rem + 8.23529vw - 26.35294px);
  line-height: 1.3;
  opacity: 0;
}

.wrap-tit {
  display: inline-block;
  position: relative;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
}
.wrap-tit::before {
  -webkit-transition: ease-in 0.6s 0.5s;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #056386;
  content: "";
  transition: ease-in 0.6s 0.5s;
}
.wrap-tit.active::before {
  width: 100%;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0px 0px 0px 16px;
  padding: 0rem 0rem 0rem 1rem;
  color: #056386;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: left;
  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 {
    margin-bottom: 1rem;
  }
  #move-02 {
    margin-bottom: 1rem;
  }
  .move-back {
    padding: 0rem 0rem 0rem 4rem;
  }
}

@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: 4.5rem;
  }
  #move-01 span {
    font-size: 5rem;
  }
  #move-02 {
    font-size: 4.5rem;
  }
  #move-03 {
    font-size: 10.1rem;
  }
  .wrap-tit {
    padding: 2rem 6rem;
  }
  .move-back {
    top: calc(50% - 18rem);
  }
}

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

@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 */
