*,
: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;
}

html,
body {
  overflow: hidden;
}

body {
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  font-size: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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%;
}

.body {
  height: 100svh;
}
@media (max-width: 760px) {
  .body {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .body {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1345px) {
  .body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

.container {
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .container {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
  }
}
@media (min-width: 1345px) {
  .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
  }
}

@media (max-width: 760px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 1345px) {
  .main {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 384px;
  }
}

@media (max-width: 760px) {
  .sidebar {
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .sidebar {
    margin: 40px auto 0;
    max-width: 784px;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
}
@media (min-width: 1345px) {
  .sidebar {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 388px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.error {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 32px 35px;
}
@media (min-width: 1345px) {
  .error {
    border-radius: 8px;
    margin: 32px 0;
  }
}

.error h1 {
  line-height: 20px;
  font-size: 18px;
}

.error img {
  width: 144px;
  margin: 28px 0;
}

.error p {
  line-height: 17px;
  font-size: 15px;
}

@keyframes language-overlay-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.language-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(75, 75, 75, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9000;
  animation: language-overlay-open 0.16s forwards;
}

@media (max-width: 760px) {
  .language-modal {
    margin-bottom: 32px;
  }
}
@media (min-width: 1345px) {
  .language-modal {
    margin-bottom: 200px;
  }
}
.language-modal__container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  width: 256px;
  border-radius: 20px 2px 2px 2px;
}
.language-modal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  padding-left: 26px;
}
.language-modal__header p {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.language-modal__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.language-modal__close img {
  width: 12px;
}
.language-modal__options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px 40px;
}
.language-modal__options button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  height: 44px;
  width: 200px;
  border-radius: 22px;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
}
.language-modal__options button:not(:last-child) {
  margin-bottom: 24px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
@media (max-width: 760px) {
  .header {
    width: 100%;
    padding-right: 12px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .header {
    width: 100%;
    padding-right: 16px;
  }
}
@media (min-width: 1081px) {
  .header {
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
  }
}

.header-primary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 1081px) {
  .header-primary {
    margin-right: 24px;
  }
}

.logo {
  display: block;
}

.logo img {
  height: 22px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-left: 12px;
  background-color: white;
}

.header-search img {
  cursor: pointer;
  width: 14px;
}

.header-account {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
}

.header-account img {
  cursor: pointer;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.header-sign button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.right-icon-list {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .right-icon-list > *:not(:last-child) {
    margin-right: 4px;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .right-icon-list > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 1345px) {
  .right-icon-list > *:not(:last-child) {
    margin-right: 4px;
  }
}

.right-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.right-icon img {
  height: 14px;
}
.right-icon svg {
  color: #131313;
  width: 14px;
  height: 14px;
}
.right-icon svg.--animated line {
  transition: transform 0.25s ease-in-out;
}

.right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .right-header {
    height: 64px;
    padding-left: 20px;
    padding-right: 16px;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .right-header {
    height: 72px;
    padding-left: 32px;
    padding-right: 20px;
  }
}
@media (min-width: 1345px) {
  .right-header {
    height: 56px;
    padding-left: 20px;
    padding-right: 12px;
  }
}
.right-header a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 228px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.more-header {
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .right-pie:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1345px) {
  .right-pie:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 760px) {
  .right-pie {
    padding: 0 18px;
  }
}
@media (min-width: 1345px) {
  .right-pie {
    padding: 0 20px;
  }
}
.right-pie__image {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 2px;
}
.right-pie__image img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.right-pie__title {
  margin-bottom: 4px;
}
.right-pie__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 760px) {
  .right-pie__title a {
    font-size: 15px;
    line-height: 23px;
  }
}
.right-pie__meta {
  display: flex;
  align-items: center;
}
.right-pie__author, .right-pie__view, .right-pie__time {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  display: flex;
  align-items: center;
  color: #8b8b8b;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.right-pie__time {
  position: relative;
  padding-left: 16px;
}
.right-pie__time::before {
  position: absolute;
  top: 8.3px;
  left: 7px;
  display: inline-block;
  font-size: 0;
  content: "";
  background-color: #8b8b8b;
  width: 2px;
  height: 2px;
  border-radius: 1px;
}

.more {
  box-shadow: 0 0 3px 1px #f7f7f7;
}
@media (max-width: 760px) {
  .more {
    border-radius: 0 24px 0 0;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .more {
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 1345px) {
  .more {
    width: 384px;
    margin-top: 16px;
    border-radius: 20px 0 0 0;
    transition: width 0.25s ease-in-out;
  }
}
@media (min-width: 1390px) {
  .more.--fold {
    border-bottom-right-radius: 16px;
  }
}

.roll-index {
  box-shadow: 0 0 3px 1px #f7f7f7;
}
@media (max-width: 760px) {
  .roll-index {
    margin-bottom: 16px;
    border-radius: 0 24px 24px 0;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .roll-index {
    margin: 0 auto 40px;
    border-radius: 20px;
  }
}
@media (min-width: 1345px) {
  .roll-index {
    width: 384px;
    border-radius: 0 0 0 20px;
    transition: width 0.25s ease-in-out;
  }
}
.roll-index__image {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 760px) {
  .roll-index__image {
    border-radius: 0 24px 0 0;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .roll-index__image {
    border-radius: 20px 20px 0 0;
  }
}
.roll-index__image a {
  width: 100%;
}
.roll-index__image img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

@media (max-width: 760px) {
  .right-list {
    padding-bottom: 18px;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .right-list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 344px);
    grid-gap: 28px 32px;
    padding: 0 32px 24px;
  }
}
@media (min-width: 1345px) {
  .right-list {
    padding-bottom: 18px;
  }
}

.right-box.--fold .right-list {
  display: none;
}

@media (min-width: 1257px) {
  .right-box.--compact {
    width: 320px;
  }
}

@media (min-width: 1345px) {
  .right-box.--compact .right-list {
    padding-bottom: 12px;
  }
}

@media (min-width: 1345px) {
  .right-box.--compact .right-pie:not(:last-child) {
    margin-bottom: 18px;
  }
}

.right-box.--expand .right-pie:has(.right-pie__image) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.right-box.--expand .right-pie:has(.right-pie__image) .right-pie__main {
  width: calc(100% - 80px);
  padding-left: 16px;
}

.right-box.--expand .right-pie:not(:has(.right-pie__image)) .right-pie__main {
  width: 100%;
}

.right-box.--compact .right-pie__image {
  display: none;
}

.right-box.--compact .right-pie__meta {
  display: none;
}

.right-box.--compact .right-pie__main {
  width: 100%;
}

@keyframes right-list-unfold {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.right-box.--unfold .right-list {
  animation: right-list-unfold 0.16s;
}

@keyframes slide-menu-animation {
  from {
    left: -48px;
    opacity: 0;
  }
  to {
    left: 8px;
    opacity: 1;
  }
}
.left {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  background-color: transparent;
}
@media (max-width: 760px) {
  .left {
    background-color: white;
    z-index: 1003;
    display: none;
    position: fixed;
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 284px;
    border-radius: 12px 28px 12px 12px;
    animation-name: slide-menu-animation;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .left {
    background-color: white;
    z-index: 1003;
    display: none;
    position: fixed;
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 284px;
    border-radius: 12px 28px 12px 12px;
    animation-name: slide-menu-animation;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .left {
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    width: 240px;
    border-radius: 0 20px 0 0;
    box-shadow: 0 0 3px 1px #f7f7f7;
  }
}
@media (min-width: 1345px) {
  .left {
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    width: 240px;
    border-radius: 0 20px 0 0;
    box-shadow: 0 0 3px 1px #f7f7f7;
  }
}

@media (max-width: 1080px) {
  #open-left {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 100%;
  }
}
@media (min-width: 1081px) {
  #open-left {
    display: none;
  }
}

@media (max-width: 1080px) {
  #open-left img {
    height: 12px;
  }
}

.hot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 21px 24px;
}
.hot.--hidden {
  display: none;
}

.hot-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.hot-user__avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 16px;
}
.hot-user__avatar img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.hot-user__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: calc(100% - 48px);
}
.hot-user__name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
.hot-user__view {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  color: #aaa;
  font-size: 11px;
  line-height: 15px;
}

.user-index {
  padding: 21px 24px;
}
.user-index.--hidden {
  display: none;
}
.user-index__label {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.user-index__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  padding-left: 12px;
}
.user-index__list > *:not(:last-child) {
  margin-bottom: 9px;
}
.user-index__list > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.user-index__list a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.my__label {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.my__wrapper {
  margin-top: 18px;
}
.my__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.my__row div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.my__row img {
  height: 14px;
}
.my__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  padding-left: 12px;
}
.my__list > *:not(:last-child) {
  margin-bottom: 9px;
}
.my__list > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.my__list a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.my__list a.--close {
  color: #DB153E;
}
.my__section {
  padding: 21px 24px;
  border-top: 1px solid #f9f9f9;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 24px;
  border-top: 1px solid #f9f9f9;
}
.bottom__terminal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom__terminal > *:not(:last-child) {
  margin-right: 16px;
}
.bottom__terminal div {
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.bottom__language {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
}
.bottom__language img {
  width: 16px;
  margin-right: 10px;
}
.bottom__language p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
}
.bottom__legal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom__legal > *:not(:last-child) {
  margin-right: 16px;
}
.bottom__legal a {
  font-size: 12px;
  line-height: 18px;
}
.bottom__copyright {
  font-size: 12px;
  line-height: 18px;
  margin-top: 14px;
}

@keyframes grad-color {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(75, 75, 75, 0.7);
  }
}
#left-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-name: grad-color;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  z-index: 1000;
}