/******************************************************************************
common
******************************************************************************/
.thumb-list {
  display: flex;
  flex-wrap: wrap;
}
.thumb-list__item {
  position: relative;
  width: 209px;
  margin: 0 20px 30px 0;
  background: #f7f7fa;
}
.thumb-list__item:nth-child(4n) {
  margin-right: 0;
}
.thumb-list__item a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.thumb-list__item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 118px;
  overflow: hidden;
}
.thumb-list__item .img::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  transition: all 0.1s linear;
}
.thumb-list__item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumb-list__item .txt {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.4;
}
.thumb-list__item .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.thumb-list__item .js-hover.is-hover .img::before {
  opacity: 1;
}
.thumb-list__item .js-hover.yt .img::before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.1s linear;
}
.thumb-list__item .js-hover.yt .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 0;
  padding-top: 66px;
  background: url(https://static.nexon.co.jp/arad/ver2023/index//icon_play.svg) no-repeat 0 0/100% 200%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.thumb-list__item .js-hover.yt.is-hover .img::before {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear;
}
.thumb-list__item .js-hover.yt.is-hover .img::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/index//icon_play.svg) no-repeat 0 bottom/100% 200%;
}
.thumb-list__item .js-hover.yt.is-hover img {
  transform: none;
  transition: none;
}
.thumb-list--comic .thumb-list__item .img {
  border: 1px solid #b0b0b0;
}
.thumb-list--comic-list {
  padding: 0 18px;
}
.thumb-list--comic-list .thumb-list__item {
  width: 156px;
}
.thumb-list--comic-list .thumb-list__item:nth-child(4n) {
  margin-right: 20px;
}
.thumb-list--comic-list .thumb-list__item:nth-child(5n) {
  margin-right: 0;
}
.thumb-list--comic-list .thumb-list__item a {
  display: block;
}
.thumb-list--comic-list .thumb-list__item .img {
  padding-top: 88px;
  border: 1px solid #b0b0b0;
}
.thumb-list--comic-list .thumb-list__item .txt strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-list--comic-list .thumb-list__item .txt span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #ababab;
}

.pager {
  margin-top: 10px;
  border-top: 1px solid #b7b7b7;
}
.pager.display-pc-only {
  display: flex;
}
.pager--back {
  margin-top: 40px;
}

.txt-desc {
  padding-bottom: 30px;
  line-height: 1.6;
}
.txt-desc--no-sp {
  padding-bottom: 0;
}
.txt-desc--sp-top {
  padding-top: 20px;
  padding-bottom: 0;
}
.txt-desc strong {
  font-weight: bold;
  color: #4479c1;
}

/******************************************************************************
download
******************************************************************************/
.plugin-dl {
  position: relative;
  width: 190px;
  height: 0;
  margin: 0 auto;
  padding-top: 46px;
}
.plugin-dl a {
  background: url(https://static.nexon.co.jp/arad/ver2023/library/pc/btn_plugin_dl.png) no-repeat 0 0;
}
.plugin-dl a::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/library/pc/btn_plugin_dl.png) no-repeat 0 bottom;
}

.step {
  display: flex;
  margin: 0 -20px 30px;
  padding: 0 20px 30px;
  justify-content: space-between;
  border-bottom: 1px solid #b7b7b7;
}
.step::after {
  content: "";
  display: block;
  width: 198px;
  height: 148px;
}
.step--ss1::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/library/pc/img_download_ss1.jpg) no-repeat 0 bottom;
}
.step--ss2::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/library/pc/img_download_ss2.jpg) no-repeat 0 bottom;
}

.table-wrap {
  position: relative;
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrap table th {
  padding: 20px 0;
  background: #363848;
  border: 1px solid #505261;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.table-wrap table td {
  padding: 15px 0;
  border: 1px solid #505261;
  text-align: center;
}
.table-wrap table td.hl {
  padding-left: 20px;
  text-align: left;
  background: #f7f7fa;
  vertical-align: middle;
  font-weight: bold;
}

.font-guide p {
  padding-bottom: 5px;
}
.font-guide li {
  padding-bottom: 5px;
}
.font-guide li a {
  text-decoration: underline;
}
.font-guide li a:hover {
  text-decoration: none;
}
.font-guide li:last-child {
  padding-bottom: 0;
}

/******************************************************************************
wallpapger
******************************************************************************/
.wp-list {
  display: flex;
  flex-wrap: wrap;
}
.wp-list__item {
  position: relative;
  width: 209px;
  margin: 0 20px 30px 0;
}
.wp-list__item:nth-child(4n) {
  margin-right: 0;
}
.wp-list__item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 118px;
  overflow: hidden;
}
.wp-list__item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-list__item .txt-date {
  text-align: center;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.4;
  background: #f7f7fa;
}
.wp-list__item .download {
  display: flex;
  padding-top: 11px;
  justify-content: space-between;
}
.wp-list__item .download a {
  display: flex;
  width: 100px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  background: #363848;
  transition: all 0.1s linear;
}
.wp-list__item .download a.is-hover {
  background: #585a6e;
}

/******************************************************************************
comic
******************************************************************************/
.comic-view {
  position: relative;
  width: 500px;
  margin: 0 auto 10px;
}
.comic-view > img {
  width: 100%;
  height: auto;
}

