@keyframes slide-menu-animation {
  from {
    left: -48px;
    opacity: 0;
  }
  to {
    left: 8px;
    opacity: 1;
  }
}
.menu {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  background-color: transparent;
}
@media (max-width: 760px) {
  .menu {
    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) {
  .menu {
    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) {
  .menu {
    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) {
  .menu {
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    width: 240px;
    border-radius: 0 20px 0 0;
    box-shadow: 0 0 3px 1px #f7f7f7;
  }
}

.menu-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  padding-left: 12px;
}

.menu-items > *:not(:last-child) {
  margin-bottom: 9px;
}

.menu-items > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.menu-items a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.menu-items a.--close {
  color: #DB153E;
}

.menu-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 24px;
  border-top: 1px solid #f9f9f9;
}

.menu-language {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.menu-language img {
  width: 16px;
  margin-right: 10px;
}

.menu-language p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
}

.menu-legal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-legal > *:not(:last-child) {
  margin-right: 16px;
}

.menu-legal a {
  font-size: 12px;
  line-height: 18px;
}

.menu-copyright {
  font-size: 12px;
  line-height: 18px;
  margin-top: 14px;
}

.menu-label {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.menu-label-wrapper {
  margin-top: 18px;
}

.menu-label-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-label-row div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}

.menu-label-row img {
  height: 14px;
}

.menu-item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  padding-left: 12px;
}

.menu-item-list > *:not(:last-child) {
  margin-bottom: 9px;
}

.menu-item-list > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.menu-item-list a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.menu-item-list a.--close {
  color: #DB153E;
}

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

@media (max-width: 760px) {
  .menu-pie:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1345px) {
  .menu-pie:not(:last-child) {
    margin-bottom: 24px;
  }
}
.menu-pie--img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .menu-pie--img {
    padding: 0 18px;
  }
}
@media (min-width: 1345px) {
  .menu-pie--img {
    padding: 0 20px;
  }
}
@media (max-width: 760px) {
  .menu-pie--text {
    padding: 0 18px;
  }
}
@media (min-width: 1345px) {
  .menu-pie--text {
    padding: 0 20px;
  }
}
.menu-pie--img .menu-pie__main {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.menu-pie--text .menu-pie__main {
  width: 100%;
}
.menu-pie__image {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 2px;
}
.menu-pie__image img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.menu-pie__title {
  margin-bottom: 4px;
}
.menu-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) {
  .menu-pie__title a {
    font-size: 15px;
    line-height: 23px;
  }
}
.menu-pie__meta {
  display: flex;
  align-items: center;
}
.menu-pie__author, .menu-pie__view, .menu-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;
}
.menu-pie__time {
  position: relative;
  padding-left: 16px;
}
.menu-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;
}

.menu-pie__image--hidden {
  display: none;
}

.menu-pie__meta--hidden {
  display: none;
}

@media (min-width: 1345px) {
  .roll-index--compact .menu-pie-list,
  .menu-explore--compact .menu-pie-list {
    padding-bottom: 12px;
  }
}

@media (min-width: 1345px) {
  .roll-index--compact .menu-pie:not(:last-child),
  .menu-explore--compact .menu-pie:not(:last-child) {
    margin-bottom: 18px;
  }
}

@keyframes menu-pie-list-expand {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.menu-pie-list--expand {
  animation: menu-pie-list-expand 0.16s;
}

.menu-icon-list {
  display: flex;
  align-items: center;
}

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

.menu-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.menu-icon img {
  height: 14px;
}

.menu-icon svg {
  color: #131313;
  width: 14px;
  height: 14px;
}

.menu-icon svg.--animated line {
  transition: transform 0.25s ease-in-out;
}

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

@media (min-width: 1390px) {
  .menu-explore--collapse {
    border-bottom-right-radius: 16px;
  }
}

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

.menu-explore--collapse .menu-pie-list {
  display: none;
}

#menu-guest.--hidden {
  display: none;
}

#menu-guest {
  padding: 21px 24px;
}

#menu-guest .menu-label {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#menu-user {
  padding: 21px 24px;
  border-top: 1px solid #f9f9f9;
}

#menu-favorite {
  padding: 21px 24px;
  border-top: 1px solid #f9f9f9;
}

@keyframes grad-color {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(75, 75, 75, 0.7);
  }
}
#menu-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;
}

.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 (min-width: 1257px) {
  .roll-index--compact {
    width: 320px;
  }
}

.menu-side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .menu-side-header {
    height: 64px;
    padding-left: 20px;
    padding-right: 16px;
  }
}
@media (min-width: 761px) and (max-width: 1344px) {
  .menu-side-header {
    height: 72px;
    padding-left: 32px;
    padding-right: 20px;
  }
}
@media (min-width: 1345px) {
  .menu-side-header {
    height: 56px;
    padding-left: 20px;
    padding-right: 12px;
  }
}

.menu-explore .menu-side-header {
  justify-content: flex-end;
}

.menu-side-header a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 228px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}