.kv {
  margin: 0 0 30px;
}
.kv img {
  width: 100%;
}

.fanclub_heading {
  margin-bottom: 80px;
}
.fanclub_heading_lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.fanclub_ttl {
  text-align: center;
  font-size: 2rem;
  font-family: "tt_commons_m", "Noto Sans JP", serif;
  margin: 0 0 30px;
}
.fanclub_subttl {
  text-align: center;
  font-size: 1.6rem;
  font-family: "tt_commons_m", "Noto Sans JP", serif;
  margin: 60px 0 20px;
}
.fanclub_desc {
  margin: 0;
  font-size: 1.4rem;
}
.fanclub_benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fanclub_benefit li {
  width: 47%;
  margin-bottom: 20px;
}
.fanclub_benefit figure {
  text-align: center;
  margin: 0 0 8px;
}
.fanclub_benefit figure span {
  background-color: #B6ACA7;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.fanclub_benefit figure span img {
  width: 32px;
}
.fanclub_benefit figure figcaption {
  color: #1F1F1F;
  font-size: 1.4rem;
  font-weight: 500;
}
.fanclub_benefit p {
  font-size: 1.2rem;
  margin: 0;
}
.fanclub_graph {
  margin-top: 20px;
}
.fanclub_graph + .fanclub_desc {
  margin-top: 50px;
}
.fanclub_graph_ttl {
  margin: 20px 0 0;
  font-weight: 500;
}
.fanclub_graph-date {
  display: grid;
  font-size: 1.2rem;
  color: #452B22;
  font-family: "tt_commons_r", serif;
  letter-spacing: 0.05em;
}
.fanclub_graph-date span {
  display: inline-block;
}
.fanclub_graph-date span:first-child {
  border-left: 1px solid #E1DDDB;
  padding-left: 5px;
}
.fanclub_graph-bar {
  display: grid;
  text-align: center;
  font-size: 1.2rem;
}
.fanclub_graph-bar1 {
  background-color: #E1DDDB;
  color: #452B22;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fanclub_graph-bar2 {
  background-color: #452B22;
  color: #fff;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fanclub_graph-bar2 span {
  line-height: 1.3;
}
.fanclub_graph-bar2 strong {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
}
.fanclub_graph-1 .fanclub_graph-date {
  grid-template-columns: 70% 1fr;
}
.fanclub_graph-1 .fanclub_graph-date1 {
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.fanclub_graph-1 .fanclub_graph-bar {
  grid-template-columns: 70% 1fr;
}
.fanclub_graph-2 .fanclub_graph-date {
  grid-template-columns: 40% 1fr 30%;
}
.fanclub_graph-2 .fanclub_graph-date1 {
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.fanclub_graph-2 .fanclub_graph-date2 span {
  display: block;
  padding-right: 5px;
  text-align: right;
}
.fanclub_graph-2 .fanclub_graph-bar {
  grid-template-columns: 40% 1fr;
}

.stage {
  margin: 0 -4vw 30px 0;
  overflow: auto;
}
.stage + .fanclub_desc {
  text-align: left;
}
.stage_grid {
  font-size: 1.2rem;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: center;
  margin-right: 4vw;
  letter-spacing: 0.05em;
}
.stage th {
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border: 1px solid #B6ACA7;
}
.stage td {
  padding: 15px 20px;
  border: 1px solid #B6ACA7;
}
.stage td strong {
  display: block;
  font-size: 1.4rem;
}
.stage td small {
  display: block;
  font-size: 1rem;
}
.stage-ttl {
  background-color: #7C6963;
}
.stage-1 {
  background-color: #FFE8E0;
}
.stage-2 {
  background-color: #FFFBDD;
}
.stage-3 {
  background-color: #FFEDDE;
}
.stage-4 {
  background-color: #FFEDEF;
}
.stage-5 {
  background-color: #fff;
}
.stage-6 {
  background-color: #F7F7F7;
}

#fanclub {
  margin-bottom: 80px;
}
#fanclub .btn_center {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .kv {
    margin: 0 0 100px;
  }
  .fanclub_heading {
    margin: 0 0 110px;
  }
  .fanclub_heading_lead {
    margin: 0 0 65px;
    text-align: center;
  }
  .fanclub_ttl {
    font-size: 3.5rem;
    margin: 0 0 60px;
  }
  .fanclub_subttl {
    font-size: 2.6rem;
    margin: 110px 0 50px;
  }
  .fanclub_desc {
    text-align: center;
  }
  .fanclub_benefit {
    justify-content: space-around;
  }
  .fanclub_benefit li {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
  .fanclub_benefit figure span {
    width: 140px;
    height: 140px;
  }
  .fanclub_benefit figure span img {
    width: 48px;
  }
  .fanclub_benefit figure figcaption {
    font-size: 2rem;
  }
  .fanclub_benefit p {
    font-size: 1.4rem;
    text-align: center;
  }
  .fanclub_graph {
    max-width: 810px;
    margin: 20px auto 0;
  }
  .fanclub_graph + .fanclub_desc {
    margin-top: 90px;
  }
  .fanclub_graph_ttl {
    max-width: 810px;
    margin: 20px auto 0;
  }
  .fanclub_graph-date {
    font-size: 1.4rem;
  }
  .fanclub_graph-bar {
    font-size: 1.4rem;
  }
  .fanclub_graph-bar1 {
    height: 72px;
  }
  .fanclub_graph-bar2 {
    height: 72px;
  }
  .stage {
    margin: 0 auto 30px;
  }
  .stage_grid {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
  }
  .stage th {
    font-size: 1.4rem;
    margin-right: 0;
    padding: 25px 30px;
  }
  .stage td strong {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .fanclub_benefit li {
    width: 20%;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=fanclub.css.map */
