@charset "UTF-8";
#mv {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: 0;
}
.mv-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#gr-wrap {
  overflow: hidden;
  z-index: 1;
}
#gr-wrap, #gr-text {
  min-height: 35vw;
}
#bg-rellax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -5vw;
  left: 0;
  height: 70vw;
}
#gr-text {
  height: 100%;
}
#gr-text-wrap {
  padding: 1.5vw 2vw;
}
.contents img {
  width: 100%;
  height: 28vw;
  object-fit: cover;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #gr-wrap {
    padding: 15vw 3vw;
  }
  #bg-rellax {
    height: 150vw;
  }
  .contents img {
    height: 50vw;
  }
}

@media (max-width: 575px){
  
}


