@charset "UTF-8";
html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 300;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
  background-color: transparent;
  cursor: pointer;
}

.pure-menu-item {
  cursor: pointer;
}

.swal-modal {
  background-color: #fefefe;
  border-radius: 10px;
}
.swal-modal .swal-text {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  color: #666666;
}
.swal-modal .swal-footer {
  text-align: center;
}
.swal-modal .swal-button {
  width: 120px;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  background-image: none;
  font-weight: 300;
}
.swal-modal .swal-button.swal-button--confirm {
  border: #5254b7 1px solid;
  color: #fafafa;
  background-color: #5254b7;
}
.swal-modal .swal-button.swal-button--confirm:hover, .swal-modal .swal-button.swal-button--confirm:active, .swal-modal .swal-button.swal-button--confirm:focus {
  border: #6e70f5 1px solid;
  color: #fafafa;
  background-color: #6e70f5;
  background-image: none;
}
.swal-modal .swal-button.swal-button--cancel {
  border: #5254b7 1px solid;
  color: #5254b7;
  background-color: transparent;
}
.swal-modal .swal-button.swal-button--cancel:hover, .swal-modal .swal-button.swal-button--cancel:active, .swal-modal .swal-button.swal-button--cancel:focus {
  border: #6e70f5 1px solid;
  color: #6e70f5;
  background-color: transparent;
  background-image: none;
}
.swal-modal .swal-button.swal-button--warning {
  border: #c74f4c 1px solid;
  color: #fafafa;
  background-color: #c74f4c;
}
.swal-modal .swal-button.swal-button--warning:hover, .swal-modal .swal-button.swal-button--warning:active, .swal-modal .swal-button.swal-button--warning:focus {
  border: #fc6260 1px solid;
  color: #fafafa;
  background-color: #fc6260;
  background-image: none;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.tippy-box[data-theme~=iluzia] {
  background-color: #fefefe;
  border-radius: 4px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  min-width: 80px;
  text-align: center;
}

.tippy-box[data-theme~=iluzia][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fefefe;
}

.tippy-box[data-theme~=iluzia][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fefefe;
}

.tippy-box[data-theme~=iluzia][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fefefe;
}

.tippy-box[data-theme~=iluzia][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fefefe;
}

#cropTargetImage {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .dashboard-index .dashboard-body {
    display: flex;
    flex-direction: column;
  }
  .dashboard-index .dashboard-body .informations {
    order: 2;
  }
  .dashboard-index .dashboard-body .informations .account {
    order: 2;
  }
  .dashboard-index .dashboard-body .informations .character-list {
    order: 1;
  }
  .dashboard-index .dashboard-body .boards {
    order: 1;
  }
}
.dashboard-index .dashboard-header .dashboard-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dashboard-index .informations {
  display: flex;
  flex-direction: column;
}
.dashboard-index .informations .account {
  margin: 0 0.5em 1em;
}
.dashboard-index .informations .account .collapse-toggle {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  color: inherit;
}
.dashboard-index .informations .account .collapse-toggle .chevron {
  transition: transform 0.2s ease;
}
.dashboard-index .informations .account.is-open .collapse-toggle .chevron {
  transform: rotate(90deg);
}
.dashboard-index .informations .account.is-collapsed .account-information {
  display: none;
}
.dashboard-index .informations .account.is-collapsed .list-description {
  display: none;
}
.dashboard-index .informations .account .account-header {
  margin-bottom: 1em;
}
.dashboard-index .informations .account .account-header .account-title span {
  margin: 0 0.5em;
  color: #666666;
}
.dashboard-index .informations .account .account-information {
  min-width: 225px;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}
