/** jumbotronの背景に指定画像 **/
.jumbotron {
  background: url('../content1/topimg01.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}


/** トップへ戻るボタン **/
.wf-gotta-top {
  width: 100px;
  height: 76px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}