@charset "utf-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background:url(../images/pic_title.jpg?Ver02) center center no-repeat;
  background-size:cover;
}

/* .btn-bucchake　選手ぶっちゃけ話ボタン位置
+=========================================================+*/
.btn-bucchake {
  position:absolute;
  top:-15px;
  right:15px;
}
@media screen and (max-width: 553px) {
  .btn-bucchake {
    position:static;
    text-align:right;
  }
}
