@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

main {
  padding-top: 0;
}
main::before {
  display: none;
}

.message {
  background-color: #000000;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .message {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 960px) {
  .message {
    padding-bottom: 20.6666666667vw;
  }
}
.message h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 961px) {
  .message h1 {
    padding: 100px 0 80px;
    font-size: 66px;
  }
}
@media screen and (max-width: 960px) {
  .message h1 {
    padding: 13.3333333333vw 0 10.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
.message h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media print, screen and (min-width: 961px) {
  .message h1 small {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .message h1 small {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .message picture img {
    width: 100%;
    max-width: 1024px;
  }
}
@media screen and (max-width: 960px) {
  .message picture img {
    width: 89.3333333333vw;
  }
}
.message .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 961px) {
  .message .txt {
    margin: 100px auto 0;
    max-width: 1024px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .message h2 {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .message h2 img {
    width: 355.2px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 960px) {
  .message h2 img {
    width: 59.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  .message p {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .message p {
    margin-top: 12.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .message p img {
    width: 393.84px;
  }
}
@media screen and (max-width: 960px) {
  .message p img {
    width: 72.9333333333vw;
  }
}
.message + .logo {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .message + .logo {
    margin-top: 100px;
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 960px) {
  .message + .logo {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 961px) {
  .message + .logo img {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .message + .logo img {
    width: 47.8666666667vw;
  }
}