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

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

.header {
  opacity: 0;
}

/* fv__parts */
#move-01 {
  font-weight: 700;
  font-size: calc(1.4rem + 1.17647vw - 3.76471px);
  letter-spacing: 0;
  opacity: 0;
}

#move-01 span {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

#move-01 .renovation {
  margin-top: 10px;
  margin-right: 24px;
  margin-right: 1.5rem;
  background-color: #1976c8;
  color: white;
  opacity: 0;
}

#move-01 .insect {
  margin-top: 10px;
  margin-right: 24px;
  margin-right: 1.5rem;
  background-color: #1187ef;
  color: white;
  opacity: 0;
}

#move-01 .cleaning {
  margin-top: 10px;
  background-color: #4ea2ec;
  color: white;
  opacity: 0;
}

#move-01 .other {
  margin-top: 10px;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  opacity: 0;
}

#move-02 {
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 700;
  font-size: calc(4.5rem + 5.88235vw - 18.82353px);
  opacity: 0;
}

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

@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: 3rem;
  }
  #move-02 {
    padding-top: 10px;
    font-size: 13rem;
  }
  .move-back {
    top: calc(50% - 14rem);
  }
}

@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%;
  }
  #move-01 .renovation {
    margin-right: 0.5rem;
  }
  #move-01 .insect {
    margin-right: 0.5rem;
  }
  #move-01 .cleaning {
    margin-right: 0.5rem;
  }
  #move-01 .other {
    padding: 0;
  }
}

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

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