@charset "utf-8";

#modeltop{ background-image:url(../img/modeltop_img.jpg); }
#modeltop h2.brand_logo img{ height:48px; width:auto; }
/*
#concept0{ background:url(../img/concept_bg00.jpg) no-repeat center center; }
#concept1{ background:url(../img/concept_bg01.jpg) no-repeat center center; }
#concept2{ background:url(../img/concept_bg02.jpg) no-repeat center center; }
#concept3{ background:url(../img/concept_bg03.jpg) no-repeat center center; }
*/

@media (max-width: 480px) {
  #modeltop::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  }
}