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

/* fv__parts */
#catch-img {
  max-width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

#move-01 {
  margin-top: 30px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: calc(2.4rem + 5.88235vw - 18.82353px);
  letter-spacing: 0;
  opacity: 0;
}

#move-01.active {
  text-shadow: 0 0 12px rgba(70, 130, 169, .2);
}

#move-02 {
  margin-top: 30px;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 4.8px;
  margin-left: 0.3rem;
  font-weight: 500;
  font-size: calc(1.4rem + 1.47059vw - 4.70588px);
  opacity: 0;
}

#move-02.active {
  text-shadow: 0 0 8px rgba(70, 130, 169, .5);
}

#move-03 {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-left: 12.8px;
  margin-left: 0.8rem;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  color: #39B5E0;
  font-weight: 500;
  font-size: calc(1.4rem + 1.47059vw - 4.70588px);
  opacity: 0;
}

#move-03::before {
  -webkit-transition: ease-in 0.6s;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  content: "";
  transition: ease-in 0.6s;
}

#move-03.active::before {
  height: 100%;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  color: #1D5D9B;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
  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 {
    margin-left: 1rem;
    font-size: 6.4rem;
  }
  #move-02 {
    margin-left: 1.6rem;
    font-size: 2.4rem;
  }
  #move-03 {
    font-size: 2.5rem;
  }
  .move-back {
    top: calc(26% - 13rem);
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #catch-img {
    margin-bottom: 1rem;
  }
  .move-back {
    top: calc(33% - 11rem);
    left: 7%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #catch-img {
    display: none;
  }
  #move-03 {
    margin-left: 0;
  }
  #move-03 span {
    opacity: 0;
  }
  .move-back {
    top: calc(40% - 8rem);
    left: 7%;
  }
}

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