#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100dvh;
  background: url("../img/img-pc.webp") no-repeat center / cover;
  text-align: center;
  color: #fff;
}
.mo {
  display: none;
}

.title-wrap {
  margin-bottom: 10rem;
}
.title-wrap span {
  display: block;
  font-size: 4.4rem;
  font-weight: 300;
  letter-spacing: -.3rem;
  margin-bottom: 2.5rem;
}
.title-wrap h1 {
  font-size: 7.5rem;
  font-weight: 400;
  letter-spacing: -.5rem;
  line-height: 1.2;
}
.title-wrap h1 b {
  font-size: 8.3rem;
  font-weight: 600;
}
.title-wrap p {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 7rem;
  line-height: 1.4;
  opacity: .9;
}

.google {
  display: block;
  width: 41rem;
}
.google img {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
	#wrap {
    background: url("../img/img-mo.webp") no-repeat center / cover;
  }
  .title-wrap span {
    font-size: 3.5rem;
  }
  .title-wrap h1 {
    font-size: 10rem;
  }
  .title-wrap h1 b {
    font-size: 11.5rem;
  }
  .title-wrap p {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 480px) {
  .title-wrap span {
    font-size: 4rem;
  }
  .title-wrap h1 {
    font-size: 12rem;
    letter-spacing: -1rem;
  }
  .title-wrap h1 b {
    font-size: 13.5rem;
  }
}