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

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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*伸びたブロックを横に追いやるアニメーション*/
@-webkit-keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}

/* effect */
.ef-block1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: inline-block;
  opacity: 0;
}

.ef-block2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: inline-block;
  opacity: 0;
}

.ef-block3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: inline-block;
  opacity: 0;
}

.ef-block4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: inline-block;
  opacity: 0;
}

.blockeffects--left {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

.blockeffects--left:after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ff7200;
  -webkit-animation: overlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: overlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}

.blockeffects--left > * {
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

#top {
  background-color: #fff;
  transition: ease-in 1s;
}

.fv__wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

/* fv__parts */
#move-01 {
  font-size: calc(2.4rem + 48 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0.05em;
}

#move-01__item {
  display: block;
}

#move-01 b {
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

#move-01 em {
  font-style: normal;
}

#move-01 .cl-white {
  transition: ease-in .6s;
}

#move-01 .cl-white.active {
  color: #fff !important;
}

.move-back {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.move-back__inner {
  display: inline-block;
  position: relative;
  padding: 41.6px 7%;
  padding: 2.6rem 7%;
  background: transparent;
  color: #ff7200;
  text-align: left;
  transition: ease-in 1s;
}

.move-back__inner:before, .move-back__inner:after {
  position: absolute;
  width: 0%;
  height: 0%;
  border: solid transparent;
  border-width: 4px;
  content: "";
}

.move-back__inner:before {
  top: 0;
  left: 0;
}

.move-back__inner:after {
  right: 0;
  bottom: 0;
}

.move-back__inner.active:before, .move-back__inner.active:after {
  width: 100%;
  height: 100%;
}

.move-back__inner.active:before {
  border-top-color: #ff7200;
  border-right-color: #ff7200;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.move-back__inner.active:after {
  border-bottom-color: #ff7200;
  border-left-color: #ff7200;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.scroll__wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.scrolldown.cl-main a {
  color: #ff7200;
  transition: ease-in 1s;
}

.scrolldown.cl-main a span {
  border-color: #ff7200;
  transition: ease-in 1s;
}

.scrolldown.cl-main a span:before {
  background-color: #ff7200;
  transition: ease-in 1s;
}

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

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: calc(5rem + 16 * (100vw - 560px) / 680);
  }
  .move-back__inner {
    padding: 3rem 5rem;
  }
  .move-back__inner:before, .move-back__inner:after {
    border-width: 6px;
  }
}

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

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 7rem;
  }
  .move-back__inner {
    padding: 5rem 7.5rem;
  }
}

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

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

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

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

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