.top_contents {
  padding-bottom: 72px;
  background: url(https://img21.shop-pro.jp/PA01487/155/etc_base64/YmcwMQ.png?cmsp_timestamp=20230522163626) no-repeat center top 209px;
}
.bx-wrapper .bx-viewport {
  background: none !important;
}
.bnr p {
  position: relative;
  overflow: hidden;
  max-width: 465px;
  height: 220px
}
.bnr_l:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(https://img21.shop-pro.jp/PA01487/155/etc_base64/aW1nMTA.png?cmsp_timestamp=20230629150954) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.bnr_r:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(https://img21.shop-pro.jp/PA01487/155/etc_base64/aW1nMTI.png?cmsp_timestamp=20230629150954) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.bnr p:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.bnr p a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}