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

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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  position: relative;
  font-family: 'Lora', serif !important;
  font-size: calc(2.4rem + 52 * (100vw - 320px) / 680);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

#move-02 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  font-family: "Sawarabi Mincho";
  font-size: calc(1.4rem + 10 * (100vw - 320px) / 680);
  font-weight: 500;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  width: 75%;
  margin: 0 auto;
  padding: 2em 4%;
  background-color: rgba(22, 22, 22, 0.8);
  color: #fff;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}

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

.copy_c {
  color: #25881d;
}

@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: 8rem;
  }
  #move-02 {
    font-size: 2rem;
  }
  .move-back {
    top: calc(50% - 19rem);
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 {
    font-size: 1.8rem;
  }
  .move-back {
    top: calc(50% - 18rem);
    width: 60%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-02 {
    padding-bottom: 1rem;
    font-size: 12px;
  }
  .move-back {
    top: calc(50% - 11rem);
    width: 80%;
    padding: 1rem 4%;
  }
}

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