.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: 9999;
  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;
  width: 100%;
}

.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;
}
}

.bnr_fixed_btm_inner .itemlink {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.bnr_fixed_btm_inner .itemlink li {
    width: 100%;
}
.bnr_fixed_btm_inner .itemlink li a {
    display: inline-block;
    width: 100%;
    padding:20px 10px;
    text-align: center;
    background: #d1ae4b;
    color:#FFF;
        font-weight: bold;
    border: #FFF solid 1px;
}
.bnr_fixed_btm_inner .itemlink li:first-child a {
    background:#a38f62;
    display: block;
}
.bnr_fixed_btm_inner .itemlink li:first-child a::before{
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url(../common/img/icon_ranking.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 58 / 53;
  width: 8%;
  margin-right: 5%;
  margin-left: -10%;
}
.bnr_fixed_btm_inner .itemlink li a:hover {
text-decoration:none;
    background: #dfce9d;
}
.bnr_fixed_btm_inner .itemlink li:first-child a:hover {
    background: #ebc760;
}