@charset "utf-8";
/* CSS Document */

.bnr-content>a{
  display: block;
}
.bnr-content>a:hover{
  opacity: 0.8
}

@media screen and (max-width:768px){
  .bnr-area>a.nosp{
    display: none;
  }
  .bnr-content{
    width: min(calc(710vw / 7.5), 100%);
    margin: calc(40vw / 7.5) auto;
  }
}

@media screen and (min-width:769px){
  .bnr-area>a.nopc{
    display: none;
  }
  .bnr-content{
    width: 960px;
    margin: 30px auto;
    text-align: center;
  }
}