.aArrowLink {
  padding: 0 20px 0 0;
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-decoration: none;
  position: relative; }
  .aArrowLink::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBkPSJtMCAwaDE0djE0aC0xNHoiLz48L2NsaXBQYXRoPjxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZmlsbD0ibm9uZSIgdHJhbnNmb3JtPSJtYXRyaXgoMCAtMSAxIDAgMCAxNCkiPjxwYXRoIGQ9Im0wIDBoMTR2MTRoLTE0eiIvPjxwYXRoIGQ9Im02IDkgNCA1IDQtNSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtNC41KSIvPjwvZz48L3N2Zz4=) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.mNavList {
  margin: 0;
  padding: 0;
  display: block;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap; }
  .mNavList::-webkit-scrollbar {
    display: none; }
  .mNavList .mNavItem {
    display: inline-block; }
    .mNavList .mNavItem .aNavLink {
      display: block;
      color: #242a36;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.2em;
      letter-spacing: 0.025em;
      text-decoration: none;
      opacity: 0.45;
      cursor: pointer;
      padding: 0 9px; }
      .mNavList .mNavItem .aNavLink:hover, .mNavList .mNavItem .aNavLink._active {
        opacity: 1; }

.mContentLargeNav {
  background-color: #fff;
  position: relative;
  border-bottom: 2px solid #ebebeb; }
  @media screen and (max-width: 725px) {
    .mContentLargeNav {
      overflow-x: auto; } }
  .mContentLargeNav .mNavList {
    display: flex; }
    .mContentLargeNav .mNavList .mNavItem {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .mContentLargeNav .mNavList .mNavItem > span {
        background-color: #fc7949;
        color: #fff;
        border-radius: 100%;
        box-sizing: border-box;
        display: inline-flex;
        padding: 5px;
        font-size: 11px;
        min-width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        font-family: 'comicspace-scorefont';
        position: absolute;
        right: 1vw;
        top: 0; }
      .mContentLargeNav .mNavList .mNavItem .aNavLink {
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-weight: 700;
        position: relative; }
        .mContentLargeNav .mNavList .mNavItem .aNavLink._active:after {
          content: '';
          height: 3px;
          background-color: #fbc832;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; }

.mAutoLoading {
  background-color: #808080;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 40px auto; }
  .mAutoLoading > .loader,
  .mAutoLoading .loader:before,
  .mAutoLoading .loader:after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation-fill-mode: both;
    animation: load7 1.2s infinite ease-in-out;
    color: #ffffff;
    z-index: 100; }
  .mAutoLoading > .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    transform: translateY(-3px); }
  .mAutoLoading > .loader:before,
  .mAutoLoading > .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .mAutoLoading > .loader:before {
    left: -1em;
    animation-delay: -0.32s; }
  .mAutoLoading > .loader:after {
    left: 1em; }

@keyframes load7 {
  0%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.mAppealPostReview {
  background: #F0F0F0;
  border-radius: 6px;
  padding: 24px 14px;
  text-align: center; }
  .mAppealPostReview > .aText {
    font-size: 14px;
    line-height: 21px;
    color: #808080; }
  .mAppealPostReview > .mButton {
    margin-top: 13px;
    display: block;
    height: 42px;
    line-height: 42px;
    background: #FC7949;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold; }
    .mAppealPostReview > .mButton._active {
      color: #FFF;
      border-color: #FC7949; }

.aText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em; }

.mUserAvatar {
  margin: 0;
  border-radius: 100%;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden; }
  .mUserAvatar img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @supports (object-fit: cover) {
      .mUserAvatar img {
        height: 100%;
        object-fit: cover; } }

.mFollowButton {
  padding: 0 15px;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background: #4b9ebf;
  border: 1px solid #4b9ebf;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mFollowButton svg + * {
    margin-left: 6px; }
  .mFollowButton.isFollowed {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    color: #242A36; }
    .mFollowButton.isFollowed svg path,
    .mFollowButton.isFollowed svg circle,
    .mFollowButton.isFollowed svg line {
      stroke: #242A36; }

.mUserMetaUpper {
  display: flex;
  align-items: center;
  position: relative; }
  .mUserMetaUpper ._profileAnchor {
    display: flex !important;
    align-items: center; }
    .mUserMetaUpper ._profileAnchor > ._name .aSubText {
      margin: 4px 0 0; }
  .mUserMetaUpper .mUserAvatar {
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px; }
  .mUserMetaUpper > .mGeneralLink > ._name > ._nickname {
    font-weight: 700;
    letter-spacing: 0.025em;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper .aSubText {
    font-size: 11px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper > .aSubText {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .mUserMetaUpper .mButtonsWrap {
    position: absolute;
    right: -15px;
    top: 10px; }
    .mUserMetaUpper .mButtonsWrap .mButton {
      display: flex;
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .mUserMetaUpper .mButtonsWrap .mButton .mIconWrap {
        align-self: center; }

.mButtonsWrap {
  display: flex; }

.mTagItem .mGeneralLink {
  padding: 5px 8px;
  color: #242a36;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  display: block; }

.mTagList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .mTagList .mTagItem {
    margin: 10px 8px 0 0;
    padding: 0; }

.mLikeButton {
  background-color: #fff;
  padding: 4px; }
  .mLikeButton svg {
    vertical-align: bottom; }
  .mLikeButton.isLiked svg path {
    stroke: #FC7949;
    fill: #FC7949; }

.oCardTitleList {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .oCardTitleList .oCardVolume {
    max-width: none;
    width: calc(100% / 4 - 10px);
    margin: 0 5px 18px; }
    @media screen and (max-width: 725px) {
      .oCardTitleList .oCardVolume {
        width: calc(100% / 3 - 10px); } }

.aNumberText {
  font-family: 'comicspace-scorefont', 'DINosaur', sans-serif; }

.mRecommendScoreWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -2px; }
  .mRecommendScoreWrap .mScore .mIconWrap .aIconStar {
    transform: translateY(-1px); }

.mRecommendUsersSmall {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #808080;
  font-size: 11px;
  font-weight: 400; }
  .mRecommendUsersSmall .mUserAvatar {
    margin: 0 0 0 -5px;
    border: 2px solid #fff; }
    .mRecommendUsersSmall .mUserAvatar:last-of-type {
      margin-left: 0; }
    .mRecommendUsersSmall .mUserAvatar:first-of-type {
      margin-right: 5px; }
    .mRecommendUsersSmall .mUserAvatar .aImage {
      width: 20px;
      height: 20px; }

.mReactionUserIcons {
  display: flex; }
  .mReactionUserIcons .mUserAvatar {
    border: 2px solid #FFF;
    z-index: 3;
    width: 20px;
    height: 20px; }
    .mReactionUserIcons .mUserAvatar + .mUserAvatar {
      margin-left: -8px;
      z-index: 2; }
    .mReactionUserIcons .mUserAvatar + .mUserAvatar + .mUserAvatar {
      z-index: 1; }
  .mReactionUserIcons .mRecommendUsersSmall {
    margin-left: 5px; }

.aBoldText {
  font-weight: 700;
  letter-spacing: 0.025em; }

.mAuthorFunButton {
  background: #4b9ebf;
  display: flex;
  align-items: center;
  justify-content: center; }
  .mAuthorFunButton._active {
    background-color: #FFF;
    color: #808080;
    border: 1px solid #D8D8D8; }

