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

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

/* fv__parts */
#move-01 {
  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 {
  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);
}

#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 {
  margin-left: 16px;
  margin-left: 1rem;
}

#move-02 {
  padding: 16px;
  padding: 1rem;
  font-size: calc(2rem + 17 * (100vw - 320px) / 680);
  font-weight: 600;
  text-align: center;
}

/*
.catch-shadow {
	transition: all 0.7s ease-in 1s;
	text-shadow : 2px 2px 1px rgba(0,0,0,0.3);
}
*/
.move-back {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.move-wrap {
  display: block;
  position: relative;
  padding: 32px 2%;
  padding: 2rem 2%;
  /*background: rgba($main_c, 0.6);*/
}

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

.scrolldown {
  font-family: "Noto Sans Display", sans-serif !important;
  font-weight: 400;
}

@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;
    width: 60%;
  }
  .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%;
  }
  .move-wrap {
    padding: 2rem 1%;
  }
}

@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: 84vw;*/
    min-width: 300px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 2%;
    background: rgba(130, 193, 68, 0.6);
  }
  .move-wrap:before {
    /*
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			*/
    display: none;
  }
}

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

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