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

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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  display: block;
  padding-bottom: 0.05em;
  font-size: calc(1.7rem + 14 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
}

.company {
  padding: 0 64px;
  padding: 0 4rem;
  font-size: calc(1.9rem + 36 * (100vw - 320px) / 680);
}

.move-line {
  display: block;
  position: absolute;
  bottom: 42%;
  left: 2%;
  width: 96%;
  height: 1px;
  background-color: #fff;
  content: '';
}

.move-wrap {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.move-back__inner_item span {
  line-height: 1.6;
}

.move-line_wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

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

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 6rem);
  }
}

@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: 3.7rem;
  }
  .company {
    font-size: 6rem;
  }
  .move-back {
    top: calc(50% - 14rem);
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    padding: 0 4%;
  }
  .move-back {
    top: calc(50% - 12rem);
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-line {
    bottom: 42%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

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

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

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