*,
:before,
::before,
:after,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
blockquote,
button,
code,
div,
figcaption,
h1,
h2,
h3,
input[type=email],
input[type=text],
input[type=password],
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
td,
textarea,
th,
ul {
  color: #1f1f1f;
}

a,
blockquote,
body,
br,
button,
code,
div,
figure,
figcaption,
h1,
h2,
h3,
html,
iframe,
img,
input,
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  background: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

p a {
  font-size: 100%;
  font-weight: bold;
}

strong {
  font-size: 100%;
  vertical-align: baseline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  font-size: 0;
  max-width: 100%;
}

svg {
  border: 0;
  stroke-width: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

th {
  font-weight: bold;
}

blockquote {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
}

pre code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

input[type=text] {
  background-color: transparent;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

textarea {
  background-color: transparent;
  resize: vertical;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-y: scroll;
  overflow-anchor: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-resizer {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

.info {
  display: flex;
  width: 100%;
}
@media (max-width: 760px) {
  .info {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 761px) {
  .info {
    align-items: flex-start;
    justify-content: space-between;
  }
}

.banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#avatar {
  margin-top: 16px;
  margin-left: 16px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  overflow: hidden;
}

#avatar img {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  object-fit: cover;
}

.user-main {
  width: calc(100% - 112px);
}

@media (max-width: 760px) {
  .primary {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 24px 24px 0 0;
  }
}
@media (min-width: 761px) {
  .primary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 24px 20px 24px;
  }
}

#display-name {
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  overflow-x: hidden;
  max-width: 200px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 760px) {
  #display-name {
    margin-top: 20px;
  }
}

.bio {
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 761px) {
  .bio {
    max-width: 480px;
  }
}

@media (max-width: 760px) {
  .bio.--in-main {
    display: none;
  }
}
@media (min-width: 761px) {
  .bio.--in-main {
    padding-left: 24px;
  }
}

.bio.--outside-header {
  padding: 24px 24px 0;
}
@media (min-width: 761px) {
  .bio.--outside-header {
    display: none;
  }
}

.user-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-tabs a {
  font-size: 15px;
  line-height: 23px;
}

.aside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}

.action img {
  height: 22px;
}

.stat {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  margin: 2px 8px 0 24px;
}

.stat span {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.stat span:first-child {
  font-weight: bold;
  margin-right: 6px;
}

.nav {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .tabs {
    margin-left: 24px;
  }
}
@media (min-width: 761px) {
  .tabs {
    margin-left: 28px;
  }
}

.tabs a {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
}
@media (max-width: 760px) {
  .tabs a {
    padding: 0 16px;
  }
}
@media (min-width: 761px) {
  .tabs a {
    padding: 0 20px;
  }
}

.tabs > a:first-child {
  margin-right: 16px;
}

.tab--selected {
  font-weight: bold;
  position: relative;
}

.tab--selected::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  border-top: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tab--selected::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#pager.--close {
  display: none;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .counter {
    display: none;
  }
}
@media (min-width: 761px) {
  .counter {
    padding-right: 8px;
  }
}

.counter span:first-child,
.counter span:last-child {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
}

.counter > span:nth-child(2) {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  margin: 0 6px;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 32px;
}

.controls > div.--close {
  display: none;
}

.controls a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.controls img {
  width: 24px;
}

.controls img.--previous {
  transform: scale(-1, -1);
}

@media (max-width: 760px) {
  #content {
    padding: 20px 24px 21px;
  }
}
@media (min-width: 761px) {
  #content {
    padding: 24px 28px 25px;
  }
}

.item:not(:last-child) {
  margin-bottom: 33px;
}

@media (min-width: 761px) {
  .item.--with-image {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.item-image {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
@media (max-width: 760px) {
  .item-image {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }
}
@media (min-width: 761px) {
  .item-image {
    width: 192px;
    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 24px;
  }
}

.item-image img {
  object-fit: cover;
}
@media (max-width: 760px) {
  .item-image img {
    --width: calc(min(100vw - 48px, 400px));
    width: var(--width);
    height: calc(var(--width) * 9 / 16);
  }
}
@media (min-width: 761px) {
  .item-image img {
    width: 192px;
    height: 108px;
  }
}

@media (max-width: 760px) {
  .item.--with-image .item-main {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .item.--with-image .item-main {
    width: calc(100% - 192px - 24px);
  }
}

@media (max-width: 760px) {
  .item.--no-image .item-main {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .item.--no-image .item-main {
    width: 100%;
    max-width: 510px;
  }
}

.item-title a {
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.item-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0 6px;
}

.item-view,
.item-time,
.item-summary {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  color: #aaa;
}

.item-view,
.item-time {
  font-size: 12px;
  line-height: 20px;
}

.item-time {
  position: relative;
  padding-left: 16px;
}

.item-time::before {
  position: absolute;
  top: 9.2px;
  left: 7px;
  display: inline-block;
  font-size: 0;
  content: "";
  background-color: #aaa;
  width: 2px;
  height: 2px;
  border-radius: 1px;
}

.item-summary {
  font-size: 12px;
  line-height: 18px;
}

.onboarding-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 760px) {
  .onboarding-wrapper {
    padding: 24px 0 0;
  }
}
@media (min-width: 761px) {
  .onboarding-wrapper {
    padding: 28px 28px 0;
  }
}

.onboarding {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #fafafa;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 760px) {
  .onboarding {
    padding: 52px calc(28px + 6px) calc(28px - 4px);
  }
}
@media (min-width: 761px) {
  .onboarding {
    padding: 44px calc(32px + 6px) calc(32px - 4px);
  }
}

.onboarding-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  top: -23px;
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  background-color: white;
  border: 1px dotted #e7e7e7;
  padding: 0 22px;
}

.onboarding-body {
  width: 100%;
}

.onboarding-section {
  margin-bottom: 32px;
}
.onboarding-section:last-child {
  margin-bottom: 0;
}

.onboarding-section h2 {
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

.onboarding-section p {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #888;
  margin-bottom: 4px;
}

.onboarding-section ul {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #888;
  margin: 8px 0 0;
  padding-left: 20px;
}

.onboarding-section li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #888;
}
.onboarding-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background-color: #888;
  border-radius: 50%;
}

.onboarding-section .--highlight {
  color: #eb711a;
  font-weight: 500;
}

.onboarding-consoles {
  padding: 12px 0 0 20px;
}

.onboarding-console:not(:last-child) {
  margin-bottom: 14px;
}

.onboarding-console div {
  position: relative;
  padding: 4px 22px;
}

.onboarding-console div::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #1f1f1f;
}

.onboarding-console h3 {
  font-family: "Source Serif 4", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}

.onboarding-console p {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.onboarding-console div p {
  margin-bottom: 4px;
}

.onboarding-console div p:last-child {
  margin-bottom: 0;
}

.inline-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 2px;
}

@media (max-width: 760px) {
  .empty-state {
    padding: 40px 24px;
  }
}
@media (min-width: 761px) {
  .empty-state {
    padding: 48px 28px;
  }
}

.empty-message {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #aaa;
  text-align: center;
}