/*  PC  */
.pc-view,
.pc-header,
.pc-footer {
  display: inline;
}
.sp-view,
.sp-header,
.sp-footer {
  display: none;
}
/*  SP  */
@media screen and (max-width:739px) {
 .pc-view,
 .pc-header,
 .pc-footer {
    display: none;
 }
 .sp-header,
 .sp-footer {
    display: inline;
 }
 .sp-view {
    display: inline;
 }
}