@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: 500;
  font-size: calc(1.8rem + 1.17647vw - 3.76471px);
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.05em;
  opacity: 0;
}

#move-02 {
  margin-top: 30px;
  padding-top: 8px;
  padding-top: 0.5rem;
  font-weight: 600;
  font-size: calc(2.4rem + 2.94118vw - 9.41176px);
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
  opacity: 0;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 320px;
  margin-right: 20rem;
  color: #59bb40;
  text-align: left;
  transition: ease-in 1s;
}
.move-back__inner {
  display: inline-block;
  position: relative;
  padding: 32px 32px;
  padding: 2rem 2rem;
}
.move-back__inner::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  background-color: #59bb40;
  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%;
  }
  .move-back__inner {
    padding: 2.5rem 3.5rem;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 3.5rem 5.5rem;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 3rem;
  }
  #move-02 {
    font-size: 5rem;
  }
  .move-back {
    top: calc(50% - 18rem);
  }
}

@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% - 18rem);
    margin: 3rem;
    margin-right: 10rem;
  }
}

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

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

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