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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: calc(2.5rem + 2.94118vw - 9.41176px);
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.05em;
  opacity: 1;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: 32px;
  margin-right: 2rem;
  color: #f07f90;
  text-align: right;
  transition: ease-in 1s;
}
.move-back__inner {
  display: inline-block;
  position: relative;
  padding: 19.2px 6% 24px;
  padding: 1.2rem 6% 1.5rem;
}
.move-back__inner::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  background-color: #f07f90;
  content: "";
}

.scrolldown {
  font-weight: 400;
}

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

@media print, screen and (min-width: 561px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 1.2rem 4% 1.5rem;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back__inner {
    padding: 1.5rem 3% 2.5rem;
  }
}

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

@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% - 18rem);
    margin: 3rem;
    margin-right: 10%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-weight: 500;
  }
  .move-back {
    top: calc(50% - 6rem);
    margin: 0 auto;
    text-align: center;
  }
}

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

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