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

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }
/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #152042;
  --sub_c: #c9caca;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #152042;
  --link_sub_bg: #e3f1fa;
}

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#top {
  background-color: #fff;
  transition: ease-in 1s;
}

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

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

#move-02 span {
  border-bottom: 8px solid #152042;
  border-bottom: 0.5rem solid #152042;
  font-size: calc(1.2rem + 30 * (100vw - 320px) / 680);
  font-weight: 700;
}

.move-back {
  position: absolute;
  right: 0;
  left: 32px;
  left: 2rem;
  width: 60%;
  color: #152042;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: left;
  transition: ease-in 1s;
}

.move-wrap {
  display: inline-block;
  position: relative;
  padding: 3em 8%;
  transition: all 1s;
}

.move-wrap:before, .move-wrap:after {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #152042;
  content: "";
  transition: 0.3s ease all;
}

.move-wrap:before {
  top: -3px;
  left: -3px;
  width: 0px;
  height: 3px;
}

.move-wrap:after {
  right: -3px;
  bottom: -3px;
  width: 0px;
  height: 3px;
}

.move-wrap__inner:before, .move-wrap__inner:after {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #152042;
  content: "";
  transition: 0.3s ease all;
}

.move-wrap__inner:before {
  bottom: -3px;
  left: -3px;
  width: 3px;
  height: 0px;
}

.move-wrap__inner:after {
  top: -3px;
  right: -3px;
  width: 3px;
  height: 0px;
}

.move-wrap.active:before, .move-wrap.active:after {
  width: 100%;
  width: calc(100% + 3px);
}

.move-wrap.active .move-wrap__inner:before, .move-wrap.active .move-wrap__inner:after {
  height: 100%;
  height: calc(100% + 3px);
}

.move-wrap.linenone:before, .move-wrap.linenone:after {
  background-color: transparent;
}

.move-wrap.linenone .move-wrap__inner:before, .move-wrap.linenone .move-wrap__inner:after {
  background-color: transparent;
}

.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: 4rem;
  }
  #move-02 span {
    font-size: 5rem;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
}

@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);
    width: 70%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 span {
    border-bottom: 0.3rem solid #152042;
  }
}

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

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

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