dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

dialog {
  position: fixed;
  top: 0;
  bottom: 0;
}

.l-main {
  padding: 15px 0;
}
.l-main.isAfterWatch {
  padding: 20px 0 34px;
}
@media screen and (min-width: 960px) {
  .l-main {
    padding: 20px 0;
  }
}

.l-section {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
}
.l-section.isLibrary {
  margin: 15px auto;
  padding: 0 7px;
}
@media screen and (min-width: 960px) {
  .l-section.isLibrary {
    margin: 11px auto 15px;
    padding: 0 7px;
  }
}
.l-section.isAfterWatch {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 345px;
}
.l-section.isAfterWatch.isMarginTop {
  margin-top: 20px;
}
@media (max-width: 959px) and (orientation: landscape) {
  .l-section.isAfterWatch {
    margin: 0 auto 20px;
    max-width: 607px;
  }
}
@media screen and (max-width: 959px) and (orientation: landscape) and (min-width: 960px) {
  .l-section.isAfterWatch {
    padding: 0 40px;
    max-width: 1024px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isAfterWatch {
    padding: 0 40px;
    max-width: 1024px;
  }
}
.l-section.isNotice {
  margin-top: 0;
  margin-bottom: 0;
  background: #e5e5e5;
}
.l-section.isNotice.isAnimeTop {
  margin-top: 0;
  margin-bottom: 0;
}
.l-section.isNotice.isGoodsTop {
  margin-top: 0;
  margin-bottom: 0;
}
.l-section.isNotice.isBookTop {
  margin: 0;
}
.l-section.isFilterArea {
  margin: 5px auto;
}
.l-section.isMaxWidth {
  padding: 0 7px;
}
@media screen and (min-width: 960px) {
  .l-section.isMaxWidth {
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    max-width: 944px;
  }
}
.l-section.isNoTopMargin {
  margin-top: 0;
}
.l-section.isMarginWithFooter {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .l-section.isMarginWithFooter {
    margin-bottom: 40px;
  }
}
.l-section.isFlexContents {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .l-section.isFlexContents {
    width: 100%;
    max-width: 944px;
    flex-direction: row;
  }
}
.l-section.isTopPage {
  margin: 0 auto;
  padding-bottom: 20px;
}
.l-section.isTopPage.isHasButton {
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .l-section.isTopPage.isHasButton {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isTopPage {
    margin: 30px auto;
    padding-bottom: 0;
  }
}
.l-section.isYellowWrapper {
  background: #efece6;
  border-top: 4px solid #be912f;
}
@media screen and (min-width: 960px) {
  .l-section.isYellowWrapper {
    background: none;
    border-top: none;
  }
}
.l-section.isGreenWrapper {
  background: #e9f0e5;
  border-top: 4px solid #76c045;
}
.l-section.isGreenWrapper.isNotChangingPC {
  background: #e9f0e5;
  border-top: 4px solid #76c045;
}
@media screen and (min-width: 960px) {
  .l-section.isGreenWrapper.isNotChangingPC {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isGreenWrapper {
    background: none;
    border-top: none;
  }
}
.l-section.isBlueWrapper {
  background: #e6efef;
  border-top: 4px solid #289beb;
}
@media screen and (min-width: 960px) {
  .l-section.isBlueWrapper {
    background: none;
    border-top: none;
  }
}
.l-section.isRedWrapper {
  background: #f6ece8;
  border-top: 4px solid #eb5528;
}
@media screen and (min-width: 960px) {
  .l-section.isRedWrapper {
    background: none;
    border-top: none;
  }
}
html:not(.goodsDisp) .l-section.isGoods {
  display: none;
}

.l-section.isPointAlert {
  margin: 9px auto;
  padding: 0 12px;
}
@media screen and (min-width: 960px) {
  .l-section.isPointAlert {
    margin: 11px auto 12px;
    padding: 0;
  }
}
.l-section.isInquiry {
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .l-section.isInquiry {
    margin-top: 0;
  }
}
.l-section.isRanking {
  margin-bottom: 15px;
}
.l-section.isRanking.isFirstChild {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .l-section.isRanking.isFirstChild {
    margin-top: 26px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isRanking {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isMaxWidthOnPc.isSlim {
    max-width: 940px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isMaxWidthOnPc.isWide {
    max-width: 1920px;
  }
}
@media screen and (min-width: 960px) {
  html.appli .l-section.isMaxWidthOnPc.isOnlyAppli {
    max-width: 1024px;
  }
}

@media screen and (min-width: 960px) {
  .l-section.isMaxWidthOnPc.isOnlyAppli {
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isMaxWidthOnPc {
    width: 100%;
    max-width: 1024px;
  }
}
@media screen and (min-width: 960px) {
  .l-section {
    margin: 10px auto 20px;
  }
}

.l-mainContents {
  padding: 0 12px;
}
.l-mainContents.isCancellationMethod {
  padding: 0 7px;
}
@media screen and (min-width: 960px) {
  .l-mainContents.isCancellationMethod {
    padding: 0 40px;
  }
}
.l-mainContents.isMylist {
  padding: 0 7px;
}
@media screen and (min-width: 960px) {
  .l-mainContents.isMylist {
    max-width: 944px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .l-mainContents {
    padding: 0 40px;
  }
}

.l-container__list {
  margin: 5px auto;
  max-width: 944px;
}
@media screen and (min-width: 960px) {
  .l-container__pagination + .l-container__list {
    margin-top: 30px;
  }
}
.l-container__list + .l-container__pagination {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-container__list + .l-container__pagination {
    margin-top: 30px;
  }
}
.l-container__footerNav {
  margin-top: 23px;
  margin-bottom: 23px;
}
.l-container__footerNav:first-child {
  margin-bottom: 18px;
}
@media screen and (min-width: 960px) {
  .l-container__footerNav:first-child {
    margin-bottom: 20px;
  }
}
.l-container__pagination + .l-container__footerNav {
  margin-top: -7px;
}
html.appli .l-container__pagination + .l-container__footerNav {
  margin-top: -10px;
}
@media screen and (min-width: 960px) {
  html.appli .l-container__pagination + .l-container__footerNav {
    margin-top: -20px;
  }
}

@media screen and (min-width: 960px) {
  .l-container__pagination + .l-container__footerNav {
    margin-top: -20px;
  }
}
@media screen and (min-width: 960px) {
  .l-container__footerNav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.l-column2 {
  margin-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
}
.l-column2__secondary {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 960px) {
  .l-column2 {
    display: flex;
    max-width: 944px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-column2__primary {
    flex: 1 1 100%;
  }
  .l-column2__secondary {
    flex: 0 0 270px;
    margin-left: 30px;
    padding: 0;
  }
}

.l-mainArea {
  padding: 0 7px;
}

.c-breadcrumb {
  display: none;
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
}
.c-breadcrumb__item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-breadcrumb__item a {
  color: #eb5528;
}
.c-breadcrumb__item:not(.isCurrent)::after {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right-minimal");
          mask-image: url("/img/svg_sprite.svg#arrow-right-minimal");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #666;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
}
.c-breadcrumb__itemLink {
  font-weight: bold;
}
.c-breadcrumb__itemLink:visited {
  color: #eb5528;
}
html.mouseDevice .c-breadcrumb__itemLink:hover {
  color: #eb5528;
}

.c-breadcrumb__item.isCurrent .c-breadcrumb__itemLink {
  pointer-events: none;
}
.c-breadcrumb__item.isCurrent .c-breadcrumb__itemLink, .c-breadcrumb__item.isCurrent .c-breadcrumb__itemLink:hover {
  color: #333333;
}
html:not(.pc) .c-breadcrumb {
  display: none;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb {
    display: block;
  }
}

.c-pagination {
  display: flex;
  margin: 15px auto 30px;
  background: #ffffff;
  width: 100%;
  max-width: 944px;
  box-shadow: 0 1px 2px 0 #cecece;
}
.c-pagination__iconFirstPage {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-double-left");
          mask-image: url("/img/svg_sprite.svg#arrow-double-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 14px;
  height: 10px;
}
.c-pagination__iconLastPage {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-double-right");
          mask-image: url("/img/svg_sprite.svg#arrow-double-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 14px;
  height: 10px;
}
.c-pagination__iconPrevPage {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 8px;
}
.c-pagination.isPlain .c-pagination__iconPrevPage {
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__iconPrevPage {
    margin-right: 8px;
  }
}
.c-pagination__iconNextPage {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}
.c-pagination.isPlain .c-pagination__iconNextPage {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__iconNextPage {
    margin-left: 8px;
  }
}
.c-pagination__buttonArea {
  display: flex;
  flex: 0 0 auto;
}
.c-pagination__buttonArea > a {
  color: #eb5528;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__buttonArea > a:hover {
  text-decoration: none !important;
  color: #eb5528 !important;
}
.c-pagination__buttonArea.isFirstPage {
  width: 41px;
  border-right: 1px solid #e5e5e5;
}
.c-pagination.isPlain .c-pagination__buttonArea.isFirstPage {
  width: 34px;
  border-right: none;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isFirstPage {
    width: 41px;
    border-right: 1px solid #e5e5e5;
  }
}
.c-pagination__buttonArea.isLastPage {
  width: 41px;
  border-left: 1px solid #e5e5e5;
}
.c-pagination.isPlain .c-pagination__buttonArea.isLastPage {
  width: 34px;
  border-left: none;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isLastPage {
    width: 41px;
    border-left: 1px solid #e5e5e5;
  }
}
.c-pagination__buttonArea.isPrevPage > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
}
.c-pagination.isPlain .c-pagination__buttonArea.isPrevPage {
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isPrevPage {
    margin-left: 18px;
  }
}
.c-pagination__buttonArea.isNextPage > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
}
.c-pagination.isPlain .c-pagination__buttonArea.isNextPage {
  margin-right: 15px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isNextPage {
    margin-right: 18px;
  }
}
.c-pagination__buttonArea.isDisable a {
  color: #cccccc;
  pointer-events: none;
}
.c-pagination__buttonArea.isDisable a:hover {
  text-decoration: none !important;
  color: #cccccc !important;
}
.c-pagination__buttonArea.isDisable .c-pagination__iconFirstPage {
  color: #cccccc;
}
.c-pagination__buttonArea.isDisable .c-pagination__iconLastPage {
  color: #cccccc;
}
.c-pagination__buttonArea.isDisable .c-pagination__iconPrevPage {
  color: #cccccc;
  margin-right: 8px;
}
.c-pagination.isPlain .c-pagination__buttonArea.isDisable .c-pagination__iconPrevPage {
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isDisable .c-pagination__iconPrevPage {
    margin-right: 8px;
  }
}
.c-pagination__buttonArea.isDisable .c-pagination__iconNextPage {
  color: #cccccc;
  margin-left: 8px;
}
.c-pagination.isPlain .c-pagination__buttonArea.isDisable .c-pagination__iconNextPage {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPlain .c-pagination__buttonArea.isDisable .c-pagination__iconNextPage {
    margin-left: 8px;
  }
}
.c-pagination__buttonArea span {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pagination__buttonArea span {
    display: inline-block;
  }
}
.c-pagination__pageNumber {
  flex: 1 1 100%;
  justify-content: center;
}
.c-pagination__pageNumber.isSpLayout {
  display: flex;
}
@media screen and (min-width: 960px) {
  .c-pagination__pageNumber.isSpLayout {
    display: none;
  }
}
.c-pagination__pageNumber.isPcLayout {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pagination__pageNumber.isPcLayout {
    display: flex;
  }
}
.c-pagination__pageNumberItem {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
}
.c-pagination__pageNumberItem.isCurrent {
  color: #eb5528;
}
.c-pagination__pageNumberItem.isBreak {
  width: 20px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .c-pagination__pageNumberItem {
    height: auto;
    font-size: 16px;
    font-weight: normal;
  }
  .c-pagination__pageNumberItem.isCurrent::before, .c-pagination__pageNumberItem:not(.isCut):hover::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid #eb5528;
  }
  .c-pagination.isPageTop .c-pagination__pageNumberItem.isCurrent::before, .c-pagination.isPageTop .c-pagination__pageNumberItem:not(.isCut):hover::before {
    top: auto;
    bottom: 0;
  }
}
.c-pagination__pageNumberItemInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.c-pagination__pageNumberItem.isCut .c-pagination__pageNumberItemInner {
  width: 25px;
  margin-top: -8px;
}
.c-pagination__pageNumberItem .c-pagination__pageNumberItemInner:hover {
  text-decoration: none;
}
.c-pagination.isDisable {
  display: none;
}
.c-pagination.isPlain {
  margin: 0 auto;
  box-shadow: none;
}
.c-pagination.isPageTop {
  display: none;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-pagination.isPageTop {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .c-pagination {
    margin: 20px auto 40px;
  }
}

.c-genreTags {
  display: flex;
  height: 14px;
}
.c-genreTags__item {
  font-size: 10px;
}
.c-genreTags__item + .c-genreTags__item {
  margin-left: 8px;
}
.c-genreTags__item.isText {
  padding: 0 2px;
  border: 1px solid #d0d0d0;
  height: 13px;
  line-height: 13px;
}
.c-genreTags__item.isGray {
  color: #626262;
}
.c-genreTags__item.isNew {
  -webkit-mask-image: url("/img/svg_sprite.svg#status-new");
          mask-image: url("/img/svg_sprite.svg#status-new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 26px;
  height: 14px;
}
.c-genreTags__item.isPublic {
  font-weight: bold;
  color: #ffffff;
  height: 12px;
  background-color: #50c005;
  border-color: transparent;
}
.c-genreTags__item.isPrivate {
  color: #a2a2a2;
  height: 12px;
}
.c-genreTags.isOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-genreTags.isOnlyPC {
    display: flex;
  }
}

.c-categoryMenu {
  height: 43px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
}
html.ios.appli .c-categoryMenu, html.android.appli .c-categoryMenu, html.tvbox.appli .c-categoryMenu, html.tizen.appli .c-categoryMenu {
  display: none;
}
.c-categoryMenu__item {
  width: 100%;
  max-width: 314.6666666667px;
  position: relative;
}
.c-categoryMenu__item.isCurrent .c-categoryMenu__a {
  color: #cc0033;
}
.c-categoryMenu__item.isCurrent::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #cc0033;
  position: absolute;
  bottom: -1px;
}
.c-categoryMenu__a {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-categoryMenu__a {
    font-size: 16px;
    line-height: 1.7;
  }
}

.c-categoryButton {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-categoryButton__prevImg {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 8px;
  height: 14px;
}
.c-categoryButton.isDisabled .c-categoryButton__prevImg {
  color: #cccccc;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.c-categoryButton__nextImg {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 8px;
  height: 14px;
}
.c-categoryButton.isDisabled .c-categoryButton__nextImg {
  color: #cccccc;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.c-categoryItem__a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
html.mouseDevice .c-categoryItem__a:hover {
  background: #ffe066;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .c-categoryItem__a {
    flex-direction: row;
    justify-content: center;
  }
}
.c-categoryItem__icon.isFree {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-categoryItem__icon.isCampaign {
  -webkit-mask-image: url("/img/svg_sprite.svg#campaign");
          mask-image: url("/img/svg_sprite.svg#campaign");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-categoryItem__icon.isRanking {
  -webkit-mask-image: url("/img/svg_sprite.svg#ranking");
          mask-image: url("/img/svg_sprite.svg#ranking");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-categoryItem__icon.isNew {
  -webkit-mask-image: url("/img/svg_sprite.svg#new");
          mask-image: url("/img/svg_sprite.svg#new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-categoryItem__icon.isLimited {
  -webkit-mask-image: url("/img/svg_sprite.svg#star");
          mask-image: url("/img/svg_sprite.svg#star");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 960px) {
  .c-categoryItem__icon {
    margin-right: 5px;
  }
}
.c-categoryItem__name {
  display: inline-block;
  color: #46190c;
  white-space: nowrap;
  transform: translateY(-2px);
}
@media screen and (min-width: 960px) {
  .c-categoryItem__name {
    transform: translateY(0);
    font-size: 16px;
    font-weight: bold;
  }
}

.c-slide {
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.c-favouriteButton {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  bottom: 0;
}
.c-favouriteButton input {
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.c-favouriteButton input[type=checkbox] + label {
  display: inline-block;
  height: 18px;
  color: #333333;
}
.c-favouriteButton input[type=checkbox] + label::after {
  -webkit-mask-image: url("/img/svg_sprite.svg#fav"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#fav"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  display: block;
}
.c-favouriteButton input[type=checkbox]:hover + label::after {
  color: #666666;
  opacity: 0.6;
}
.c-favouriteButton input[type=checkbox].checked + label::after,
.c-favouriteButton input[type=checkbox].isChecked + label::after {
  animation: anim-scale 0.8s ease-out;
  transform-origin: 50% 50%;
}
.c-favouriteButton input[type=checkbox].checked + label::after,
.c-favouriteButton input[type=checkbox].isChecked + label::after,
.c-favouriteButton input[type=checkbox].checked:hover + label::after,
.c-favouriteButton input[type=checkbox].isChecked:hover + label::after {
  color: #eb5528;
  opacity: 1;
}
.c-favouriteButton.isAnime {
  bottom: 3px;
}
.c-favouriteButton.isGoods {
  bottom: 8px;
  right: 5px;
}
@media screen and (min-width: 960px) {
  .c-favouriteButton.isGoods {
    right: 8px;
    bottom: 11px;
  }
}
.c-favouriteButton.isRanking {
  right: 5px;
  bottom: 6px;
}
@media screen and (min-width: 960px) {
  .c-favouriteButton.isRanking {
    right: 8px;
    bottom: 8px;
  }
}
.c-favouriteButton.isSmall {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 960px) {
  .c-favouriteButton {
    width: 20px;
    height: 20px;
  }
}

.c-button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border: none;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
}
.c-button:disabled {
  background: #e6e6e6;
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.c-button a {
  color: #46190c;
}
.c-button__icon.isLibrary {
  -webkit-mask-image: url("/img/svg_sprite.svg#library");
          mask-image: url("/img/svg_sprite.svg#library");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-button__icon.isRightArrow {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
}
.c-button__icon.isOrangeBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.c-button__icon.isOrangeLargeBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isOrangeLargeBook {
    margin-right: 10px;
  }
}
.c-button__icon.isDarkGrayBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #333333;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.c-button__icon.isDarkGrayLargeBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #333333;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isDarkGrayLargeBook {
    margin-right: 10px;
  }
}
.c-button__icon.isWhiteBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.c-button__icon.isWhiteLargeBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isWhiteLargeBook {
    margin-right: 10px;
  }
}
.c-button__icon.isOrangeApp {
  -webkit-mask-image: url("/img/svg_sprite.svg#app");
          mask-image: url("/img/svg_sprite.svg#app");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-button__icon.isOrangeLargeApp {
  -webkit-mask-image: url("/img/svg_sprite.svg#app");
          mask-image: url("/img/svg_sprite.svg#app");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isOrangeLargeApp {
    margin-right: 5px;
  }
}
.c-button__icon.isWhiteApp {
  -webkit-mask-image: url("/img/svg_sprite.svg#app");
          mask-image: url("/img/svg_sprite.svg#app");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-button__icon.isWhiteLargeApp {
  -webkit-mask-image: url("/img/svg_sprite.svg#app");
          mask-image: url("/img/svg_sprite.svg#app");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isWhiteLargeApp {
    margin-right: 5px;
  }
}
.c-button__icon.isOrangeFree {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.c-button__icon.isOrangeLargeFree {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isOrangeLargeFree {
    margin-right: 10px;
  }
}
.c-button__icon.isCoin {
  background-image: url("/img/svg_sprite.svg#coin");
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: none;
}
.appli .c-button__icon.isCoin {
  display: inline;
}

.c-button__icon.isLargeCoin {
  background-image: url("/img/svg_sprite.svg#coin");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: none;
}
.appli .c-button__icon.isLargeCoin {
  display: inline;
}

@media screen and (min-width: 960px) {
  .c-button__icon.isLargeCoin {
    margin-right: 10px;
  }
}
.c-button__icon.isNewwindow {
  -webkit-mask-image: url("/img/svg_sprite.svg#newwindow");
          mask-image: url("/img/svg_sprite.svg#newwindow");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isNewwindow {
    margin-left: 5px;
  }
}
.c-button__icon.isRightArrowBrown {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right-circle");
          mask-image: url("/img/svg_sprite.svg#arrow-right-circle");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #46190c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-button__icon.isFilter {
  -webkit-mask-image: url("/img/svg_sprite.svg#sort");
          mask-image: url("/img/svg_sprite.svg#sort");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-button__icon.isAddMyList {
  -webkit-mask-image: url("/img/svg_sprite.svg#plus");
          mask-image: url("/img/svg_sprite.svg#plus");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 960px) {
  .c-button__icon.isOnlySP {
    display: none;
  }
}
.c-button__text.isFilterButton {
  margin-left: 0;
  margin-right: 5px;
}
.c-button__text.isFilterButton.isShowing {
  margin-left: 20px;
  margin-right: 0;
}
.appli .c-button__text.isYen {
  display: none;
}

.c-button__text.isBeforeDiscount {
  font-size: 10px;
  font-weight: normal;
  margin-right: -8px;
}
.c-button__text.isBeforeDiscountLarge {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .c-button__text.isBeforeDiscountLarge {
    font-size: 14px;
  }
}
.c-button.isFontSmall {
  font-size: 12px;
}
.c-button.isFontMedium {
  font-size: 14px;
}
.c-button.isFontLarge {
  font-size: 16px;
}
.c-button.isFontExtraLarge {
  font-size: 20px;
}
.c-button.isFontWhite {
  color: #ffffff;
}
.c-button.isThick {
  height: 50px;
}
.c-button.isThickOnlySP {
  height: 50px;
}
@media screen and (min-width: 960px) {
  .c-button.isThickOnlySP {
    height: 44px;
  }
}
.c-button.isThickOnlyPC {
  height: 44px;
}
@media screen and (min-width: 960px) {
  .c-button.isThickOnlyPC {
    height: 50px;
  }
}
.c-button.isExtraThick {
  height: 54px;
}
.c-button.isWhite {
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  .c-button.isWhite:hover {
    background-color: #f5f5f5;
  }
}
.c-button.isOrange {
  background-color: #eb5528;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .c-button.isOrange:hover {
    background-color: #f39b81;
  }
}
.c-button.isRed {
  background-color: #cc0033;
  color: #ffffff;
}
.c-button.isYellow {
  background-color: #ffcc00;
}
@media screen and (min-width: 960px) {
  .c-button.isYellow:hover {
    background-color: #ffe066;
  }
}
.c-button.isGray {
  background-color: #f1f1f1;
}
.c-button.isBackgroundWhite {
  background-color: #ffffff;
}
.c-button.isBackgroundLightGray {
  background-color: #e5e5e5;
}
.c-button.isBackgroundRed {
  background-color: #cc0033;
}
.c-button.isOrangeText {
  color: #eb5528;
}
@media screen and (min-width: 960px) {
  .c-button.isOrangeText:hover {
    color: #eb5528;
  }
}
.c-button.isBrownText {
  color: #46190c;
}
.c-button.isWhiteText {
  color: #ffffff;
}
.c-button.isWhiteText:hover {
  color: #ffffff;
}
.c-button.isBorderGray {
  border: 1px solid #d0d0d0;
}
.c-button.isFontBorderOrange {
  color: #eb5528;
  border: 1px solid #eb5528;
}
.c-button.isFontBorderOrange:hover {
  color: #eb5528;
}
.c-button.isRoundBorder {
  border-radius: 5px;
}
.c-button.isSoRoundBorder {
  border-radius: 6px;
}
.c-button.isShadow {
  box-shadow: 0 1px 2px 0 #cecece;
}
@media screen and (min-width: 960px) {
  .c-button.isHiddenOnlyPC {
    display: none;
  }
}
.c-button.isDisable {
  color: #ffffff;
  background-color: #e5e5e5;
  cursor: default;
  pointer-events: none;
}
.c-button.isDisable.isLightGray {
  background-color: #cccccc;
}
.c-button.isOnlySP {
  display: flex;
}
@media screen and (min-width: 960px) {
  .c-button.isOnlySP {
    display: none;
  }
}
.c-button.isWatchNext {
  margin: 0 auto;
  width: 260px;
  height: 44px;
  font-size: 16px;
  background: #ffcc00;
}
@media (max-width: 959px) and (orientation: landscape) {
  .c-button.isWatchNext {
    margin: auto 0 0;
    width: 247px;
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-button.isWatchNext {
    margin: auto 0 0;
    width: 270px;
    height: 50px;
  }
}
.c-button.isLibrary {
  padding: 8px 15px 8px 12px;
  width: auto;
  height: 42px;
  justify-content: unset;
  font-size: 12px;
  line-height: 18px;
  background: #ffffff;
}
.c-button.isLibrary .c-button__icon:last-child {
  margin-left: auto;
}
.c-button.isLibrary span {
  margin-left: 10px;
  color: #333333;
}
.c-button.isLibrary.isMenu {
  padding: 0 15px;
  width: auto;
  height: 44px;
}
.c-button.isLibrary.isMenu span {
  font-size: 14px;
  color: #eb5528;
}
.c-button.isLibrary:hover {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .c-button.isLibrary {
    margin: 0 auto;
    width: 100%;
    max-width: 831px;
  }
}
.c-button.isTextWithArrow {
  padding: 0 15px;
  width: auto;
  justify-content: unset;
}
.c-button.isTextWithArrow .c-button__icon:last-child {
  margin-left: auto;
}
.c-button.isBookByVolume {
  box-sizing: border-box;
  width: 100%;
  max-width: 115px;
  height: 34px;
  background-color: #ffffff;
  padding: 2px;
  white-space: nowrap;
}
.c-button.isBookByVolume.isLightGray {
  background-color: #e5e5e5;
}
.c-button.isBookByVolume .c-button__icon {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .c-button.isBookByVolume {
    width: 110px;
  }
}
.c-button.isAnimeDetail {
  margin: 10px 12px 0;
  width: auto;
  height: 50px;
  padding-left: 12px;
  padding-right: 5px;
}
.c-button.isAnimeDetail a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .c-button.isAnimeDetail {
    margin: 15px auto 0;
    width: 100%;
    max-width: 944px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .c-button:hover {
    text-decoration: underline;
  }
}

.c-thumbnail {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.c-thumbnail__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.c-thumbnail__imgBlur {
  position: absolute;
  top: 0;
  left: 0;
  margin: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  filter: blur(20px);
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}
.c-thumbnail__tag {
  position: absolute;
  font-style: normal;
  z-index: 10;
}
.c-thumbnail__tag.isOnSale {
  background-image: url("/img/svg_sprite.svg#sale-ribbon");
  background-size: 100% 100%;
  display: inline-block;
  width: 40px;
  height: 14px;
}
.c-thumbnail__tag.isBought {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 10;
}
.c-thumbnail__progress {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}
.c-thumbnail__progressBar {
  height: 100%;
  background-color: #eb5528;
}
.c-thumbnail.isAnime {
  width: 28.929vw;
  height: 16.273vw;
}
.c-thumbnail.isAnime.isOnAir {
  min-width: 35.358vw;
  min-height: 19.889vw;
}
.c-thumbnail.isAnime.isOnAir::before {
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isAnime.isOnAir {
    min-width: 56.157vw;
    min-height: 31.588vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isAnime.isOnAir {
    max-width: unset;
    min-width: 320px;
    min-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isAnime {
    width: 41.507vw;
    height: 23.348vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isAnime {
    width: 210px;
    height: 118px;
  }
}
.c-thumbnail.isGoods {
  width: 22.73vw;
  height: 22.73vw;
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isGoods {
    width: 29.833vw;
    height: 29.833vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isGoods {
    width: 145px;
    height: 145px;
  }
}
.c-thumbnail.isGoodsRanking {
  width: 22.73vw;
  height: 22.73vw;
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isGoodsRanking {
    width: 29.833vw;
    height: 29.833vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isGoodsRanking {
    width: 145px;
    height: 191px;
  }
}
.c-thumbnail.isBook {
  width: 23.285vw;
  height: 37.256vw;
}
.c-thumbnail.isBook.isBookTopCampaign {
  width: auto;
  height: 184px;
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isBook {
    width: 30.796vw;
    height: 49.274vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isBook {
    width: 149px;
    height: 238px;
  }
}
.c-thumbnail.isBookPromotion {
  width: 23.285vw;
  height: 37.256vw;
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isBookPromotion {
    width: 30.796vw;
    height: 49.274vw;
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isBookPromotion {
    width: 149px;
    height: 238px;
  }
}
.c-thumbnail.isBlockItem {
  width: 90px;
  height: 144px;
}
.c-thumbnail.isBookAnime {
  width: 156px;
  height: 88px;
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isBookAnime {
    width: 155px;
  }
}
.c-thumbnail.isFlexible {
  width: 100%;
  height: 0;
  padding-top: 164.2857%;
}
.c-thumbnail.isBlur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.p-bookByVolumeDetailArea__imgWrapper .c-thumbnail {
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  :hover > .c-thumbnail {
    opacity: 0.6;
  }
}

.c-infoDetails {
  margin: 5px;
  max-width: 28.929vw;
  color: #333333;
}
.c-infoDetails__title {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto 5px;
  min-height: 36px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.c-infoDetails__title.isWhite {
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__title {
    margin-bottom: 27px;
    min-height: 38px;
    font-size: 14px;
  }
  .c-infoDetails__title.isOnlyTitle {
    margin-bottom: 5px;
  }
}
.c-infoDetails__subTitle {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: calc(100% - 25px);
  min-height: 28px;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  color: #a2a2a2;
}
.c-infoDetails__subTitle.isGoodsRanking {
  margin-top: 6px;
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__subTitle.isGoodsRanking {
    margin-top: 2px;
  }
}
.c-infoDetails__text {
  margin: 0 auto 15px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.c-infoDetails__rank {
  margin: 0 5px -5px 0;
  display: inline-block;
  width: 21px;
  height: 21px;
}
.c-infoDetails__rank.isFirst {
  background-image: url("/img/svg_sprite.svg#ranking-first");
  background-size: 100% 100%;
}
.c-infoDetails__rank.isSecond {
  background-image: url("/img/svg_sprite.svg#ranking-second");
  background-size: 100% 100%;
}
.c-infoDetails__rank.isThird {
  background-image: url("/img/svg_sprite.svg#ranking-third");
  background-size: 100% 100%;
}
.c-infoDetails__rank.isText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #a2a2a2;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__rank.isText {
    margin-top: 4px;
    margin-left: 2px;
    display: inline-flex;
    width: 26px;
    height: 26px;
  }
}
.c-infoDetails__rank.isAnimeRanking {
  margin-top: 0;
  margin-bottom: -5px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__rank.isAnimeRanking {
    margin-top: 4px;
  }
}
.c-infoDetails__rank.isGoodsRanking {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__rank.isGoodsRanking {
    margin-top: 4px;
    margin-bottom: -5px;
  }
}
.c-infoDetails__rank.isBookRankingSlider {
  margin: 0 5px 0 0;
  width: 21px;
  height: 21px;
}
.c-infoDetails__rank.isBookRankingSlider.isText {
  margin-left: 2px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
}
.c-infoDetails__rank.isBookRanking {
  margin: 0;
  width: 30px;
  height: 30px;
}
.c-infoDetails__rank.isBookRanking.isText {
  margin-top: 2px;
  margin-right: 2px;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__rank {
    width: 30px;
    height: 30px;
  }
}
.c-infoDetails__campaignText {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: auto;
  font-weight: bold;
  color: #cc0033;
}
.c-infoDetails__onAir {
  margin-top: auto;
  display: flex;
  align-items: center;
  min-height: 23.6719px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__onAir {
    min-height: 25px;
  }
}
.c-infoDetails__onAirUpdate {
  font-size: 10px;
}
.c-infoDetails__onAirRange {
  margin-left: auto;
  font-size: 10px;
  font-weight: bold;
}
.c-infoDetails.isOnAir {
  margin: 5px 3px 9px 7px;
  max-width: 37.037vw;
}
.c-infoDetails.isOnAir .c-infoDetails__title {
  height: auto;
  min-height: 42px;
  line-height: 21px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isOnAir .c-infoDetails__title {
    min-height: 44px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-infoDetails.isOnAir {
    max-width: 56.157vw;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isOnAir {
    margin: 7px 10px 9px;
    max-width: 300px;
  }
}
.c-infoDetails.isFavouriteButton {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isFavouriteButton {
    margin-bottom: 27px;
  }
}
.c-infoDetails__metaBox {
  margin-top: auto;
}
.c-infoDetails__metaText {
  margin-top: 5px;
  color: #626262;
  font-size: 10px;
}
.c-infoDetails__tagContainer {
  display: flex;
  flex-wrap: wrap;
}
.c-infoDetails__tag {
  margin-right: 3px;
  padding-right: 3px;
  padding-left: 3px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid;
}
.c-infoDetails__tag.isUnread {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #ffffff;
  font-weight: bold;
}
.c-infoDetails__tag.isRead {
  border-color: #d0d0d0;
  color: #a2a2a2;
}
.c-infoDetails__campaignIconRow {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.c-infoDetails__campaignIconRow.isRanking .c-campaignIcon__item {
  margin: 2px 3px 1px 0;
}
.c-infoDetails__campaignIconRow.isRanking .c-campaignIcon__item.isRight {
  margin-left: auto;
}
.c-infoDetails__campaignIconRow.isExclusiveAndFastest {
  margin-left: 5px;
}
.c-infoDetails__campaignIconRow.isExclusiveAndFastest.isOnAir {
  margin-top: 0;
  margin-bottom: 0;
}
.c-infoDetails__campaignIconRow.isExclusiveAndFastest .c-campaignIcon__item img {
  width: 36px !important;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 960px) {
  .c-infoDetails__campaignIconRow.isExclusiveAndFastest .c-campaignIcon__item img {
    width: 38px !important;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails__campaignIconRow.isExclusiveAndFastest {
    margin-left: 8px;
    margin-bottom: 2px;
  }
}
.c-infoDetails.isGoods {
  margin-bottom: 2px;
  max-width: 22.73vw;
}
.c-infoDetails.isGoods .c-infoDetails__title {
  margin: 0 auto -1px;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isGoods .c-infoDetails__title {
    margin-bottom: 1px;
    line-height: 20px;
  }
}
.c-infoDetails.isGoods .c-infoDetails__subTitle {
  line-height: 14px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isGoods .c-infoDetails__subTitle {
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-infoDetails.isGoods {
    max-width: 29.833vw;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isGoods {
    margin: 8px 8px 6px;
    max-width: 129px;
  }
}
.c-infoDetails.isBook {
  max-width: unset;
}
.c-infoDetails.isBook .c-infoDetails__title {
  margin: 3px auto 4px;
  min-height: 32px;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isBook .c-infoDetails__title {
    margin: 4px auto;
    min-height: 36px;
    line-height: 18px;
  }
}
.c-infoDetails.isBook.isBookTopCampaign {
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isBook.isBookTopCampaign {
    max-width: 133px;
  }
}
.c-thumbnail.isBook:not(.isBookTopCampaign) + .c-infoDetails.isBook:not(.isBookTopCampaign) {
  width: calc(23.285vw - 10px);
}
@media screen and (max-width: 767px) {
  .c-thumbnail.isBook:not(.isBookTopCampaign) + .c-infoDetails.isBook:not(.isBookTopCampaign) {
    width: calc(30.796vw - 10px);
  }
}
@media screen and (min-width: 960px) {
  .c-thumbnail.isBook:not(.isBookTopCampaign) + .c-infoDetails.isBook:not(.isBookTopCampaign) {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isBook {
    margin: 8px;
    max-width: 133px;
  }
}
.c-infoDetails.isBookPromotion {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  max-width: none;
}
.c-infoDetails.isBookPromotion .c-infoDetails__title {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  margin-left: 0;
  min-height: 36px;
  font-size: 14px;
  line-height: 1.5;
}
.c-infoDetails.isBookPromotion .c-infoDetails__campaignIconRow {
  margin-top: auto;
}
.c-infoDetails.isBookPromotion .c-infoDetails__campaignText {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 20px;
}
.c-infoDetails.isBookRanking .c-infoDetails__title {
  margin-right: 32px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isBookRanking .c-infoDetails__title {
    margin-right: 25px;
  }
}
.c-infoDetails.isAfterWatch {
  margin: 0;
  max-width: none;
  color: #ffffff;
  text-align: center;
}
.c-infoDetails.isAfterWatch .c-infoDetails__title {
  margin: 0 auto 10px;
  font-size: 18px;
  height: auto;
  line-height: 27px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isAfterWatch .c-infoDetails__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
.c-infoDetails.isAfterWatch .c-infoDetails__subTitle {
  max-width: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: inherit;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isAfterWatch .c-infoDetails__subTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
  }
}
.c-infoDetails.isAfterWatch .c-infoDetails__text {
  display: none;
}
@media (max-width: 959px) and (orientation: landscape) {
  .c-infoDetails.isAfterWatch {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 247px;
  }
  .c-infoDetails.isAfterWatch .c-infoDetails__title {
    margin: 0;
    text-align: left;
  }
  .c-infoDetails.isAfterWatch .c-infoDetails__subTitle {
    text-align: left;
  }
  .c-infoDetails.isAfterWatch .c-infoDetails__text {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isAfterWatch {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    text-align: unset;
    max-width: unset;
  }
  .c-infoDetails.isAfterWatch .c-infoDetails__text {
    /* stylelint-disable */
    display: -webkit-box;
    /* stylelint-enable */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.c-infoDetails.isBlockItem {
  display: flex;
  flex-direction: column;
  margin: 10px;
  max-width: none;
}
.c-infoDetails.isBlockItem .c-infoDetails__title {
  margin-left: 0;
  font-size: 14px;
  line-height: 23.8px;
}
@media screen and (min-width: 960px) {
  .c-infoDetails.isBlockItem {
    margin: 15px;
  }
  .c-infoDetails.isBlockItem .c-infoDetails__title {
    margin-left: 0;
    font-size: 14px;
    line-height: 23.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-infoDetails {
    max-width: 41.507vw;
  }
}
@media screen and (min-width: 960px) {
  .c-infoDetails {
    margin: 5px 8px;
    max-width: 194px;
  }
}

.c-card {
  margin: 0 auto;
  padding: 21px 10px;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 51.667vw;
  min-width: 246px;
  background: #ffffff;
  box-sizing: border-box;
}
.c-card__header {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: rgba(216, 216, 216, 0.5);
}
@media screen and (min-width: 960px) {
  .c-card__header {
    height: 40px;
  }
}
.c-card__headerText {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.c-card__body {
  display: flex;
}
.c-card__footer {
  padding: 11px 10px 13px;
  flex-direction: column;
  align-items: flex-start;
  height: 36px;
  display: flex;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 960px) {
  .c-card__footer {
    padding: 14px 10px 15px;
    height: 40px;
  }
}
.c-card__footerText {
  margin-bottom: 3px;
  flex: 0 0 auto;
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .c-card__footerText {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.c-card__footerLink {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.c-card__footerLink span {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.c-card__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: 2px;
  margin-left: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card {
    max-width: 68.333vw;
  }
}
@media (max-width: 959px) and (orientation: landscape) {
  .c-card {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-card {
    margin: 0;
    max-width: 308px;
  }
}

.c-snsButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-snsButton + .c-snsButton {
  margin-left: 10px;
}
.c-snsButton.isTwitter {
  background-color: #55acee;
}
.c-snsButton.isTwitter i {
  -webkit-mask-image: url("/img/svg_sprite.svg#sns-twitter-icon");
          mask-image: url("/img/svg_sprite.svg#sns-twitter-icon");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 20px;
}
.c-snsButton.isLine {
  background-color: #00b900;
}
.c-snsButton.isLine i {
  -webkit-mask-image: url("/img/svg_sprite.svg#sns-line-icon");
          mask-image: url("/img/svg_sprite.svg#sns-line-icon");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 22px;
}
html.pc .c-snsButton.isNotPc {
  display: none;
}

.c-afterWatchHeader {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-flow: row wrap;
}
.c-afterWatchHeader.isHasMaxWidth {
  max-width: 345px;
}
@media (max-width: 959px) and (orientation: landscape) {
  .c-afterWatchHeader.isHasMaxWidth {
    max-width: 607px;
  }
}
@media screen and (min-width: 960px) {
  .c-afterWatchHeader.isHasMaxWidth {
    max-width: 1024px;
  }
}
.c-afterWatchHeader__closeButton {
  margin: 0 0 35px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border: 1px solid #eb5528;
  border-radius: 5px;
  background: none;
}
.c-afterWatchHeader__closeButton a {
  color: #eb5528;
}
.c-afterWatchHeader__closeButton a:hover {
  color: #eb5528;
}
.c-afterWatchHeader__closeButton + .c-afterWatchHeader__addMyListButton {
  margin-top: -20px;
}
.c-afterWatchHeader__icon.isOnlyBrowser {
  display: none;
}
html.browser .c-afterWatchHeader__icon.isOnlyBrowser {
  display: block;
}
.c-afterWatchHeader__addMyListButton {
  display: none;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 100%;
}
@media screen and (min-width: 960px) {
  .c-afterWatchHeader {
    padding: 0 40px;
  }
}

.c-addMyListButton a {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.c-addMyListButton a:hover {
  color: #ffffff !important;
}
.c-addMyListButton__icon {
  margin-left: 10px;
}
.c-addMyListButton__icon.isMyList {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist-add");
          mask-image: url("/img/svg_sprite.svg#mylist-add");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 14px;
}
.c-addMyListButton__icon.isMyListAdded {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist-added");
          mask-image: url("/img/svg_sprite.svg#mylist-added");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 14px;
}
.c-addMyListButton input {
  display: none;
}

.c-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-checkbox input {
  border: 0;
  border-radius: 0;
}
.c-checkbox__input {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: transparent;
}
.c-checkbox__input::before, .c-checkbox__input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  box-sizing: border-box;
}
.c-checkbox__input::before {
  color: #ffffff;
  border: solid 2px #e5e5e5;
  background-color: currentcolor;
}
.c-checkbox__input:checked::before {
  color: #eb5528;
  border-color: currentcolor;
}
.c-checkbox__input:checked::after {
  -webkit-mask-image: url("/img/svg_sprite.svg#checkbox-checked"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#checkbox-checked"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-checkbox__label {
  margin-left: 5px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .c-checkbox__label {
    margin-left: 10px;
  }
}
.c-checkbox.isDisable {
  pointer-events: none;
}
.c-checkbox.isDisable .c-checkbox__input::before {
  color: #e5e5e5;
  border-color: currentcolor;
}
.c-checkbox.isDisable .c-checkbox__label {
  color: #a2a2a2;
}

.c-iconButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mouseDevice a.c-iconButton:hover {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.c-iconButton__icon {
  pointer-events: none;
}
.c-iconButton__icon.isSort {
  -webkit-mask-image: url("/img/svg_sprite.svg#sort");
          mask-image: url("/img/svg_sprite.svg#sort");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-iconButton__icon.isEdit {
  -webkit-mask-image: url("/img/svg_sprite.svg#edit");
          mask-image: url("/img/svg_sprite.svg#edit");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-iconButton__icon.isClose {
  -webkit-mask-image: url("/img/svg_sprite.svg#close");
          mask-image: url("/img/svg_sprite.svg#close");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-mylistListPage__editWrapper .c-iconButton__icon.isClose {
  margin-left: 2px;
}
.c-iconButton__icon.isMyPage {
  -webkit-mask-image: url("/img/svg_sprite.svg#mypage");
          mask-image: url("/img/svg_sprite.svg#mypage");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 960px) {
  .c-iconButton__icon.isMyPage {
    width: 28px;
    height: 28px;
  }
}
.c-iconButton__icon.isLogin {
  -webkit-mask-image: url("/img/svg_sprite.svg#login");
          mask-image: url("/img/svg_sprite.svg#login");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 960px) {
  .c-iconButton__icon.isLogin {
    width: 28px;
    height: 28px;
  }
}
.c-iconButton__icon.isSearch {
  -webkit-mask-image: url("/img/svg_sprite.svg#search");
          mask-image: url("/img/svg_sprite.svg#search");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 960px) {
  .c-iconButton__icon.isSearch {
    width: 28px;
    height: 28px;
  }
}
.c-iconButton__icon.isMenu {
  -webkit-mask-image: url("/img/svg_sprite.svg#menu"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#menu"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.c-iconButton.isOpened .c-iconButton__icon.isMenu {
  -webkit-mask-image: url("/img/svg_sprite.svg#menu-close"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#menu-close"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .c-iconButton__icon.isMenu {
    width: 28px;
    height: 28px;
  }
}
.c-iconButton__text {
  font-size: 10px;
  pointer-events: none;
}
.c-iconButton__text.isHasMarginTop {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .c-iconButton__text.isHasMarginTop {
    margin-top: 3px;
  }
}
.c-iconButton__text.isWhite {
  color: #ffffff;
}
.c-iconButton__text.isOrange {
  color: #eb5528;
}
.c-iconButton__text.isBold {
  font-weight: bold;
}
.c-iconButton__text.isLarge {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .c-iconButton__text {
    font-size: 12px;
  }
}
.c-iconButton.isVertical {
  flex-direction: column;
}
.c-iconButton.isHorizontal {
  flex-direction: row;
}
.c-iconButton.isDisable {
  pointer-events: none;
}
.c-iconButton.isDisable .c-iconButton__onWrapper {
  color: #a2a2a2;
}
.c-iconButton.isDisable .c-iconButton__icon.isEdit {
  color: #cccccc;
}

.c-iconToggleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.c-iconToggleButton.isActive {
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.c-iconToggleButton__icon {
  margin-top: 2px;
  pointer-events: none;
}
.c-iconToggleButton__icon.isEdit {
  -webkit-mask-image: url("/img/svg_sprite.svg#edit");
          mask-image: url("/img/svg_sprite.svg#edit");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-iconToggleButton__icon.isFilter {
  -webkit-mask-image: url("/img/svg_sprite.svg#sort");
          mask-image: url("/img/svg_sprite.svg#sort");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-iconToggleButton__text {
  font-size: 10px;
  font-weight: bold;
  pointer-events: none;
  line-height: 1;
}
.c-iconToggleButton__text.isHasMarginTop {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .c-iconToggleButton__text.isHasMarginTop {
    margin-top: 3px;
  }
}
.c-iconToggleButton__text.isWhite {
  color: #ffffff;
}
.c-iconToggleButton.isDisable {
  pointer-events: none;
}
.c-iconToggleButton.isDisable .c-iconToggleButton__text {
  color: #a2a2a2;
}
.c-iconToggleButton.isDisable .c-iconToggleButton__icon.isEdit {
  color: #cccccc;
}
.c-iconToggleButton.isDisable .c-iconToggleButton__icon.isFilter {
  color: #cccccc;
}
@media screen and (min-width: 960px) {
  .c-iconToggleButton {
    width: 52px;
    height: 50px;
  }
}

.c-selectDropDown {
  position: relative;
  padding: 8px 6px 6px 10px;
  width: 100%;
  max-width: 289px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px #c3c3c3;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 20;
}
.c-selectDropDown__selected {
  display: flex;
  flex-direction: row;
  align-items: center;
  pointer-events: none;
}
.c-selectDropDown__list {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  display: none;
  width: 100%;
}
.c-selectDropDown.isPullUp .c-selectDropDown__list {
  top: auto;
  bottom: calc(100% + 1px);
}
.c-selectDropDown__listItem {
  padding: 13px 8px 11px 10px;
  width: 100%;
  max-width: 269px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.c-selectDropDown__listItem:hover {
  background: #e5e5e5;
}
@media screen and (min-width: 960px) {
  .c-selectDropDown__listItem {
    top: 50px;
    max-width: 250px;
  }
}
.c-selectDropDown__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
.c-selectDropDown__text.isSelected {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-selectDropDown__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-bottom-circle");
          mask-image: url("/img/svg_sprite.svg#arrow-bottom-circle");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-left: auto;
  pointer-events: none;
}
.c-selectDropDown.isSelecting .c-selectDropDown__list {
  display: block;
}
.c-selectDropDown.isSelecting .c-selectDropDown__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-top-circle");
          mask-image: url("/img/svg_sprite.svg#arrow-top-circle");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-selectDropDown.isTouchDevice .c-selectDropDown__selected,
.c-selectDropDown.isTouchDevice .c-selectDropDown__list {
  display: none;
}
.c-selectDropDown.isTouchDevice .c-selectDropDown__touchDeviceSelect {
  display: flex;
}
.c-selectDropDown.isTouchDevice .c-selectDropDown__icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
@media screen and (min-width: 960px) {
  .c-selectDropDown.isTouchDevice .c-selectDropDown__icon {
    bottom: 8px;
  }
}
.c-selectDropDown__touchDeviceSelect {
  display: none;
}
.c-selectDropDown__touchDeviceSelect select {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  margin: 0;
  padding: 0 28px 0 0;
  width: 100%;
  max-width: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  background: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
          appearance: none;
}
.c-selectDropDown__touchDeviceSelect select:focus-visible {
  outline-color: #ffffff;
}
@media screen and (min-width: 960px) {
  .c-selectDropDown__touchDeviceSelect select {
    padding-right: 26px;
  }
}
.c-selectDropDown.isDisable {
  color: #a2a2a2;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.c-selectDropDown.isDisable .c-selectDropDown__listItem {
  background: rgba(255, 255, 255, 0.5);
}
.c-selectDropDown.isDisable .c-selectDropDown__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-bottom-circle");
          mask-image: url("/img/svg_sprite.svg#arrow-bottom-circle");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.c-selectDropDown.isDisable .c-selectDropDown__text {
  font-weight: normal;
  color: #a2a2a2;
}
.c-selectDropDown.isDisable .c-selectDropDown__touchDeviceSelect {
  background: none;
}
.c-selectDropDown.isDisable .c-selectDropDown__touchDeviceSelect select {
  color: #a2a2a2;
  background: none;
}
@media screen and (min-width: 960px) {
  .c-selectDropDown {
    padding: 11px 8px 9px 10px;
    margin-right: auto;
    max-width: 270px;
  }
}

.c-radioButton__input {
  display: none;
}
.c-radioButton__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
}
.c-radioButton__input:checked + .c-radioButton__icon {
  position: relative;
}
.c-radioButton__input:checked + .c-radioButton__icon::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eb5528;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.c-radioButton__label {
  margin-left: 5px;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .c-radioButton__label {
    margin-left: 11px;
  }
}

.c-userBalance {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.c-userBalance__icon {
  margin-right: 7px;
}
.c-userBalance__icon.isCoin {
  background-image: url("/img/svg_sprite.svg#coin");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.c-userBalance__icon.isCoin.isBrown {
  background-image: url("/img/svg_sprite.svg#coin-brown");
  background-size: 100% 100%;
}
.c-userBalance__icon.isCoin.isSmall {
  width: 16px;
  height: 16px;
}
.c-userBalance__icon.isCoin.isSmallSP {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 960px) {
  .c-userBalance__icon.isCoin.isSmallSP {
    width: 24px;
    height: 24px;
  }
}
.c-userBalance__icon.isDPoint {
  -webkit-mask-image: url("/img/svg_sprite.svg#dpoint");
          mask-image: url("/img/svg_sprite.svg#dpoint");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #d2223e;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.c-userBalance__icon.isDPoint.isSmall {
  width: 16px;
  height: 16px;
}
.c-userBalance__icon.isDPoint.isMedium {
  width: 18px;
  height: 18px;
}
.c-userBalance__amount {
  margin-left: auto;
  white-space: nowrap;
}
.c-userBalance__amount.isFloatLeft {
  margin-left: unset;
  margin-right: auto;
}
.c-userBalance__amount.isMarginRight {
  margin-right: 11.5px;
}
.c-userBalance__unit {
  margin-left: 5px;
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.c-userBalance__unit.isNotChangingSP {
  font-size: 10px;
}
.c-userBalance__unit.isGray {
  color: #626262;
}
@media screen and (min-width: 960px) {
  .c-userBalance__unit {
    margin-left: 10px;
    font-size: 12px;
  }
}
.c-userBalance__subText {
  font-size: 10px;
  font-weight: normal;
}
.c-userBalance.isSmallFont {
  font-size: 14px;
}
.c-userBalance.isMediumFont {
  font-size: 14px;
}
.c-userBalance.isMediumFont.isNotChangingSP {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .c-userBalance.isMediumFont {
    font-size: 20px;
  }
}
.c-userBalance.isLargeFont {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .c-userBalance.isLargeFont {
    font-size: 24px;
  }
}
.c-userBalance.isDiscount {
  font-size: 12px;
  color: #a2a2a2;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.c-userBalance.isBold {
  font-weight: bold;
}
.c-userBalance.isMaxWidth {
  width: 100%;
}
.c-userBalance.isWhite {
  color: #ffffff;
}

.c-noResult {
  margin: 30px auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-noResult.isBookSearchResult {
    margin: 30px auto;
  }
}
@media screen and (min-width: 960px) {
  .c-noResult {
    margin: 40px auto;
  }
}

.c-sectionItemWrapper {
  padding: 15px 10px;
  background: #ffffff;
}
.c-sectionItemWrapper + .c-sectionItemWrapper {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-sectionItemWrapper + .c-sectionItemWrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-sectionItemWrapper {
    padding: 30px 42px;
  }
}

.c-textWithArrowButton {
  display: flex;
  align-items: center;
}
.c-textWithArrowButton__text {
  font-size: 12px;
  font-weight: bold;
}
.c-textWithArrowButton__text.isLargeFontPc {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .c-textWithArrowButton__text.isLargeFontPc {
    font-size: 14px;
  }
}
.c-textWithArrowButton__arrow.isRight {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
}
.c-textWithArrowButton__arrow.isLeft {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 5px;
}
.c-textWithArrowButton__arrow.isMarginLeft {
  margin-left: 10px;
}
.c-textWithArrowButton.isRight {
  margin-left: auto;
  justify-content: flex-end;
}
.c-textWithArrowButton.isNoWrapper {
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
}
@media screen and (min-width: 960px) {
  .c-textWithArrowButton.isNoWrapper {
    margin: 10px;
  }
}
.c-textWithArrowButton.isRanking {
  margin: 12px auto;
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .c-textWithArrowButton.isRanking {
    margin: 22px auto 23px;
    max-width: 944px;
  }
}

.c-campaignBubble {
  padding: 0 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  background: #ffffff;
  border: 1px solid #cc0033;
  border-radius: 4px;
  color: #cc0033;
}
.c-campaignBubble__icon.isDPoint {
  -webkit-mask-image: url("/img/svg_sprite.svg#dpoint");
          mask-image: url("/img/svg_sprite.svg#dpoint");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #d2223e;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-campaignBubble.isVertical {
  flex-direction: column;
}
.c-campaignBubble.isAutoHeight {
  height: auto;
}
.c-campaignBubble.isBorderOrange {
  border: 1px solid #eb5528;
}
.c-campaignBubble.isBold {
  font-weight: bold;
}
.c-campaignBubble.isNormalWeight {
  font-weight: normal;
}
.c-campaignBubble.isRight::after, .c-campaignBubble.isRight::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.c-campaignBubble.isRight::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 3.5px;
  margin-top: -3.5px;
  transform: scaleY(0.65);
}
.c-campaignBubble.isRight::before {
  border-color: rgba(204, 0, 51, 0);
  border-left-color: #cc0033;
  border-width: 5.5px;
  margin-top: -5.5px;
  transform: scaleY(0.65);
}
.c-campaignBubble.isTop {
  position: absolute;
  top: 38px;
}
.c-campaignBubble.isTop::after, .c-campaignBubble.isTop::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.c-campaignBubble.isTop::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 4px;
  margin-left: -4px;
  transform: scaleX(0.65);
}
.c-campaignBubble.isTop::before {
  border-color: rgba(204, 0, 51, 0);
  border-bottom-color: #cc0033;
  border-width: 6px;
  margin-left: -6px;
  transform: scaleX(0.65);
}
.c-campaignBubble.isLeft {
  margin-left: 8px;
}
.c-campaignBubble.isLeft::after, .c-campaignBubble.isLeft::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.c-campaignBubble.isLeft::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 3.5px;
  margin-top: -3.5px;
  transform: scaleY(0.65);
}
.c-campaignBubble.isLeft::before {
  border-color: rgba(204, 0, 51, 0);
  border-right-color: #cc0033;
  border-width: 5.5px;
  margin-top: -5.5px;
  transform: scaleY(0.65);
}
.c-campaignBubble.isHidden {
  display: none;
}

.c-campaignIcon {
  display: flex;
  align-items: center;
}
.c-campaignIcon__item + .c-campaignIcon__item {
  margin-left: 3px;
}
.c-campaignIcon__item.isDPoint {
  background-image: url("/img/svg_sprite.svg#campaign-dp-1");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-campaignIcon__item.isDPoint.isTypeB {
  background-image: url("/img/svg_sprite.svg#campaign-dp-2");
  background-size: 100% 100%;
}
.c-campaignIcon__item.isDPoint.isTypeC {
  background-image: url("/img/svg_sprite.svg#campaign-dp-3");
  background-size: 100% 100%;
}
.c-campaignIcon__item.isDPointLarge {
  background-image: url("/img/svg_sprite.svg#campaign-dp-1-large");
  background-size: 100% 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.c-campaignIcon__item.isDPointLarge.isTypeB {
  background-image: url("/img/svg_sprite.svg#campaign-dp-2-large");
  background-size: 100% 100%;
}
.c-campaignIcon__item.isDPointLarge.isTypeC {
  background-image: url("/img/svg_sprite.svg#campaign-dp-3-large");
  background-size: 100% 100%;
}
.c-campaignIcon__item.isFree {
  background-image: url("/img/svg_sprite.svg#campaign-free");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-campaignIcon__item.isFreeLarge {
  background-image: url("/img/svg_sprite.svg#campaign-free-large");
  background-size: 100% 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.c-campaignIcon__item.isSet {
  background-image: url("/img/svg_sprite.svg#campaign-set");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-campaignIcon__item.isSetLarge {
  background-image: url("/img/svg_sprite.svg#campaign-set-large");
  background-size: 100% 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.c-campaignIcon__item.isSetProductLarge {
  background-image: url("/img/svg_sprite.svg#campaign-set-product-large");
  background-size: 100% 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.c-campaignIcon__item.isSample {
  background-image: url("/img/svg_sprite.svg#campaign-sample");
  background-size: 100% 100%;
  display: inline-block;
  width: 30px;
  height: 18px;
}
.c-campaignIcon__item.isSampleLarge {
  background-image: url("/img/svg_sprite.svg#campaign-sample-large");
  background-size: 100% 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.c-campaignIcon__item.isHidden {
  background-image: none;
}
.c-campaignIcon__item.isRight {
  margin-left: auto;
}

.c-pageHeaderPoint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 90px;
  min-height: 40px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.c-pageHeaderPoint__item {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.c-pageHeaderPoint__item + .c-pageHeaderPoint__item {
  margin-top: 1px;
  padding-top: 2px;
  border-top: 1px solid #ffffff;
}
.c-pageHeaderPoint__icon {
  flex: 0 0 auto;
  margin-right: 3px;
  vertical-align: -4px;
}
.c-pageHeaderPoint__icon.isDPoint {
  -webkit-mask-image: url("/img/svg_sprite.svg#dpoint");
          mask-image: url("/img/svg_sprite.svg#dpoint");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #d2223e;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.c-pageHeaderPoint__icon.isCoin {
  background-image: url("/img/svg_sprite.svg#coin");
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.c-pageHeaderPoint__point {
  position: relative;
  z-index: 0;
  flex: 1 1 100%;
  padding-right: 13px;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
}
.c-pageHeaderPoint__point.isCenter {
  padding-right: 0;
}
.c-pageHeaderPoint__unit {
  position: absolute;
  z-index: 0;
  right: 4px;
  color: #626262;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .c-pageHeaderPoint {
    min-width: 110px;
  }
}

.c-campaignTag {
  padding: 0 3px;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  background: #cc0033;
}
.c-campaignTag + .c-campaignTag {
  margin-left: 4px;
}
.c-campaignTag.isBulkBuyMode {
  margin-top: 4.5px;
}
.c-campaignTag.isHidden {
  display: none;
}

.c-visualRadio {
  display: flex;
  height: 34px;
}
.c-visualRadio__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.c-visualRadio__item + .c-visualRadio__item {
  margin-left: 2px;
}
.c-visualRadio__item:first-child {
  padding-left: 2px;
  border-radius: 17px 0 0 17px;
}
.c-visualRadio__item:last-child {
  padding-right: 2px;
  border-radius: 0 17px 17px 0;
}
@media screen and (min-width: 960px) {
  .c-visualRadio__item {
    min-width: 59px;
  }
}
.c-visualRadio__input {
  display: none;
}
.c-visualRadio__icon {
  display: block;
  width: 28px;
  height: 28px;
}
.c-visualRadio__icon.isList {
  -webkit-mask-image: url("/img/svg_sprite.svg#list");
          mask-image: url("/img/svg_sprite.svg#list");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
}
.c-visualRadio__input:checked ~ .c-visualRadio__icon.isList {
  color: #eb5528;
}
.c-visualRadio__icon.isGrid {
  -webkit-mask-image: url("/img/svg_sprite.svg#grid");
          mask-image: url("/img/svg_sprite.svg#grid");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
}
.c-visualRadio__input:checked ~ .c-visualRadio__icon.isGrid {
  color: #eb5528;
}
.c-visualRadio.isDisable .c-visualRadio__icon.isList {
  color: #cccccc;
}
.c-visualRadio.isDisable .c-visualRadio__icon.isGrid {
  color: #cccccc;
}
.c-visualRadio__text {
  color: #a2a2a2;
  font-size: 12px;
}
.c-visualRadio__input:checked + .c-visualRadio__text {
  color: #eb5528;
  font-weight: bold;
}
.c-visualRadio.isDisable {
  pointer-events: none;
}

.c-previousNavigation {
  font-size: 12px;
  font-weight: bold;
  margin-left: 3px;
}
.c-previousNavigation__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .c-previousNavigation__icon {
    margin-right: 8px;
  }
}
html.appli .c-previousNavigation.isHiddenApp {
  display: none;
}

@media screen and (min-width: 960px) {
  .c-previousNavigation {
    font-size: 14px;
    line-height: 1.7;
    margin-left: 10px;
  }
}

.c-scrollToTarget {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 15px 10px;
  border-radius: 50px;
  background-color: #a2a2a2;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .c-scrollToTarget {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
}

.c-termLinks {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 302px;
  height: 20px;
}
.c-termLinks a {
  font-size: 10px;
  font-weight: bold;
  color: #eb5528;
}
.c-termLinks a + a {
  position: relative;
}
.c-termLinks a + a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -16px;
  height: 20px;
  border-left: 1px solid rgba(162, 162, 162, 0.5);
}
@media screen and (min-width: 960px) {
  .c-termLinks.isVerticalPC {
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .c-termLinks.isVerticalPC a + a {
    margin-top: 10px;
  }
  .c-termLinks.isVerticalPC a + a::before {
    display: none;
  }
}

.c-arrowLinkList__listItem {
  position: relative;
  z-index: 0;
}
.c-arrowLinkList__listItem + .c-arrowLinkList__listItem {
  margin-top: 5px;
}
.c-arrowLinkList__listItem.isCurrent {
  cursor: default;
  pointer-events: none;
}
.c-arrowLinkList__listItem.isCurrent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #eb5528;
}
.c-arrowLinkList__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  min-height: 54px;
  padding-right: 30px;
  padding-left: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 #cecece;
  box-sizing: border-box;
}
html.mouseDevice .c-arrowLinkList__item:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.c-arrowLinkList__item.isThin {
  font-size: 12px;
  min-height: 44px;
}
.c-arrowLinkList__item.isThin span {
  font-size: 10px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .c-arrowLinkList__item.isThin {
    min-height: 50px;
  }
}
.c-arrowLinkList__arrow {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-arrowLinkList.isSlim .c-arrowLinkList__listItem + .c-arrowLinkList__listItem {
  margin-top: 2px;
}
.c-arrowLinkList.isSlim .c-arrowLinkList__item {
  min-height: 50px;
}

.c-searchHistory {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #ea5527;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.c-searchHistory__item {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  color: #ea5527;
  text-align: left;
  line-height: 1.5;
  cursor: pointer;
}
.c-searchHistory__item:hover, .c-searchHistory__item.isFocus {
  background: #fbdac6;
  color: #ea5527;
  font-weight: normal;
  text-decoration: none;
}

.c-fourImages {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #f1f1f1;
}
.c-fourImages__item {
  width: 50%;
  aspect-ratio: 155/87;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.c-fourImages__item.isNoImage {
  object-fit: scale-down;
}
.ios.browser .c-fourImages__item.isNoImage {
  max-height: 14vw;
}
@media screen and (min-width: 960px) {
  .ios.browser .c-fourImages__item.isNoImage {
    max-height: 87px;
  }
}

.c-niceButton {
  display: flex;
  align-items: center;
}
.c-niceButton__checkbox {
  display: none;
  pointer-events: none;
}
.c-niceButton__number {
  font-size: 10px;
  color: #a2a2a2;
  pointer-events: none;
}
.c-niceButton__checkbox:checked + .c-niceButton__number {
  color: #333333;
}
.c-niceButton__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#nice");
          mask-image: url("/img/svg_sprite.svg#nice");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 960px) {
  .p-slider .p-mylistBlock .c-niceButton__icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }
}
.c-niceButton__number + .c-niceButton__icon {
  margin-left: 3px;
}
.c-niceButton__checkbox:checked ~ .c-niceButton__icon {
  color: #eb5528;
}

.c-mylistItemBlock {
  position: relative;
  box-shadow: 0 1px 2px 0 #cecece;
}
.c-mylistItemBlock.isEdit {
  box-shadow: 0 4px 4px 0 rgba(206, 206, 206, 0.7);
}
.c-mylistItemBlock.isEdit.isGrabbed {
  opacity: 0.8;
}
.c-mylistItemBlock__checkbox {
  position: absolute;
  visibility: hidden;
}
.c-mylistItemBlock__contentWrapper {
  display: flex;
  background-color: #ffffff;
}
.c-mylistItemBlock.isEdit .c-mylistItemBlock__contentWrapper {
  border: 2px solid #cccccc;
}
.c-mylistItemBlock__checkbox:checked + .c-mylistItemBlock__contentWrapper {
  border-color: #eb5528;
}
.c-mylistItemBlock__imgWrapper {
  flex: 0 0 auto;
  width: 156px;
  height: 88px;
}
.c-mylistItemBlock__imgWrapper img {
  width: 100%;
  height: 100%;
}
.c-mylistItemBlock.isEdit .c-mylistItemBlock__imgWrapper {
  width: 154px;
  height: 84px;
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock.isEdit .c-mylistItemBlock__imgWrapper {
    width: 228px;
    height: 126px;
  }
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock__imgWrapper {
    width: 230px;
    height: 130px;
  }
}
.c-mylistItemBlock__info {
  padding: 9px 10px 4px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-mylistItemBlock.isEdit .c-mylistItemBlock__info {
  padding: 7px 10px 2px;
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock.isEdit .c-mylistItemBlock__info {
    padding: 8px 10px 4px;
  }
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock__info {
    padding: 10px 10px 6px;
  }
}
.c-mylistItemBlock__title {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: bold;
}
.c-mylistItemBlock.isEdit .c-mylistItemBlock__title {
  width: calc(100% - 35px);
}
.c-mylistItemBlock__completeIcon {
  background-image: url("/img/svg_sprite.svg#complete");
  background-size: 100% 100%;
  display: inline-block;
  width: 37px;
  height: 12px;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock__completeIcon {
    width: 56px;
    height: 18px;
  }
}
.c-mylistItemBlock__mylistButton {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  position: absolute;
  bottom: 4px;
  right: 7px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock__mylistButton {
    bottom: 7px;
    right: 10px;
  }
}
@media screen and (max-width: 359px) {
  .c-mylistItemBlock__mylistButton label {
    letter-spacing: -1px;
  }
}
.c-mylistItemBlock__listIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist");
          mask-image: url("/img/svg_sprite.svg#mylist");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.c-mylistItemBlock__mylistButton .c-mylistItemBlock__listIcon {
  margin-left: 3px;
}
.c-mylistItemBlock__listIcon.isInactive {
  color: #cccccc;
}
.c-mylistItemBlock__listIcon.isAdd {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist-added");
          mask-image: url("/img/svg_sprite.svg#mylist-added");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
}
.c-mylistItemBlock__listIcon.isAdd.isInactive {
  -webkit-mask-image: url("/img/svg_sprite.svg#add");
          mask-image: url("/img/svg_sprite.svg#add");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
}
.c-mylistItemBlock__delete {
  font-size: 10px;
  font-weight: bold;
  color: #a2a2a2;
  line-height: 1.7;
  background-color: #cccccc;
  padding: 0 18px 0 3px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.c-mylistItemBlock__checkbox:checked ~ .c-mylistItemBlock__delete {
  color: #ffffff;
  background-color: #eb5528;
}
.c-mylistItemBlock__checkIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist-added");
          mask-image: url("/img/svg_sprite.svg#mylist-added");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.c-mylistItemBlock__checkbox:checked ~ .c-mylistItemBlock__checkIcon {
  color: #ffffff;
}
.c-mylistItemBlock__grabIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#grab");
          mask-image: url("/img/svg_sprite.svg#grab");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-mylistItemBlock__checkbox:checked ~ .c-mylistItemBlock__grabIcon {
  color: #eb5528;
}
.c-mylistItemBlock__tag {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -23px;
  left: 0;
}
.c-mylistItemBlock__tagItem {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  line-height: 20px;
  background-color: #ffa300;
  padding: 0 4px;
  margin: 0 0 3px 3px;
}
@media screen and (min-width: 960px) {
  .c-mylistItemBlock__tagItem {
    padding: 0 6px;
  }
}

.c-errorMessage {
  display: flex;
  background-color: #cc0033;
  padding: 5px 8px;
}
.c-errorMessage__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.c-errorMessage__text {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  margin-left: 3px;
}

.c-examinationMessage {
  display: flex;
}
.c-examinationMessage__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.c-examinationMessage__text {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 3px;
}

.p-dPointHeader {
  padding: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.p-dPointHeader__primary {
  flex: 1 1 100%;
}
.p-dPointHeader__secondary {
  flex: 0 0 auto;
}
.p-dPointHeader__logo {
  -webkit-mask-image: url("/img/svg_sprite.svg#logo");
          mask-image: url("/img/svg_sprite.svg#logo");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #d2223e;
  display: inline-block;
  width: 120px;
  height: 25px;
}
@media screen and (min-width: 960px) {
  .p-dPointHeader {
    display: none;
  }
}

a.p-dPointHeader__logo,
a:link.p-dPointHeader__logo,
a:active.p-dPointHeader__logo,
a:visited.p-dPointHeader__logo,
html.mouseDevice a:hover.p-dPointHeader__logo {
  color: #d2223e;
}

.p-footer {
  padding-bottom: 15px;
  background-color: #cccccc;
}
.p-footer.isAnimeTop {
  padding-top: 16px;
}
@media screen and (min-width: 960px) {
  .p-footer.isAnimeTop {
    padding-top: 40px;
  }
}
.p-footer__storeHomeButton {
  display: block;
}
html:not(.appli) .p-footer__storeHomeButton {
  display: none;
}
.p-footer__storeHomeButton a {
  font-size: 10px;
}
.p-footer__backToTop {
  margin-bottom: 35px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-footer__backToTop span {
  font-size: 12px;
  font-weight: bold;
  color: #eb5528;
  line-height: 18px;
}
.p-footer.isAnimeTop .p-footer__backToTop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .p-footer.isAnimeTop .p-footer__backToTop {
    width: 120px;
  }
}
html.mouseDevice .p-footer__backToTop:hover {
  -webkit-text-decoration-color: #eb5528;
          text-decoration-color: #eb5528;
}

@media screen and (min-width: 960px) {
  .p-footer__backToTop {
    margin-bottom: 30px;
  }
}
.p-footer__ABJ {
  margin: 35px auto 26px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-footer__ABJ p {
  margin-top: 12px;
  font-size: 10px;
  line-height: 15px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-footer__ABJ p {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .p-footer__ABJ {
    margin: 29px auto 19px;
    padding: 0;
    width: 100%;
    max-width: 832px;
  }
}
.p-footer__icon.isUpArrow {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-top-double");
          mask-image: url("/img/svg_sprite.svg#arrow-top-double");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 10px;
  height: 14px;
}
.p-footer__icon.isABJ {
  -webkit-mask-image: url("/img/svg_sprite.svg#abj");
          mask-image: url("/img/svg_sprite.svg#abj");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #231815;
  display: inline-block;
  width: 43px;
  height: 35px;
}
.p-footer__copyright {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-footer {
    padding-bottom: 30px;
  }
}

.p-notice {
  margin: 0;
  padding: 15px 12px 15px 0;
  display: flex;
  background: #e5e5e5;
}
.p-notice__info {
  margin-top: -2px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .p-notice__info {
    margin-right: 10px;
  }
}
.p-notice__informationList {
  position: relative;
  width: 100%;
  height: 40px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.p-notice__informationList a {
  position: relative;
  padding: 11px 23px 11px 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-notice__informationList a:link, .p-notice__informationList a:visited, .p-notice__informationList a:active {
  color: #333333;
}
html.mouseDevice .p-notice__informationList a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.p-notice__informationList a span {
  width: 95%;
}
.p-notice__informationList a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.p-notice__arrow {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.p-notice__icon + .p-notice__icon {
  margin-left: 10px;
}
.p-notice__icon.isInfoButton {
  -webkit-mask-image: url("/img/svg_sprite.svg#info-button");
          mask-image: url("/img/svg_sprite.svg#info-button");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #333333;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 8px;
}
@media screen and (min-width: 960px) {
  .p-notice {
    margin: 0 auto;
    padding: 15px 0;
    width: 944px;
  }
}

.p-slider {
  position: relative;
  margin-bottom: -2px;
  padding-bottom: 2px;
  display: flex;
}
.p-slider:hover .p-slider__navButton:not(.isHidden) {
  visibility: visible;
  opacity: 1;
}
.p-slider__itemList {
  position: relative;
  margin: 0 auto -2px;
  padding-bottom: 2px;
  display: flex;
  width: 100vw;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.p-slider__itemList::-webkit-scrollbar {
  display: none;
}
.p-slider__itemList::before {
  content: "";
  padding-left: 7px;
}
.p-slider__itemList::after {
  content: "";
  padding-right: 7px;
}
@media screen and (min-width: 960px) {
  .p-slider__itemList::before {
    content: "";
    padding-left: 40px;
  }
  .p-slider__itemList::after {
    content: "";
    padding-right: 40px;
  }
}
.p-slider__item {
  position: relative;
  z-index: 0;
  margin: 0 0 0 5px;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 #cecece;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.p-slider__item:first-child {
  margin-left: 0;
}
.p-slider__item.isBlack {
  background: #000000;
}
@media screen and (min-width: 960px) {
  .p-slider__item {
    margin: 0 0 0 10px;
  }
  .p-slider__item:hover {
    text-decoration: underline;
    color: #333333;
  }
  .p-slider__item:hover__thumbnailContainer {
    opacity: 0.5;
  }
}
.p-slider__navButton {
  position: absolute;
  top: calc(50% - 15px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.p-slider__navButton::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #cecece;
  opacity: 0.85;
  z-index: -1;
}
.p-slider__navButton.isNext {
  right: 40px;
}
.p-slider__navButton.isNext i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 30px;
  pointer-events: none;
}
.p-slider__navButton.isNext::after {
  top: -15px;
  left: -23px;
}
.p-slider__navButton.isPrev {
  left: 40px;
}
.p-slider__navButton.isPrev i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 30px;
  pointer-events: none;
}
.p-slider__navButton.isPrev::after {
  top: -15px;
  left: -19px;
}
@media screen and (min-width: 960px) {
  .p-slider__navButton {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isGoods .p-slider {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-slider {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40px, rgb(0, 0, 0) calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40px, rgb(0, 0, 0) calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
  }
}

.p-title {
  position: relative;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  line-height: 36px;
}
.p-title__icon.isBook {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isBookGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isBookWhite {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isBookBlue {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isBookGold {
  -webkit-mask-image: url("/img/svg_sprite.svg#book");
          mask-image: url("/img/svg_sprite.svg#book");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #be912f;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isAnimeGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#anime");
          mask-image: url("/img/svg_sprite.svg#anime");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isAnimeWhite {
  -webkit-mask-image: url("/img/svg_sprite.svg#anime");
          mask-image: url("/img/svg_sprite.svg#anime");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isAnimeBlue {
  -webkit-mask-image: url("/img/svg_sprite.svg#anime");
          mask-image: url("/img/svg_sprite.svg#anime");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isAnimeGreen {
  -webkit-mask-image: url("/img/svg_sprite.svg#anime");
          mask-image: url("/img/svg_sprite.svg#anime");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #58b21c;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isAnimeGold {
  -webkit-mask-image: url("/img/svg_sprite.svg#anime");
          mask-image: url("/img/svg_sprite.svg#anime");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #be912f;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isEc {
  -webkit-mask-image: url("/img/svg_sprite.svg#ec");
          mask-image: url("/img/svg_sprite.svg#ec");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isEcGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#ec");
          mask-image: url("/img/svg_sprite.svg#ec");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isEcWhite {
  -webkit-mask-image: url("/img/svg_sprite.svg#ec");
          mask-image: url("/img/svg_sprite.svg#ec");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
}
.p-title__icon.isAnnounceGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#announce");
          mask-image: url("/img/svg_sprite.svg#announce");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRecommend {
  -webkit-mask-image: url("/img/svg_sprite.svg#recommend");
          mask-image: url("/img/svg_sprite.svg#recommend");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRecommendWhite {
  -webkit-mask-image: url("/img/svg_sprite.svg#recommend");
          mask-image: url("/img/svg_sprite.svg#recommend");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRecommendGold {
  -webkit-mask-image: url("/img/svg_sprite.svg#recommend");
          mask-image: url("/img/svg_sprite.svg#recommend");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #be912f;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRecommendGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#recommend");
          mask-image: url("/img/svg_sprite.svg#recommend");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRecommendBlue {
  -webkit-mask-image: url("/img/svg_sprite.svg#recommend");
          mask-image: url("/img/svg_sprite.svg#recommend");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRental {
  -webkit-mask-image: url("/img/svg_sprite.svg#rental");
          mask-image: url("/img/svg_sprite.svg#rental");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isNew {
  -webkit-mask-image: url("/img/svg_sprite.svg#new");
          mask-image: url("/img/svg_sprite.svg#new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isNewGold {
  -webkit-mask-image: url("/img/svg_sprite.svg#new");
          mask-image: url("/img/svg_sprite.svg#new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #be912f;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isNewGreen {
  -webkit-mask-image: url("/img/svg_sprite.svg#new");
          mask-image: url("/img/svg_sprite.svg#new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #58b21c;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isRankingGreen {
  -webkit-mask-image: url("/img/svg_sprite.svg#ranking");
          mask-image: url("/img/svg_sprite.svg#ranking");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #58b21c;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-title__icon.isRankingGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#ranking");
          mask-image: url("/img/svg_sprite.svg#ranking");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-title__icon.isCampaignBlue {
  -webkit-mask-image: url("/img/svg_sprite.svg#campaign");
          mask-image: url("/img/svg_sprite.svg#campaign");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isFreeGreen {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #58b21c;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isFreeGold {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #be912f;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isFreeGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#free");
          mask-image: url("/img/svg_sprite.svg#free");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isMyListGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist");
          mask-image: url("/img/svg_sprite.svg#mylist");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isMyListBlue {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist");
          mask-image: url("/img/svg_sprite.svg#mylist");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isHeartGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#heart");
          mask-image: url("/img/svg_sprite.svg#heart");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isStarGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#star");
          mask-image: url("/img/svg_sprite.svg#star");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
.p-title__icon.isMusicGray {
  -webkit-mask-image: url("/img/svg_sprite.svg#music");
          mask-image: url("/img/svg_sprite.svg#music");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -3px;
}
.p-title__icon.isRightArrow {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
}
.p-title__icon.isOnlySP {
  margin-left: 2px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .p-title__icon.isOnlySP {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-title__icon.isLargePC {
    width: 36px;
    height: 36px;
  }
}
.p-title__text {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #626262;
}
.p-title__text.isWhite {
  color: #ffffff;
}
.p-title__text.isDarkGray {
  color: #333333;
}
.p-title__text.isLarge {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .p-title__text.isLarge {
    font-size: 24px;
  }
}
.p-title__text.isSingleLine {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 70px;
  max-width: 216px;
}
@media screen and (min-width: 960px) {
  .p-title__text.isSingleLine {
    max-width: unset;
  }
}
@media screen and (min-width: 960px) {
  .p-title__text.isLargePC {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .p-title.isSearch .p-title__text {
    margin-right: 28px;
  }
}
@media screen and (min-width: 960px) {
  .p-title__text {
    font-size: 18px;
  }
}
.p-title__subText {
  margin-left: 15px;
  font-size: 10px;
}
.p-title__subText.isOnAir {
  margin-right: -8px;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .p-title__subText.isOnAir {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-title__subText {
    margin-left: 0;
    font-size: 12px;
  }
}
.p-title__link {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.p-title__link a {
  font-size: 12px;
  font-weight: bold;
}
html.mouseDevice .p-title__link a:hover {
  color: #eb5528;
  -webkit-text-decoration-color: #eb5528;
          text-decoration-color: #eb5528;
}

@media screen and (min-width: 960px) {
  .p-title__link a {
    font-size: 14px;
    color: #eb5528;
  }
}
.p-title__link.isOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-title__link.isOnlyPC {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .p-title__link {
    position: static;
    margin-left: auto;
  }
}
.p-title__searchArea {
  width: calc(100% - 14px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .p-title__searchArea {
    width: 100%;
    position: static;
    transform: none;
  }
}
.p-title.isBookPromotion {
  padding: 9px 0;
}
.p-title.isBookPromotion .p-title__text {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .p-title.isBookPromotion .p-title__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .l-section.isGoods .p-title.isTopPage {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-title.isTopPage {
    margin-bottom: 15px;
  }
}
.p-title.isGoodsTop {
  margin: 7px 0;
}
@media screen and (min-width: 960px) {
  .p-title.isGoodsTop {
    margin: 0 0 15px;
  }
}
.p-title.isWrap {
  line-height: 28px;
  padding: 11px 15px;
}
.p-title.isWrap > i {
  flex-shrink: 0;
}
.p-title.isWrap .p-title__icon {
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (min-width: 960px) {
  .p-title.isWrap .p-title__icon {
    align-self: center;
  }
}
.p-title.isWrap .p-title__subText {
  flex-shrink: 0;
}
.p-title.isWrap .p-title__link {
  position: static;
  height: 28px;
  flex: 1 0 auto;
  align-self: flex-end;
  text-align: end;
  margin-right: -5px;
}
@media screen and (min-width: 960px) {
  .p-title.isWrap .p-title__link {
    align-self: center;
    margin-right: 0;
    height: 36px;
  }
}
@media screen and (min-width: 960px) {
  .p-title.isWrap {
    line-height: 36px;
    padding: 7px 40px;
  }
}
.p-title.isSearch {
  padding-bottom: 57px;
}
.p-title.isSearch.isWrap {
  padding-bottom: 61px;
}
@media screen and (min-width: 960px) {
  .p-title.isSearch.isWrap {
    padding-bottom: 0;
  }
}
.p-title.isSearch .p-title__link {
  bottom: 57px;
}
@media screen and (min-width: 960px) {
  .p-title.isSearch {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-title.isMaxWidthOnPc {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .p-title {
    padding: 7px 40px;
  }
}

.p-generalBlock__itemInfo {
  margin: 8px;
}
.p-generalBlock__thumbnailContainer {
  position: relative;
  width: 149px;
  height: 238px;
}
.p-generalBlock__thumbnail {
  width: 100%;
  height: auto;
}
.p-generalBlock__title {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.p-categoryTab {
  margin-bottom: 10px;
  display: flex;
  height: 50px;
  background-color: #ffcc00;
  overflow-x: auto;
}
.p-categoryTab::before, .p-categoryTab::after {
  content: "";
  margin: auto;
}
@media screen and (min-width: 960px) {
  .p-categoryTab::before, .p-categoryTab::after {
    display: none;
  }
}
.p-categoryTab__button {
  display: none;
  width: 40px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
}
.p-categoryTab__button.isHidden {
  display: none;
}
.p-categoryTab__button.isDisabled {
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-categoryTab__button {
    display: flex;
  }
  .p-categoryTab__button:last-child {
    margin-left: -1px;
  }
}
.p-categoryTab__tabArea {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-categoryTab__tabArea {
    width: 100%;
    max-width: 945px;
    overflow: hidden;
  }
}
.p-categoryTab__itemList {
  display: flex;
  transition: transform 0.2s ease-out;
}
.p-categoryTab__itemList.isCenter {
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-categoryTab__itemList {
    width: 100%;
  }
}
.p-categoryTab__item {
  min-width: 87px;
  height: 44px;
}
.p-categoryTab__item + .p-categoryTab__item {
  margin-left: 3px;
  position: relative;
}
.p-categoryTab__item + .p-categoryTab__item::before {
  content: "";
  width: 1px;
  height: 34px;
  background-color: rgba(162, 162, 162, 0.5);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
.p-categoryTab__item.isCurrent {
  background-color: #ff8200;
}
.p-categoryTab__item.isCurrent .c-categoryItem__name {
  color: #ffffff;
}
.p-categoryTab__item.isNoBorder + .p-categoryTab__item.isNoBorder {
  margin-left: 0;
}
.p-categoryTab__item.isNoBorder + .p-categoryTab__item.isNoBorder::before {
  content: none;
}
@media screen and (min-width: 960px) {
  .p-categoryTab__item {
    flex-shrink: 0;
    width: calc((100% - 9px) / 4);
  }
}
.p-categoryTab.isIndividual {
  margin-bottom: 0;
  height: 44px;
  overflow-x: hidden;
}
.p-categoryTab.isIndividual .p-categoryTab__button {
  display: flex;
}
.p-categoryTab.isIndividual .p-categoryTab__button.isHidden {
  opacity: 0;
}
.p-categoryTab.isIndividual .p-categoryTab__tabArea {
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  .p-categoryTab.isIndividual .p-categoryTab__tabArea {
    max-width: 944px;
  }
}
.p-categoryTab.isIndividual .p-categoryTab__itemList {
  overflow-x: auto;
}
@media screen and (min-width: 960px) {
  .p-categoryTab.isIndividual .p-categoryTab__itemList {
    overflow-x: hidden;
  }
}
.p-categoryTab.isIndividual .p-categoryTab__item {
  padding: 0 11px;
  min-width: unset;
  font-size: 14px;
  font-weight: bold;
}
.p-categoryTab.isIndividual .p-categoryTab__item .c-categoryItem__a {
  flex-direction: row;
}
.p-categoryTab.isIndividual .p-categoryTab__item .c-categoryItem__name {
  transform: none;
}
@media screen and (min-width: 960px) {
  .p-categoryTab.isIndividual .p-categoryTab__item {
    padding: 0;
    font-size: 16px;
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .p-categoryTab.isIndividual {
    margin-top: 30px;
  }
}
.p-categoryTab.isWhite {
  background-color: #ffffff;
  position: relative;
}
.p-categoryTab.isWhite .p-categoryTab__button {
  position: absolute;
  z-index: 10;
}
.p-categoryTab.isWhite .p-categoryTab__button:first-child {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 40%);
}
.p-categoryTab.isWhite .p-categoryTab__button:last-child {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 40%);
}
.p-categoryTab.isWhite .p-categoryTab__item {
  font-size: 12px;
}
.p-categoryTab.isWhite .p-categoryTab__item:first-child {
  padding-left: 51px;
}
.p-categoryTab.isWhite .p-categoryTab__item:last-child {
  padding-right: 51px;
}
.p-categoryTab.isWhite .p-categoryTab__item.isCurrent {
  background-color: #ffffff;
}
.p-categoryTab.isWhite .p-categoryTab__item.isCurrent::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eb5528;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-categoryTab.isWhite .p-categoryTab__item.isCurrent .c-categoryItem__name {
  color: #eb5528;
}
.p-categoryTab.isWhite .p-categoryTab__item.isError::after {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cc0033;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
}
.p-categoryTab.isWhite .p-categoryTab__item .c-categoryItem__name {
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-categoryTab {
    height: 44px;
    justify-content: center;
  }
}

.p-infoContainer {
  display: flex;
  flex-direction: column;
}
.p-infoContainer__thumbnail {
  margin: 0 auto 15px;
  display: block;
  width: 100%;
  max-width: 345px;
  height: 193px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-infoContainer__thumbnail {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
    min-width: 457px;
    min-height: 257px;
  }
}
@media (max-width: 959px) and (orientation: landscape) {
  .p-infoContainer__thumbnail {
    margin: 0 15px 0 0;
    width: 100%;
    max-width: 345px;
    min-height: 193px;
  }
}
@media (max-width: 959px) and (orientation: landscape) {
  .p-infoContainer {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .p-infoContainer {
    flex-direction: row;
  }
}

.p-filterArea {
  margin-top: 5px;
  padding: 5px 7px;
  height: 44px;
}
.p-filterArea.isEditMode {
  background: #ffffff;
}
.p-filterArea__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-filterArea.isEditMode .p-filterArea__container {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-filterArea.p-mylistListPage__editWrapper .p-filterArea__container {
    justify-content: right;
  }
}
@media screen and (min-width: 960px) {
  .p-filterArea__container {
    padding-right: 6px;
  }
}
.p-filterArea__editContainer {
  display: none;
  align-items: center;
  padding-right: 3px;
  padding-left: 3px;
  height: 100%;
}
.p-filterArea.isEditMode .p-filterArea__editContainer {
  display: flex;
}
.p-filterArea.p-mylistListPage__editWrapper .p-filterArea__editContainer {
  padding-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-filterArea.p-mylistListPage__editWrapper .p-filterArea__editContainer {
    padding-right: 16px;
  }
}
@media screen and (min-width: 960px) {
  .p-filterArea__editContainer {
    padding-right: 16px;
  }
}
.p-filterArea__leftGroup {
  flex: 1 1 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-filterArea.p-mylistListPage__editWrapper .p-filterArea__container .p-filterArea__leftGroup {
    flex: 0 0 auto;
    width: 270px;
  }
}
@media screen and (min-width: 960px) {
  .p-filterArea__leftGroupItem ~ .p-filterArea__leftGroupItem {
    margin-left: 8px;
  }
}
.p-filterArea__leftGroupItem.isGrow {
  flex-grow: 1;
}
@media screen and (min-width: 960px) {
  .p-filterArea__leftGroupItem.isFlowRight .c-selectDropDown {
    margin-left: auto;
    margin-right: 0;
  }
}
.p-filterArea__rightGroup {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-filterArea__rightGroup {
    margin-left: 15px;
  }
}
.p-filterArea__rightGroupItem ~ .p-filterArea__rightGroupItem {
  margin-left: 4px;
}
.p-filterArea__allSelect {
  margin-left: 10px;
}
.p-filterArea.p-mylistListPage__editWrapper .p-filterArea__selectAllLabel {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .p-filterArea.p-mylistListPage__editWrapper .p-filterArea__selectAllLabel {
    margin-left: 5px;
  }
}
.p-filterArea__verticalCheckbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: -2px;
  padding-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-filterArea__verticalCheckbox {
    margin-left: 0;
    padding-left: 5px;
  }
}
.p-filterArea__verticalLabel {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-filterArea__verticalLabel {
    margin-bottom: 5px;
  }
}
.p-filterArea select {
  font-weight: bold;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-filterArea {
    width: 100%;
    max-width: 944px;
    height: 50px;
    margin: 10px auto;
    padding: 0;
  }
}

.p-blockItemList {
  padding-right: 7px;
  padding-left: 7px;
}
.p-blockItemList__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: -5px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-blockItemList__wrapper {
    margin-top: -10px;
    margin-left: -10px;
    width: 954px;
  }
}
.p-blockItemList__itemContainer {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 0 1 100%;
  margin-top: 5px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 #cecece;
}
@media screen and (min-width: 960px) {
  .p-blockItemList__itemContainer {
    margin: 10px 0 0 10px;
    flex: 0 1 calc(50% - 10px);
  }
}
.p-blockItemList__item {
  display: flex;
  width: 100%;
}
.p-blockItemList__thumbnail {
  flex: 0 0 auto;
}
.p-blockItemList__detail {
  flex: 1 1 100%;
}
.p-blockItemList__checkbox {
  margin: auto 0;
  display: flex;
  justify-content: center;
  width: 44px;
}
.p-blockItemList__bulkActionOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-blockItemList__bulkActionCheckbox:checked + .p-blockItemList__bulkActionOverlay {
  border: 2px solid #eb5528;
}

@media screen and (min-width: 960px) {
  .p-blockItemList {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-editModeFooter {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #ffffff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.p-editModeFooter__wrapper {
  padding: 5px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-editModeFooter.isMylist .p-editModeFooter__wrapper {
  padding: 3px 7px;
}
@media screen and (min-width: 960px) {
  .p-editModeFooter.isMylist .p-editModeFooter__wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-editModeFooter__wrapper {
    padding: 10px 0;
  }
}
.p-editModeFooter__button {
  box-sizing: border-box;
  max-width: 308px;
  height: 40px;
  color: #eb5528;
  font-size: 12px;
}
.p-editModeFooter__button:only-child {
  max-width: none;
}
@media screen and (min-width: 960px) {
  .p-editModeFooter__button:only-child {
    max-width: 308px;
  }
}
.p-editModeFooter__button + .p-editModeFooter__button {
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .p-editModeFooter__button + .p-editModeFooter__button {
    margin-left: 10px;
  }
}
.p-editModeFooter__button.isPrimary {
  font-size: 16px;
  color: #ffffff;
  background: #eb5528;
}
.p-editModeFooter.isMylist .p-editModeFooter__button {
  height: 44px;
}
.p-editModeFooter__button[href] {
  color: #eb5528;
}
.p-editModeFooter__button[href]:hover {
  color: #eb5528;
}
.p-editModeFooter__button.isDisabled {
  color: #ffffff;
  background-color: #e5e5e5;
  border: none;
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-editModeFooter__button {
    height: 44px;
  }
}
.p-editModeFooter.isEditMode {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-editModeFooter {
    height: 64px;
  }
}

.p-mainSection {
  margin-top: 20px;
}
.p-mainSection.isMemberRegistration {
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isMemberRegistration {
    margin-top: 30px;
  }
}
.p-mainSection.isCancellationMethod {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isCancellationMethod {
    margin-top: 29px;
  }
}
.p-mainSection.isCancellationOther {
  margin-top: 15px;
  margin-bottom: 42px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isCancellationOther {
    margin-top: 30px;
  }
}
.p-mainSection__title {
  font-size: 18px;
  font-weight: bold;
  max-width: 944px;
  margin: 0 auto 9px;
}
.p-mainSection__title.isOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-mainSection__title.isOnlyPC {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-mainSection__title {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
}
.p-mainSection__text {
  font-size: 14px;
  max-width: 944px;
  margin: 0 auto;
}
.p-mainSection.isMemberRegistration .p-mainSection__text {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isMemberRegistration .p-mainSection__text {
    margin-bottom: 20px;
  }
}
.p-mainSection.isCancellationMethod .p-mainSection__text {
  padding: 0 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isCancellationMethod .p-mainSection__text {
    padding: 0;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 960px) {
  .p-mainSection__text {
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-mainSection__item {
  margin-bottom: 20px;
}
.p-mainSection__item:last-child {
  margin-bottom: 30px;
}
.p-mainSection.isMemberRegistration .p-mainSection__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isMemberRegistration .p-mainSection__item {
    margin-bottom: 30px;
  }
}
.p-mainSection.isCancellationMethod .p-mainSection__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isCancellationMethod .p-mainSection__item {
    margin-bottom: 40px;
  }
}
.p-mainSection.isCancellationOther .p-mainSection__item {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .p-mainSection.isCancellationOther .p-mainSection__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-mainSection__item {
    margin-bottom: 30px;
  }
}
.p-mainSection__button {
  width: 260px;
  margin: 20px auto 0;
}
.p-mainSection__button:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p-mainSection__button:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-mainSection__button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-mainSection {
    margin-top: 30px;
  }
}

.p-itemSection {
  box-sizing: border-box;
  max-width: 944px;
  background-color: #ffffff;
  padding: 15px 15px 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isSettingStartupScreen {
    padding: 28.5px 42px 30px;
  }
}
.p-itemSection.isRestoreSubscription {
  padding: 20.5px 15px 24.5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isRestoreSubscription {
    padding: 30px 42px;
  }
}
.p-itemSection.isCancellationIOS {
  padding: 26px 15px 16px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isCancellationIOS {
    padding: 30px 42px 19px;
  }
}
.p-itemSection.isCancellationAndroid {
  padding: 26px 15px 20px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isCancellationAndroid {
    padding: 30px 42px 40px;
  }
}
.p-itemSection.isCancellationOther {
  padding: 15px 15px 8px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isCancellationOther {
    padding: 30px 42px;
  }
}
.p-itemSection.isDeleteAccount {
  padding: 20px 15px 15px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isDeleteAccount {
    padding: 30px 42px 24.5px;
  }
}
.p-itemSection__title {
  font-size: 16px;
  font-weight: bold;
}
.p-itemSection__title.isOnlySP {
  margin-bottom: 9px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__title.isOnlySP {
    display: none;
  }
}
.p-itemSection__title.isInAdmissionPage {
  margin-bottom: 11px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__title.isInAdmissionPage {
    margin: -7px 0 9px;
  }
}
.p-itemSection__procedureItem .p-itemSection__title {
  margin-bottom: 9px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__procedureItem .p-itemSection__title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__title {
    font-size: 20px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__textImgWrapper {
    display: flex;
    justify-content: space-between;
  }
  .p-itemSection__textImgWrapper .p-itemSection__text {
    flex-basis: 64.2%;
  }
  .p-itemSection__textImgWrapper .p-itemSection__imgWrapper {
    flex-basis: 32.3%;
  }
}
.p-itemSection__text {
  font-size: 14px;
  line-height: 1.7;
}
.p-itemSection__text.isMoveRestore {
  text-align: center;
  margin: -2px 0 16px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isMoveRestore {
    margin: 0 0 11px;
  }
}
.p-itemSection__text.isChargeSystem {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isChargeSystem {
    margin-bottom: 0;
  }
}
.p-itemSection__text.isSellingAgency {
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isSellingAgency {
    margin: -2px 0 0;
  }
}
.p-itemSection__text.isPushRestore {
  margin-bottom: 10.5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isPushRestore {
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-itemSection.isSettingStartupScreen .p-itemSection__text {
  margin-bottom: 21px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isSettingStartupScreen .p-itemSection__text {
    text-align: center;
    margin-bottom: 21.5px;
  }
}
.p-itemSection.isRestoreSubscription .p-itemSection__text {
  line-height: 1.5;
}
.p-itemSection.isRestoreSubscription .p-itemSection__text:first-child {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isRestoreSubscription .p-itemSection__text:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection.isRestoreSubscription .p-itemSection__text {
    text-align: center;
    line-height: 1.7;
  }
}
.p-itemSection.isCancellationOther .p-itemSection__text {
  line-height: 1.5;
}
.p-itemSection.isCancellationOther .p-itemSection__text:last-child {
  margin-top: 27px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isCancellationOther .p-itemSection__text:last-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection.isCancellationOther .p-itemSection__text {
    line-height: 1.7;
  }
}
.p-itemSection.isDeleteAccount .p-itemSection__text {
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isDeleteAccount .p-itemSection__text {
    line-height: 1.7;
  }
}
.p-itemSection__text.isBoldOnlySP {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isBoldOnlySP {
    font-weight: normal;
  }
}
.p-itemSection__text.isUnderlined {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  margin-bottom: 17px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isUnderlined {
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__text {
    font-size: 16px;
  }
}
.p-itemSection__boldText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 1px 0 16px;
}
.p-itemSection__orangeText + .p-itemSection__boldText {
  margin: 0 0 24px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__orangeText + .p-itemSection__boldText {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__boldText {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 11px;
  }
}
.p-itemSection__smallestText {
  font-size: 10px;
}
.p-itemSection__textList + .p-itemSection__smallestText {
  margin-bottom: -10px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__textList + .p-itemSection__smallestText {
    margin-bottom: 0;
  }
}
.p-itemSection__inputList + .p-itemSection__smallestText {
  margin-bottom: 23.5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__inputList + .p-itemSection__smallestText {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-itemSection__text.isPushRestore + .p-itemSection__smallestText {
  margin-bottom: 25.5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isPushRestore + .p-itemSection__smallestText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 21px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__smallestText {
    font-size: 12px;
    line-height: 1.7;
  }
}
.p-itemSection__orangeText {
  font-size: 12px;
  font-weight: bold;
  color: #eb5528;
}
.p-itemSection__orangeText a {
  color: #eb5528;
}
.p-itemSection__text.isUnderlined + .p-itemSection__orangeText {
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isUnderlined + .p-itemSection__orangeText {
    margin-bottom: 10px;
  }
}
.p-itemSection__text.isUnderlined + .p-itemSection__orangeText + .p-itemSection__orangeText {
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text.isUnderlined + .p-itemSection__orangeText + .p-itemSection__orangeText {
    margin-bottom: 10px;
  }
}
.p-itemSection.isRestoreSubscription .p-itemSection__orangeText {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-itemSection.isRestoreSubscription .p-itemSection__orangeText {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__orangeText {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-itemSection__smallGrayText {
  font-size: 12px;
  color: #626262;
}
.p-itemSection__smallGrayText + .p-itemSection__smallGrayText {
  margin-top: 10px;
}
.p-itemSection__smallGrayText.isCaution + .p-itemSection__smallGrayText.isCaution {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__smallGrayText.isCaution + .p-itemSection__smallGrayText.isCaution {
    margin-top: 10.5px;
  }
}
.p-itemSection__text + .p-itemSection__smallGrayText.isCaution {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__text + .p-itemSection__smallGrayText.isCaution {
    margin-top: 13.5px;
  }
}
.p-itemSection__smallGrayText.isBordered {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #d0d0d0;
  padding: 8px 9px;
  margin: 6px 0 14px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__smallGrayText.isBordered {
    padding: 6px 15px;
    margin: 14px 0 17px;
  }
}
.p-itemSection__smallGrayText.isUpdateDate {
  margin-left: 36px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__smallGrayText {
    line-height: 1.7;
  }
}
.p-itemSection__textList {
  margin-bottom: 11px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__textList {
    margin-bottom: 8px;
  }
}
.p-itemSection__breakOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-itemSection__breakOnlyPC {
    display: inline;
  }
}
.p-itemSection__imgWrapper {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-itemSection__imgWrapper {
    text-align: left;
  }
}
.p-itemSection__img {
  width: 100%;
}
.p-itemSection__img.isPrice {
  max-width: 321px;
}
.p-itemSection__img.isProcedure {
  max-width: 331px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__img.isProcedure {
    max-width: 316px;
  }
}
.p-itemSection__button {
  display: block;
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-itemSection__button {
    width: 270px;
  }
}
.p-itemSection__inputList {
  margin-bottom: 26.5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__inputList {
    display: flex;
    justify-content: center;
    margin-bottom: 23.5px;
  }
}
.p-itemSection__inputItem {
  margin-bottom: 26px;
}
.p-itemSection__inputItem:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p-itemSection__inputItem + .p-itemSection__inputItem {
    margin-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__inputItem {
    margin-bottom: 0;
  }
}
.p-itemSection__radioButton {
  margin: 0 5px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__radioButton {
    margin-right: 11px;
  }
}
.p-itemSection__inputLabel {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.p-itemSection__procedure.isAppStore {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__procedure.isAppStore {
    margin-bottom: 13px;
  }
}
.p-itemSection__procedure.isGooglePlay {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__procedure.isGooglePlay {
    margin-bottom: 30px;
  }
}
.p-itemSection__procedureItem {
  margin-bottom: 26px;
}
.p-itemSection__procedureItem:last-child {
  margin-bottom: 0;
}
.p-itemSection__procedure.isGooglePlay .p-itemSection__procedureItem:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-itemSection__procedure.isGooglePlay .p-itemSection__procedureItem:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection__procedureItem {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-itemSection {
    padding: 30px 42px;
  }
}

.p-list__item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  min-height: 26px;
}
.p-list__item.isHidden {
  display: none;
}
.p-list__item.isBorder {
  border-bottom: 1px solid #d0d0d0;
}
.p-list__item.isSmall {
  padding: 0;
  min-height: unset;
}
.p-list__item.isLarge {
  min-height: 36px;
}
.p-list__item.isFlexEnd {
  align-items: flex-end;
}
.p-list__item.isNoResult {
  margin-bottom: -20px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #a2a2a2;
}
html.appli .p-list__item:only-child {
  border-bottom: 0;
}

@media screen and (min-width: 960px) {
  .p-list__item {
    min-height: 36px;
  }
  html.appli .p-list__item:only-child {
    border-bottom: 1px solid #d0d0d0;
  }
}
.p-list__leftContent {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
.p-list__leftContent.isMultipleLine {
  flex-flow: row wrap;
}
.p-list__subContent {
  margin: 4px 20px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-list__subContent:first-child {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-list__subContent:first-child {
    width: auto;
  }
}
.p-list__subContent:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .p-list__subContent {
    margin-right: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.p-list__title {
  font-size: 14px;
}
.p-list__subTitle {
  font-size: 12px;
}
.p-list__subTitle.isDPoint {
  margin-top: 13px;
}
@media screen and (min-width: 960px) {
  .p-list__subTitle.isDPoint {
    margin-top: 10px;
  }
}
.p-list__text {
  font-size: 14px;
}
.p-list__text.isBold {
  font-weight: bold;
}
.p-list__text.isDate {
  font-size: 12px;
}
.p-list__text.isId {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 10px;
  color: #626262;
}
@media screen and (min-width: 960px) {
  .p-list__text.isId {
    position: unset;
  }
}
.p-list__text.isStatus {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .p-list__text.isStatus {
    font-size: 12px;
  }
}
.p-list__text.isAmount {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .p-list__text {
    font-size: 16px;
  }
}
.p-list__label {
  margin-top: 2px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-list__rightContent {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-list__rightContent.isFlexColumn {
  flex-direction: column;
  align-items: flex-end;
}
.p-list__icon {
  margin-left: 5px;
  cursor: pointer;
}
.p-list__icon.isCross {
  -webkit-mask-image: url("/img/svg_sprite.svg#cross"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#cross"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-list__icon.isRevert {
  -webkit-mask-image: url("/img/svg_sprite.svg#revert"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#revert"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.p-purchasedHistory__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__item {
    flex-direction: row;
  }
}
.p-purchasedHistory__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__info {
    display: block;
    width: 258px;
    border-right: 1px solid rgba(162, 162, 162, 0.5);
    border-bottom: none;
  }
}
.p-purchasedHistory__infoText.isDate {
  margin-bottom: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__infoText.isDate {
    font-size: 16px;
    line-height: 27.2px;
  }
}
.p-purchasedHistory__infoText.isPaymentId {
  margin-bottom: 5px;
  flex: 2;
  font-size: 12px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__infoText.isPaymentId {
    width: 100%;
  }
}
.p-purchasedHistory__infoText.isDevice {
  margin-bottom: 20px;
  flex: 1;
  font-size: 10px;
  text-align: right;
  color: #626262;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__infoText.isDevice {
    width: 100%;
    text-align: left;
  }
}
.p-purchasedHistory__infoText.isLabel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 10px;
  color: #a2a2a2;
  border: 1px solid #d0d0d0;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__infoText.isLabel {
    position: initial;
  }
}
.p-purchasedHistory__product {
  flex: 1 1 0;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__product {
    width: 100%;
    margin-left: 42px;
  }
}
.p-purchasedHistory__productText {
  font-size: 12px;
}
.p-purchasedHistory__productText:last-child {
  margin-left: auto;
}
.p-purchasedHistory__productText.isCoin {
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText.isCoin {
    margin-right: 13px;
  }
}
.p-purchasedHistory__productText.isDPoint {
  font-size: 10px;
}
.p-purchasedHistory__productText.isDPoint > .c-userBalance__unit {
  margin-top: 0;
  margin-left: 4px;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText.isDPoint > .c-userBalance__unit {
    margin-left: 7px;
  }
}
.p-purchasedHistory__productText.isDPoint.isFontLarge {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText.isDPoint {
    font-size: 12px;
  }
}
.p-purchasedHistory__productText.isEarn {
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText.isEarn {
    margin-top: 5px;
  }
}
.p-purchasedHistory__productText.isTotal {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText.isTotal {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__productText {
    font-size: 14px;
  }
}
.p-purchasedHistory__payment {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__payment {
    margin-top: 0;
  }
}
.p-purchasedHistory__paymentRow {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-purchasedHistory__paymentRow:first-child {
  margin-bottom: 3px;
}
.p-purchasedHistory__paymentRow:last-child {
  margin-bottom: 20px;
}
.p-purchasedHistory__paymentRow.isTotal {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__paymentRow.isTotal {
    margin-top: 24px;
  }
}
.p-purchasedHistory__hide {
  display: none;
  margin-top: 12px;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
}
.p-purchasedHistory__hide.isHasItemHidden {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory__hide {
    margin-top: 10px;
  }
}
.p-purchasedHistory__hideCounter {
  font-size: 12px;
  line-height: 20.4px;
}
.p-purchasedHistory__hideCounter i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrowhead-right-round");
          mask-image: url("/img/svg_sprite.svg#arrowhead-right-round");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.p-purchasedHistory__hideCounter.isHidden {
  display: none;
}
.p-purchasedHistory__hideToggle {
  display: inline-block;
  font-weight: bold;
  color: #eb5528;
  cursor: pointer;
}
.p-purchasedHistory__hideToggle.isHidden {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-purchasedHistory {
    margin: 10px 0;
  }
}

.p-coinManage__coin {
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
}
html.appli .p-coinManage__coin {
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .p-coinManage__coin {
    margin-top: 10px;
  }
  html.appli .p-coinManage__coin {
    padding-bottom: 15px;
  }
}
.p-coinManage__dPoint {
  padding-top: 0;
  padding-bottom: 20px;
}
.p-coinManage__dPoint > .c-list {
  margin-top: 20px;
}
.p-coinManage__campaign {
  padding-top: 0;
  padding-bottom: 0;
}
.p-coinManage__history {
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-coinManage__history {
    padding-bottom: 30px;
  }
}
.p-coinManage__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d0;
}
.p-coinManage__header.isDPoint {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-coinManage__header.isDPoint {
    margin-bottom: 20px;
  }
}
.p-coinManage__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (min-width: 960px) {
  .p-coinManage__title {
    font-size: 20px;
    line-height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-coinManage__platform {
    margin-right: 5px;
  }
}
.p-coinManage__chargeButton {
  margin-left: 15px;
  padding: 8px 6px;
  width: 48px;
  height: auto;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .p-coinManage__chargeButton {
    padding: 8px 13px;
  }
}
.p-coinManage__caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 15px;
  color: #a2a2a2;
}
.p-coinManage__caption.isPcOnly {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-coinManage__caption.isPcOnly {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .p-coinManage__caption {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20.4px;
  }
}

.p-pageHeader {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.p-pageHeader__inner {
  display: flex;
  align-items: center;
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
  min-height: 61px;
  box-sizing: border-box;
  padding: 8px 10px 9px 12px;
}
@media screen and (min-width: 960px) {
  .p-pageHeader__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-pageHeader__primary {
  flex: 1 1 100%;
}
.p-pageHeader__secondary {
  flex: 0 0 auto;
}
.p-pageHeader__title {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #333333;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}
.p-pageHeader__title.isOmitted {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-pageHeader__subTitle {
  color: #333333;
  font-size: 10px;
  line-height: 1.5;
}
.p-pageHeader__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (min-width: 960px) {
  .p-pageHeader__action {
    flex-direction: row-reverse;
  }
}
.p-pageHeader__actionIcon.isSetting {
  -webkit-mask-image: url("/img/svg_sprite.svg#setting"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          mask-image: url("/img/svg_sprite.svg#setting"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-pageHeader__action.isDisabled .p-pageHeader__actionIcon.isSetting {
  color: #cccccc;
}
.p-pageHeader__actionIcon.isRss {
  -webkit-mask-image: url("/img/svg_sprite.svg#rss");
          mask-image: url("/img/svg_sprite.svg#rss");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-pageHeader__actionLabel {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.p-pageHeader__action.isDisabled .p-pageHeader__actionLabel {
  color: #a2a2a2;
}
@media screen and (min-width: 960px) {
  .p-pageHeader__actionLabel {
    font-size: 12px;
  }
}
.p-pageHeader.isHasBorder {
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 960px) {
  .p-pageHeader {
    border-bottom: none;
  }
}

.p-modal {
  width: 100%;
  max-width: min(538px, 100vw - 30px);
  max-height: calc(100vh - 60px - 55px);
  padding: 0;
  border: none;
  color: #333333;
  transform: translateY(27.5px);
  overflow: visible;
}
.p-modal::backdrop {
  /* native */
  background-color: rgba(0, 0, 0, 0.8);
}
.p-modal + .backdrop {
  /* polyfill */
  background-color: rgba(0, 0, 0, 0.8);
}
.p-modal__wrapper {
  max-height: calc(100vh - 60px - 55px);
  overflow: auto;
}
.ios.browser .p-modal__wrapper {
  max-height: calc(100vh - 60px - 55px - 80px);
}

.ios.appli .p-modal__wrapper {
  max-height: calc(100vh - 60px - 55px - 15px);
}

@media screen and (min-width: 960px) {
  .p-modal__wrapper {
    max-height: calc(100vh - 60px - 61px);
  }
}
.p-modal__header {
  width: 100%;
  max-width: min(538px, 100vw - 30px);
  position: absolute;
  top: -55px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .p-modal__header {
    top: -61px;
    overflow: hidden;
  }
}
.p-modal__content {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-modal__content {
    margin-right: 29px;
    margin-left: 29px;
  }
}
.p-modal__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-modal__message {
    min-height: 122px;
    font-size: 14px;
  }
}
.p-modal.isExistModal {
  position: absolute;
  background: #ffffff;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  .p-modal {
    max-height: calc(100vh - 60px - 61px);
    transform: translateY(30.5px);
  }
}

.p-modalHeader {
  display: flex;
  align-items: center;
  height: 54px;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  background-color: #ffffff;
}
.p-modalHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-modalHeader::before {
    left: -29px;
    width: calc(100% + 58px);
  }
}
.p-modalHeader__leftContainer {
  display: flex;
  flex-direction: column;
}
.p-modalHeader__text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.p-modalHeader__text.isSmallFont {
  font-size: 14px;
}
.p-modalHeader__text.isOmitted {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 960px) {
  .p-modalHeader__text {
    font-size: 16px;
  }
}
.p-modalHeader__balanceContainer {
  margin-top: 1px;
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-modalHeader__balanceContainer {
    margin-top: 3px;
  }
}
.p-modalHeader__balance {
  font-size: 10px;
}
.p-modalHeader__balance + .p-modalHeader__balance {
  margin-left: 15px;
}
.p-modalHeader__balance i {
  margin-right: 3px;
}
.p-modalHeader__balance span {
  margin-left: 2px;
  font-size: 10px;
  color: #626262;
}
@media screen and (min-width: 960px) {
  .p-modalHeader__balance {
    font-size: 12px;
  }
}
.p-modalHeader__closeButton {
  -webkit-mask-image: url("/img/svg_sprite.svg#close");
          mask-image: url("/img/svg_sprite.svg#close");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  border: none;
  cursor: pointer;
}
.p-modalHeader__closeButton:focus-visible {
  outline: none;
}
@media screen and (min-width: 960px) {
  .p-modalHeader {
    height: 60px;
    margin: 0 29px;
  }
}

.p-modalFooter {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 13px;
  margin-left: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}
.p-modalFooter__button + .p-modalFooter__button {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-modalFooter__button + .p-modalFooter__button {
    margin-top: 0;
    margin-right: 10px;
  }
}
.p-modalFooter__textButton {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
  color: #eb5528;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
}
.p-modalFooter__textButton:link, .p-modalFooter__textButton:visited {
  color: #eb5528;
}
@media screen and (min-width: 960px) {
  .p-modalFooter__textButton {
    padding: 12px;
  }
}
.p-modalFooter.isNoBorder {
  padding: 0;
  border: none;
}
@media screen and (min-width: 960px) {
  .p-modalFooter {
    flex-direction: row-reverse;
    margin-right: 29px;
    margin-left: 29px;
  }
}

.p-coinChargeModal__content {
  padding: 0 10px 20px;
  background: #e5e5e5;
}
@media screen and (min-width: 960px) {
  .p-coinChargeModal__content {
    padding: 0 29px 20px;
  }
}
.p-coinChargeModal__balance {
  margin: 0 10px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-coinChargeModal__balance {
    margin: 0 29px;
    padding: 20px 0;
  }
}
.p-coinChargeModal__balanceRow {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-coinChargeModal__balanceRow.isTotal {
  margin-bottom: 10px;
}
.p-coinChargeModal__balanceRow.isTotal .p-coinChargeModal__balanceText {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.p-coinChargeModal__balanceRow.isTotal .p-coinChargeModal__balanceAmount {
  font-size: 24px;
  line-height: 30px;
}
.p-coinChargeModal__balanceRow.isNotEnough {
  margin: 10px 0 12px;
}
.p-coinChargeModal__balanceRow.isNotEnough .p-coinChargeModal__balanceText {
  color: #cc0000;
}
.p-coinChargeModal__balanceRow.isNotEnough .p-coinChargeModal__balanceAmount {
  color: #cc0000;
}
.p-coinChargeModal__balanceText {
  font-size: 14px;
  color: #333333;
}
.p-coinChargeModal__balanceAmount {
  margin-left: auto;
}
.p-coinChargeModal__chargeNotEnoughButtonContainer {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}
.p-coinChargeModal__chargeNotEnoughButton {
  display: flex;
  flex-direction: column;
  height: 60px;
}
.p-coinChargeModal__chargeNotEnoughButton .c-userBalance__icon {
  margin-right: 4px;
}
.p-coinChargeModal__banner {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.p-coinChargeModal__banner img {
  max-width: 325px;
}
.p-coinChargeModal__list {
  display: flex;
  flex-direction: column;
}
.p-coinChargeModal__listItem {
  margin-bottom: 5px;
  padding: 0 8px 0 7px;
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #ffffff;
}
.p-coinChargeModal__listItemLeft {
  padding: 7px 7px 7px 0;
  display: flex;
  flex-direction: column;
}
.p-coinChargeModal__listItemRight {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-coinChargeModal__listItemAmount {
  display: flex;
  justify-content: flex-start;
}
.p-coinChargeModal__listItemAmount.isDiscount {
  font-size: 10px;
  color: #cc0033;
  text-decoration: none;
}
.p-coinChargeModal__isCampaign {
  flex: 1 0 auto;
}
.p-coinChargeModal__chargeButton {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 63px;
  height: 32px;
  font-size: 12px;
}

.p-termsModal__subHeader {
  margin: 15px auto 20px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-termsModal__subHeader {
    margin: 20px auto 14px;
    padding: 0 29px;
    line-height: 23.8px;
  }
}
.p-termsModal__textArea {
  margin: 20px 10px;
  padding: 12px;
  max-height: calc(100vh - 60px - 55px - 282px);
  font-size: 12px;
  line-height: 18px;
  color: #626262;
  border: 1px solid #d0d0d0;
  overflow-y: auto;
}
.p-termsModal__textArea h2 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.p-termsModal__textArea h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.p-termsModal__textArea ol {
  counter-reset: olnumber;
}
.p-termsModal__textArea ol > li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 3px;
}
.p-termsModal__textArea ol > li::before {
  counter-increment: olnumber;
  content: counter(olnumber) ". ";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  text-align: right;
}
.p-termsModal__textArea ol > li > ol {
  counter-reset: ololnumber;
}
.p-termsModal__textArea ol > li > ol > li {
  padding-left: 2.9rem;
}
.p-termsModal__textArea ol > li > ol > li::before {
  counter-increment: ololnumber;
  content: "[" counter(ololnumber) "]";
  font-weight: normal;
  width: 2.6rem;
}
.touchDevice .p-termsModal__textArea {
  -webkit-overflow-scrolling: touch;
}

.ios.browser .p-termsModal__textArea {
  max-height: calc(100vh - 60px - 55px - 70px - 282px);
}

@media screen and (min-width: 960px) {
  .p-termsModal__textArea {
    margin: 14px 29px 20px;
    padding: 20px;
    height: 262px;
    line-height: 20.4px;
  }
}
.p-termsModal__links {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 302px;
}
.p-termsModal__links a {
  font-size: 10px;
  font-weight: bold;
  color: #eb5528;
}
@media screen and (min-width: 960px) {
  .p-termsModal {
    width: 100%;
    max-width: 538px;
  }
}

.p-coinChargeSuccess__wrapper {
  margin-top: 0;
  padding: 0 7px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__wrapper {
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
    max-width: 944px;
  }
}
.p-coinChargeSuccess__header {
  margin: 0 10px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__header {
    margin: 0 29px;
  }
}
.p-coinChargeSuccess__content {
  padding: 18px 10px 0;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__content {
    padding: 20px 29px 0;
  }
}
.p-coinChargeSuccess__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #eb5528;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__title {
    font-size: 20px;
  }
}
.p-coinChargeSuccess__balance {
  margin: 12px auto 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-coinChargeSuccess__balance.isBorder {
  margin: 0 auto;
  padding-top: 15px;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__balance.isBorder {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  }
}
.p-coinChargeSuccess__balanceRow {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
}
.p-coinChargeSuccess__balanceRow .c-userBalance__unit {
  margin: 3px 10px 0 6px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__balanceRow {
    max-width: 328px;
    height: 34px;
  }
}
.p-coinChargeSuccess__balanceText {
  margin-left: 10px;
  font-size: 12px;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__balanceText {
    font-size: 14px;
  }
}
.p-coinChargeSuccess__balanceAmount {
  margin-left: auto;
}
.p-coinChargeSuccess__balanceAmount.isCoin {
  margin-right: 20px;
}
.p-coinChargeSuccess__buttonWrapper {
  margin: 0 auto;
  padding: 20px 12px 0;
  background: unset;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__buttonWrapper {
    padding: 30px 0 40px;
    width: 100%;
    max-width: 944px;
    background: #ffffff;
  }
}
.p-coinChargeSuccess__button {
  margin: 0 auto;
  width: auto;
}
.p-coinChargeSuccess__button.isBorderTop {
  padding-top: 13px;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess__button {
    width: 270px;
  }
}
.p-coinChargeSuccess.isWhite {
  background: #ffffff;
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__content {
  padding: 15px;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__content {
    padding: 30px 0 0;
  }
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__title {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__title {
    margin-bottom: 20px;
  }
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balance {
  max-width: 560px;
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceRow {
  max-width: unset;
  height: 26px;
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceRow .c-userBalance__unit {
  margin: 3px 0 0 6px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceRow .c-userBalance__unit {
    margin: 3px 0 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceRow {
    height: 34px;
  }
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceText {
  margin-left: 0;
}
.p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceAmount.isCoin {
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__balanceAmount.isCoin {
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-coinChargeSuccess.isPCFlow .p-coinChargeSuccess__button {
    height: 50px;
  }
}

.p-paymentMethods {
  margin-top: 0;
  padding: 0 7px;
}
.p-paymentMethods__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__list {
    width: 100%;
    max-width: 644px;
  }
}
.p-paymentMethods__listItem {
  padding: 15px;
  background: #ffffff;
}
.p-paymentMethods__listItem + .p-paymentMethods__listItem {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__listItem + .p-paymentMethods__listItem {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__listItem {
    padding: 30px 42px;
  }
}
.p-paymentMethods__radioButton {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.p-paymentMethods__radioLabel {
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__radioLabel {
    margin-left: 10px;
    font-size: 20px;
  }
}
.p-paymentMethods__text {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-paymentMethods__text.isLink {
  font-weight: bold;
  color: #eb5528;
}
.p-paymentMethods__text + .p-paymentMethods__text {
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.p-paymentMethods__select {
  margin-top: 5px;
  margin-bottom: 20px;
  width: auto;
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__select > .c-selectDropDown__list {
    top: 48px;
  }
}
.p-paymentMethods__select .c-selectDropDown__listItem {
  width: calc(100% - 18px);
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__select {
    padding: 8px 8px 9px 7px;
  }
}
.p-paymentMethods__confirm {
  margin-top: 20px;
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__confirm {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-paymentMethods__buttonWrapper {
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__buttonWrapper {
    padding: 0;
  }
}
.p-paymentMethods__button {
  font-size: 12px;
}
.p-paymentMethods__button + .p-paymentMethods__button {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-paymentMethods__button {
    max-width: 270px;
  }
}
@media screen and (min-width: 960px) {
  .p-paymentMethods {
    margin-top: 10px;
    padding: 0;
  }
}

.p-flexibleBlockList {
  padding-right: 7px;
  padding-left: 7px;
}
.p-flexibleBlockList__wrapper {
  display: flex;
  flex-flow: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 960px) {
  .p-flexibleBlockList__wrapper {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.p-flexibleBlockList__item {
  position: relative;
  z-index: 0;
  flex: 1 1 100%;
  max-width: calc(33.3333333333% - 5px);
  box-sizing: border-box;
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.p-flexibleBlockList__item.isDisable {
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  .p-flexibleBlockList__item {
    max-width: calc(25% - 5px);
  }
}
@media screen and (min-width: 599px) {
  .p-flexibleBlockList__item {
    max-width: calc(20% - 5px);
  }
}
@media screen and (min-width: 718px) {
  .p-flexibleBlockList__item {
    max-width: calc(16.6666666667% - 5px);
  }
}
@media screen and (min-width: 960px) {
  .p-flexibleBlockList__item {
    max-width: calc(16.6666666667% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.p-flexibleBlockList__bulkActionCheckbox {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
}
.p-flexibleBlockList__bulkActionCheckbox.isNotOwn {
  display: none;
}
.p-flexibleBlockList__bulkActionOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.p-flexibleBlockList__bulkActionCheckbox:checked + .p-flexibleBlockList__bulkActionOverlay {
  border: 2px solid #eb5528;
}

@media screen and (min-width: 960px) {
  .p-flexibleBlockList {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-blockItem {
  display: block;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 #cecece;
}
.p-blockItem__detail {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-height: 49px;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .p-blockItem__detail {
    min-height: 60px;
    padding: 10px 8px;
  }
}
.p-blockItem__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.p-blockItem__tagContainer {
  display: flex;
  flex-wrap: wrap;
}
.p-blockItem__tag {
  margin-right: 3px;
  padding-right: 3px;
  padding-left: 3px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid;
}
.p-blockItem__tag.isUnread {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #ffffff;
  font-weight: bold;
}
.p-blockItem__tag.isRead {
  border-color: #d0d0d0;
  color: #a2a2a2;
}
.p-blockItem__detailFooter {
  margin-top: auto;
  font-size: 10px;
}
.p-blockItem__moreButton {
  -webkit-mask-image: url("/img/svg_sprite.svg#more");
          mask-image: url("/img/svg_sprite.svg#more");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.p-blockItem.isNotView .p-blockItem__thumbnail, .p-blockItem.isNotOwn .p-blockItem__thumbnail {
  opacity: 0.5;
}
.p-blockItem.isNotView .p-blockItem__detailFooter, .p-blockItem.isNotOwn .p-blockItem__detailFooter {
  color: #a2a2a2;
}

.p-bookByVolume {
  max-width: 944px;
  margin: 0 auto;
}
.p-bookByVolume__detailArea {
  margin: 0 -7px 15px;
  min-height: 400px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__detailArea {
    margin: 0 calc(50% - 50vw) 15px;
    background-color: #ffffff;
  }
}
.p-bookByVolume__pointAlert {
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__pointAlert {
    margin-bottom: 24px;
  }
}
.p-bookByVolume__pointAlert + .p-bookByVolume__titleSection {
  margin-top: -10px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__pointAlert + .p-bookByVolume__titleSection {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-bookByVolume__horizontalLine + .p-bookByVolume__titleSection {
  margin-top: -10px;
}
.p-bookByVolume__titleSection + .p-bookByVolume__titleSection {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__titleSection + .p-bookByVolume__titleSection {
    margin-top: 20px;
  }
}
.p-bookByVolume__titleSection:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__titleSection:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__titleSection {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.p-bookByVolume__title {
  margin: 0 -7px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__title.isExtendedOnlyPC {
    margin: 0 -40px;
  }
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__title {
    margin: 0;
  }
}
.p-bookByVolume__slider {
  margin: 0 -7px;
  min-height: 247px;
}
.p-bookByVolume__slider.isAnime {
  min-height: 127px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__slider.isAnime {
    min-height: 190px;
  }
}
.p-bookByVolume__slider.isGoods {
  min-height: 184px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__slider.isGoods {
    min-height: 232px;
  }
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__slider {
    margin: 0;
    min-height: 310px;
  }
}
.p-bookByVolume__item + .p-bookByVolume__item {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__item + .p-bookByVolume__item {
    margin-top: 8px;
  }
}
.p-bookByVolume__itemArea {
  min-height: 144px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__pointAlert + .p-bookByVolume__itemArea {
    margin-top: 0;
  }
}
.p-bookByVolume__horizontalLine {
  width: 100%;
  height: 1px;
  background-color: rgba(162, 162, 162, 0.5);
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__horizontalLine {
    margin: 30px 0;
  }
}
.p-bookByVolume__setProductsList {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__setProductsList {
    margin-top: -15px;
  }
}
.p-bookByVolume__setProductsBlock {
  margin-top: 20px;
}
.p-bookByVolume__setProductsBlock + .p-bookByVolume__setProductsBlock {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__setProductsBlock + .p-bookByVolume__setProductsBlock {
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__setProductsBlock {
    margin-top: 30px;
  }
}
.p-bookByVolume__button {
  margin: 5px 0;
}
.p-bookByVolume__button.isShadowed {
  box-shadow: 0 1px 2px 0 #cecece;
}
.p-bookByVolume__button > .c-button.isDisable {
  background-color: #cccccc;
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__button > .c-button.isDisable {
    background-color: #e5e5e5;
  }
}
@media screen and (min-width: 960px) {
  .p-bookByVolume__button {
    margin: 8px 0;
  }
}

.p-bookByVolumeItem {
  position: relative;
  z-index: 0;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 #cecece;
  cursor: pointer;
}
.p-bookByVolumeItem.isNotView .p-bookByVolumeItem__imgWrapper, .p-bookByVolumeItem.isNotOwn .p-bookByVolumeItem__imgWrapper {
  opacity: 0.5;
}
.p-bookByVolumeItem.isNotView .p-bookByVolumeItem__title, .p-bookByVolumeItem.isNotOwn .p-bookByVolumeItem__title {
  color: #a2a2a2;
}
.p-bookByVolumeItem.isDisable {
  pointer-events: none;
}
.p-bookByVolumeItem__checkbox {
  flex: 0 0 auto;
  width: 44px;
  justify-content: center;
}
.p-bookByVolumeItem__bulkBuyCheckbox.isNotOwn {
  display: none;
}
.p-bookByVolumeItem__bulkBuyHiddenCheckboxes {
  display: none;
}
.p-bookByVolumeItem__bulkBuyOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.p-bookByVolumeItem__bulkBuyCheckbox:checked + .p-bookByVolumeItem__bulkBuyOverlay {
  border: 2px solid #eb5528;
}
.p-bookByVolumeItem__imgWrapper {
  flex: 0 0 auto;
  width: 90px;
  height: 144px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  position: relative;
}
.p-bookByVolumeItem__stateText {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 18px;
  background-color: rgba(51, 51, 51, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.p-bookByVolumeItem__detailContainer {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  padding: 9.5px 10px 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__detailContainer {
    padding: 13px 10px 15px 15px;
  }
}
.p-bookByVolumeItem__titleNewWrapper {
  flex-grow: 1;
}
.p-bookByVolumeItem__title {
  font-size: 14px;
  font-weight: bold;
}
.p-bookByVolumeItem__title.isOmitted {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__title {
    line-height: 1.7;
  }
  .p-bookByVolumeItem:hover .p-bookByVolumeItem__title {
    text-decoration: underline;
  }
}
.p-bookByVolumeItem__new {
  -webkit-mask-image: url("/img/svg_sprite.svg#status-new");
          mask-image: url("/img/svg_sprite.svg#status-new");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #289beb;
  display: inline-block;
  width: 26px;
  height: 14px;
}
.p-bookByVolumeItem__title + .p-bookByVolumeItem__infoLeftBox .p-bookByVolumeItem__new {
  margin-top: 4.5px;
  margin-right: 6px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__title + .p-bookByVolumeItem__infoLeftBox .p-bookByVolumeItem__new {
    display: none;
  }
}
.p-bookByVolumeItem__price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__price {
    line-height: 1.7;
  }
}
.p-bookByVolumeItem__coinIcon {
  background-image: url("/img/svg_sprite.svg#coin");
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: none;
}
.appli .p-bookByVolumeItem__coinIcon {
  display: inline;
}

.appli .p-bookByVolumeItem__yenText {
  display: none;
}

.p-bookByVolumeItem__beforeDiscountText {
  font-size: 10px;
  font-weight: normal;
}
.p-bookByVolumeItem__buttonWrapper {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
.p-bookByVolumeItem__button + .p-bookByVolumeItem__button {
  margin-left: 6px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__button + .p-bookByVolumeItem__button {
    margin-left: 5.5px;
  }
}
.p-bookByVolumeItem__infoWrapper {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-bookByVolumeItem__infoWrapper + .p-bookByVolumeItem__infoWrapper {
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__infoWrapper {
    max-width: none;
    margin-left: 0;
  }
}
.p-bookByVolumeItem__infoLeftBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
}
.p-bookByVolumeItem__infoRightBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.p-bookByVolumeItem__info {
  font-size: 10px;
  color: #626262;
}
.p-bookByVolumeItem__info + .p-bookByVolumeItem__info {
  margin-left: 10px;
}
.p-bookByVolumeItem__info.isSale {
  color: #cc0033;
}
.p-bookByVolumeItem__info.isUnRead {
  background-color: #ffa300;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  padding: 1px 3px;
}
.p-bookByVolumeItem__info.isAlreadyRead {
  color: #a2a2a2;
  line-height: 1.2;
  border: 1px solid #d0d0d0;
}
.p-bookByVolumeItem__newWrapper {
  display: none;
  height: 14px;
}
.p-bookByVolumeItem__newWrapper:not(:first-child) {
  margin-left: 8px;
}
.p-bookByVolumeItem__info.isAlreadyRead + .p-bookByVolumeItem__newWrapper {
  margin-left: 8px;
}
@media screen and (min-width: 960px) {
  .p-bookByVolumeItem__newWrapper {
    display: block;
  }
}
.p-bookByVolumeItem__moreButton {
  -webkit-mask-image: url("/img/svg_sprite.svg#more");
          mask-image: url("/img/svg_sprite.svg#more");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.p-libraryFilterModal__content {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-libraryFilterModal__content {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.p-libraryFilterModal__radioGroup {
  display: flex;
}
.p-libraryFilterModal__radioGroup + .p-libraryFilterModal__radioGroup {
  margin-top: 5px;
}
.p-libraryFilterModal__radioItem {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  max-width: 34%;
  height: 44px;
  padding-left: 5px;
  box-sizing: border-box;
}
.p-libraryFilterModal__radioItem.isPrimary {
  font-weight: bold;
}

.p-libraryFilterModal__content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-libraryFilterModal__headline {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.p-libraryFilterModal__text {
  font-size: 12px;
}
.p-libraryFilterModal__action {
  margin-top: 20px;
}

.p-libraryVolumeDetailModal__content {
  margin-top: 15px;
  margin-bottom: 20px;
}
.p-libraryVolumeDetailModal__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__title {
    font-size: 18px;
  }
}
.p-libraryVolumeDetailModal__meta {
  display: flex;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__meta {
    margin-top: 6px;
  }
}
.p-libraryVolumeDetailModal__metaItem {
  color: #626262;
  font-size: 10px;
}
.p-libraryVolumeDetailModal__metaItem + .p-libraryVolumeDetailModal__metaItem {
  margin-left: 10px;
}
.p-libraryVolumeDetailModal__tag {
  padding-right: 3px;
  padding-left: 3px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid;
}
.p-libraryVolumeDetailModal__tag.isUnread {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #ffffff;
  font-weight: bold;
}
.p-libraryVolumeDetailModal__tag.isReaded {
  border-color: #d0d0d0;
  color: #a2a2a2;
}
.p-libraryVolumeDetailModal__thumbnailArea {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}
.p-libraryVolumeDetailModal__thumbnail {
  width: 166px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__thumbnail {
    width: 149px;
  }
}
.p-libraryVolumeDetailModal__progress {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-libraryVolumeDetailModal__progressBar {
  height: 100%;
  background-color: #eb5528;
}
.p-libraryVolumeDetailModal__neighborNav {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  padding: 2px 6px;
  border: 0;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-libraryVolumeDetailModal__neighborNav.isPrev {
  left: 0;
  margin-left: 3px;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__neighborNav.isPrev {
    margin-left: -6px;
  }
}
.p-libraryVolumeDetailModal__neighborNav.isNext {
  right: 0;
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__neighborNav.isNext {
    margin-right: -6px;
  }
}
.p-libraryVolumeDetailModal__neighborIcon {
  display: block;
  width: 12px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}
.p-libraryVolumeDetailModal__neighborIcon.isPrev {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
}
.p-libraryVolumeDetailModal__neighborIcon.isNext {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
}
.p-libraryVolumeDetailModal__neighborLabel {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.p-libraryVolumeDetailModal__navs {
  margin-top: 15px;
  margin-bottom: 10px;
}
.p-libraryVolumeDetailModal__navItem {
  box-sizing: border-box;
}
.p-libraryVolumeDetailModal__navItem + .p-libraryVolumeDetailModal__navItem {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__navItem {
    height: 50px;
  }
}
.p-libraryVolumeDetailModal__description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.p-libraryVolumeDetailModal__navs + .p-libraryVolumeDetailModal__description {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__navs + .p-libraryVolumeDetailModal__description {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-libraryVolumeDetailModal__description {
    line-height: 1.7;
  }
}
.p-libraryVolumeDetailModal__actions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-libraryVolumeDetailModal__actionItem + .p-libraryVolumeDetailModal__actionItem {
  margin-top: 10px;
}

.p-newsTypeMenu {
  display: flex;
  align-items: center;
  margin: 10px 7px;
}
.p-newsTypeMenu__primary {
  flex: 1 1 100%;
  margin-right: 5px;
  margin-left: 5px;
}
.p-newsTypeMenu__secondary {
  flex: 0 0 auto;
  margin-left: 37px;
}
.p-newsTypeMenu__iconLink {
  font-size: 12px;
  font-weight: bold;
}
.p-newsTypeMenu__icon {
  vertical-align: middle;
}
.p-newsTypeMenu__icon.isRss {
  -webkit-mask-image: url("/img/svg_sprite.svg#rss");
          mask-image: url("/img/svg_sprite.svg#rss");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.p-searchArea {
  margin: 10px auto;
  padding: 0 12px;
}
.p-searchArea__wrapper {
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: 50px;
  background: #ffffff;
}
.p-searchArea__wrapper.isThinOnlySP {
  height: 40px;
  border: 1px solid #e5e5e5;
}
@media screen and (min-width: 960px) {
  .p-searchArea__wrapper.isThinOnlySP {
    height: 48px;
  }
}
.p-searchArea__wrapper.isBordered {
  height: 48px;
  border: 1px solid #e5e5e5;
}
.p-searchArea__input {
  margin-right: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  background: none;
  border: none;
  font-weight: bold;
}
.p-searchArea__input::placeholder {
  font-weight: bold;
  color: #a2a2a2;
}
.p-searchArea__input.isFontNormal {
  font-weight: normal;
}
.p-searchArea__searchButton {
  margin-left: auto;
  height: 28px;
}
.p-searchArea__searchButton:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .p-searchArea__searchButton {
    cursor: pointer;
  }
}
.p-searchArea__icon {
  -webkit-mask-image: url("/img/svg_sprite.svg#search-small");
          mask-image: url("/img/svg_sprite.svg#search-small");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-title.isSearch .p-searchArea {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-title.isSearch .p-searchArea {
    max-width: 288px;
  }
}
@media screen and (min-width: 960px) {
  .p-searchArea {
    margin: 30px auto 10px;
    padding: 0;
    width: 100%;
    max-width: 944px;
  }
}

.p-snsBlock {
  display: flex;
}
.p-snsBlock.isFooter {
  padding: 20px 12px;
  display: flex;
}
.p-snsBlock.isFooter a {
  width: 100%;
  height: 44px;
}
@media screen and (min-width: 960px) {
  .p-snsBlock.isFooter {
    display: none;
  }
}
.p-snsBlock.isNotice {
  display: none;
  margin-left: 12px;
}
.p-snsBlock.isNotice a {
  width: 75px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .p-snsBlock.isNotice {
    display: flex;
  }
}
.p-snsBlock.isAfterWatch a {
  width: 34px;
  height: 34px;
  border-radius: 5px;
}

.p-bannerArea {
  margin: 10px 7px;
  display: flex;
}
.p-bannerArea__list {
  display: flex;
  width: 100%;
}
.p-bannerArea__item {
  display: none;
  width: 600px;
}
.p-bannerArea__item:first-child {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-bannerArea__item:first-child {
    margin: 0;
  }
}
.p-bannerArea__item + .p-bannerArea__item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-bannerArea__item {
    display: block;
    width: auto;
  }
}
.p-bannerArea__img {
  padding-top: 26.67%;
  max-width: inherit;
}
@media screen and (min-width: 960px) {
  .p-bannerArea__img {
    padding-top: 0;
    width: 308px;
    height: 82px;
  }
}
.p-bannerArea__slideButton {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 15px);
  display: none;
  z-index: 1;
  cursor: pointer;
}
.p-bannerArea__slideButton::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #cecece;
  opacity: 0.85;
  z-index: -1;
}
.p-bannerArea__slideButton.isNext {
  right: 40px;
}
.p-bannerArea__slideButton.isNext i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-right");
          mask-image: url("/img/svg_sprite.svg#arrow-right");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 30px;
  pointer-events: none;
}
.p-bannerArea__slideButton.isNext::after {
  top: -15px;
  left: -23px;
}
.p-bannerArea__slideButton.isPrev {
  left: 40px;
}
.p-bannerArea__slideButton.isPrev i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 30px;
  pointer-events: none;
}
.p-bannerArea__slideButton.isPrev::after {
  top: -15px;
  left: -19px;
}
.p-bannerArea__slideButton.isHidden {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-bannerArea__slideButton {
    display: block;
  }
}
.p-bannerArea.isLarge {
  max-width: none;
  margin: 9px auto 10px;
  position: relative;
}
.p-bannerArea.isLarge .p-bannerArea__item {
  display: block;
  width: auto;
  margin: 0 5px;
}
.p-bannerArea.isLarge .p-bannerArea__img {
  width: 300px;
  height: 160px;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isLarge .p-bannerArea__img {
    width: 400px;
    height: 212px;
  }
}
.p-bannerArea.isLarge.isEven {
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isLarge.isEven {
    margin: 30px auto;
  }
}
.p-bannerArea.isLarge.isGoods .p-bannerArea__img {
  height: 80px;
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isLarge.isGoods .p-bannerArea__img {
    height: 106px;
  }
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isLarge {
    margin-bottom: 15px;
  }
}
.p-bannerArea.isOnlyPc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isOnlyPc {
    display: flex;
  }
}
.p-bannerArea.isNoMargin {
  margin: 0;
}
.p-bannerArea.isMylistDetail .p-bannerArea__img {
  width: 100%;
  height: auto;
  max-width: 341px;
  max-height: 86px;
}
.p-bannerArea.isMylistDetail .p-bannerArea__img .c-thumbnail__img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-bannerArea.isMylistDetail .p-bannerArea__img {
    width: 400px;
    height: 106px;
    max-width: unset;
    max-height: unset;
  }
}
.p-bannerArea.isMylistDetail .p-bannerArea__list {
  overflow: unset;
}
@media screen and (min-width: 960px) {
  .p-bannerArea {
    margin: 30px auto;
    max-width: 944px;
  }
}

.p-mypageHeader {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.p-mypageHeader__inner {
  padding: 7px 12px 11px;
  display: flex;
  align-items: center;
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
  min-height: 95px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__inner {
    padding: 8px 0;
    min-height: 74px;
  }
}
.p-mypageHeader__primary {
  flex: 1 1 100%;
}
.p-mypageHeader__title {
  display: flex;
  min-height: 54px;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__title {
    margin: 0;
    max-width: unset;
    min-height: unset;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
  }
}
.p-mypageHeader__subTitle {
  margin-top: 3px;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__subTitle {
    margin-top: 6px;
  }
}
.p-mypageHeader__animeInfo {
  margin-right: 5px;
  padding: 1px 5px;
  display: flex;
  line-height: 18px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.p-mypageHeader__animeInfo div + div {
  margin-left: 8px;
}
.p-mypageHeader__animeInfo span {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__animeInfo span {
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__animeInfo {
    margin-right: 32px;
  }
}
.p-mypageHeader__subscription {
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__subscription {
    margin-left: 8px;
  }
}
.p-mypageHeader__editButton {
  display: flex;
  align-items: center;
  position: absolute;
  top: 38px;
  right: 7px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader__editButton {
    top: unset;
    bottom: 10px;
    right: 0;
  }
}
.p-mypageHeader__editButtonText {
  flex-shrink: 0;
  font-size: 10px;
}
.p-mypageHeader__editButtonIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#edit");
          mask-image: url("/img/svg_sprite.svg#edit");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  .p-mypageHeader {
    border-bottom: none;
  }
}

.p-usernameSettingModal__subHeader {
  margin: 20px auto 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #333333;
}
.p-usernameSettingModal__subHeader span {
  margin-left: 10px;
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .p-usernameSettingModal__subHeader {
    margin: 20px auto 2px;
  }
}
.p-usernameSettingModal__text {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .p-usernameSettingModal__text {
    margin-bottom: 0;
    line-height: 20.4px;
  }
}
.p-usernameSettingModal__captionWrapper {
  margin-top: 20px;
  margin-bottom: 22px;
  padding-top: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}
@media screen and (min-width: 960px) {
  .p-usernameSettingModal__captionWrapper {
    padding-top: 20px;
  }
}
.p-usernameSettingModal__caption {
  font-size: 10px;
  line-height: 18px;
  color: #000000;
}
.p-usernameSettingModal__caption a {
  font-weight: bold;
  color: #eb5528;
}
.p-usernameSettingModal__caption.isMarginBottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-usernameSettingModal__caption.isMarginBottom {
    margin-bottom: 11px;
  }
}
.p-usernameSettingModal__input {
  padding: 11px 8px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  background-color: unset;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.p-usernameSettingModal__input::placeholder {
  font-weight: bold;
  color: #a2a2a2;
}
.p-usernameSettingModal__input:focus-visible {
  outline-color: #eb5528;
}
.p-usernameSettingModal__input.isError {
  border: 1px solid #cc0033;
}
.p-usernameSettingModal__checkbox {
  margin-top: 22px;
  margin-bottom: 21px;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
}
.p-usernameSettingModal__checkboxLabel {
  margin-left: 5px;
}
.p-usernameSettingModal__icon {
  margin-right: 3px;
}
.p-usernameSettingModal__icon.isError {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.p-usernameSettingModal__icon.isConfirm {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.p-usernameSettingModal__errorWrapper {
  margin: 10px 0 5px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  background-color: #cc0033;
}
.p-usernameSettingModal__errorText {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
}
.p-usernameSettingModal__confirmWrapper {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.p-usernameSettingModal__confirmWrapper.isProcessing {
  margin-top: 5px;
  margin-bottom: 0;
}
.p-usernameSettingModal__confirmText {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
.p-usernameSettingModal__confirmText.isProcessing {
  color: #a2a2a2;
}
@media screen and (min-width: 960px) {
  .p-usernameSettingModal {
    width: 100%;
    max-width: 538px;
  }
}

.p-mylistBlock {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 #cecece;
  position: relative;
}
.p-mylistBlock.isCreate {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 570px) {
  .p-mylistBlock.isCreate {
    min-height: 193px;
  }
}
@media screen and (min-width: 765px) {
  .p-mylistBlock.isCreate {
    min-height: 221px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistBlock.isCreate {
    min-height: 250px;
  }
}
.p-slider .p-mylistBlock {
  width: 28.929vw;
}
@media screen and (max-width: 767px) {
  .p-slider .p-mylistBlock {
    width: 41.507vw;
  }
}
@media screen and (min-width: 960px) {
  .p-slider .p-mylistBlock {
    width: 210px;
  }
}
.p-mylistBlock__contentWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.p-mylistBlock__emptyImageArea {
  background-color: #f1f1f1;
  aspect-ratio: 310/174;
  position: relative;
}
.p-mylistBlock__emptyText {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mylistBlock__infoArea {
  flex-grow: 1;
}
.p-mylistBlock.isOthers .p-mylistBlock__infoArea {
  padding-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .p-mylistBlock.isOthers .p-mylistBlock__infoArea {
    padding-bottom: 8px;
  }
}
.p-slider .p-mylistBlock.isOthers .p-mylistBlock__infoArea {
  padding-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .p-slider .p-mylistBlock.isOthers .p-mylistBlock__infoArea {
    padding-bottom: 28px;
  }
}
.p-mylistBlock__niceButtonArea {
  position: absolute;
  bottom: 4px;
  right: 5px;
}
.p-slider .p-mylistBlock__niceButtonArea {
  bottom: 5px;
}
@media screen and (min-width: 960px) {
  .p-slider .p-mylistBlock__niceButtonArea {
    bottom: 4px;
    right: 8px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistBlock__niceButtonArea {
    bottom: 7px;
    right: 10px;
  }
}
.p-mylistBlock__title {
  font-size: 12px;
  font-weight: bold;
}
.p-mylistBlock.isEditMode .p-mylistBlock__title {
  color: #a2a2a2;
}
.p-mylistBlock__createIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#plus");
          mask-image: url("/img/svg_sprite.svg#plus");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.p-mylistBlock__title + .p-mylistBlock__createIcon {
  margin-top: 3px;
}
.p-mylistBlock.isEditMode .p-mylistBlock__createIcon {
  color: #e5e5e5;
}

.p-infoArea {
  padding: 4px 5px 5px;
  display: flex;
  flex-direction: column;
}
.p-slider .p-infoArea {
  padding-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-slider .p-infoArea {
    padding: 7px 8px 8px;
  }
}
.p-infoArea__title {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  font-size: 12px;
  font-weight: bold;
}
.p-slider .p-infoArea__title {
  min-height: 36px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .p-slider .p-infoArea__title {
    min-height: 44px;
    line-height: 22px;
  }
}
@media screen and (min-width: 960px) {
  .p-infoArea__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.p-infoArea__titleNumber {
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .p-infoArea__titleNumber {
    line-height: 1.5;
  }
}
.p-infoArea__title + .p-infoArea__openState {
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .p-infoArea__title + .p-infoArea__openState {
    margin-top: 8px;
  }
}
.p-infoArea__error {
  font-size: 10px;
  color: #cc0033;
  line-height: 1.4;
  display: flex;
}
.p-infoArea__title + .p-infoArea__error {
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .p-infoArea__title + .p-infoArea__error {
    margin-top: 9px;
  }
}
@media screen and (min-width: 960px) {
  .p-infoArea__error {
    margin-bottom: -1px;
  }
}
.p-infoArea__errorIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cc0033;
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin: 2px 3px 0 0;
}
.p-infoArea__userName {
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 1.4;
}
.p-infoArea__title + .p-infoArea__userName {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-infoArea__title + .p-infoArea__userName {
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .p-slider .p-infoArea__title + .p-infoArea__userName {
    width: auto;
    margin-top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .p-infoArea__userName {
    font-size: 12px;
    line-height: 14px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 960px) {
  .p-infoArea {
    padding: 10px 10px 8px;
  }
}

.p-mylistList {
  margin: -5px 0 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.p-mylistList__item {
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  margin: 5px 0 0 5px;
}
.p-mylistList__item .p-flexibleBlockList__checkbox {
  display: none;
}
.p-mylistList__item.isEditMode .p-flexibleBlockList__checkbox {
  display: flex;
}
.p-mylistList__item.p-mylistBlock.js-listItem.empty .c-fourImages {
  background-color: #e5e5e5;
}
.p-mylistList__item.p-mylistBlock.js-listItem.empty .c-fourImages::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}
.p-mylistList__item.p-mylistBlock.js-listItem.empty .c-fourImages::after {
  content: "\4f5c\54c1\306f\3042\308a\307e\305b\3093";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 110px;
  height: 1.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #999999;
}
@media screen and (min-width: 960px) {
  .p-mylistList__item {
    max-width: calc((100% - 21px) / 3);
    margin: 7px 0 0 7px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistList {
    margin: -7px 0 0 -7px;
  }
}

.p-mylistItemList__item {
  position: relative;
}
.p-mylistItemList__item + .p-mylistItemList__item {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-mylistItemList__item + .p-mylistItemList__item {
    margin-top: 10px;
  }
}
.p-mylistItemList__item.isChosen {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .p-mylistItemList__item {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
    margin: 10px 0 0 10px;
  }
}
.p-mylistItemList__editActionCheckbox {
  display: none;
}
.p-mylistItemList__editActionOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #cccccc;
}
.p-mylistItemList__editActionCheckbox:checked + .p-mylistItemList__editActionOverlay {
  border: 2px solid #eb5528;
}

.p-mylistItemList__editActionText {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0 1px 0 4px;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  color: #a2a2a2;
  background-color: #cccccc;
}
.p-mylistItemList__editActionCheckbox:checked ~ .p-mylistItemList__editActionText {
  color: #ffffff;
  background-color: #eb5528;
}

.p-mylistItemList__editIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#mylist-added");
          mask-image: url("/img/svg_sprite.svg#mylist-added");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #a2a2a2;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.p-mylistItemList__editActionCheckbox:checked ~ .p-mylistItemList__editActionText .p-mylistItemList__editIcon {
  color: #ffffff;
}

.p-mylistItemList__sortIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#grab");
          mask-image: url("/img/svg_sprite.svg#grab");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cccccc;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-mylistItemList__editActionCheckbox:checked ~ .p-mylistItemList__sortIcon {
  color: #eb5528;
}

.p-mylistItemList.isEdit {
  margin-bottom: 32px;
  counter-reset: number;
}
.p-mylistItemList.isEdit .c-mylistItemBlock__title {
  width: calc(100% - 42px);
}
.p-mylistItemList.isEdit .edit .c-mylistItemBlock__title span::before {
  counter-increment: number;
  content: counter(number) ". ";
}
@media screen and (min-width: 960px) {
  .p-mylistItemList.isEdit {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistItemList.isTagged .p-mylistItemList__item {
    margin: 30px 0 0 10px;
  }
}
.p-mylistItemList.isTagged .p-mylistItemList__item + .p-mylistItemList__item {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .p-mylistItemList.isTagged .p-mylistItemList__item + .p-mylistItemList__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistItemList.isTagged {
    margin: -30px 0 0 -10px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistItemList {
    margin: -10px 0 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 960px) {
  .headerTab + .p-mypageMenuTab {
    margin-top: 6px;
  }
}
@media screen and (min-width: 960px) {
  .p-mypageMenuTab__contentWrapper.isOnlySP {
    display: none;
  }
}
.p-mypageMenuTab__contentWrapper.isOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-mypageMenuTab__contentWrapper.isOnlyPC {
    display: block;
  }
}
.p-mypageMenuTab__list {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.p-mypageMenuTab__item {
  display: table-cell;
  background-color: #ffffff;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  position: relative;
}
.p-mypageMenuTab__item:first-child {
  border-left: none;
}
.p-mypageMenuTab__item:last-child {
  border-right: none;
}
.p-mypageMenuTab__item a {
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mypageMenuTab__item.isCurrent::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eb5528;
  position: absolute;
  bottom: 0;
}
.p-mypageMenuTab__item.isCurrent a {
  color: #eb5528;
}
.p-mypageMenuTab__item.isError::after {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cc0033;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
}

.p-mylistDetail {
  margin: 15px auto 13px;
  width: 100%;
  max-width: 944px;
  box-sizing: border-box;
}
.p-mylistDetail.isOthers {
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail.isOthers {
    margin-bottom: 40px;
  }
}
.p-mylistDetail.isOthers .p-mylistDetail__detailBlock {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail.isOthers .p-mylistDetail__detailBlock {
    margin-top: 30px;
  }
}
.p-mylistDetail__buttonArea {
  margin-top: 15px;
  display: flex;
  justify-content: right;
}
.editMode .p-mylistDetail__buttonArea {
  display: none;
}
.p-mylistDetail__urlCopyButton {
  max-width: 243px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__urlCopyButton {
    max-width: 308px;
    height: 40px;
  }
}
.p-mylistDetail__snsButton {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 5px;
}
.p-mylistDetail__snsButton.isTwitter {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__snsButton {
    width: 40px;
    height: 40px;
  }
}
.p-mylistDetail__itemCount {
  font-size: 12px;
  line-height: 1.25;
  padding: 14.5px 0;
  margin-top: 15px;
}
.p-mylistDetail.isOthers .p-mylistDetail__itemCount {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail.isOthers .p-mylistDetail__itemCount {
    margin-top: 20px;
  }
}
.p-mylistDetail__zeroText {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.p-mylistDetail__zeroText + .p-mylistDetail__zeroText {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__zeroText br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__zeroText {
    margin-top: 40px;
  }
}
.p-mylistDetail__searchAnime {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
  padding-bottom: 30px;
  margin-top: 30px;
}
.p-mylistDetail__searchAnime a {
  color: #eb5528;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__searchAnime {
    padding-bottom: 40px;
  }
}
.p-mylistDetail__returnMylist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
}
.p-mylistDetail__returnMylist a {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-mylistDetail__returnMylist a i {
  -webkit-mask-image: url("/img/svg_sprite.svg#arrow-left");
          mask-image: url("/img/svg_sprite.svg#arrow-left");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 3px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__returnMylist a i {
    margin-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__returnMylist {
    margin-top: 23px;
  }
}
.p-mylistDetail__privateMessage {
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetail__privateMessage {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetail {
    margin: 30px auto 23px;
  }
}

.p-mylistDetailBlock {
  background-color: #ffffff;
  padding: 20px 10px;
}
.p-mylistDetailBlock__title {
  font-size: 20px;
  font-weight: bold;
}
.p-mylistDetailBlock__status {
  margin-top: 3px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock.isError .p-mylistDetailBlock__status {
    margin-top: 6px;
  }
}
.p-mylistDetailBlock.isOthers .p-mylistDetailBlock__status {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock.isOthers .p-mylistDetailBlock__status {
    margin-top: 10px;
  }
}
.p-mylistDetailBlock__status.isEditMode {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__status.isEditMode {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__status {
    margin-top: 8px;
  }
}
.p-mylistDetailBlock__open {
  flex-grow: 1;
}
.p-mylistDetailBlock__userName {
  flex-grow: 1;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.p-mylistDetailBlock__userName a {
  color: #eb5528;
}
.p-mylistDetailBlock__niceButton {
  margin-right: 10px;
}
.p-mylistDetailBlock.isOthers .p-mylistDetailBlock__niceButton {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock.isOthers .p-mylistDetailBlock__niceButton {
    margin-right: -2px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__niceButton {
    margin-right: 20px;
  }
}
.p-mylistDetailBlock__error {
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__error {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0;
  }
}
.p-mylistDetailBlock__examination {
  flex-grow: 1;
}
.p-mylistDetailBlock__edit {
  flex: 0 0 auto;
  border-left: 1px solid #e1e1e1;
  padding-left: 17px;
}
.p-mylistDetailBlock__error + .p-mylistDetailBlock__edit {
  align-self: flex-start;
  border-left: none;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__error + .p-mylistDetailBlock__edit {
    align-self: center;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__examination + .p-mylistDetailBlock__edit {
    border-left: none;
  }
}
.p-mylistDetailBlock__edit a {
  font-size: 10px;
  line-height: 2;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__edit {
    padding-left: 27px;
  }
}
.p-mylistDetailBlock__editIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#edit");
          mask-image: url("/img/svg_sprite.svg#edit");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
.p-mylistDetailBlock__explanation {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 17px;
}
.p-mylistDetailBlock.isError .p-mylistDetailBlock__explanation {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock.isError .p-mylistDetailBlock__explanation {
    margin-top: 25px;
  }
}
.p-mylistDetailBlock.isOthers .p-mylistDetailBlock__explanation {
  margin-top: 19px;
  white-space: pre-wrap;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock.isOthers .p-mylistDetailBlock__explanation {
    margin-top: 29px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__explanation {
    margin-top: 27px;
  }
}
.p-mylistDetailBlock__specialFeature {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 25px;
}
.p-mylistDetailBlock.isOthers .p-mylistDetailBlock__specialFeature {
  color: #eb5528;
}
.p-mylistDetailBlock__banner {
  margin-top: 10px;
  display: block;
}
.p-mylistDetailBlock__banner img {
  max-width: 341px;
  height: 86px;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__banner img {
    max-width: 400px;
    height: 106px;
  }
}
.p-mylistDetailBlock__errorMsg {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #cc0033;
}
.p-mylistDetailBlock__breakOnlySP {
  display: inline;
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock__breakOnlySP {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistDetailBlock {
    padding: 30px 42px;
  }
}

.p-myListForm__field {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.p-myListForm__field.isLastChild {
  padding-bottom: 10px;
}
.p-myListForm__label {
  margin: 20px auto 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #333333;
}
.p-myListForm__subText {
  margin-left: 10px;
  font-size: 10px;
}
.p-myListForm__subText + .p-myListForm__subText {
  margin-left: 1px;
}
.p-myListForm__subText.isRequired {
  color: #cc0033;
}
.p-myListForm__input {
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  background-color: unset;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.p-myListForm__input::placeholder {
  font-weight: bold;
  color: #a2a2a2;
}
.p-myListForm__input.isText {
  padding: 11px 8px 10px;
}
.p-myListForm__input.isTextArea {
  margin-top: 10px;
  padding: 5px 8px;
  display: block;
  height: 140px;
  resize: none;
}
.p-myListForm__input.isTextArea.isErrorMsg {
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .p-myListForm__input.isTextArea {
    margin-top: 5px;
  }
}
.p-myListForm__input.isError {
  margin-top: 5px;
  border: 1px solid #cc0033;
}
@media screen and (min-width: 960px) {
  .p-myListForm__input {
    margin-top: 0;
  }
}
.p-myListForm__errorWrapper {
  margin-top: 10px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  background-color: #cc0033;
}
.p-myListForm__errorText {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
}
.p-myListForm__confirmWrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-myListForm__confirmWrapper {
    margin-bottom: 5px;
  }
}
.p-myListForm__confirmText {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
.p-myListForm__text {
  font-size: 12px;
  line-height: 18px;
}
.p-myListForm__text.isCenter {
  text-align: center;
}
.p-myListForm__text.isHasMarginTop {
  margin-top: 10px;
}
.p-myListForm__text.isOnlyPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-myListForm__text.isOnlyPC {
    display: block;
  }
}
.p-myListForm__radioGroup {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.p-myListForm__radioItem {
  padding: 13px 0 13px 5px;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-myListForm__captionWrapper {
  margin-top: 20px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-myListForm__caption {
  font-size: 10px;
  line-height: 18px;
  color: #000000;
}
.p-myListForm__caption a {
  font-weight: bold;
  color: #eb5528;
}
.p-myListForm__caption.isMarginBottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-myListForm__caption.isMarginBottom {
    margin-bottom: 11px;
  }
}
.p-myListForm__checkbox {
  margin-top: 22px;
  margin-bottom: 21px;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
}
.p-myListForm__checkboxLabel {
  margin-left: 5px;
}
.p-myListForm__finishMsg {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.p-myListForm__animeLink {
  margin-top: 30px;
  margin-bottom: 12px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.p-myListForm__animeLink a {
  font-weight: bold;
  color: #eb5528;
}
.p-myListForm__icon {
  position: relative;
}
.p-myListForm__icon.isError {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.p-myListForm__icon.isConfirm {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.p-myListForm__icon.isInfo {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.p-myListForm__icon.isInfo::before {
  -webkit-mask-image: url("/img/svg_sprite.svg#hatena");
          mask-image: url("/img/svg_sprite.svg#hatena");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
}
.p-myListForm__icon.isOpen .p-myListForm__popover {
  opacity: 1;
  pointer-events: unset;
}
.p-myListForm__popover {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  padding: 10px;
  width: 240px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 359px) {
  .p-myListForm__popover {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .p-myListForm__popover {
    width: 360px;
  }
}
.p-myListForm.isEditMode .p-myListForm__label {
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .p-myListForm.isEditMode .p-myListForm__label {
    margin-bottom: 10px;
  }
}
.p-myListForm.isEditMode .p-myListForm__input.isTextArea {
  height: 90px;
}
.p-myListForm.isEditMode .p-myListForm__radioGroup {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-myListForm.isEditMode .p-myListForm__radioGroup {
    margin-top: 10px;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .p-myListForm.isEditMode .p-myListForm__radioItem {
    margin-right: 36px;
    flex: unset;
  }
}

.p-newMyListBlock {
  margin: 30px auto 0;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 944px;
  box-sizing: border-box;
}
.p-newMyListBlock::after {
  content: "";
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}
.p-newMyListBlock__text {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-newMyListBlock__text {
    margin-bottom: 17px;
  }
}
.p-newMyListBlock__button {
  width: 100%;
  max-width: 351px;
  height: 50px;
}
.p-newMyListBlock__lineBreak {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-newMyListBlock__lineBreak {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-newMyListBlock {
    padding: 0;
    width: 100%;
  }
}

.p-addMyListModal {
  max-height: unset;
  z-index: 998;
}
.modalDialog:not(:last-of-type) .p-addMyListModal.isExistModal:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: calc(100% + 55px);
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 960px) {
  .modalDialog:not(:last-of-type) .p-addMyListModal.isExistModal:after {
    top: -61px;
    height: calc(100% + 61px);
  }
}

.p-addMyListModal__text {
  margin: 20px auto 10px;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .p-addMyListModal__text {
    padding: 0;
  }
}
.p-addMyListModal__newMyListButton .c-button {
  padding-left: 15px;
  padding-right: 10px;
  font-size: 12px;
}
.p-addMyListModal__newMyListButton .c-button__icon {
  margin-left: auto;
}
.p-addMyListModal__listContainer {
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.p-addMyListModal__listItem {
  position: relative;
  padding-left: 5px;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #e1e1e1;
}
.p-addMyListModal__listItem input {
  pointer-events: none;
}
.p-addMyListModal__listItem label {
  padding: 13px 0;
  flex: 1 1 auto;
  pointer-events: none;
}
.p-addMyListModal__listItemClickArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.p-addMyListModal__tag {
  margin-right: 5px;
}
.p-addMyListModal__tag.isPublish {
  padding: 0 3px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  background-color: #50c005;
}
.p-addMyListModal__tag.isError {
  -webkit-mask-image: url("/img/svg_sprite.svg#error");
          mask-image: url("/img/svg_sprite.svg#error");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #cc0033;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.p-addMyListModal__listItemCount {
  margin-left: auto;
  min-width: 21px;
  font-size: 10px;
  text-align: right;
}
.p-addMyListModal .p-modalFooter {
  margin-top: 12px;
}

.p-newMyListModal .p-modalHeader__text {
  font-size: 14px;
}
.p-newMyListModal__field {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.p-newMyListModal__label {
  margin: 20px auto 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #333333;
}
.p-newMyListModal__subText {
  margin-left: 10px;
  font-size: 10px;
}
.p-newMyListModal__subText + .p-newMyListModal__subText {
  margin-left: 1px;
}
.p-newMyListModal__subText.isRequired {
  color: #cc0033;
}
.p-newMyListModal__input {
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  background-color: unset;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.p-newMyListModal__input::placeholder {
  font-weight: bold;
  color: #a2a2a2;
}
.p-newMyListModal__input.isText {
  padding: 11px 8px 10px;
}
.p-newMyListModal__input.isTextArea {
  margin-top: 10px;
  padding: 5px 8px;
  display: block;
  height: 151px;
  resize: none;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (min-width: 960px) {
  .p-newMyListModal__input.isTextArea {
    height: 140px;
  }
}
.p-newMyListModal__text {
  font-size: 12px;
  line-height: 18px;
}
.p-newMyListModal__text.isCenter {
  text-align: center;
}
.p-newMyListModal__text.isHasMarginTop {
  margin-top: 10px;
}
.p-newMyListModal__radioGroup {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.p-newMyListModal__radioItem {
  padding: 13px 0 13px 5px;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-newMyListModal__captionWrapper {
  margin-top: 20px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-newMyListModal__caption {
  font-size: 10px;
  line-height: 18px;
  color: #000000;
}
.p-newMyListModal__caption a {
  font-weight: bold;
  color: #eb5528;
}
.p-newMyListModal__caption.isMarginBottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-newMyListModal__caption.isMarginBottom {
    margin-bottom: 11px;
  }
}
.p-newMyListModal__checkbox {
  margin-top: 22px;
  margin-bottom: 21px;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
}
.p-newMyListModal__checkboxLabel {
  margin-left: 5px;
}
.p-newMyListModal__finishMsg {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.p-newMyListModal__animeLink {
  margin-top: 30px;
  margin-bottom: 12px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.p-newMyListModal__animeLink a {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #eb5528;
}

.p-postTermsModal .p-modalHeader__text {
  font-size: 14px;
}
.p-postTermsModal__content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.p-postTermsModal__text {
  font-size: 12px;
  line-height: 18px;
}
.p-postTermsModal__termsContainer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
}
.p-postTermsModal__termsHeader {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.p-postTermsModal__termsText {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-postTermsModal__termsList {
  margin-top: 10px;
  margin-bottom: 20px;
  counter-reset: listNumber;
}
.p-postTermsModal__termsList li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-postTermsModal__termsList li + li {
    margin-top: 10px;
  }
}
.p-postTermsModal__termsListItem {
  position: relative;
  padding-left: 18px;
}
.p-postTermsModal__termsListItem::before {
  counter-increment: listNumber;
  content: counter(listNumber) ". ";
  position: absolute;
  top: 0;
  left: -10px;
  width: 2.2rem;
  text-align: right;
}
.p-postTermsModal__termsSubList {
  margin-top: 5px;
  counter-reset: subListNumber;
}
.p-postTermsModal__termsSubListItem {
  position: relative;
  padding-left: 30px;
}
.p-postTermsModal__termsSubListItem::before {
  counter-increment: subListNumber;
  content: "[" counter(subListNumber) "]";
  position: absolute;
  top: 0;
  left: -5px;
  width: 2.2rem;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .p-postTermsModal {
    width: 100%;
    max-width: 538px;
  }
}

.p-pageCaption {
  margin: 18px auto 15px;
  padding: 0 7px;
  max-width: 944px;
}
.p-pageCaption__text {
  padding-top: 15px;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  border-top: 1px solid rgba(162, 162, 162, 0.5);
}
@media screen and (min-width: 960px) {
  .p-pageCaption {
    margin: 30px auto 44px;
    padding: 0;
  }
}

.p-othersMylist {
  margin: 15px auto 30px;
  position: relative;
}
.p-othersMylist__itemCount {
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .p-othersMylist__itemCount {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
.p-othersMylist__sort {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-othersMylist__sort {
    width: 361px;
    margin-top: 0;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-othersMylist__list {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-othersMylist__list {
    margin-top: 23px;
  }
}
@media screen and (min-width: 960px) {
  .p-othersMylist {
    margin: 23px auto 40px;
  }
}

.p-mylistListPage {
  margin: 15px 0 30px;
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__selectEditWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistListPage > .p-mylistListPage__listSelect:first-child {
    margin: 18px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__listSelect.isEditMode {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__listSelect {
    width: 100%;
    max-width: 361px;
  }
}
.p-mylistListPage__editWrapper {
  margin: 10px -7px 0;
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__editWrapper {
    margin: 0;
  }
}
.p-mylistListPage__list {
  margin-top: 5px;
}
.p-mylistListPage__listSelect + .p-mylistListPage__list {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__listSelect + .p-mylistListPage__list {
    margin-top: 11px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__list {
    margin-top: 10px;
  }
}
.p-mylistListPage__pagination {
  margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
  .p-mylistListPage__pagination {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-mylistListPage {
    margin: 10px 0 40px;
  }
}

.p-rankingTab {
  margin-top: 0;
  margin-bottom: 15px;
}
.p-rankingTab.isGenre {
  padding: 0 5px;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .p-rankingTab.isGenre {
    margin-top: 30px;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .p-rankingTab.isType {
    margin-bottom: 10px;
  }
}
.p-rankingTab__wrapper {
  display: flex;
  justify-content: center;
}
.p-rankingTab__genreList {
  display: flex;
  height: 44px;
  overflow-x: auto;
}
@media screen and (min-width: 960px) {
  .p-rankingTab__genreList {
    width: 100%;
    height: 50px;
    overflow-x: unset;
  }
}
.p-rankingTab__genreListItem {
  flex-shrink: 0;
  background: #ffffff;
}
.p-rankingTab__genreListItem + .p-rankingTab__genreListItem {
  margin-left: 4px;
}
.p-rankingTab__genreListItem a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 34px;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
}
html.mouseDevice .p-rankingTab__genreListItem a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .p-rankingTab__genreListItem a {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}
.p-rankingTab__genreListItem.isCurrent {
  border-bottom: 2px solid #eb5528;
  color: #eb5528;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-rankingTab__genreListItem {
    padding: 0;
    min-width: calc((100% - 16px) / 5);
  }
}
.p-rankingTab__typeList {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 34px;
}
@media screen and (min-width: 960px) {
  .p-rankingTab__typeList {
    max-width: 567px;
  }
}
.p-rankingTab__typeListItem {
  min-width: calc((100% - 6px) / 3);
  background: #ffffff;
}
.p-rankingTab__typeListItem a,
.p-rankingTab__typeListItem button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
}
html.mouseDevice .p-rankingTab__typeListItem a:hover,
html.mouseDevice .p-rankingTab__typeListItem button:hover {
  background: #f5f5f5;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .p-rankingTab__typeListItem a,
.p-rankingTab__typeListItem button {
    padding: 0;
    width: 100%;
  }
}
.p-rankingTab__typeListItem button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-rankingTab__typeListItem:first-child {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}
.p-rankingTab__typeListItem:first-child a,
.p-rankingTab__typeListItem:first-child button {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}
.p-rankingTab__typeListItem:last-child {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
.p-rankingTab__typeListItem:last-child a,
.p-rankingTab__typeListItem:last-child button {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
.p-rankingTab__typeListItem + .p-rankingTab__typeListItem {
  margin-left: 2px;
}
.p-rankingTab__typeListItem.isCurrent {
  color: #eb5528;
  pointer-events: none;
}
.p-rankingTab.isMylist {
  margin: 0;
}
.p-rankingTab.isMylist .p-rankingTab__typeListItem {
  flex-basis: 100%;
}
.p-rankingTab.isMylist .p-rankingTab__typeListItem a,
.p-rankingTab.isMylist .p-rankingTab__typeListItem button {
  font-weight: normal;
  color: #a2a2a2;
}
.p-rankingTab.isMylist .p-rankingTab__typeListItem.isCurrent a,
.p-rankingTab.isMylist .p-rankingTab__typeListItem.isCurrent button {
  font-weight: bold;
  color: #eb5528;
}

.p-searchMylist {
  margin: 15px auto 30px;
  position: relative;
}
.p-searchMylist__inputArea {
  margin: 0 -7px;
}
@media screen and (min-width: 960px) {
  .p-searchMylist__inputArea {
    margin: 0;
  }
}
.p-searchMylist__countCreateWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 5px 0;
}
@media screen and (min-width: 960px) {
  .p-searchMylist__countCreateWrapper {
    margin: 18px 0 0;
  }
}
.p-searchMylist__count {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-searchMylist__count {
    font-size: 14px;
  }
}
.p-searchMylist__createMylist {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-searchMylist__createIcon {
  -webkit-mask-image: url("/img/svg_sprite.svg#plus");
          mask-image: url("/img/svg_sprite.svg#plus");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: currentcolor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: #eb5528;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 3px;
}
.p-searchMylist .p-searchMylist__sort {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-searchMylist .p-searchMylist__sort {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-searchMylist__sort {
    width: 565px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-searchMylist__result {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-searchMylist__result {
    margin-top: 18px;
  }
}
@media screen and (min-width: 960px) {
  .p-searchMylist {
    margin: 30px auto 40px;
  }
}

.u-container {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width: 960px) {
  .u-container {
    max-width: 944px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .u-notPc {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-notSp {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-scrollDisable {
  position: fixed;
  width: 100vw;
}
