@charset "utf-8";

h2 {
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.text01 {
  font-size: 26px;
  text-align: center;
}
.Tournament {
  font-size: 2.8rem;
  text-align: left;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 495px) {}

@media only screen and (max-width: 414px) {}