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

.header {
  opacity: 0;
}

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

/* fv__parts */
#move-01 {
  margin-top: 30px;
  font-weight: 600;
  font-size: calc(1.8rem + 2.79412vw - 8.94118px);
  letter-spacing: 1px;
  opacity: 0;
}

#move-02 {
  margin-top: 30px;
  font-weight: 800;
  font-size: calc(2.2rem + 5.88235vw - 18.82353px);
  letter-spacing: 3px;
  opacity: 0;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  color: white;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .4), 0px 0px 8px rgba(0, 0, 0, .9);
  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: 4.8rem;
  }
  #move-02 {
    font-size: 8rem;
  }
  .move-back {
    top: calc(50% + 9rem);
    padding-left: 5rem;
  }
}

@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% + 1rem);
    padding-left: 2rem;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% + 4rem);
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 {
    font-weight: 600;
  }
  .move-back {
    top: calc(50% - 3rem);
    padding-left: 0rem;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .9);
  }
}

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