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

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  font-size: calc(2.2rem + 16 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
}

#move-02 {
  font-size: calc(2.2rem + 16 * (100vw - 320px) / 680);
  font-weight: 700;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #ff0225;
  text-align: center;
  text-shadow: -1px 0px 11px rgba(255, 255, 255, 0.5);
}

.move-wrap {
  display: inline-block;
  width: 96%;
  max-width: 700px;
  padding: 2em 4%;
  border: 2px solid #ff0225;
  background-color: rgba(255, 229, 233, 0.4);
}

.scrolldown {
  font-family: "Oswald", 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 {
    font-size: 5rem;
  }
  #move-02 {
    font-size: 5rem;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
  .move-wrap {
    padding: 2em 4%;
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(52% - 10rem);
  }
  .move-wrap {
    width: 65%;
    max-width: 600px;
    padding: 1.7em 8%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(54% - 8rem);
  }
  .move-wrap {
    width: 82%;
    padding: 1.5em 6%;
  }
}

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

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