#main > .topicpath {
  display: none;
}

main article {
  padding-top: 0;
}

main article .container header {
  display: none;
}

main article h1 {
  background: url(/campaign/mghsendai_reopening/images/main-img.webp) center bottom no-repeat;
  background-size: auto 520px;
  height: 520px;
}

.ml-xl {
  margin-left: 5.5rem !important;
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main article {
    background: none;
  }
  h1.mv {
    background: none;
    margin-left: -16px;
    margin-right: -16px;
    height: auto;
  }

  .col-42 {
    text-align: center;
  }
  .col-42 p {
    text-align: left;
    display: inline-block;
  }

  .ml-xl {
    margin-left: 4.8rem !important;
  }

  main .main-footer {
    margin-top: 30px;
  }
}