@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;
}

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

/* fv__parts */
#move-01 {
  margin-top: 30px;
  font-weight: 500;
  font-size: calc(2.3rem + 5.88235vw - 18.82353px);
  line-height: 1.5;
  font-family: "Oswald", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.02em;
  opacity: 0;
}

#move-02 {
  margin-top: 30px;
  color: black;
  font-weight: 500;
  font-size: calc(1.2rem + 1.47059vw - 4.70588px);
  letter-spacing: 0.08em;
  opacity: 0;
}

#move-02 .sp-only {
  display: block;
}

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

.header {
  opacity: 0;
}

.move-wrap {
  -webkit-transition: all 1s;
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, .8);
  transition: all 1s;
}
.move-wrap::before, .move-wrap::after {
  -webkit-transition: 0.3s ease all;
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #6DB1F2;
  content: "";
  transition: 0.3s ease all;
}
.move-wrap::before {
  top: -1px;
  left: -2px;
  width: 0px;
  height: 2px;
}
.move-wrap::after {
  right: -1px;
  bottom: -2px;
  width: 0px;
  height: 2px;
}
.move-wrap__inner::before, .move-wrap__inner::after {
  -webkit-transition: 0.3s ease all;
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #0B4F9E;
  content: "";
  transition: 0.3s ease all;
}
.move-wrap__inner::before {
  bottom: -2px;
  left: -2px;
  width: 2px;
  height: 0px;
}
.move-wrap__inner::after {
  top: -1px;
  right: -1px;
  width: 2px;
  height: 0px;
}
.move-wrap.active::before, .move-wrap.active::after {
  width: 100%;
  width: calc(100% + 2px);
}
.move-wrap.active .move-wrap__inner::before, .move-wrap.active .move-wrap__inner::after {
  height: 100%;
  height: calc(100% + 2px);
}
.move-wrap.linenone::before, .move-wrap.linenone::after {
  background-color: transparent;
}
.move-wrap.linenone .move-wrap__inner::before, .move-wrap.linenone .move-wrap__inner::after {
  background-color: transparent;
}

.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%;
  } /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  #move-02 {
    padding-bottom: 1.5rem;
  }
  #move-02 .sp-only {
    display: none;
  }
}

@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 {
    padding-bottom: 2.5rem;
    font-size: 3.2rem;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
  .move-wrap {
    padding: 1em 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(50% - 11rem);
  }
  .move-wrap {
    width: 80%;
    max-width: 900px;
    padding: 1em 2%;
  }
}

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

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

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

@media screen and (max-width: 550px) {
  .move-wrap {
    width: 75%;
  }
}
/*# sourceMappingURL=map/top-animation.css.map */
