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

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #9C0000;
  --sub_c: #474747;
  --point_c: #333;
  --txt_c: #1c1c1c;
  --link_c: #9C0000;
  --link_sub_bg: #f2e4e4;
}

/*----------------------------------------------
 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: #9C0000;
  -webkit-animation: overlayIn 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.7s 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation: overlayIn 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.7s 0.7s 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.7s;
  animation: fadeIn 0.1s 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

/* sns */
.sns-list__side {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* fv__parts */
#move-01 {
  display: block;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0.05em;
  font-size: calc(1.7rem + 14 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
}

#move-01__item {
  display: block;
}

.company {
  padding: 0 64px;
  padding: 0 4rem;
  font-size: calc(1.9rem + 36 * (100vw - 320px) / 680);
}

.move-line {
  display: block;
  position: absolute;
  bottom: 42%;
  left: 2%;
  width: 96%;
  height: 1px;
  background-color: #fff;
  content: '';
}

.move-wrap {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #9C0000;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  transition: ease-in 1s;
}

.move-back__inner_item span {
  line-height: 1.6;
}

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

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 6rem);
  }
}

@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: 3.7rem;
  }
  .company {
    font-size: 6rem;
  }
  .move-back {
    top: calc(50% - 14rem);
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    padding: 0 4%;
  }
  .move-back {
    top: calc(50% - 12rem);
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .move-line {
    bottom: 42%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

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

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

/*# sourceMappingURL=map/top-animation.css.map */
