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

/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #214c1b;
  --sub_c: #92ad84;
  --point_c: #eddc42;
  --txt_c: #333333;
  --link_c: #214c1b;
  --link_sub_bg: #e4efde;
}

/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#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 {
  margin-top: 30px;
  font-size: calc(2rem + 16 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

#move-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding-top: calc(1rem + 0.2em);
  font-size: calc(1.4rem + 10 * (100vw - 320px) / 680);
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #214c1b;
  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-back__inner {
  display: inline-block;
  position: relative;
  padding: 32px 6%;
  padding: 2rem 6%;
  background: transparent;
  transition: ease-in 1s;
}

.move-back__line01, .move-back__line02 {
  box-sizing: content-box;
  z-index: 2;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid transparent;
  content: "";
}

.move-back__line01.active, .move-back__line02.active {
  width: 100%;
  height: 100%;
}

.move-back__line01 {
  top: -2px;
  left: -2px;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height 0.2s, width 0.3s 0.2s;
}

.move-back__line02 {
  right: -2px;
  bottom: -2px;
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height 0.2s, width 0.3s 0.2s;
}

.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%;
  }
  .move-back__inner {
    padding: 4rem 7rem;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 5rem;
  }
  #move-02 {
    font-size: 3rem;
  }
  .move-back {
    top: calc(50% - 17rem);
  }
}

@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% - 9rem);
  }
}

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

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

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

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