@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

.top.p-mv {
  background: #efefef;
}

.top .p-mv__message {
  font-size: 3.6rem;
}

.top .p-mv__content .c-text {
  justify-content: center;
}

.top .p-mv__control {
  display: flex;
}

@media screen and (max-width: 768px) {


  .top .p-mv__image {
    height: 220px;
  }

  .top .p-mv__content .c-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .top .p-mv {
    position: relative;
  }

  .top .p-mv__content {
    padding: 30px 0 30px 15px;
  }

  .top .p-mv__message {
    font-size: 4.7rem;
  }

  .top .p-mv__image {
    flex: 0 0 68vw;
  }

  .top .p-mv__lead {
    gap: 15px;
  }

  .top .p-mv__control {
    bottom: 25px;
  }

}