.bnr_fixed-pc {
  display: none;
}

@media screen and (min-width:1025px) {
  .bnr_fixed-pc {
    display: block;
  }
}

.bnr_fixed-sp {
  display: block;
}

@media screen and (min-width:1025px) {
  .bnr_fixed-sp {
    display: none;
  }
}


.bnr_fixed_btm {
  position: fixed;
  bottom: -2px;
  left: 0;
  z-index: 990;
  display: none;
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgb(0 0 0 / 0.24);
}

/* @media screen and (min-width:1025px) {
  .bnr_fixed_btm {
    display: none;
  }
} */

.bnr_fixed_btm_inner {
  position: relative;
  max-width: 375px;
  line-height: 1;
  margin: 0 auto;
}

.bnr_fixed_side {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  /* justify-content: center; */
  align-items: center;
  /* width: 100%; */
  height: 100%;
  /* background: rgb(0 0 0 / 0.24); */
}

@media screen and (min-width:1025px) {
  .bnr_fixed_side {
    display: flex;
  }
}

.bnr_fixed_side_inner {
  position: relative;
  max-width: 375px;
}




.bnr_fixed .detail-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  font-weight: bold;
}

.bnr_fixed .detail-btn span {
  position: relative;
  display: block;
}

.bnr_fixed .detail-btn active {
  opacity: 0.6;
}

#footer .copyright {
  padding-bottom: 100px;
}

@media screen and (min-width:1025px) {
  #footer .copyright {
    padding-bottom: 8px;
  }
}

@media screen and (max-width:1024px) {
#pageTop {
z-index: 9999;
bottom: 100px;
}
}