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

.header {
  opacity: 0;
}

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

/* fv__parts */
#move-01 {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 48px;
  margin-left: 3rem;
  opacity: 0;
}

#move-01 img {
  display: block;
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
}

#move-02 {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-left: 48px;
  margin-left: 3rem;
  opacity: 0;
}
#move-02 img {
  display: block;
  width: 100%;
  max-width: 448px;
  max-width: 28rem;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 50%;
  color: #8c8c8c;
  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%;
  }
}
@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: 52%;
  }
}
@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 img {
    max-width: 45rem;
  }
  #move-02 img {
    max-width: 28rem;
  }
  .move-back {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 img {
    max-width: 40rem;
  }
  #move-02 img {
    max-width: 22rem;
  }
  .move-back {
    top: 33vw;
  }
}
@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 img {
    max-width: 40rem;
  }
  #move-02 img {
    max-width: 28rem;
  }
  .move-back {
    top: calc(50% - 5rem);
    width: 70%;
    margin-left: 0rem;
  }
  .move-back {
    top: calc(50% - 5rem) !important;
  }
}
@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #move-02 {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .move-back {
    top: 35vw;
  }
}
@media screen and (max-width: 1135px) {
  .move-back {
    top: 42vw;
  }
}
@media screen and (max-width: 874px) {
  .move-back {
    top: 34vw;
  }
}
/*# sourceMappingURL=map/top-animation.css.map */
