.pc__block {
  display: block !important;
}
.sp__block {
  display: none !important;
}

/* トップページ RE100バナー 追加 */
.bnr_top_re100_box {
  width: 301px;
  height: 53px;
  position: absolute;
  top: 20px;
  right:77px;
}
.bnr_top_re100_box a {
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
.bnr_top_re100_box a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.bnr_top_re100_box a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pc__block {
    display: none !important;
  }
  .sp__block {
    display: block !important;
  }

  /* トップページ RE100バナー 追加 */
  .bnr_top_re100_box {
    width: 47%;
    max-width: 300px;
    height: auto;
    bottom: 11%;
    left: 7%;
    top: auto;
    right:auto;
  }
  .bnr_top_re100_box a:hover {
    opacity: 1;
  }
}