/*
  This CSS is based on rt-common-style-pc.css and rt-common-style-sp.css.
*/

/* Common */
@media screen and (min-width:0px) and ( max-width:720px) { 
    .rt-common-header {
        width: 100vw;
    }
    .rt-common-wide-banner-pc { 
        display: none;
    }
}

/* rt-common-header-top */
@media screen and (min-width:0px) and ( max-width:720px) { 
    .rt-common-header-top { 
        display: none;
    }
}

/* rt-common-header-main */
@media screen and (min-width:721px) { 
    .rt-common-logo__sp { 
        display: none;
    }
}
@media screen and (min-width:0px) and ( max-width:720px) { 
    .rt-common-logo__pc, .rt-common-promotion { 
        display: none;
    }
}

/* rt-common-member-info */
@media screen and (min-width:0px) and ( max-width:720px) { 
    .rt-common-special-offer { 
        display: none;
    }
}

/* rt-common-header-navigation */
@media screen and (min-width:0px) and ( max-width:720px) { 
    .rt-common-header-navigation { 
        display: none;
    }
}