@charset "UTF-8";
/* aspect */
/* ofi */
/*	flex
---------------------------------------------------*/

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

#top {
  background-color: #fff;
  transition: ease-in 1s;
}

/* sns */
.sns-side {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* fv__parts */
#move-01 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: relative;
  margin-top: 30px;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: calc(1.7rem + 20 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
}

#move-01 .move-line {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  opacity: 0;
}

#move-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 30px;
  padding-top: 16px;
  padding-top: 1rem;
  font-size: calc(1.3rem + 10 * (100vw - 320px) / 680);
  font-weight: 500;
  letter-spacing: 0;
  opacity: 0;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #0060a3;
  font-family: 'Shippori Mincho B1', serif !important;
  text-align: center;
  transition: ease-in 1s;
}

.move-wrap {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 8%;
  padding: 4rem 8%;
  background: transparent;
  transition: ease-in 1s;
}

.scroll__wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  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: 4rem;
  }
  #move-02 {
    font-size: 2.4rem;
  }
  .move-back {
    top: calc(50% - 9rem);
  }
}

@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% - 7rem);
  }
  .move-wrap {
    padding: 3rem 6%;
  }
}

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

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

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

/*# sourceMappingURL=map/top-animation.css.map */
