#main-type01-Bg {
  width: 100%;
  background: url("../img/visual.png") 50% bottom no-repeat;
  text-align: center;
  background-attachment: fixed;
  background-position: center top;
}
#main-type01-Wrap {
  width: 100%;
  margin: 0 auto;
}
#main-type01 {
  padding: 10rem 0rem 5rem 0rem;
}
#main-type01-Bg h1 {
  color: white;
  font-weight: 300;
  font-size: 3rem;
  border-bottom: 4px solid #fc1111;
  width: 60%;
  margin: 0 auto;
  transform: translateY(-0px);
  opacity: 1;
  transition: 1s;
}
#main-type01-Bg h2 {
  font-size: 3rem;
  color: white;
  margin-bottom: 3rem;
  line-height: 1.2em;
  transform: translateY(0px);
  opacity: 1;
  transition: 1s;
  margin-top: 3rem;
}
#main-type01-Bg.on h2 {
  transform: translateY(0px);
  opacity: 1;
}
#main-type01-Bg.on h1 {
  transform: translateY(0px);
  opacity: 1;
}
#main-type01-Bg h2 strong {
  color: #64daff;
}
#main-type01-Bg h3 {
  text-align: center;
  font-size: 1.5rem;
  color: white;
}
#main-type01-Bg p {
  color: white;
  display: inline-block;
  margin-bottom: 5rem;
  font-size: 1.8rem;
  line-height: 1.8em;
  padding-top: 0rem;
  transform: translateY(0px);
  opacity: 1;
  transition: 1s;
}
#main-type01-Bg p .housing {
  font-size: 2rem;
  padding: 1rem 2rem;
  margin-top: 2.2rem;
  font-weight: 600;
  border: 1px solid #fff;
  background-color: #793f1091;
}
#main-type01-Bg.on p {
  transform: translateY(0px);
  opacity: 1;
}
#main-type01 .scroll {
  text-align: center;
  display: block;
  cursor: pointer;
  animation: move 1.2s alternate infinite;
  animation-name: move;
}
@keyframes move {
  0% {
    transform: translateY(40%);
  }

  100% {
    transform: translateY(0%);
  }
}

@media screen and (min-width: 1200px) {
  #main-type01-Wrap {
    width: 1200px;
    margin: 0 auto;
  }
  #main-type01 {
    padding: 30em 0rem 5rem 0rem;
  }
  #main-type01-Bg h1 {
    font-weight: 500;
    font-size: 4rem;
    width: 22%;
  }
  #main-type01-Bg h2 {
    font-size: 5.8rem;
    margin-bottom: 4rem;
    line-height: 6.5rem;
    margin-top: 5rem;
    font-weight: 700;
  }
  #main-type01-Bg h3 {
    text-align: center;
    font-size: 2rem;
    color: white;
  }
  #main-type01-Bg p {
    margin-bottom: 15rem;
    font-size: 2.6rem;
    line-height: 2em;
    font-weight: 400;
  }
  #main-type01-Bg p .housing {
    font-size: 3.2rem;
    padding: 1rem 3rem;
    margin-top: 2.2rem;
    font-weight: 600;
    border: 1px solid #fff;
    background-color: #49464391;
  }
}
