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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  font-weight: 700;
  font-size: calc(1.8rem + 3.52941vw - 11.29412px);
  letter-spacing: 0;
}

#move-02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: calc(1.8rem + 3.52941vw - 11.29412px);
}

.move-back-bg {
  display: inline-block;
  position: relative;
  padding: 48px 8%;
  padding: 3rem 8%;
}
.move-back-bg::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 31, 51, 1.0);
  content: "";
}

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

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

@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-bg {
    padding: 4rem 7%;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
}

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

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

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

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

@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
/*# sourceMappingURL=map/top-noanimation.css.map */
