@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;
  position: relative;
  background-color: #fff;
  transition: ease-in 1s;
}

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

/* fv__parts */
#move-01 {
  display: inline-block;
  font-weight: 500;
  font-size: calc(2.5rem + 1.17647vw - 3.76471px);
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  letter-spacing: 3;
  opacity: 0;
}

#move-02 {
  display: inline-block;
  font-weight: 500;
  font-size: calc(2.5rem + 1.17647vw - 3.76471px);
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  letter-spacing: 3;
  opacity: 0;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  top: 320px;
  top: 20rem;
  right: -9%;
  width: 80%;
  color: #FFA620;
  text-align: right;
  transition: ease-in 1s;
}
.move-back__inner {
  display: inline-block;
  position: relative;
  padding: 32px 4%;
  padding: 2rem 4%;
}
.move-back__inner::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background-color: #FFA620;
  content: "";
}
.move-back__inner.active::before {
  -webkit-transition: ease-in-out 0.8s;
  width: 100%;
  transition: ease-in-out 0.8s;
}
.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.5rem;
  }
  #move-02 {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 1.2rem 4% 1.3rem;
  }
  .move-back__inner::before {
    border-radius: 17px;
  }
}
@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    display: block;
  }
  #move-02 {
    display: block;
  }
  .move-back {
    top: calc(50% - 16rem) !important;
    text-align: center;
  }
  .move-back__inner {
    padding: 1.2rem 8% 1.3rem;
  }
  .move-back {
    top: calc(50% - 10rem);
  }
}
@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .move-back {
    top: 21rem;
    right: 3%;
  }
}
@media screen and (max-width: 1200px) {
  .move-back {
    top: 18rem;
  }
}
@media screen and (max-width: 930px) {
  .move-back {
    top: 11rem;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
}
@media screen and (max-width: 927px) {
  .move-back {
    top: calc(50% - 16rem);
  }
}
@media screen and (max-width: 770px) {
  .move-back {
    top: 9rem;
  }
}
@media screen and (max-width: 680px) {
  .move-back {
    top: 7rem;
  }
  #move-01 {
    display: block;
  }
  #move-02 {
    display: block;
  }
}
/*# sourceMappingURL=map/top-animation.css.map */
