@charset "utf-8";
/* CSS Document */
.mkh_ColorSection_ttl{
  padding-right: calc(166px + 64px);
}
.mkh_ColorSection_ttl::after{
  width: 166px;
  height: 232px;
  background-image: url("../img/il_cate.webp");
}



@media screen and (max-width:1280px){
  .mkh_ColorSection_ttl{
    padding-right: calc(max(60px, 12.97vw) + 24px);
  }
  .mkh_ColorSection_ttl::after{
    width: max(60px, 12.97vw);
    height: max(84px, 18.13vw);
  }
}