@charset "UTF-8";
.mufgih-kv-wrap {
  width: 100%;
  height: 100vh;
  max-height: 600px;
  position: relative;
  background: url("/dam/profile/strategy/dx/imgs/kv-bg.png") no-repeat
    center/cover;
  margin-bottom: 75px;
}
.mufgih-kv-wrap {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out 0s;
  transition: opacity 1s ease-in-out 0s;
}
.mufgih-kv-wrap.active {
  opacity: 1;
}

.mufgih-kv-text {
  z-index: 1;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mufgih-kv-text {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out 1s;
  transition: opacity 1s ease-in-out 1s;
}
.mufgih-kv-text.active {
  opacity: 1;
}

.mufgih-kv-animation {
  width: 100%;
  height: 100%;
}
.mufgih-kv-animation {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2s;
}
.mufgih-kv-animation.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mufgih-kv-wrap {
    max-height: 450px;
		background: url("/dam/profile/strategy/dx/imgs/kv-bg_sp.png") no-repeat
			center/cover;
  }
  .mufgih-kv-text {
    width: 65%;
    height: 65%;
  }
}
@media screen and (max-width: 480px) {
  .mufgih-kv-wrap {
    max-height: 400px;
  }
  .mufgih-kv-text {
    width: 80%;
    height: 80%;
  }
}
