@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  body {
    align-items: center;
    background-image: url(../images/bg01@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    width: 100%;
  }
  body .teaser {
    color: #fff;
    width: calc(100% - 20px);
  }
  body .teaser .date {
    font-family: "trajan-pro-3", serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: center;
  }
  body .teaser .date h1 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  body .teaser .date .time {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  body .teaser .logo {
    padding: 0 40px 40px;
  }
  body .teaser .desc {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.2;
    padding-bottom: 30px;
    text-align: center;
  }
  body .teaser .url {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body .teaser img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  body {
    align-items: center;
    background-image: url(../images/bg01@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    width: 100%;
  }
  body .teaser {
    color: #fff;
  }
  body .teaser .date {
    font-family: "trajan-pro-3", serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 4vw;
    text-align: center;
  }
  body .teaser .date h1 {
    font-size: 2vw;
    font-size: clamp(20px, 2vw, 40px);
    padding-bottom: 1vw;
  }
  body .teaser .date .time {
    font-size: 1.3vw;
    font-size: clamp(12px, 1.3vw, 25px);
    letter-spacing: 0.1em;
  }
  body .teaser .logo {
    margin: auto;
    padding-bottom: 4vw;
    text-align: center;
  }
  body .teaser .logo img {
    width: 38.5vw;
  }
  body .teaser .desc {
    font-size: 0.83vw;
    font-size: clamp(11px, 0.83vw, 16px);
    letter-spacing: 0.1em;
    line-height: 2.2;
    padding-bottom: 3vw;
    text-align: center;
  }
  body .teaser .url {
    font-size: 0.78vw;
    font-size: clamp(11px, 0.78vw, 15px);
    letter-spacing: 0.1em;
    text-align: center;
  }
  body .teaser img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */