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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#top {
  -webkit-transition: ease-in 1s;
  background-color: #fff;
  transition: ease-in 1s;
}

.header {
  opacity: 0;
}

/* sns */
.sns-list__side {
  opacity: 0;
}

/* fv__parts */
.move-01 {
  margin-top: 30px;
  font-weight: 700;
  font-size: calc(3.5rem + 7.35294vw - 23.52941px);
  letter-spacing: 0;
  opacity: 0;
}

.move-02 {
  margin-top: 30px;
  margin-left: 32px;
  margin-left: 2rem;
  font-weight: 700;
  font-size: calc(3.5rem + 7.35294vw - 23.52941px);
  opacity: 0;
}

.move-back-01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: row;
          justify-content: center;
  padding: 3.2px 32px 32px;
  padding: 0.2rem 2rem 2rem;
}
.move-back-01::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #b80000;
  content: "";
}
.move-back-01.active::before {
  -webkit-transition: ease-in-out 0.6s;
  width: 100%;
  transition: ease-in-out 0.6s;
}

.move-back {
  -webkit-transition: ease-in 1s;
  position: absolute;
  position: absolute;
  right: 0;
  left: 0;
  width: 65%;
  margin: 0 auto;
  color: #b80000;
  font-family: Arial "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  transition: ease-in 1s;
}

.scroll__wrap {
  opacity: 0;
}

@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: 9rem;
  }
  .move-02 {
    font-size: 9rem;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
}

@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-back {
    width: 70%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-02 {
    margin-left: 1rem;
  }
  .move-back {
    width: 80%;
  }
}

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

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