/******************************************************************************
community point
******************************************************************************/
.txt-cp-read {
  padding: 30px 15px;
  border-top: 1px solid #b7b7b7;
  font-size: 16px;
  line-height: 1.6;
}
.txt-cp-read strong {
  color: #4479c1;
}

.point-get {
  padding-bottom: 40px;
}
.point-get a, .point-get button {
  position: relative;
  width: 168px;
  height: 0;
  margin: 0 auto;
  padding-top: 48px;
}
.point-get a {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_point_get_login.png) no-repeat 0 0/100% 200%;
}
.point-get a::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_point_get_login.png) no-repeat 0 bottom/100% 200%;
}
.point-get button {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_point_get.png) no-repeat 0 0/100% 200%;
}
.point-get button::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_point_get.png) no-repeat 0 bottom/100% 200%;
}

#message {
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
}

.point-box {
  width: 896px;
  margin: 0 auto 60px;
  padding: 30px 198px;
  background: #f7f7fa;
}
.point-box__now-point {
  display: flex;
  margin-bottom: 20px;
  padding: 8px 0 12px;
  background: #fff;
  justify-content: center;
  align-items: baseline;
  color: #363848;
  font-weight: bold;
  font-size: 20px;
}
.point-box__now-point .point-num {
  display: block;
  padding: 0 6px 0 25px;
  font-size: 28px;
  color: #e50101;
}
.point-box__select {
  position: relative;
  width: 190px;
  height: 32px;
  margin: 0 auto 20px;
  background: #677383;
  border: 1px solid #546172;
}
.point-box__select::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 7px;
  background: url(https://static.nexon.co.jp/arad/ver2023/common/arrow_select.svg) no-repeat 0 0/contain;
  pointer-events: none;
}
.point-box__select select {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  font-size: 12px;
  background: transparent;
  appearance: none;
  outline: none;
  border: none;
  color: #fff;
}
.point-box__select select option {
  color: #fff;
  background: #929dac;
}
.point-box__cource-select {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.point-box__cource-select .item {
  position: relative;
  width: 160px;
  height: 0;
  padding-top: 30px;
}
.point-box__cource-select .item label {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #c3c3c3;
  transition: all 0.1s linear;
}
.point-box__cource-select .item label.is-hover {
  background: #585a6e;
}
.point-box__cource-select .item label span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.point-box__cource-select .item input[type=radio] {
  display: none;
}
.point-box__cource-select .item input[type=radio]:checked + label {
  background: #363848;
}
.point-box__add {
  padding: 18px 0 20px;
  background: #fff;
}
.point-box__add .graph {
  display: flex;
  padding-bottom: 15px;
  font-size: 18px;
  color: #363848;
  justify-content: center;
  align-items: center;
}
.point-box__add .graph__bar-base {
  position: relative;
  width: 410px;
  height: 12px;
  margin-right: 12px;
}
.point-box__add .graph__bar-base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.point-box__add .graph__bar-base .bar {
  height: 12px;
  background: #f00;
}
.point-box__add .graph__bar-base .bar.transition--move {
  transition: all 0.2s linear;
}
.point-box__add .point-add {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  color: #363848;
}
.point-box__add .point-add__select {
  position: relative;
  width: 54px;
  height: 32px;
  margin: 0 7px;
  background: #677383;
  border: 1px solid #546172;
}
.point-box__add .point-add__select::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  width: 10px;
  height: 7px;
  background: url(https://static.nexon.co.jp/arad/ver2023/common/arrow_select.svg) no-repeat 0 0/contain;
  pointer-events: none;
}
.point-box__add .point-add__select select {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  font-size: 12px;
  background: transparent;
  appearance: none;
  outline: none;
  border: none;
  color: #fff;
}
.point-box__add .point-add__select select option {
  color: #fff;
  background: #929dac;
}
.point-box__confirm {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}
.point-box__confirm .character-select {
  position: relative;
  width: 250px;
  height: 32px;
  background: #677383;
  border: 1px solid #546172;
}
.point-box__confirm .character-select::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 7px;
  background: url(https://static.nexon.co.jp/arad/ver2023/common/arrow_select.svg) no-repeat 0 0/contain;
  pointer-events: none;
}
.point-box__confirm .character-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  font-size: 12px;
  background: transparent;
  appearance: none;
  outline: none;
  border: none;
  color: #fff;
}
.point-box__confirm .character-select select option {
  color: #fff;
  background: #929dac;
}
.point-box__confirm .confirm {
  position: relative;
  width: 54px;
  height: 32px;
  margin-left: 10px;
  background: #ccc;
}
.point-box__confirm .confirm button {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  background: #363848;
  justify-content: center;
  align-items: center;
}
.point-box__confirm .confirm button.is-hover {
  background: #585a6e;
  transition: all 0.1s linear;
}

