.mButtonsWrap {
  display: flex; }

.mHeadingWrap {
  position: relative; }
  .mHeadingWrap .aArrowLink,
  .mHeadingWrap .mGrayLink {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .mHeadingWrap .mButtonsWrap {
    display: flex;
    transform: none;
    top: -11px;
    right: -16px;
    position: absolute; }
    .mHeadingWrap .mButtonsWrap .mButton {
      display: flex;
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .mHeadingWrap .mButtonsWrap .mButton + .mButton {
        margin-left: 10px; }

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

.mFormSelect {
  -webkit-appearance: none;
  padding: 9px 38px 9px 12px;
  border: 0;
  color: #808080;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTgiIGhlaWdodD0iNi44MDkiIHZpZXdCb3g9IjAgMCAxMS4xMTggNi44MDkiPgogIDxwYXRoIGQ9Ik02LDlsNC41LDVMMTUsOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuOTQxIC03Ljk0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K) no-repeat center right 18px #f0f0f0;
  font-size: 16px; }
  .mFormSelect > option {
    font-size: 16px; }

.mGeneralLink {
  color: inherit;
  text-decoration: none; }

.mSearchResultUpper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .mSearchResultUpper > .mSearchResultUpperResultWrap {
    display: flex;
    width: 100%;
    min-height: 20px; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap .aText {
      font-weight: 700;
      line-height: 20px; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap > .mFormSelect {
      padding: 0;
      padding-right: 35px;
      background-color: #fff;
      margin-left: 24px; }
      .mSearchResultUpper > .mSearchResultUpperResultWrap > .mFormSelect:first-child {
        margin-left: 0; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap .mGeneralLink {
      margin-left: 22px;
      color: #808080;
      font-size: 14px;
      font-weight: 400; }
      .mSearchResultUpper > .mSearchResultUpperResultWrap .mGeneralLink .mIconWrap {
        margin-right: 8px; }
  .mSearchResultUpper .mButtonsWrap {
    position: absolute;
    right: 0; }
    .mSearchResultUpper .mButtonsWrap .mIconWrap {
      opacity: 0.45; }
      .mSearchResultUpper .mButtonsWrap .mIconWrap._active {
        opacity: 1; }
      .mSearchResultUpper .mButtonsWrap .mIconWrap + .mIconWrap {
        margin-left: 20px; }
  .mSearchResultUpper .mLargeButtonSecondary {
    padding: 10px; }
  .mSearchResultUpper .sortSelectWrap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .mSearchResultUpper .sortSelectWrap .mFormSelect {
      width: calc(100% / 2 - 5px); }

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

.mButton {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box; }
  .mButton .aText {
    font-size: 12px;
    font-weight: 700; }
  .mButton .mIconWrap + .aText {
    margin-left: 5px; }

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


.oContentContainer {
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  position: relative; }
  .oContentContainer.gray {
    background-color: #EBEBEB; }
  .oContentContainer .mBookListViewItem + .mBookListViewItem::before {
    content: '';
    border-top: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: -22px;
    right: -22px; }
  .oContentContainer .mContentContainerSecondaryOver {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -40px; }

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

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

.aBookLabel {
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  background: linear-gradient(to right, #fb8325, #fb674b); }

.aBookCaption {
  color: #fff;
  font-size: 10px;
  background: rgba(36, 42, 54, 0.75); }

.lazyImage {
  opacity: 0; }

.aImage {
  transition: opacity 0.2s 0.2s; }

.mBookImage {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .mBookImage > ._imageWrap {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 140%;
    overflow: hidden; }
    .mBookImage > ._imageWrap > .aImage {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translateY(-50%) translateX(-50%); }
      @supports (object-fit: cover) {
        .mBookImage > ._imageWrap > .aImage {
          height: 100%;
          object-fit: cover; } }
    .mBookImage > ._imageWrap > ._noImageText {
      position: absolute;
      left: 5%;
      right: 5%;
      top: 15%;
      font-size: 12px;
      line-height: 16px;
      color: #FFF;
      white-space: normal;
      word-break: break-all; }
  .mBookImage .aBookCaption {
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.mBookMarkButton {
  cursor: pointer; }

.mVolumeImageWrap {
  display: block;
  position: relative; }
  .mVolumeImageWrap > .mBookImage {
    border-radius: 6px; }
  .mVolumeImageWrap .mBookMarkButton {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 42, 54, 0.75);
    border-radius: 100%;
    overflow: hidden; }
    .mVolumeImageWrap .mBookMarkButton.isBookMark .aIconBookmark {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiLz4KICAgICAgICA8cGF0aCBkPSJNMTUsMTdsLTUtMy44ODlMNSwxN1Y0LjU1NkExLjUsMS41LDAsMCwxLDYuNDI5LDNoNy4xNDNBMS41LDEuNSwwLDAsMSwxNSw0LjU1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiNGQkM4MzIiIHN0cm9rZT0iI0ZCQzgzMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPC9nPgo8L3N2Zz4K); }
  .mVolumeImageWrap .mIconWrap._rank {
    position: absolute;
    top: -5px;
    left: -5px; }
  .mVolumeImageWrap .aBookLabel {
    position: absolute;
    top: -3px;
    right: -3px; }
  .mVolumeImageWrap._cover .mBookImage .aImage {
    width: 100%;
    height: auto; }

.aBooksListItemTitle {
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis; }

._modalCommon {
  position: absolute;
  width: 620px;
  top: 105px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
  overflow-y: auto; }
  @media screen and (max-width: 725px) {
    ._modalCommon {
      width: 100%;
      left: 0;
      transform: none;
      top: 125px;
      border-radius: 6px 6px 0 0; } }
  ._modalCommon .mButtonCircle {
    margin-top: 28px;
    margin-left: 22px;
    background-color: #fff;
    width: 50px;
    height: 50px; }

._modalCommonCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 6px;
  transform: translateY(-50%) translateX(-50%); }
  @media screen and (max-width: 725px) {
    ._modalCommonCentered {
      width: 100%;
      left: 0;
      top: auto;
      bottom: 0;
      border-radius: 6px 6px 0 0;
      transform: none; } }

.ReactModal__Overlay {
  opacity: 0;
  transition: all 300ms ease; }
  .ReactModal__Overlay.ReactModal__Overlay--after-open {
    opacity: 1; }
  .ReactModal__Overlay .ReactModal__Content.oModalCommon {
    opacity: 0;
    transition: all 300ms ease 100ms; }
    @media screen and (max-width: 725px) {
      .ReactModal__Overlay .ReactModal__Content.oModalCommon {
        width: 100%; } }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommonCentered {
      margin-top: 20px; }
      @media screen and (min-width: 1021px) {
        .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommonCentered {
          margin-top: 60px; } }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommon {
      margin-top: 20px; }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open {
      opacity: 1; }
      .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommonCentered {
        margin-top: 0; }
        @media screen and (min-width: 1021px) {
          .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommonCentered {
            margin-top: 40px; } }
      .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommon {
        margin-top: 0; }
  .ReactModal__Overlay._close {
    opacity: 0; }
    .ReactModal__Overlay._close .ReactModal__Content.oModalCommon._modalCommonCentered.ReactModal__Content--after-open {
      margin-top: 20px; }
      @media screen and (min-width: 1021px) {
        .ReactModal__Overlay._close .ReactModal__Content.oModalCommon._modalCommonCentered.ReactModal__Content--after-open {
          margin-top: 60px; } }
    .ReactModal__Overlay._close .ReactModal__Content._modalCommon {
      margin-top: 20px; }

.oModalListAlert {
  width: 300px;
  padding: 10px 0; }
  .oModalListAlert ul li a {
    height: 50px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer; }

