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

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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #0f2350;
  --sub_c: #1f48a2;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #0f2350;
  --link_sub_bg: #e1e8f9;
}

/* fv__parts */

#move-02 {
  font-size: calc(1.6rem + 13 * (100vw - 320px) / 680);
  font-weight: 500;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #0f2350;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}

.move-wrap {
  width: 800px;
  margin: 0 auto;
  padding: 48px 64px;
  padding: 3rem 4rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.scrolldown {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 600;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 img {
    width: 300px;
  }
}

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

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

@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(50% - 11rem);
  }
  .move-wrap {
    width: 70%;
  }
}

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 img {
    width: 60%;
  }
  .move-back {
    top: calc(50% - 8rem);
  }
  .move-wrap {
    width: 85%;
    padding: 3rem 2rem;
  }
}

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

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