@charset "utf-8";

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  position: sticky;
  top: 100vh;
  line-height: 2;
  -webkit-text-size-adjust: none;
  min-width: 1300px;
  clear: both;
  background: #333; /*背景色*/
  color: #fff; /*文字色*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  clear: both;
  text-align: center;
  background: #333; /*背景色*/
  color: #fff; /*文字色*/
  font-size: 10.625px;
}
