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

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

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

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

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

#move-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  max-width: 250px;
  margin: 0 auto;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  opacity: 0;
}

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

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #99dd60;
  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;
}

.move-wrap {
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 850px;
  padding: 2em 4%;
  transition: all 1s;
}

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

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

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

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

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

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

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

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

.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: 2.4rem;
  }
  #move-03 {
    font-size: 5rem;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
  .move-wrap {
    padding: 2em 20px;
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 {
    width: 30%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
  .move-wrap {
    width: 86%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 {
    width: 40%;
  }
  #move-03 {
    font-size: 1.6rem;
  }
  .move-back {
    top: calc(50% - 8rem);
  }
}

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

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