@charset "UTF-8";

.time01 {
  font-size: 2rem;
}

.title01 {
  font-size: 2.5rem;
}

/* 動画埋め込み部分 */
#wrapper .movie-player {
  margin: 30px auto 0px;
}

#wrapper .movie-player iframe {
  width: 660px;
  height: 371px;
  display: block;
  margin: 0 auto;
}

.font-black {
  color: #000;
}

.font-strong {
  text-decoration: underline;
  font-size: 120%;
}

/* 20210204ゴールデン昇格文言 */

p.soon {
  font-size: 2.2rem!important;
  text-align: center;
  color: #ff4100;
  font-weight: bold;
  padding: 4rem 0;
}

.u-tc {
  font-size: 2.7rem;
  line-height: 5.7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6.5rem;
}

.device-type-desktop .u-mbl {
  margin-bottom: 5rem !important;
}