@charset "utf-8";
.title > a {
  line-height: 1.2;
  letter-spacing: .3em;
}

.title__mini {
  margin-right: 10px;
}

@media (max-width: 999px) {
  .title__mini {
    margin-right: 0px;
  }
}

.person {
  display: flex;
  justify-content: space-around;
  width: auto;
}

.person__one {
  max-width: 166px;
}

.message {
  margin-bottom: 20px;
  background: #F0037F;
}

.pageswitch {
  margin-bottom: 50px;
}

.btn {
  width: auto;
  max-width: 320px;
  font-size: 1.6rem;
  word-break: keep-all;
}

/* Project */
.title__mini {
  font-size: 2.4rem;
  word-break: keep-all;
  letter-spacing: .2em;
}

.section.twitter .btn {
  margin-top: 10px;
  background: #1DA1F2;
}
