/* campaign banner */
#camp_ban {display:none;}
.camp_sp {display:none;}
.camp_pc {
    position:fixed;
    bottom:5%;
    right:0;
    width:38%;
    max-width:400px;
}
.camp_pc_inner {
    position:relative;
    width:100%;
}
/* 閉じる */
.camp_close {
    position:absolute;
    top:-5px;
    left:0;
    width:8.75%;
    max-width:35px;
    height:35px;
    z-index:2;
    cursor:pointer;
}
#camp_ban a:hover img {
    opacity:1;
    animation:flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

.camp_close:hover {
    opacity:0.7;
}



@media only screen and (max-width: 949px) {


}/* 949px */


@media only screen and (max-width: 640px) {

.camp_pc {display:none;}
.camp_sp {
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:4%;
    width:80%;
    max-width:400px;
    margin:auto;
}
.camp_sp_inner {
    position:relative;
    width:100%;
}
/* 閉じる */
.camp_close {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:8.75%;
    max-width:35px;
    height:35px;
    z-index:3;
    cursor:pointer;
}

}/* 640px */






