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

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#top {
  background-color: #fff;
  transition: ease-in 1s;
}

/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #82c144;
  --sub_c: #fdbe00;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #82c144;
  --link_sub_bg: #66a811;
}

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

/* fv__parts */
#move-01 {
  margin-top: 30px;
  font-size: calc(1.4rem + 10 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

#move-01 .catch-01,
#move-01 .catch-02,
#move-01 .catch-03,
#move-01 .catch-04,
#move-01 .catch-05 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-right: 3.2px;
  margin-right: .2rem;
  padding: 9.6px 19.2px;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-size: calc(1.4rem + 10 * (100vw - 320px) / 680);
  opacity: 0;
}

#move-01 .catch-01 {
  background-color: #82c144;
}

#move-01 .catch-02 {
  background-color: #699e34;
}

#move-01 .catch-03 {
  background-color: #4f7728;
}

#move-01 .catch-04 {
  background-color: #fdbe00;
}

#move-01 .catch-05 {
  background-color: #ca9800;
}

#move-01 .catch-06 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-left: 16px;
  margin-left: 1rem;
  opacity: 0;
}

#move-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 30px;
  padding: 16px;
  padding: 1rem;
  font-size: calc(2rem + 17 * (100vw - 320px) / 680);
  font-weight: 600;
  text-align: center;
  opacity: 0;
}

.catch-shadow {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.7s ease-in 1s;
}

.move-back {
  position: absolute;
  color: #82c144;
  font-family: "Noto Sans JP", sans-serif;
  transition: ease-in 1s;
}

.move-wrap {
  display: block;
  position: relative;
  max-width: 800px;
  padding: 32px 2%;
  padding: 2rem 2%;
}

.move-wrap:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  background: rgba(130, 193, 68, 0.6);
  content: "";
  transition: all 0.3s ease-in 0.7s;
}

.move-wrap.active:before {
  width: 100%;
}

.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 .catch-01,
  #move-01 .catch-02,
  #move-01 .catch-03,
  #move-01 .catch-04,
  #move-01 .catch-05 {
    font-size: 2.2rem;
  }
  #move-01 .catch-06 {
    font-size: 2.2rem;
  }
  #move-02 {
    font-size: 5.6rem;
  }
  .move-back {
    top: calc(62% - 13rem);
    right: 0;
  }
  .move-wrap {
    width: 750px;
    padding: 2.5rem 2%;
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 .catch-wrap {
    display: block;
    margin-bottom: -1rem;
  }
  .move-back {
    top: calc(65% - 11rem);
    right: 3rem;
    width: 60%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 .catch-01,
  #move-01 .catch-02,
  #move-01 .catch-03,
  #move-01 .catch-04,
  #move-01 .catch-05 {
    padding: 0.5rem 1rem;
  }
  #move-02 {
    padding: 0.5rem;
  }
  .move-back {
    top: calc(70% - 8rem);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .move-wrap {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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