@media (min-width: 981px) {

/*
### サイドナビ：アドバナー（固定)

*/

.adbnr.is-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}

.adbnr.is-moved-at-footer {
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.adbnr.is-moved-above-footer {
  position: fixed;
  bottom: 75px;
  z-index: 2;
}

.adbnr-box {
  height: auto;
}

/*
### プライバシーマーク（固定)

*/

.privacy-img.pc {
  display: block;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -200px;
  right: 0px;
  z-index: 0;
}

.privacy-img.sp {
  display: none;
}

/*
### フッター　トップへ戻る

*/
.footer {
  margin-top: 185px;
}

.footer .content-frame {
  position: relative;
}

.footer .pagetop {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -55px;
}

.footer .btn-pagetop.at-footer {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 40px;
  padding-right: 22px;
  line-height: 40px;
  background: #0099cc;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  color: #fff;
}


.footer .btn-pagetop.above-footer {
  position: fixed;
  bottom: 20px;
  display: block;
  width: 100px;
  height: 40px;
  padding-right: 22px;
  line-height: 40px;
  background: #0099cc;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  color: #fff;
  z-index: 3;
}

/*
###　フッターマウスオーバーサブメニュー

*/
.footer-link-wrapper .footer-link .footer-link-title .footer-link-child {
  top: 59px;
}

}

/*
###　sp時プライバシーマーク

*/
@media (max-width: 980px) {

.privacy-img.pc {
  display: none;
}

.privacy-img.sp {
  display: block;
}

.top .footer {
  margin-top: 100px;
}

}
