@charset "UTF-8";

/*MV*/
.spHeader {
  background: #DAF4F8 url(https://shop-saqina.s3-ap-northeast-1.amazonaws.com/category/images/cosme2/index_mv_sp.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .spHeader {
    background: #DAF4F8 url(https://shop-saqina.s3-ap-northeast-1.amazonaws.com/category/images/cosme2/index_mv_pc.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  body {
    background: #DAF4F8 url(https://shop-saqina.s3-ap-northeast-1.amazonaws.com/category/images/cosme2/index_mv_pc.png) no-repeat center top;
    background-size: 1366px;
  }
}