@charset "utf-8";

/*
  File Name   : sh-biruke.css
  Description : コンテンツエリア関係 他
*/

/* hoge
============================================================ */
.com-kv-wrap {
  background: url(../img/sh-biruke/kv-img.jpg) center center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1100px) {
  .com-kv-wrap {
    background: url(../img/sh-biruke/kv-img-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}


