.smenu, .entry, footer, .stic {
  display: none;
}

.mv_tops {
  height: 100vh;
  width: 100vw;
  display: grid;
  place-content: center;
  background: url("../images/top_mv.jpg") center center/cover;
}
.mv_tops .logos {
  max-width: 350px;
  width: 70%;
  margin: 0 auto 56px auto;
}
.mv_tops h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mv_tops .lead {
  margin-top: 32px;
  text-align: center;
  letter-spacing: 0.03em;
}
.mv_tops .btns {
  margin-top: 80px;
}
.mv_tops .btn_cm2 {
  margin: 0 auto;
  display: block;
  text-decoration: none;
  width: 290px;
  border: 1px solid #000;
  border-radius: 100px;
  text-align: center;
  padding: 17px 0;
  box-sizing: border-box;
  color: white;
  transition: all 0.3s ease;
  background: #000;
}
.mv_tops .btn_cm2 i {
  padding-right: 35px;
  background: url("../images/arw_dat_eh.png") center right no-repeat;
  background-size: 15px auto;
  transition: all 0.3s ease;
}
.mv_tops .btn_cm2:hover {
  background: white;
  color: #000;
}
.mv_tops .btn_cm2:hover i {
  padding-right: 35px;
  background: url("../images/arw_dat.png") center right no-repeat;
  background-size: 15px auto;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .mv_tops .btn_cm2 {
    font-size: 1.4rem;
    width: 210px;
    padding: 9px 0;
  }
  .mv_tops .btn_cm2 i {
    padding-right: 20px;
    background: url("../images/arw_dat_eh.png") center right no-repeat;
    background-size: 11px auto;
    transition: all 0.3s ease;
  }
  .mv_tops .btn_cm2:hover {
    background: #000;
    color: white;
  }
  .mv_tops .btn_cm2:hover i {
    padding-right: 20px;
    background: url("../images/arw_dat_eh.png") center right no-repeat;
    background-size: 11px auto;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 767px) {
  .mv_tops .in {
    width: 90%;
    margin: 0 auto;
  }
  .mv_tops .logos {
    width: 50%;
    margin: 0 auto 28px auto;
  }
  .mv_tops h2 {
    font-size: 2.8rem;
    text-align: center;
  }
  .mv_tops .lead {
    margin-top: 24px;
    text-align: left;
  }
  .mv_tops .btns {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=corp_top.css.map */
