@charset "utf-8";
/* common ************************************************************/
.sub {
  background: #f9f2df;
  padding-bottom: 8%;
  box-sizing: border-box;
}
/* mv ************************************************************/
.subMv {
  background: #f9f2df;
  width: 100%;
  padding-top: calc(32% + 75px);
  margin-top: -32%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
}
