お世話になります。下のモーダルウィンドウを
https://item.rakuten.co.jp/SHOP-URL/ITEM-URL/ITEM-URL/のカテゴリにだけ出したいのですが、どこに入れればいいでしょうか?
<!--************************モーダルウィンドウ▼****************************-->
<input type="checkbox" name="modal" id="modal" ="">
<label for="modal" ="">
<div ="">
<a href="
https://coupon.rakuten.co.jp/getCoupon?getkey=SVlKTi1DQkQyLUVUUFYtTURHVg--&rt=" target="_blank">
<img src="
https://image.rakuten.co.jp/SHOP-URL/cabinet/hatuuri-coupon10.gif"></a>
</div ="">
</label ="">
<style>
p{
margin:0 auto;}
input#modal {
display: none;
}
input#modal + label {
width: 100%;
height: 120%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483646;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
input#modal + label div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
position: fixed;
width: 300px; /*画像の横幅*/
height:300px; /*画像の縦幅*/
bottom: 0;
left: 0;
margin: 15% auto;
position: fixed;
right: 0;
top: 0;
}
input#modal + label div::before {
content: "× Close";
position: absolute;
bottom: -25%;
right: 50%;
margin: 0 -60px 0 0;
font-size: 3em;
font-weight: bold;
color: #ffffff;
}
input#modal:checked + label {
display: none;
}
input#modal + label img{
width:300px; /*画像の横幅*/
height:300px; /*画像の縦幅*/
}
</style>