@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: 400;
  font-size: calc(1.7rem + 2.20588vw - 7.05882px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.05em;
}

#move-01 span {
  padding: 16px 32px;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: white;
}

#move-01 .publication {
  margin-right: 24px;
  margin-right: 1.5rem;
  background-color: #4EA2EC;
}

#move-01 .shipping {
  background-color: #4EA2EC;
}

#move-02 {
  padding-top: 16px;
  padding-top: 1rem;
  color: #000;
  font-weight: 400;
  font-size: calc(2.8rem + 4.41176vw - 14.11765px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.05em;
}

.move-back-bg {
  display: inline-block;
  position: relative;
  padding: 40px 0 24px;
  padding: 2.5rem 0 1.5rem;
}
.move-back-bg::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .7215686275);
  content: "";
  opacity: 1;
}

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

.scrolldown {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

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

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

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

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

@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% - 17rem);
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 .publication {
    margin-right: 0.5rem;
  }
  .move-back-bg {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 span {
    padding: 0.5rem 1rem;
  }
  .move-back-bg {
    width: 90%;
  }
  .move-back {
    top: calc(50% - 12rem);
  }
}

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