.fullWidth {
  margin-left: -2.25vw;
  margin-right: -2.25vw;
}
@media (max-width: 1080px) {
  .fullWidth {
    margin-left: -2.963vw;
    margin-right: -2.963vw;
  }
}
@media (max-width: 580px) {
  .fullWidth {
    margin-left: -6.897vw;
    margin-right: -6.897vw;
  }
}
.caseHeaderBlock {
  position: relative;
}
.caseHeaderBlock.inView .thumbnailImage .imageWrapper .innerImage {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.caseHeaderBlock .thumbnailImage {
  height: 100vh;
}
.caseHeaderBlock .thumbnailImage .imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.caseHeaderBlock .thumbnailImage .imageWrapper .innerImage {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.caseHeaderBlock .thumbnailImage .imageWrapper .innerImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  pointer-events: none;
}
.caseHeaderBlock .thumbnailImage .imageWrapper .innerImage img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.caseHeaderBlock .contentTitleWrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 9.375vw;
}
.caseHeaderBlock .contentTitleWrapper .projectTitle {
  display: inline-block;
  color: #FFFFFF;
}
.caseHeaderBlock .contentTitleWrapper .scrollDownWrapper {
  display: inline-block;
  height: fit-content;
  text-align: end;
  padding-top: 0.3125vw;
  -webkit-animation: scrollDown 4s ease-in-out infinite alternate;
  -moz-animation: scrollDown 4s ease-in-out infinite alternate;
  animation: scrollDown 4s ease-in-out infinite alternate;
}
.caseHeaderBlock .contentTitleWrapper .scrollDownWrapper .scrollDownButton {
  cursor: pointer;
  text-decoration: none;
  padding-top: 0.3125vw;
}
.caseHeaderBlock .contentTitleWrapper .scrollDownWrapper .scrollDownButton .icon-arrow_down {
  color: #FFFFFF;
}
.caseHeaderBlock .contentTitleWrapper .scrollDownWrapper .scrollDownButton .icon-arrow_down::before {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 200%);
    -moz-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  20% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@media all and (max-width: 1080px) {
  .caseHeaderBlock .contentTitleWrapper {
    bottom: 18.519vw;
  }
}
@media all and (max-width: 580px) {
  .caseHeaderBlock .contentTitleWrapper {
    bottom: 43.103vw;
  }
}
