img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.fv__contents {
  position: relative;
}
.fv__txtarea {
  text-align: center;
  position: absolute;
  top: 10%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.fv__ttl {
  font-size: clamp(8px, 6.3020833333vw, 121px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: min(2.6041666667vw, 50px);
  background: linear-gradient(180deg, #00aeef 5%, #00499a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__ttl--sub {
  font-size: clamp(8px, 4.2708333333vw, 82px);
  display: block;
}
.fv__logo {
  width: min(11.270203125vw, 216.3879px);
  height: min(3.7072083333vw, 71.1784px);
  margin: 0 auto;
}

.imgarea {
  text-align: center;
}
.imgarea__movie-area {
  padding-top: min(5.2083333333vw, 100px);
  margin: 0 auto;
}
.imgarea__movie {
  width: min(49.6262291667vw, 952.8236px);
  height: min(27.9095104167vw, 535.8626px);
}

.contact__contents.contents {
  position: relative;
}

.contact__btn {
  width: min(16.71875vw, 321px);
  height: min(4.0104166667vw, 77px);
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.contact__download {
  width: min(23.6962083333vw, 454.9672px);
  height: min(4.6859427083vw, 89.9701px);
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 993px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .fv__contents {
    position: relative;
  }
  .fv__txtarea {
    text-align: left;
    position: absolute;
    top: 5%;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }
  .fv__ttl {
    line-height: 16.2666666667vw;
    font-size: 14.7034133333vw;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 16vw;
    background: linear-gradient(180deg, #00aeef 5%, #00499a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .fv__ttl--sub {
    line-height: 10.6666666667vw;
    font-size: 8.9631466667vw;
    display: block;
    margin-bottom: 8vw;
  }
  .fv__logo {
    width: 31.4289333333vw;
    height: 10.3382133333vw;
    margin: 0 auto;
  }
  .imgarea {
    text-align: center;
  }
  .imgarea__movie-area {
    padding-top: 16vw;
    width: 90%;
    margin: 0 auto;
  }
  .imgarea__movie {
    width: 100%;
    height: 50.6666666667vw;
  }
  .contact__btn {
    width: 55.4666666667vw;
    height: 12.8vw;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .contact__download {
    width: 78.6666666667vw;
    height: 15.5564vw;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}