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

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

/* fv__parts */
#move-01 {
  margin-top: 30px;
  font-weight: 900;
  font-size: calc(2rem + 4.70588vw - 15.05882px);
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
}
#move-01 .is-txt01 {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 1.25em;
}
#move-01 .is-txt01::before {
  -webkit-transition: all 0.4s ease-in-out;
  z-index: -1;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 33%;
  background: #197021;
  content: "";
  transition: all 0.4s ease-in-out;
}
#move-01 .is-txt01.is-active::before {
  width: 100%;
}
#move-01 .is-txt02 {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 1.25em;
}
#move-01 .is-txt02::before {
  -webkit-transition: all 0.4s ease-in-out;
  z-index: -1;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 33%;
  background: #edda50;
  content: "";
  transition: all 0.4s ease-in-out;
}
#move-01 .is-txt02.is-active::before {
  width: 100%;
}
#move-01 .is-txt03 {
  display: inline-block;
  z-index: 2;
  position: relative;
  margin-right: 0.2em;
  font-size: 1.25em;
}
#move-01 .is-txt03::before {
  -webkit-transition: all 0.4s ease-in-out;
  z-index: -1;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 33%;
  background: #d47b3a;
  content: "";
  transition: all 0.4s ease-in-out;
}
#move-01 .is-txt03.is-active::before {
  width: 100%;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
.move-back__inner {
  -webkit-transition: ease-in 1s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(0.75em, 2vw, 2em) clamp(1.75em, 4.5vw, 4.5em) clamp(1em, 2.6vw, 2.6em);
  color: #197021;
  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: 6.4rem;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

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

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 2rem);
  }
}

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