/* override css */
@media screen and (max-width: 639px){
  .s5-promotionB__main{
    padding-top: 57%;
  }
  .s5-promotionB__mainDefault {
      display: none;
  }
  .ss_recommendArea .s5-promotionB__mainAlt img{
    width: 100%;
    height: auto;
  }
　}
}
/* override css */

.s5-promotionA__main img, .s5-promotionCSimg__main img  {
    pointer-events: none;
}


@media print {
.s5-promotionA__mainDefault img, .s5-promotionCSimg__mainDefault img {
        display: none !important;
    }
}

.rt_popup{
    width: 100%;
    position: fixed;
    bottom: -300px;
    left: 0;
    z-index: 3;
}
  .rt_popup .c5-rtbox__icon--close{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 10px;
    height: 35px;
    width: 35px;
    background: url('../images/rtbox_banner_close.png') no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 999;
  }
  .rt_popup a{
    display: inline !important;
    /*transition: opacity .2s;*/
  }
  .rt_popup a:hover{
    /*opacity: .5;*/
  }
  .rt_popup img{
    display: block;
    width: 100%;
    height: auto;
    /*
        box-shadow: 0 0 25px rgba(39, 43, 55, 0.5), 2px 5px 7px rgba(39, 43, 55, 0.05);
        -webkit-box-shadow: 0 0 25px rgba(39, 43, 55, 0.5), 2px 5px 7px rgba(39, 43, 55, 0.05);
    */  
}



@media screen and (max-width: 639px){
  .c5-storePopup__banner{
    right: 0;
    bottom: 0;
  }
}
@media screen and (orientation: landscape) {
 .rt_popup .c5-rtbox img{
   width:50%;
   margin: 0 auto;
 }
 .rt_popup .c5-rtbox__icon--close{
   right: 25%;
 }
}
@media screen and (min-width: 640px){
#rt_hi-res_headphone_popup_ab .rt_popup{
  display: none;
}
}

