.top.newTop {
  height: 56vw;
  background-size: 100% auto;
  background-image: url("../image/new/mv_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .top.newTop {
    height: 160vw;
    background-size: 100% auto;
    background-image: url("../image/new/mv_bg_sp.webp");
  }
}

.top.newTop .msgtop {
  position: absolute;
  width: 39.2%;
  left: 0;
  top: 37%;
}

.top.newTop .msgtop .text_pc {
  display: block;
}

.top.newTop .msgtop .copy_sp {
  display: none;
}

.top.newTop .msgtop .signature_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top.newTop .msgtop {
    width: 84%;
    height: 60%;
    left: 7%;
    top: 27.5%;
  }
  .top.newTop .msgtop .text_pc {
    display: none;
  }
  .top.newTop .msgtop .copy_sp {
    display: block;
    position: absolute;
    top: 54.5%;
    left: 4%;
    width: 94%;
  }
  .top.newTop .msgtop .signature_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
  }
}

.menu li {
  color: #000000;
  border-color: #000000;
}

.menu li:hover {
  color: #ffa700;
}

.header_logo {
  background-image: url("../image/new/logo_new.svg");
}
