@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: 60px;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: calc(3rem + 4.41176vw - 14.11765px);
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  letter-spacing: 1.5px;
}
#move-01::before {
  -webkit-transition: ease-in 0.5s;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 1rem;
  background: white;
  content: "";
  transition: ease-in 0.5s;
}
#move-01.active::before {
  width: 100%;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  color: #59BB40;
  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;
}

.frist-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  content: "";
}
.frist-bg__inner {
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
}

.frist-bg__block03 {
  -webkit-transform-origin: top left;
  -webkit-transition: 0.3s ease all;
  -webkit-transition-delay: 0.6s;
  -webkit-transform: skew(-20deg);
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 85%;
  width: 100vw;
  height: 0;
          transform: skew(-20deg);
          transform-origin: top left;
  background: rgba(89, 187, 64, .36);
  content: "";
  transition: 0.3s ease all;
          transition-delay: 0.6s;
}
.frist-bg__block03.active {
  height: 100%;
}
@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%;
  }
  #move-01 {
    padding: 1.5rem 4rem;
  }
  .frist-bg__block03 {
    left: 90%;
  }
  .frist-bg__block03 {
    -webkit-transform: skew(-40deg);
            transform: skew(-40deg);
  }
}
@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 8rem;
  }
  .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-back {
    top: calc(50% - 11rem);
  }
}
@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 */
