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

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
#top {
  background-color: #fff;
  transition: ease-in 1s;
}

/* fv__parts */
#move-01 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 30px;
  font-size: calc(1.7rem + 11 * (100vw - 320px) / 680);
  font-weight: 500;
  opacity: 0;
}

#move-01 span {
  font-size: calc(1.9rem + 13 * (100vw - 320px) / 680);
  transition: 0.6s ease all;
}

#move-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 30px;
  font-size: calc(2rem + 16 * (100vw - 320px) / 680);
  font-weight: 500;
  opacity: 0;
}

#move-03 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 8px;
  font-family: "Oswald", sans-serif !important;
  font-size: calc(1.2rem + 6 * (100vw - 320px) / 680);
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #303030;
  text-align: center;
  transition: ease-in 1s;
}

.move-wrap {
  display: inline-block;
  position: relative;
  padding: 2em 8%;
  transition: all 1s;
}

.move-wrap:before, .move-wrap:after {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #303030;
  content: "";
  transition: 0.3s ease all;
}

.move-wrap:before {
  top: -1px;
  left: -1px;
  width: 0px;
  height: 1px;
}

.move-wrap:after {
  right: -1px;
  bottom: -1px;
  width: 0px;
  height: 1px;
}

.move-wrap__inner:before, .move-wrap__inner:after {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #303030;
  content: "";
  transition: 0.3s ease all;
}

.move-wrap__inner:before {
  bottom: -1px;
  left: -1px;
  width: 1px;
  height: 0px;
}

.move-wrap__inner:after {
  top: -1px;
  right: -1px;
  width: 1px;
  height: 0px;
}

.move-wrap.active:before, .move-wrap.active:after {
  width: 100%;
  width: calc(100% + 1px);
}

.move-wrap.active .move-wrap__inner:before, .move-wrap.active .move-wrap__inner:after {
  height: 100%;
  height: calc(100% + 1px);
}

.move-back.active #move-01 span,
.move-back.active #move-02 span {
  color: #caa98b;
  /* color: #73604f; */
  font-size: calc(2rem + 20 * (100vw - 320px) / 680);
}

.move-back.active #move-03 {
  color: #b7b7b7;
}

.scroll__wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  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%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01 {
    font-size: 2.8rem;
  }
  #move-01 span {
    font-size: 3.2rem;
  }
  #move-02 {
    font-size: 3.6rem;
  }
  #move-03 {
    font-size: 1.8rem;
  }
  .move-back.active #move-01 span,
  .move-back.active #move-02 span {
    font-size: 4rem;
  }
}

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

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

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