.reward-lineup {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.reward-lineup--no-sp {
  padding-bottom: 0;
}
.reward-lineup__item {
  width: 438px;
  margin: 0 20px 30px 0;
}
.reward-lineup__item:nth-of-type(2n) {
  margin-right: 0;
}
.reward-lineup__item:last-of-type {
  margin-bottom: 0;
}
.reward-lineup__item .course-list__ssttl {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.reward-lineup__item .course-list__ssttl.bronze {
  background: #573623;
}
.reward-lineup__item .course-list__ssttl.silver {
  background: #717171;
}
.reward-lineup__item .course-list__ssttl.gold {
  background: #be9812;
}
.reward-lineup__item .course-list__body {
  padding: 10px 0 0;
}
.reward-lineup__item .course-list__body .item {
  display: flex;
  padding: 10px 5px 8px;
  justify-content: space-between;
  border-bottom: 1px solid #b7b7b7;
}
.reward-lineup__item .course-list__body .item span {
  display: block;
  font-size: 16px;
}

.at-box {
  position: relative;
  padding: 20px;
  border: 1px solid #e50101;
}
.at-box__ssttl {
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  color: #e50101;
}
.at-box__ssttl:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 0;
  margin-right: 10px;
  padding-top: 23px;
  background: url(https://static.nexon.co.jp/arad/ver2023/common//icon_at.svg) no-repeat 0 0/contain;
}
.at-box__body li {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.6;
}
.at-box__body li:last-child {
  padding-bottom: 0;
}

/******************************************************************************
ranking (pvp fame)
******************************************************************************/
.txt-error {
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
}

.ranking-table table {
  width: 100%;
  border-collapse: collapse;
}
.ranking-table table th {
  padding: 12px 0;
  text-align: center;
  background: #363848;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}
.ranking-table table td {
  padding: 18px 0;
  font-size: 16px;
  color: #505050;
  border-bottom: 1px solid #b7b7b7;
}
.ranking-table table td .num {
  display: flex;
  margin: 0 auto;
  font-size: 16px;
  color: #505050;
  letter-spacing: -0.05em;
  justify-content: center;
  align-items: center;
}
.ranking-table table td .num.top3 {
  width: 22px;
  height: 22px;
  background: #d70503;
  color: #fff;
}
.ranking-table table td .num.top10 {
  width: 22px;
  height: 22px;
  background: #363848;
  color: #fff;
}
.ranking-table table td .icon {
  display: block;
  position: relative;
  width: 32px;
  height: 0;
  margin: 0 auto;
  padding-top: 32px;
}
.ranking-table table td .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ranking-table--tier table th:first-child {
  width: 80px;
}
.ranking-table--tier table th:last-child {
  width: 80px;
}
.ranking-table--tier table td:first-child {
  text-align: center;
}
.ranking-table--tier table td:nth-child(2) {
  padding-left: 20px;
}
.ranking-table--tier table td:last-child {
  text-align: center;
}
.ranking-table--fame table th:first-child {
  width: 80px;
}
.ranking-table--fame table th:nth-child(2), .ranking-table--fame table th:nth-child(3) {
  width: 368px;
}
.ranking-table--fame table th:last-child {
  width: 80px;
}
.ranking-table--fame table td:first-child {
  text-align: center;
}
.ranking-table--fame table td:nth-child(2), .ranking-table--fame table td:nth-child(3) {
  padding-left: 20px;
}
.ranking-table--fame table td:last-child {
  text-align: center;
}

.pager {
  padding-top: 60px;
}

/******************************************************************************
discord
******************************************************************************/
.txt-desc {
  padding-bottom: 20px;
  line-height: 1.6;
}
.txt-desc--no-sp {
  padding-bottom: 0;
}
.txt-desc--sp-big {
  padding-bottom: 30px;
}
.txt-desc a {
  text-decoration: underline;
  color: #1558d6;
}
.txt-desc a:hover {
  text-decoration: none;
}

.step {
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}
.step--no-sp {
  padding-bottom: 0;
}
.step__txt {
  width: 598px;
}
.step__txt .discord {
  position: relative;
  width: 246px;
  height: 0;
  margin: 0 auto;
  padding-top: 43px;
}
.step__txt .discord a {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_discord.png) no-repeat 0 0/100% 200%;
}
.step__txt .discord a::after {
  background: url(https://static.nexon.co.jp/arad/ver2023/community/btn_discord.png) no-repeat 0 bottom/100% 200%;
}
.step__img {
  position: relative;
  width: 278px;
  height: 0;
  margin-top: -50px;
}
.step__img.step1 {
  padding-top: 120px;
  background: url(https://static.nexon.co.jp/arad/ver2023/community/pc/img_ss_step1.jpg) no-repeat 0 0;
}
.step__img.step2 {
  padding-top: 328px;
  background: url(https://static.nexon.co.jp/arad/ver2023/community/pc/img_ss_step2.jpg) no-repeat 0 0;
}
.step__img.step3 {
  padding-top: 284px;
  background: url(https://static.nexon.co.jp/arad/ver2023/community/pc/img_ss_step3.jpg) no-repeat 0 0;
}
.step__img.step4 {
  padding-top: 194px;
  background: url(https://static.nexon.co.jp/arad/ver2023/community/pc/img_ss_step4.jpg) no-repeat 0 0;
}

@media (max-width: 750px) {
  body.nexon {
    /******************************************************************************
    community point
    ******************************************************************************/
    /******************************************************************************
    ranking (pvp fame)
    ******************************************************************************/
    /******************************************************************************
    discord
    ******************************************************************************/
  }
  body.nexon .txt-cp-read {
    padding: 6.5217391304% 2.8985507246%;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  body.nexon .txt-cp-read br {
    display: none;
  }
  body.nexon .point-get {
    padding-bottom: 11.1594202899%;
  }
  body.nexon .point-get a, body.nexon .point-get button {
    width: 40.5797101449%;
    padding-top: 11.5942028986%;
  }
  body.nexon #message {
    padding-bottom: 11.1594202899%;
    font-size: 3.2vw;
  }
  body.nexon .point-box {
    width: 94.2028985507%;
    margin: 0 auto 14.4927536232%;
    padding: 5.7971014493% 4.347826087%;
  }
  body.nexon .point-box__now-point {
    margin-bottom: 6.7796610169%;
    padding: 1.3559322034% 0 2.0338983051%;
    font-size: 4vw;
  }
  body.nexon .point-box__now-point .point-num {
    padding: 0 2.0338983051% 0 2.3728813559%;
    font-size: 5.6vw;
  }
  body.nexon .point-box__select {
    width: 42.6666666667vw;
    height: 6.1333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  body.nexon .point-box__select::after {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 2vw;
    height: 1.3333333333vw;
  }
  body.nexon .point-box__select select {
    padding-left: 2.6666666667vw;
    font-size: 2.4vw;
  }
  body.nexon .point-box__cource-select {
    padding-bottom: 6.7796610169%;
  }
  body.nexon .point-box__cource-select .item {
    width: 30.5084745763%;
    padding-top: 10.1694915254%;
  }
  body.nexon .point-box__cource-select .item label span {
    font-size: 3.2vw;
  }
  body.nexon .point-box__add {
    padding: 5.0847457627% 0 5.0847457627%;
  }
  body.nexon .point-box__add .graph {
    padding-bottom: 5.0847457627%;
    font-size: 4.2666666667vw;
  }
  body.nexon .point-box__add .graph__bar-base {
    width: 58vw;
    height: 1.6vw;
    margin-right: 2.6666666667vw;
  }
  body.nexon .point-box__add .graph__bar-base .bar {
    height: 1.6vw;
  }
  body.nexon .point-box__add .point-add {
    font-size: 2.6666666667vw;
  }
  body.nexon .point-box__add .point-add__select {
    width: 10.6666666667vw;
    height: 6.1333333333vw;
    margin: 0 0.9333333333vw;
  }
  body.nexon .point-box__add .point-add__select::after {
    top: 2.4vw;
    right: 1.3333333333vw;
    width: 2vw;
    height: 1.3333333333vw;
  }
  body.nexon .point-box__add .point-add__select select {
    padding-left: 2.6666666667vw;
    font-size: 2.4vw;
  }
  body.nexon .point-box__confirm {
    padding-top: 6.7796610169%;
  }
  body.nexon .point-box__confirm .character-select {
    width: 42.6666666667vw;
    height: 6.1333333333vw;
  }
  body.nexon .point-box__confirm .character-select::after {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 2vw;
    height: 1.3333333333vw;
  }
  body.nexon .point-box__confirm .character-select select {
    padding-left: 2.6666666667vw;
    font-size: 2.4vw;
  }
  body.nexon .point-box__confirm .confirm {
    width: 10.6666666667vw;
    height: 6.1333333333vw;
    margin-left: 2.6666666667vw;
  }
  body.nexon .point-box__confirm .confirm button {
    font-size: 2.4vw;
  }
  body.nexon .reward-lineup {
    padding-bottom: 12.3076923077%;
  }
  body.nexon .reward-lineup--no-sp {
    padding-bottom: 0;
  }
  body.nexon .reward-lineup__item {
    width: 100%;
    margin: 0 0 7.6923076923% 0;
  }
  body.nexon .reward-lineup__item:nth-of-type(2n) {
    margin-right: 0;
  }
  body.nexon .reward-lineup__item:last-of-type {
    margin-bottom: 0;
  }
  body.nexon .reward-lineup__item .course-list__ssttl {
    padding: 2.3076923077% 0;
    font-size: 3.2vw;
  }
  body.nexon .reward-lineup__item .course-list__body {
    padding: 3.8461538462% 0 0;
  }
  body.nexon .reward-lineup__item .course-list__body .item {
    padding: 2.3076923077% 1.5384615385% 2.3076923077%;
  }
  body.nexon .reward-lineup__item .course-list__body .item span {
    font-size: 3.2vw;
  }
  body.nexon .at-box {
    padding: 4.6153846154%;
  }
  body.nexon .at-box__ssttl {
    padding-bottom: 3.3898305085%;
    font-size: 3.7333333333vw;
  }
  body.nexon .at-box__ssttl::before {
    width: 4.2666666667vw;
    margin-right: 0.6666666667vw;
    padding-top: 3.6vw;
  }
  body.nexon .at-box__body li {
    padding-bottom: 1.5384615385%;
    font-size: 3.2vw;
  }
  body.nexon .at-box__body li:last-child {
    padding-bottom: 0;
  }
  body.nexon .txt-error {
    padding-bottom: 7.6923076923%;
    font-size: 3.2vw;
  }
  body.nexon .ranking-table table th {
    padding: 1.8666666667vw 0;
    font-size: 2.6666666667vw;
  }
  body.nexon .ranking-table table td {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
  body.nexon .ranking-table table td .num {
    font-size: 3.2vw;
  }
  body.nexon .ranking-table table td .icon {
    width: 7.0666666667vw;
    padding-top: 7.0666666667vw;
  }
  body.nexon .ranking-table table td .icon.top3 {
    font-size: 2.1333333333vw;
    width: 4vw;
    height: 4vw;
  }
  body.nexon .ranking-table table td .icon.top10 {
    font-size: 2.1333333333vw;
    width: 4vw;
    height: 4vw;
  }
  body.nexon .ranking-table--tier table th:first-child {
    width: 16vw;
  }
  body.nexon .ranking-table--tier table th:last-child {
    width: 16vw;
  }
  body.nexon .ranking-table--tier table td:nth-child(2) {
    padding-left: 2.4vw;
  }
  body.nexon .ranking-table--fame table th:first-child {
    width: 10.6666666667vw;
  }
  body.nexon .ranking-table--fame table th:nth-child(2) {
    width: 28.2666666667vw;
  }
  body.nexon .ranking-table--fame table th:nth-child(3) {
    width: 32vw;
  }
  body.nexon .ranking-table--fame table th:last-child {
    width: 16vw;
  }
  body.nexon .ranking-table--fame table td:nth-child(2), body.nexon .ranking-table--fame table td:nth-child(3) {
    padding-left: 2.6666666667vw;
  }
  body.nexon .pager {
    padding-top: 10.6666666667vw;
  }
  body.nexon .txt-desc {
    padding-bottom: 4.6153846154%;
  }
  body.nexon .txt-desc--no-sp {
    padding-bottom: 0;
  }
  body.nexon .txt-desc--sp-big {
    padding-bottom: 10.7692307692%;
  }
  body.nexon .step {
    padding-bottom: 3.0769230769%;
    flex-wrap: wrap;
    justify-content: inherit;
    flex-direction: column;
  }
  body.nexon .step--no-sp {
    padding-bottom: 0;
  }
  body.nexon .step__txt {
    width: 100%;
    order: 2;
  }
  body.nexon .step__txt .discord {
    width: 63.0769230769%;
    margin: 0 auto 6.1538461538%;
    padding-top: 11.0769230769%;
  }
  body.nexon .step__img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 7.6923076923%;
    order: 1;
  }
  body.nexon .step__img.step1 {
    display: none;
  }
  body.nexon .step__img.step2 {
    padding-top: 92.9230769231%;
    background: url(https://static.nexon.co.jp/arad/ver2023/community/img_ss_step2.jpg) no-repeat 0 0/contain;
  }
  body.nexon .step__img.step3 {
    padding-top: 65.2307692308%;
    background: url(https://static.nexon.co.jp/arad/ver2023/community/img_ss_step3.jpg) no-repeat 0 0/contain;
  }
  body.nexon .step__img.step4 {
    width: 66.1538461538%;
    margin: 0 auto 7.6923076923%;
    padding-top: 36.3076923077%;
    background: url(https://static.nexon.co.jp/arad/ver2023/community/img_ss_step4.jpg) no-repeat 0 0/contain;
  }
}

/*# sourceMappingURL=community.css.map */
