.fan-block01 figure {
  width: 370px;
  margin: 0 auto 10px;
}
.fan-block01__text01 {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.fan-block01__text02 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.fan-block01__text03 {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fan-block01 figure {
    width: 73.6%;
    max-width: 276px;
  }
  .fan-block01__text01 {
    font-size: 3.5rem;
  }
  .fan-block01__text02 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .fan-block01__text03 {
    display: block;
  }
}

.fan-block02 {
  width: 100%;
  padding: 50px 0;
}
.fan-block02__inner {
  width: 78%;
  max-width: 1060px;
  margin: 0 auto;
}
.fan-block02__text01 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}
.fan-block02__text01 + p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.fan-block02__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fan-block02__img img {
  border-radius: 20px;
  width: 48%;
  margin-top: 40px;
}
.fan-block02__list {
  font-size: 2.2rem;
  font-weight: 700;
  width: 620px;
  margin: 0 auto;
  transform: translateX(-18px);
  margin-bottom: 2rem;
  position: relative;
}
.fan-block02__list:before {
  content: "";
  position: absolute;
  top: 0;
  right: -32%;
  width: 130px;
  height: 100%;
  background: url(../img/kindentrinityblitzs/about/img_song.png) no-repeat center top;
  background-size: contain;
}
.fan-block02__list li {
  background: #fff;
  border-radius: 8px;
  padding: 1.15rem 1.15rem 1.15rem 7rem;
  position: relative;
}
.fan-block02__list li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 27px;
  height: 21px;
  background: url(../img/kindentrinityblitzs/fan/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.fan-block02__list li + li {
  margin-top: 12px;
}
.fan-block02__list + p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fan-block02:first-of-type {
    padding-bottom: 52vw;
  }
  .fan-block02__inner {
    width: calc(100% - 30px);
  }
  .fan-block02__text01 {
    font-size: 2rem;
  }
  .fan-block02__text01 + p {
    font-size: 1.5rem;
  }
  .fan-block02__img {
    flex-direction: column;
    padding: 0 15px;
  }
  .fan-block02__img img {
    border-radius: 12px;
    width: 100%;
  }
  .fan-block02__img img + img {
    margin-top: 12px;
  }
  .fan-block02__list {
    font-size: 1.6rem;
    width: 100%;
    transform: translateX(0);
    margin-bottom: 2rem;
  }
  .fan-block02__list:before {
    content: "";
    position: absolute;
    top: 125%;
    right: 50%;
    transform: translateX(50%);
    width: 74px;
    height: 100%;
    background-size: contain;
  }
  .fan-block02__list li {
    padding: 1.15rem 1.15rem 1.15rem 4rem;
  }
  .fan-block02__list li:before {
    left: 14px;
    width: 20px;
    height: 16px;
  }
  .fan-block02__list + p {
    font-size: 1.5rem;
  }
}

.fan-block03__text01 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.fan-block03__inner {
  width: 78%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fan-block03__inner > div {
  border-radius: 12px;
  border: solid 4px #e6e8e8;
  background: #fff;
  padding: 32px 24px;
  width: 48%;
  margin-top: 2.5rem;
}
.fan-block03__inner > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 700;
}
.fan-block03__inner > div > div figure {
  width: 42%;
}
.fan-block03__inner > div > div p {
  width: 53%;
}
.fan-block03__inner > div .btn-more {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .fan-block03__inner > div .btn-more a {
    width: auto;
    padding: 1rem 3rem 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fan-block03__text01 {
    font-size: 2rem;
  }
  .fan-block03__inner {
    width: calc(100% - 30px);
    flex-direction: column;
  }
  .fan-block03__inner > div {
    padding: 32px 20px;
    width: 100%;
  }
  .fan-block03__inner > div > div {
    flex-direction: column;
  }
  .fan-block03__inner > div > div figure {
    width: 62%;
    margin: 0 auto;
  }
  .fan-block03__inner > div > div p {
    width: 100%;
    margin-top: 1.5rem;
  }
  .fan-block03__inner > div .btn-more {
    margin-top: 15px;
  }
  .fan-block03__inner > div + div {
    margin-top: 16px;
  }
}

.fan-membership {
  width: auto;
  text-align: center;
  margin: 60px auto 0;
}
.fan-membership p {
  background: #F2F5F4;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 34px 48px;
}
@media screen and (max-width: 767px) {
  .fan-membership {
    width: calc(100% - 30px);
    text-align: left;
    margin: 40px auto 0;
  }
  .fan-membership p {
    padding: 24px 15px;
  }
}

.form-area {
  background: #b7b7b7;
  width: 91.98%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-area {
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=fan.css.map */