html {
  scroll-behavior: smooth; }

.nameBar {
  background: #de0062;
  width: 560px;
  height: 80px;
  color: #fff;
  text-align: center;
  padding-top: 17px;
  position: relative; }
  .nameBar > span:first-of-type {
    font-family: futura;
    font-size: 24px;
    position: relative; }
    .nameBar > span:first-of-type > i {
      display: none;
      position: absolute;
      font-size: 20px;
      color: #fff;
      right: -30px;
      top: -7px; }
  .nameBar > span:last-of-type {
    font-family: kazwsawa;
    font-size: 20px; }
  .nameBar > i {
    position: absolute;
    font-size: 60px; }
  .nameBar > .fa-caret-right {
    top: 10px;
    left: 20px;
    transition: all 0.3s; }
  .nameBar > .fa-sync-alt {
    top: 10px;
    right: 10px; }

.castMemo {
  border: #de0062 2px solid;
  width: 560px;
  resize: none;
  font-family: kazesawa;
  font-size: 22px;
  padding: 0.5em 1em;
  display: block; }

.chatFrame {
  width: 560px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 0;
  transition: height 0.5s;
  background: #fff; }
  .chatFrame > .chatTalk {
    width: 100%; }
    .chatFrame > .chatTalk > .me > div, .chatFrame > .chatTalk > .aite > div {
      background: #de0062;
      color: #fff;
      font-family: kazesawa;
      display: inline-block;
      padding: 0.5em 1em;
      max-width: 420px;
      text-align: justify;
      font-size: 24px;
      line-height: 1.5em;
      border-radius: 10px; }
    .chatFrame > .chatTalk > .me > span, .chatFrame > .chatTalk > .aite > span {
      color: #de0062;
      font-family: futura;
      font-size: 16px;
      display: block;
      margin-top: 8px;
      margin-bottom: 20px; }
    .chatFrame > .chatTalk > .me {
      text-align: right; }
      .chatFrame > .chatTalk > .me > div {
        margin-left: auto; }
      .chatFrame > .chatTalk > .me > span {
        margin-left: auto; }

.castSendTextFrame {
  display: none;
  width: 560px;
  justify-content: space-between;
  align-items: flex-end; }
  .castSendTextFrame > textarea {
    width: 480px;
    border: #de0062 2px solid;
    padding: 0.5em 1em;
    resize: none;
    font-size: 22px;
    font-family: kazesawa; }
  .castSendTextFrame > i {
    color: #de0062;
    font-size: 60px; }