/******************************************************************************
update
******************************************************************************/
.sc-history {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
}
.sc-history:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sc-history__bnr-img {
  position: relative;
  padding-bottom: 20px;
}
.sc-history__bnr-img a {
  display: block;
  position: relative;
}
.sc-history__bnr-img a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.1s linear;
  pointer-events: none;
}
.sc-history__bnr-img a.is-hover::after {
  opacity: 1;
}
.sc-history__bnr-img img {
  display: block;
  margin: 0 auto;
}
.sc-history__detail .sc-common-box__ssttl {
  margin-bottom: 20px;
}
.sc-history__detail .date {
  position: relative;
  padding-bottom: 15px;
  font-weight: normal;
}
.sc-history__detail .date::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: -2px 7px 0 0;
  background: #000;
  vertical-align: middle;
}
.sc-history__detail .date strong {
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
  color: #4479c1;
}
.sc-history__detail dd {
  line-height: 1.6;
}

/******************************************************************************
episode
******************************************************************************/
.img-episode {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}
.img-episode > img {
  width: 100%;
  height: auto;
}

.episode {
  position: relative;
}
.episode p {
  padding-bottom: 25px;
  line-height: 1.8;
  font-size: 14px;
}
.episode p:last-child {
  padding-bottom: 0;
}

@media (max-width: 750px) {
  body.nexon {
    /******************************************************************************
    common
    ******************************************************************************/
    /******************************************************************************
    download
    ******************************************************************************/
    /******************************************************************************
    wallpapger
    ******************************************************************************/
    /******************************************************************************
    comic
    ******************************************************************************/
    /******************************************************************************
    update
    ******************************************************************************/
    /******************************************************************************
    episode
    ******************************************************************************/
  }
  body.nexon .thumb-list__item {
    width: 46.9230769231%;
    margin: 0 6.1538461538% 7.6923076923% 0;
  }
  body.nexon .thumb-list__item:nth-child(2n) {
    margin-right: 0;
  }
  body.nexon .thumb-list__item .img {
    padding-top: 56.393442623%;
  }
  body.nexon .thumb-list__item .txt {
    padding: 6.5573770492% 6.5573770492%;
    font-size: 2.9333333333vw;
  }
  body.nexon .thumb-list__item .js-hover.yt .img::after {
    width: 23.606557377%;
    padding-top: 23.606557377%;
  }
  body.nexon .thumb-list--comic-list {
    padding: 0;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item {
    width: 29.2307692308%;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item:nth-child(2n) {
    margin-right: 6.1538461538%;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item:nth-child(4n) {
    margin-right: 6.1538461538%;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item:nth-child(5n) {
    margin-right: 6.1538461538%;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item:nth-child(3n) {
    margin-right: 0;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item .img {
    padding-top: 56.8421052632%;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item .txt strong {
    font-size: 3.7333333333vw;
  }
  body.nexon .thumb-list--comic-list .thumb-list__item .txt span {
    font-size: 2.4vw;
  }
  body.nexon .pager {
    margin-top: 4.347826087%;
  }
  body.nexon .pager--back {
    margin-top: 11.5942028986%;
  }
  body.nexon .txt-desc {
    padding-bottom: 6.1538461538%;
  }
  body.nexon .txt-desc--no-sp {
    padding-bottom: 0;
  }
  body.nexon .txt-desc--sp-top {
    padding-top: 6.1538461538%;
    padding-bottom: 0;
  }
  body.nexon .table-wrap table th {
    padding: 2.2666666667vw 0;
  }
  body.nexon .table-wrap table th:first-child {
    width: 22.4vw;
  }
  body.nexon .table-wrap table td {
    padding: 2.2666666667vw;
    text-align: left;
  }
  body.nexon .table-wrap table td.hl {
    vertical-align: top;
  }
  body.nexon .font-guide p {
    padding-bottom: 1.5384615385%;
  }
  body.nexon .font-guide li {
    padding-bottom: 1.5384615385%;
  }
  body.nexon .font-guide li:last-child {
    padding-bottom: 0;
  }
  body.nexon .comic-view {
    width: 76.9230769231%;
    margin: 0 auto 1.5384615385%;
  }
  body.nexon .sc-history {
    margin-bottom: 7.6923076923%;
    padding-bottom: 6.1538461538%;
  }
  body.nexon .sc-history:last-child {
    margin-bottom: 0;
  }
  body.nexon .sc-history__bnr-img {
    padding-bottom: 4.6153846154%;
  }
  body.nexon .sc-history__bnr-img img {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
  }
  body.nexon .sc-history__detail .sc-common-box__ssttl {
    margin-bottom: 4.6153846154%;
  }
  body.nexon .sc-history__detail .date {
    padding-bottom: 3.8461538462%;
  }
  body.nexon .sc-history__detail .date::before {
    width: 0.5333333333vw;
    height: 0.5333333333vw;
    margin: 0 1.0666666667% 0 0;
  }
  body.nexon .sc-history__detail .date strong {
    padding-right: 1.0666666667vw;
  }
  body.nexon .img-episode {
    margin: 0 auto 6.1538461538%;
  }
  body.nexon .episode p {
    padding-bottom: 6.9230769231%;
    font-size: 2.9333333333vw;
  }
  body.nexon .episode p:last-child {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=library.css.map */
