@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff1ec;
}
#top #mvArea__mv {
  background: #fff1ec;
}
#contents {
  background: #f7f4e9;
}
/* article#about { background: #fff; } */
/* article#member { background: #fff; } */
div.member__lineup__item div.cover figure img {
  min-width: 180px;
}
@media only screen and (max-width: 768px) {
  div.member__lineup__item div.cover figure img {
    min-width: 122px;
  }
}