@charset "utf-8";

.title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: xx-large;
  margin-top: 8px;
  margin-bottom: 4px;
}

.text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: medium;
  margin-bottom: 2px;
}

.text2 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: small;
  margin-bottom: 8px;
}

.message-title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: large;
  margin-top: 8px;
}

.message {
  display: block;
  text-align: center;
  width: 100%;
  font-size: medium;
  margin-bottom: 16px;
}

.important {
  color: red;
  font-size: xx-large;
}

.poster {
  display: inline-block;
  width: 640px;
  height: 908px;
  background: url(../datas/R7-poster-L.webp);
}

.poster-kintarou {
  display: inline-block;
  width: 640px;
  max-width: 95%;
}

.poster-block {
  display: block;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .poster {
    width: 320px;
    height: 454px;
    background: url(../datas/R7-poster-S.webp);
  }
}
