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

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

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

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

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

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

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

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

.aFormTextArea {
  border: 1px solid #d8d8d8;
  font-size: 16px; }

.aBigSecondaryButton {
  height: 44px;
  text-align: center;
  color: #4b9ebf;
  font-size: 12px;
  font-weight: 500;
  line-height: 44px;
  border: 1px solid rgba(75, 158, 191, 0.45);
  border-radius: 22px;
  text-decoration: none;
  display: block; }

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

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

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

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

.mReactionButtonList {
  align-items: center;
  justify-content: space-around;
  display: flex; }
  .mReactionButtonList .mButton {
    display: flex;
    width: calc(100% / 3);
    height: 50px;
    align-items: center;
    justify-content: center; }

.mFormComment {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px; }
  .mFormComment > .aFormTextArea {
    width: 80%;
    display: block;
    height: 40px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 7px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: width 200ms ease; }
  .mFormComment > .mButton {
    background-color: #fc7949;
    border-color: #fc7949;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    width: 15%; }

.mButtonsWrap {
  display: flex; }

.oFeedItemComment {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 22px; }
  .oFeedItemComment + .oFeedItemComment {
    margin-top: 14px; }
  .oFeedItemComment > ._commentBox {
    margin-bottom: 6px; }
    .oFeedItemComment > ._commentBox > .mGeneralLink {
      display: flex; }
      .oFeedItemComment > ._commentBox > .mGeneralLink > .mUserAvatar {
        margin: 0 10px 0 0;
        width: 36px;
        height: 36px; }
      .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents {
        display: flex;
        flex-direction: column;
        padding: 14px;
        background: #F0F0F0;
        width: calc(100% - 46px);
        border-radius: 6px; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > .aBoldText {
          margin-bottom: 10px;
          font-size: 12.44px; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > ._replyTo {
          font-size: 12px;
          margin: 5px 0 15px;
          color: #808080; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > .aText {
          font-size: 14px;
          margin-bottom: 5px; }
  .oFeedItemComment > ._commentFooter {
    display: flex;
    justify-content: space-between; }
    .oFeedItemComment > ._commentFooter > ._date {
      margin-left: 46px;
      font-size: 11.2px;
      color: #808080; }
    .oFeedItemComment > ._commentFooter > .mButtonsWrap {
      justify-content: space-between; }
      .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mButton {
        font-size: 12.44px;
        color: #808080; }
        .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mButton + .mButton {
          margin-left: 18px; }
      .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mLikeButton {
        padding: 0; }
        .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mLikeButton.isLiked {
          color: #F14646; }
  .oFeedItemComment > .mFormComment {
    margin-top: 10px; }

.aStamp {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 20px;
  height: 20px; }

.mFeedItemTitleActioned {
  display: flex;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  border-radius: 6px;
  background: #F2F2F2; }
  @media screen and (max-width: 725px) {
    .mFeedItemTitleActioned {
      flex-direction: column;
      align-items: flex-start; } }
  .mFeedItemTitleActioned > .mBookListViewDetail {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 725px) {
      .mFeedItemTitleActioned > .mBookListViewDetail {
        order: 1;
        max-width: 100%; } }
    .mFeedItemTitleActioned > .mBookListViewDetail > .mGeneralLink {
      margin-right: 16px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > .mGeneralLink > .mTitleImageWrap {
        width: 80px; }
    .mFeedItemTitleActioned > .mBookListViewDetail > ._info {
      width: calc(100% - 96px); }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._title {
        padding-top: 10px;
        margin-bottom: 10px;
        color: #242a36;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.025em; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._reviewCount {
        color: #808080;
        font-size: 10.18px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._totalVolume {
        font-size: 10.18px;
        color: #242a36;
        margin-top: 6px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions {
        margin-top: 16px; }
        .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap {
          width: 168px;
          height: 28px;
          position: relative; }
          .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton {
            width: calc(50% - 4px);
            height: 28px;
            line-height: 26px;
            position: absolute; }
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton.mYomitaiButton {
              left: 0; }
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton.mYondaButton {
              right: 0;
              margin-left: 0; }
          @media screen and (max-width: 725px) {
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap {
              width: auto;
              max-width: 168px; } }
        .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions._isYonda > .mButtonsWrap > .mYondaButton {
          width: 100%; }

.oUserComment {
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 6px; }
  .oUserComment > .mGeneralLink {
    display: block; }
    .oUserComment > .mGeneralLink > ._title {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px; }
    .oUserComment > .mGeneralLink > ._netabareAlert {
      margin-top: 12px;
      color: #F14646;
      font-size: 14px;
      line-height: 16px;
      padding-left: 26px;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0Ij4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNCAtNDEuNDUpIj4KICAgICAgICA8cGF0aCBkPSJNNy4xMzIsMS41MTlhMSwxLDAsMCwxLDEuNzM2LDBMMTUuMTQ1LDEyLjVhMSwxLDAsMCwxLS44NjgsMS41SDEuNzIzYTEsMSwwLDAsMS0uODY4LTEuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0IDQxLjQ1KSIgZmlsbD0iI2YxNDY0NiIvPgogICAgICAgIDx0ZXh0IHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyIDUzLjQ1KSIgZmlsbD0iI2ZmZiIgZm9udC1zaXplPSIxMCIgZm9udC1mYW1pbHk9IkRJTm9zYXVyLUJvbGQsIERJTm9zYXVyIiBmb250LXdlaWdodD0iNzAwIiBsZXR0ZXItc3BhY2luZz0iMC4wMjVlbSI+PHRzcGFuIHg9Ii0xLjQxIiB5PSIwIj4hPC90c3Bhbj48L3RleHQ+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left center;
      background-size: 16px 14px; }
    .oUserComment > .mGeneralLink > ._contentArea {
      padding-top: 10px;
      font-size: 14px;
      line-height: 21px;
      position: relative;
      font-weight: bold; }
      .oUserComment > .mGeneralLink > ._contentArea > .aText {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-weight: bold; }
      .oUserComment > .mGeneralLink > ._contentArea > ._stamp > img {
        width: 76px;
        height: auto;
        margin-top: 10px; }
      .oUserComment > .mGeneralLink > ._contentArea._netabare > .aText {
        -webkit-line-clamp: 2; }
      .oUserComment > .mGeneralLink > ._contentArea._netabare:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to top, #f0f0f0, rgba(240, 240, 240, 0.5)); }
  .oUserComment > .mFeedItemTitleActioned {
    padding: 0;
    margin-top: 12px; }

.oFeedItemReview {
  position: relative;
  padding-top: 20px; }
  .oFeedItemReview::before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -22px;
    right: -22px; }
  .oFeedItemReview .oUserComment {
    margin-top: 8px; }
  .oFeedItemReview .mFeedItemSeriesDetail {
    margin-top: 10px; }
  .oFeedItemReview .mRecommendScoreWrap {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb; }
    .oFeedItemReview .mRecommendScoreWrap > ._commentCount {
      color: #808080;
      font-size: 11px;
      font-weight: 400; }
      .oFeedItemReview .mRecommendScoreWrap > ._commentCount > a {
        cursor: pointer; }
  .oFeedItemReview > ._commentsWrap {
    padding-bottom: 20px;
    overflow: hidden; }

.oAdBlock {
  text-align: center;
  margin: 24px 0; }
  @media screen and (max-width: 725px) {
    .oAdBlock {
      margin: 8px 0; } }

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

.mPagerContainer {
  display: flex;
  justify-content: space-between;
  height: 37px;
  position: relative; }
  .mPagerContainer .mIconWrap {
    width: 35px;
    height: 35px;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    display: block;
    position: relative; }
    .mPagerContainer .mIconWrap .aIconArrowRight {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .mPagerContainer .mIconWrap._left .aIconArrowRight {
      transform: translate(-50%, -50%) rotate(180deg); }
  .mPagerContainer ._anchorsWrap {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }
  .mPagerContainer > .mGeneralLink {
    position: absolute;
    z-index: 2; }
    .mPagerContainer > .mGeneralLink._prev {
      left: 0; }
    .mPagerContainer > .mGeneralLink._next {
      right: 0; }
  .mPagerContainer .aNumberText {
    display: inline-block;
    margin: 0 14px;
    font-size: 20px;
    line-height: 37px; }
  .mPagerContainer .mGeneralLink {
    color: rgba(36, 42, 54, 0.45);
    display: inline-block; }

.oTitleSingleBasic .mContentContainer + .oContentContainer,
.oTitleSingleBasic .oContentContainer + .oContentContainer {
  border-top: 2px solid #ebebeb; }

.oTitleSingleBasic .oTimelineMatomeItem:before {
  content: '';
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: -22px;
  right: -22px; }

.oTitleSingleBasic .oTimelineMatomeItem + .oTimelineMatomeItem {
  padding-top: 20px; }

.oTitleSingleBasic .aBigSecondaryButton {
  margin-top: 28px; }

.oTitleSingleBasic .oContentContainer > .mReviewUpperWrap {
  margin: 25px 0; }

.oTitleSingleBasic .oContentContainer > .oFeedItemMatome {
  margin-top: 40px; }

@media screen and (min-width: 1021px) {
  .oTitleSingleBasic .oContentContainer._outline {
    border-bottom: 2px solid #ebebeb; } }

.oTitleSingleBasic .oContentContainer._outline > .mContentHedding {
  margin-bottom: 14px; }

.oTitleSingleBasic .oContentContainer._outline > ._outlineText {
  font-size: 14px;
  line-height: 21px; }
  .oTitleSingleBasic .oContentContainer._outline > ._outlineText > .mAppealPostReview > .aText > .mGeneralLink {
    color: #0189EC; }

.oTitleSingleBasic .oContentContainer._outline .mTagList {
  margin-top: 6px; }

.oTitleSingleBasic .oContentContainer._outline + .oTitleSingleInfo {
  border-top: none;
  border-bottom: 2px solid #ebebeb; }

.oTitleSingleBasic .oContentContainer._reviews > .mHeadingWrap > .mContentHedding {
  margin-bottom: 0; }

.oTitleSingleBasic .oContentContainer._reviews .oFeedItemReview {
  border-bottom: 1px solid #ebebeb; }
  .oTitleSingleBasic .oContentContainer._reviews .oFeedItemReview:last-child {
    border-bottom: none; }

.oTitleSingleBasic .oContentContainer._news .oFeedItemNews {
  padding-top: 26px; }

.oTitleSingleBasic .oContentContainer._news .oFeedItemNews + .oFeedItemNews {
  border-top: 1px solid #ebebeb; }

.oTitleSingleBasic .oContentContainer._goods .oFeedItemGoods {
  padding-top: 26px; }

.oTitleSingleBasic .oContentContainer._goods .oFeedItemGoods + .oFeedItemGoods {
  border-top: 1px solid #ebebeb; }

.oTitleSingleBasic .oContentContainer._relatedTitles .mContentHedding {
  margin-bottom: -4px; }

.oTitleSingleBasic .oContentContainer._relatedTitles ._relatedTitlesList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .oTitleSingleBasic .oContentContainer._relatedTitles ._relatedTitlesList .oCardTitle {
    width: calc(100% / 4 - 10px);
    margin: 22px 5px 0; }

.oTitleSingleBasic .oContentContainer._noResult > .mHeadingWrap {
  margin-bottom: 16px; }

.oTitleSingleBasic > .mBannerAbout {
  display: none; }
  @media screen and (max-width: 725px) {
    .oTitleSingleBasic > .mBannerAbout {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #EBEBEB;
      border-bottom: 1px solid #EBEBEB; } }

@media screen and (max-width: 725px) {
  .oTitleSingleBasic .oContentContainer._relatedTitles ._relatedTitlesList .oCardTitle {
    width: calc(100% / 3 - 10px); } }

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

.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); } }

.oTitleListMore > ._loading {
  width: 100%; }

.oTitleListMore > div {
  width: 100%; }

