@charset "UTF-8";
#page_fanclub .container .top-kv h3 {
  margin-top: 40px;
}
#page_fanclub .container section figure {
  margin-bottom: 16px;
}
#page_fanclub .container section p {
  font-size: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #page_fanclub .container section figure {
    margin-bottom: 4.2666666667vw;
  }
  #page_fanclub .container section p {
    font-size: 3.7333333333vw;
    padding-bottom: 4.2666666667vw;
  }