.dashboard-index .informations .account .account-information .account-information-flex {
  display: flex;
}
.dashboard-index .informations .account .account-information .account-information-flex .user-avatar-block {
  display: flex;
}
.dashboard-index .informations .account .account-information .account-information-flex .user-avatar-block .user-name {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-index .informations .account .account-information .account-information-flex .user-avatar-block .user-name h3 {
  word-break: break-word;
  margin: 0 0 0 0.5em;
}
.dashboard-index .informations .account .account-information .account-information-flex .user-avatar-block .user-name .id {
  margin-left: 0.5em;
  font-size: 14px;
  color: #666666;
}
.dashboard-index .informations .account .account-information .account-information-flex .account-information-function {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.dashboard-index .informations .account .account-information .account-information-flex .account-information-function .last-updated-at {
  margin-top: 0.5em;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #666666;
}
.dashboard-index .informations .character-list {
  margin: 0 0.5em 1em;
}
.dashboard-index .informations .character-list .collapse-toggle {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  color: inherit;
}
.dashboard-index .informations .character-list .collapse-toggle .chevron {
  transition: transform 0.2s ease;
}
.dashboard-index .informations .character-list.is-open .collapse-toggle .chevron {
  transform: rotate(90deg);
}
.dashboard-index .informations .character-list.is-collapsed .character-list-body {
  display: none;
}
.dashboard-index .informations .character-list.is-collapsed .list-description {
  display: none;
}
.dashboard-index .informations .character-list.is-collapsed .character-list-function {
  display: none !important;
}
.dashboard-index .informations .character-list .character-list-header {
  margin-bottom: 1em;
}
.dashboard-index .informations .character-list .character-list-header .character-list-title span {
  margin: 0 0.5em;
  color: #666666;
}
.dashboard-index .informations .character-list .character-list-header .character-list-function {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.dashboard-index .informations .character-list .character-list-header .character-list-function a {
  margin-left: 1em;
}
.dashboard-index .informations .character-list .character-list-body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  grid-gap: 1em;
}
.dashboard-index .informations .character-list .character-list-body .character {
  min-height: 130px;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}
.dashboard-index .informations .character-list .character-list-body .character .character-flex {
  display: flex;
  align-items: center;
}
.dashboard-index .informations .character-list .character-list-body .character .character-flex .character-avatar-block {
  display: flex;
  justify-content: flex-start;
}
.dashboard-index .informations .character-list .character-list-body .character .character-flex .character-function {
  display: flex;
  justify-content: flex-end;
}
.dashboard-index .informations .character-list .character-list-body .character .character-name {
  word-break: break-word;
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-index .informations .character-list .character-list-body .character .character-name h3 {
  margin: 0;
}
.dashboard-index .informations .character-list .character-list-body .character .character-name .id {
  margin-top: 1em;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #666666;
}
.dashboard-index .board-list {
  margin: 0 0.5em 1em;
}
.dashboard-index .board-list .board-list-header {
  margin-bottom: 1em;
}
.dashboard-index .board-list .board-list-header .board-list-title span {
  margin: 0 0.5em;
  color: #666666;
}
.dashboard-index .board-list .board-list-header .board-list-function {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.dashboard-index .board-list .board-list-header .board-list-function a {
  margin-left: 1em;
}
.dashboard-index .board-list .board {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  min-height: 130px;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}
.dashboard-index .board-list .board h3 {
  margin: 0;
}
.dashboard-index .board-list .board div {
  font-size: 12px;
}
.dashboard-index .board-list .board .last-write-at {
  color: #666666;
  margin-top: auto;
}

.character-index {
  max-width: 768px;
}
.character-index.content {
  margin: 1em auto;
}
.character-index .pure-g {
  margin-bottom: 1em;
}
.character-index .name {
  padding: 1em 1em 0.5em;
}
.character-index .name h2 {
  margin: 0;
}
.character-index .name h2 .id {
  margin-left: 1em;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.character-index h3 {
  margin-left: 0.5em;
}
.character-index .description {
  min-height: 200px;
  margin: 0 0.5em;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}

.characters-create-form .pure-g {
  margin-bottom: 1em;
}

.characters-edit-form .pure-g {
  margin-bottom: 1em;
}
.characters-edit-form .crop-button {
  margin-top: 1em;
}
.characters-edit-form .cropper-container {
  margin-top: 14px;
}
.characters-edit-form .delete {
  cursor: pointer;
}

.board-index .board-header {
  margin-bottom: 1em;
}
.board-index .board-header .board-information div {
  padding: 0.5em;
  color: #666666;
}
.board-index .board-header .board-function {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
.board-index .board-header .board-function a {
  margin: 1em 0 0 1em;
}
.board-index .threads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 1em;
}
.board-index .threads .thread {
  height: 100%;
  min-height: 200px;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}
.board-index .threads .thread .thread-description {
  width: 100%;
  min-height: 100px;
  margin-bottom: 1em;
  font-size: 12px;
  color: #666666;
  border-radius: 10px;
}
.board-index .threads .thread .thread-information {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  min-height: 80px;
  margin-top: auto;
}
.board-index .threads .thread .thread-information .thread-information-option {
  margin: 0;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 12px;
  color: #666666;
}

.boards-create-form .pure-g {
  margin-bottom: 1em;
}

.boards-edit-form .pure-g {
  margin-bottom: 1em;
}
.boards-edit-form .delete {
  cursor: pointer;
}

.boards-invite-form .pure-g {
  margin-bottom: 1em;
}
.boards-invite-form h4 {
  margin-bottom: 0;
}
.boards-invite-form .invited {
  height: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.boards-invite-form .invited .invited-name {
  display: flex;
  align-items: center;
  align-content: center;
  word-break: break-all;
}

.thread-index .thread-description {
  font-size: 12px;
  padding: 0.5em;
  color: #666666;
}
.thread-index h3.character-list {
  padding: 0 0.3em;
  border-left: 8px solid #5254b7;
}
.thread-index .thread-information-option-block {
  margin: 1em 0.5em;
}
.thread-index .thread-information-option {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  letter-spacing: normal;
}
.thread-index .message {
  margin: 1em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
}
.thread-index .message.others {
  justify-content: flex-start;
}
.thread-index .message.own {
  justify-content: flex-end;
}
.thread-index .message .character-avatar {
  flex-basis: 48px;
}
.thread-index .message .character-avatar.others {
  order: 0;
}
.thread-index .message .character-avatar.own {
  order: 1;
}
.thread-index .message .message-balloon {
  flex-basis: 100%;
  text-align: left;
}
.thread-index .message .message-balloon.others {
  order: 1;
  margin: 0 20px 0 0;
}
.thread-index .message .message-balloon.own {
  order: 0;
  margin: 0 20px 0 10px;
}
.thread-index .message .message-balloon .message-header {
  vertical-align: bottom;
}
.thread-index .message .message-balloon .message-header.others {
  margin: 0 -10px 0 30px;
}
.thread-index .message .message-balloon .message-header.own {
  margin: 0 10px 0 10px;
}
.thread-index .message .message-balloon .message-header .character-name {
  font-weight: 600;
}
.thread-index .message .message-balloon .message-header .character-name-sub {
  color: #666666;
  font-size: 12px;
}
.thread-index .message .message-balloon .message-header .timestamp {
  text-align: right;
  color: #666666;
}
.thread-index .message .message-balloon .message-header .timestamp span {
  font-size: 10px;
}
.thread-index .message .message-balloon .message-header .timestamp .thread-message-function {
  cursor: pointer;
}
.thread-index .message .message-balloon .message-header .timestamp .thread-message-function-disabled {
  color: #fafafa;
}
.thread-index .message .message-balloon .message-header .timestamp .message-function-item {
  font-size: 16px;
  padding: 0.2em;
  margin: 0.1em 0;
}
.thread-index .message .message-balloon .message-header .timestamp .message-function-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.thread-index .message .message-balloon .message-body {
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  padding: 1em;
}
.thread-index .message .message-balloon .message-body.others {
  margin: 0 0 0 20px;
  background: #edeef1;
}
.thread-index .message .message-balloon .message-body.others :after {
  content: "";
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edeef1;
  transform: rotate(35deg);
}
.thread-index .message .message-balloon .message-body.own {
  margin: 0 20px 0 0;
  background: #edeef1;
}
.thread-index .message .message-balloon .message-body.own :after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #edeef1;
  transform: rotate(-35deg);
}
.thread-index .message .message-balloon .message-body .dice-result {
  text-align: right;
  margin-top: 0.5em;
  font-size: 16px;
}
.thread-index .message .message-balloon .message-body .dice-result span {
  background-color: #fafafa;
  width: 80px;
  padding: 8px;
  border-radius: 10px;
}
.thread-index hr.thread-hr {
  margin: 2em 0;
  border: 0;
  height: 1px;
  background: linear-gradient(to left, #fafafa, #666666, #fafafa);
}
.thread-index hr.tippy-hr {
  margin: 0.2em 0;
  border: 0;
  height: 1px;
  background: linear-gradient(to left, #fafafa, #666666, #fafafa);
}
.thread-index .thread-message-form {
  background-color: #edeef1;
  border-radius: 10px;
  padding: 1em;
}
.thread-index .thread-message-form .thead-message-function {
  align-items: center;
}
.thread-index .thread-message-form .name {
  font-weight: 600;
}
.thread-index .thread-message-form .submit {
  text-align: right;
}
.thread-index label.checkbox-label {
  display: inline-block;
}

.threads-create-form .pure-g {
  margin-bottom: 1em;
}

.threads-edit-form .pure-g {
  margin-bottom: 1em;
}
.threads-edit-form .delete {
  cursor: pointer;
}

.threads-message-edit-form .pure-g {
  margin-bottom: 1em;
}
.threads-message-edit-form .randomizer-information {
  font-size: 21px;
}
.threads-message-edit-form .randomizer-function {
  display: inline;
}
.threads-message-edit-form .delete {
  cursor: pointer;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  margin: 2em auto 0;
  padding: 0;
}

.page-item {
  display: flex;
  list-style: none;
  font-size: 16px;
}
.page-item:not(:first-child) .page-link {
  margin-left: 1em;
}
.page-item.active .page-link {
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
.page-item.disabled .page-link {
  color: #edeef1;
  pointer-events: none;
}

.page-link {
  color: #666666;
}
.page-link:hover, .page-link:focus {
  color: #222222;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

body {
  color: #222222;
  background-color: #fafafa;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: -0.025em;
}
h1.block-title, h2.block-title, h3.block-title, h4.block-title, h5.block-title, h6.block-title {
  padding: 0 0.3em;
  border-left: 8px solid #5254b7;
}
h1.block-title-warning, h2.block-title-warning, h3.block-title-warning, h4.block-title-warning, h5.block-title-warning, h6.block-title-warning {
  padding: 0 0.3em;
  border-left: 8px solid #c74f4c;
}

a {
  text-decoration: none;
  letter-spacing: -0.025em;
  color: #5254b7;
  transition: all 0.3s ease-in-out;
}
a.warning {
  color: #c74f4c;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #6e70f5;
}
a:hover.warning,
a:focus.warning {
  color: #fc6260;
}

a.twitter-link {
  display: inline;
  color: #00aced;
  transition: all 0.3s ease-in-out;
}
a.twitter-link:hover, a.twitter-link:active, a.twitter-link:focus {
  color: #48c3f0;
}

button {
  letter-spacing: normal;
}

.twitter-button {
  border-radius: 4px;
  border: #00aced 1px solid;
  color: #fafafa;
  background-color: #00aced;
  transition: all 0.5s ease-in-out;
  background-image: none;
}
.twitter-button:hover, .twitter-button:active, .twitter-button:focus {
  border: #48c3f0 1px solid;
  color: #fafafa;
  background-color: #48c3f0;
  background-image: none;
}

.iluzia-button-font-small {
  font-size: 12px;
  height: 37px;
  line-height: 2;
}
.iluzia-button-font-small i {
  font-size: 14px;
}

.iluzia-button-primary {
  border-radius: 4px;
  border: #5254b7 1px solid;
  color: #fafafa;
  background-color: #5254b7;
  transition: all 0.5s ease-in-out;
  background-image: none;
}
.iluzia-button-primary:hover, .iluzia-button-primary:active, .iluzia-button-primary:focus {
  border: #6e70f5 1px solid;
  color: #fafafa;
  background-color: #6e70f5;
  background-image: none;
}

.iluzia-button-secondary {
  border-radius: 4px;
  border: #5254b7 1px solid;
  color: #5254b7;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.iluzia-button-secondary:hover, .iluzia-button-secondary:active, .iluzia-button-secondary:focus {
  border: #6e70f5 1px solid;
  color: #6e70f5;
  background-color: transparent;
  background-image: none;
}

.iluzia-button-warning-primary {
  border-radius: 4px;
  border: #c74f4c 1px solid;
  color: #fafafa;
  background-color: #c74f4c;
  transition: all 0.5s ease-in-out;
  background-image: none;
}
.iluzia-button-warning-primary:hover, .iluzia-button-warning-primary:active, .iluzia-button-warning-primary:focus {
  border: #fc6260 1px solid;
  color: #fafafa;
  background-color: #fc6260;
  background-image: none;
}

.iluzia-button-warning-secondary {
  border-radius: 4px;
  border: #c74f4c 1px solid;
  color: #c74f4c;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.iluzia-button-warning-secondary:hover, .iluzia-button-warning-secondary:active, .iluzia-button-warning-secondary:focus {
  border: #fc6260 1px solid;
  color: #fc6260;
  background-color: transparent;
  background-image: none;
}

.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.character-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.character-avatar-s {
  width: 38.4px;
  height: 38.4px;
  border-radius: 50%;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.form-counter {
  color: #666666;
  margin-top: 0.25em;
  text-align: right;
}
.form-counter.error {
  color: #c74f4c;
}

.form-container {
  margin: 0 0.5em;
}

.iluzia-form {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  padding: 1em;
  margin-bottom: 1em;
}
.iluzia-form input {
  width: 100%;
}
.iluzia-form textarea {
  width: 100%;
}

.iluzia-file-input {
  color: #666666;
  background-color: #edeef1;
  border-radius: 4px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.iluzia-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.iluzia-file-input::before {
  content: "画像ファイルを選択";
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 4px;
  border: #5254b7 1px solid;
  color: #fafafa;
  background-color: #5254b7;
  transition: all 0.5s ease-in-out;
  background-image: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.iluzia-file-input::before:hover::before, .iluzia-file-input::before:active::before, .iluzia-file-input::before:focus::before {
  border: #6e70f5 1px solid;
  color: #fafafa;
  background-color: #6e70f5;
  background-image: none;
}

.back-link {
  width: 200px;
  background-color: #fefefe;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  padding: 1em;
}

#header {
  z-index: 11;
  height: 64px;
}
#header .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  background-color: #fff;
}
#header .main-menu .main-menu-logo {
  margin-left: 0.5em;
}
#header .main-menu .main-menu-logo .brand-logo {
  text-align: left;
}
#header .main-menu .main-menu-logo .brand-logo img {
  padding-top: 10px;
  height: 32px;
}
#header .main-menu .main-menu-list {
  margin-right: 1em;
}
#header .main-menu .main-menu-list .toggle-quick-changer {
  cursor: pointer;
}
#header .main-menu .main-menu-list img {
  vertical-align: middle;
}
#header hr {
  position: fixed;
  width: 100%;
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -5px rgba(10, 10, 10, 0.1) inset;
  top: 54px;
  z-index: 11;
}

#content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

#content {
  margin: 1em;
}

#footer {
  margin: 0 1em 0 1em;
}

#scroll {
  display: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  border-radius: 4px;
}
#scroll:hover {
  width: 50px;
}
#scroll.show {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  background: rgba(150, 150, 150, 0.2);
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@media screen and (min-width: 1340px) {
  #scroll {
    right: 20px;
  }
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.quick-changer {
  transform: translateY(-102%);
  z-index: 2;
  width: 50%;
  min-width: 240px;
  right: 0;
  position: fixed;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 0.2em;
}
.quick-changer .quick-changer-character {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fefefe;
}
.quick-changer .quick-changer-character .quick-changer-character-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.quick-changer .quick-changer-character .quick-changer-character-information span {
  padding: 0.5em;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

.quick-changer-initial-position {
  transform: translateY(-101%);
}

.quick-changer-open {
  -webkit-animation-name: quick-changer-open-animation;
          animation-name: quick-changer-open-animation;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  transform: translateY(1%);
}

.quick-changer-close {
  -webkit-animation-name: quick-chqnger-close-aimation;
          animation-name: quick-chqnger-close-aimation;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  transform: translateY(-101%);
}

@-webkit-keyframes quick-changer-open-animation {
  0% {
    transform: translateY(-101%);
    position: absolute;
  }
  100% {
    transform: translateY(1%);
    position: absolute;
  }
}

@keyframes quick-changer-open-animation {
  0% {
    transform: translateY(-101%);
    position: absolute;
  }
  100% {
    transform: translateY(1%);
    position: absolute;
  }
}
@-webkit-keyframes quick-chqnger-close-aimation {
  0% {
    transform: translateY(1%);
    position: absolute;
  }
  99% {
    transform: translateY(-100%);
    position: absolute;
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes quick-chqnger-close-aimation {
  0% {
    transform: translateY(1%);
    position: absolute;
  }
  99% {
    transform: translateY(-100%);
    position: absolute;
  }
  100% {
    transform: translateY(-101%);
  }
}
