@charset "UTF-8";
.authkey {
  margin-top: 40px;
}
.authkey__form {
  width: 460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.authkey__input {
  box-sizing: border-box;
  width: 68px;
  padding: 4px 0 0;
  border: solid 1px #95989a;
  outline: none;
  text-align: center;
  font-size: 54px;
  color: #333;
}
.authkey__input:focus {
  border: solid 1px #0aa0d2;
  outline: solid 1px #0aa0d2;
}
.authkey__input:nth-of-type(3) {
  margin-right: 20px;
}
.authkey__info {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
}
.authkey__time {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.authkey__time dt {
  color: #333;
}
.authkey__time dd {
  margin-left: 5px;
  color: #0aa0d2;
}
.authkey__resend {
  margin-left: 20px;
}
.authkey__caution {
  width: 460px;
  margin: 40px auto 0;
  padding: 15px;
  background-color: #f5f6f7;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
.authkey .contents {
  width: 460px;
  margin: 0 auto;
  padding: 0;
}
.authkey .contents .t-error {
  display: flex;
  width: 100%;
  margin: 6px auto 0;
  align-items: flex-start;
  font-size: 13px;
  color: #d93025;
}
.authkey .contents .t-error__center {
  align-items: flex-start;
  justify-content: center;
}
.authkey .contents .t-error::before {
  content: "";
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  margin: 0 8px 0 0;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_exclamation.svg) no-repeat center center/contain;
}
.authkey + .link-txt {
  margin-top: 16px;
}

/* ====================================================================
	sp detail
==================================================================== */
@media screen and (max-width: 807px) {
  .authkey {
    margin-top: 7.6923076923vw;
  }
  .authkey__form {
    width: auto;
    margin: 0 3.8461538462vw;
  }
  .authkey__input {
    width: 13.3333333333vw;
    padding: 0;
    font-size: 10.7692307692vw;
  }
  .authkey__input:nth-of-type(3) {
    margin-right: 3.8461538462vw;
  }
  .authkey__info {
    margin-top: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .authkey__time dd {
    margin-left: 1.2820512821vw;
  }
  .authkey__resend {
    margin-left: 3.8461538462vw;
  }
  .authkey__caution {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding: 3.8461538462vw 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
  .authkey .contents {
    width: auto;
    margin: 0 3.8461538462vw;
  }
  .authkey .contents .t-error {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .authkey .contents .t-error::before {
    content: "";
    display: block;
    width: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    margin: 0 1.2820512821vw 0 0;
  }
  .authkey + .link-txt {
    margin-top: 4.358974359vw;
  }
}
/* ====================================================================
general
==================================================================== */
* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  background-color: #F9F9F9;
}

.container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.container:has(.help-login) {
  max-width: none;
}

br.sp {
  display: none;
}

/* ====================================================================
header & footer
==================================================================== */
header {
  padding: 25px 0;
  border-bottom: solid 1px #E5E5E5;
  background-color: #fff;
}
header:not(.menu) h1 {
  position: relative;
  width: 94px;
  height: 0;
  padding-top: 14px;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/common/icn_logo_nx_text.svg) no-repeat center center/contain;
  overflow: hidden;
}
header:not(.menu) h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}

footer {
  margin-top: 73px;
  padding: 0 0 20px;
}
footer p {
  text-align: center;
  font-size: 10px;
  color: #AAAAAA;
}

/* ====================================================================
contents
==================================================================== */
article {
  line-height: 1.3;
  font-size: 14px;
  color: #333;
}
article h2.ttl {
  margin: 140px 0 0;
  text-align: center;
  font-size: 32px;
  color: #333;
}
article h2.ttl.index {
  margin-top: 60px;
}
article h2.ttl.help-login {
  margin-top: 60px;
}
article p.ttl {
  margin: 80px 0 0;
  text-align: center;
  font-size: 16px;
  color: #888;
}
article p.ttl + h2.ttl {
  margin-top: 10px;
}
article > p {
  margin: 0 30px;
}
article > p.lead-txt {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
article > p.lead-txt-2 {
  width: 460px;
  margin: 30px auto 0;
  font-size: 16px;
  color: #333;
}
article > p.lead-error {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #E9520A;
}
article > p.lead-error .maple {
  font-size: 12px;
  font-weight: normal;
}
article > p.send-authkey-txt {
  margin-top: 30px;
  text-align: center;
  color: #333;
}
article > p.send-authkey-txt span {
  font-weight: bold;
  color: #0A74FF;
}
article > p.for-passkey-user {
  width: 140px;
  margin: 80px auto 0;
  padding: 4px 0 2px;
  background-color: #888;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}
article > p.for-passkey-user + .ttl {
  margin-top: 18px;
}
article > p.lead-help-login {
  margin-top: 20px;
}
article .information {
  width: 460px;
  margin: 40px auto 0;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #F3F3F3;
}
article .information__useridttl {
  padding: 30px 0 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
article .information__useridttl + .information__userid {
  padding-top: 0;
  margin-top: 5px;
}
article .information__userid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  font-size: 16px;
}
article .information__userid dt {
  display: flex;
  align-items: center;
}
article .information__userid dt img {
  width: 18px;
}
article .information__userid dt img.apple {
  width: 16px;
}
article .information__userid dd {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-left: 4px;
}
article .information__text {
  padding: 30px;
  text-align: center;
  font-size: 16px;
}
article .information__text span {
  font-weight: bold;
  color: #0AA0D2;
}
article .information .auth-method-choice ul {
  margin: 0 10px 10px;
}
article .information .auth-method-choice ul li {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
article .information .auth-method-choice ul li + li {
  margin-top: 5px;
}
article .information .auth-method-choice ul li label {
  display: flex;
  align-items: center;
}
article .information .auth-method-choice ul li input {
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
article .information .idpw-reset {
  padding: 30px;
}
article .information .idpw-reset dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
article .information .idpw-reset dl dt:not(:first-of-type) {
  margin-top: 20px;
}
article .information .idpw-reset dl dd {
  margin-top: 7px;
  font-size: 16px;
}
article .information .idpw-reset dl dd input, article .information .idpw-reset dl dd select {
  margin: 0;
  border-radius: 6px;
  border: solid 1px #D7D7D7;
  font-size: 16px;
  padding: 16px;
}
article .information .idpw-reset-form dl dd:nth-of-type(1) input {
  width: 100%;
}
article .information .idpw-reset-form dl dd:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
article .information .idpw-reset-form dl dd:nth-of-type(2) input {
  width: 49.3%;
}
article .information .idpw-reset-form dl dd:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article .information .idpw-reset-form dl dd:nth-of-type(3) select {
  width: 33%;
}
article .information .idpw-reset-form dl dd:nth-of-type(3) select:not(:first-of-type) {
  width: 21.25%;
}
article .information .idpw-reset-confirm dl dd {
  margin-top: 10px;
  padding-bottom: 20px;
  color: #888;
  background-image: linear-gradient(to right, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}

.logintype {
  background-color: #fff;
  border: solid 1px #F3F3F3;
  border-radius: 6px;
  padding: 40px 0;
}
.logintype.nexonid {
  margin-top: 30px;
}
.logintype.passkey {
  margin-top: 30px;
}
.logintype.passkey p {
  text-align: center;
  color: #888;
}
.logintype.passkey p a {
  color: #888;
}
.logintype.passkey + .link-txt {
  margin-top: 40px;
}

.formlist {
  width: 460px;
  margin: 0 auto;
  color: #333;
}
.formlist__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.formlist__detail {
  position: relative;
  font-size: 16px;
}
.formlist__detail.error {
  padding-bottom: 6px;
}
.formlist__detail.error .formlist__input {
  border: solid 1px #D93025;
  outline: solid 1px #D93025;
  padding: 16px 16px;
}
.formlist__detail + .formlist__title {
  margin-top: 20px;
}
.formlist__detail + .formlist__detail {
  margin-top: 20px;
}
.formlist__input {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: solid 1px #D7D7D7;
  border-radius: 6px;
  padding: 16px 16px;
  font-size: 16px;
}
.formlist__input:focus {
  border: solid 1px #AAAAAA;
  outline: none;
}
.formlist__input--disp {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 0;
  padding-top: 20px;
  margin: 19px 15px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.formlist__input[type=password] + .formlist__input--disp {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_pass_visible.svg) no-repeat center center/contain;
}
.formlist__input[type=text] + .formlist__input--disp {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_pass_invisible.svg) no-repeat center center/contain;
}
.formlist__retention {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
.formlist__retention input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: solid 1px #D7D7D7;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  cursor: pointer;
}
.formlist__retention input[type=checkbox]:checked {
  background-color: #0A74FF;
  background-image: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_checkbox_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: solid 1px #0A74FF;
}
.formlist span.nexonid {
  font-size: 15px;
}

.account-type {
  position: relative;
  width: 560px;
  margin: 40px auto 0;
}
.account-type::before {
  content: "　";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin-top: 7px;
}
.account-type ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
}
.account-type ul::before {
  content: "その他のログイン";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 16px;
  background-color: #F9F9F9;
  color: #888;
}
.account-type ul li {
  position: relative;
  width: 70px;
  height: 0;
  padding-top: 70px;
  margin: 0 5px;
  border-radius: 50%;
  border: solid 1px #F3F3F3;
  overflow: hidden;
}
.account-type ul li:has(:hover) {
  border: solid 1px #EDEDED;
}
.account-type ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}
.account-type ul li a::before {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account-type ul li a:hover {
  background-color: #F3F3F3;
}
.account-type ul li.facebook a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_fb_color.svg) no-repeat center center/contain;
}
.account-type ul li.google a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_google.svg) no-repeat center center/contain;
}
.account-type ul li.apple a::before {
  width: 22px;
  padding-top: 27px;
  background: url(https://static.nexon.co.jp/common/icn_logo_apple_black.svg) no-repeat center center/contain;
}
.account-type ul li.line a::before {
  width: 25px;
  padding-top: 25px;
  background: url(https://static.nexon.co.jp/common/icn_logo_line.svg) no-repeat center center/contain;
}
.account-type ul li.x a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_x.svg) no-repeat center center/contain;
}

.agreement {
  width: 460px;
  margin: 30px auto 0;
  font-size: 14px;
  color: #333;
}
.agreement:has(.agreement__bg) {
  margin-top: 60px;
}
.agreement:not(:has(input[type=checkbox]:checked)) + .btn.common-black a {
  pointer-events: none;
  background-color: #AAAAAA;
}
.agreement.dotline::before, .agreement.dotline::after {
  content: "　";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
}
.agreement.dotline::before {
  margin-bottom: 30px;
}
.agreement.dotline::after {
  margin-top: 30px;
}
.agreement__bg {
  width: 460px;
  margin: 20px auto 0;
  background-color: #fff;
  border: solid 1px #F3F3F3;
  border-radius: 6px;
  padding: 40px 0;
}
.agreement__bg .agreement__check {
  margin: 0;
  padding: 0;
}
.agreement__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.agreement__text:has(+ .agreement__bg) {
  font-size: 16px;
}
.agreement__text + .agreement__check {
  margin-top: 20px;
}
.agreement__check {
  text-align: center;
  padding: 0 20px;
}
.agreement__check.error {
  border: solid 2px #D93025;
}
.agreement__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 0;
  padding-top: 23px;
  margin-right: 8px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_agreement_checkbox_default.svg) no-repeat center center/contain;
  transform: translateY(-1px);
}
.agreement input[type=checkbox] {
  display: none;
}
.agreement input[type=checkbox]:checked + .agreement__checkbox {
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_agreement_checkbox_checked.svg) no-repeat center center/contain;
}

.help-login {
  margin-top: 60px;
}
.help-login h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.help-login__inner {
  display: flex;
  justify-content: center;
}
.help-login__left {
  width: 400px;
  background-color: #fff;
  border: solid 1px #F3F3F3;
  border-radius: 6px;
}
.help-login__left--cnt1 {
  position: relative;
  padding: 30px 0;
}
.help-login__left--cnt1 h3:not(:first-of-type) {
  margin-top: 37px;
}
.help-login__left--cnt1 .btn.common-black {
  width: 320px;
  margin: 15px auto 0;
}
.help-login__left--cnt1 .btn.common-black a {
  height: 46px;
  padding: 14px 16px 0;
  font-size: 14px;
}
.help-login__left--cnt1 .btn.common-black a::after {
  width: 8px;
  height: 13px;
  right: 16px;
}
.help-login__left--cnt1 .balloon {
  position: absolute;
  top: 0;
  left: 0;
  margin: -38px 0 0 341px;
  width: 71px;
  height: 0;
  padding-top: 65px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/login/img_balloon.svg) no-repeat left center/contain;
}
.help-login__left--cnt1 .balloon p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.help-login__left--cnt1 .balloon p strong {
  font-size: 13px;
  font-weight: 900;
}
.help-login__right {
  width: 400px;
  margin-left: 20px;
}
.help-login__right--cnt1 {
  padding: 30px 0;
  background-color: #fff;
  border: solid 1px #F3F3F3;
  border-radius: 6px;
}
.help-login__right--cnt1 h3:not(:first-of-type) {
  margin-top: 37px;
}
.help-login__right--cnt1 .btn-wrap {
  margin-top: 15px;
}
.help-login__right--cnt2 {
  margin-top: 20px;
  padding: 30px 0;
  background-color: #fff;
  border: solid 1px #F3F3F3;
  border-radius: 6px;
}
.help-login .notes {
  width: 320px;
  margin: 6px auto 0;
  font-size: 10px;
  padding: 0;
  text-indent: 0;
  color: #888;
}
.help-login .for-passkey-user {
  display: inline-block;
  border-radius: 4px;
  margin: 0 0 4px 40px;
  padding: 3px 5px 2px;
  background-color: #888;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

p.notes {
  width: 460px;
  margin: 20px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #888;
}

.t-error {
  display: flex;
  width: 100%;
  margin: 20px auto 0;
  align-items: flex-start;
  font-size: 13px;
  color: #D93025;
}
.t-error__center {
  align-items: flex-start;
  justify-content: center;
}
.t-error::before {
  content: "";
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  margin: 0 8px 0 0;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_exclamation.svg) no-repeat center center/contain;
}

a.blank::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 15px;
  height: 0;
  margin: 0 2px;
  padding-top: 12px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_window_border_gray.svg) no-repeat center center/contain;
}

/* ====================================================================
authkey override
==================================================================== */
.authkey {
  margin-top: 30px;
}
.authkey__input {
  border: solid 1px #D7D7D7;
  border-radius: 6px;
}
.authkey__input:focus {
  border: solid 1px #AAAAAA;
  outline: none;
}
.authkey__input:nth-of-type(3) {
  margin-right: 10px;
}
.authkey__info {
  display: flex;
  justify-content: space-between;
  width: 460px;
  margin: 20px auto 0;
  font-size: 14px;
}
.authkey__time {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.authkey__time dt {
  color: #333;
}
.authkey__time dd {
  margin-left: 5px;
  color: #0AA0D2;
}
.authkey__resend a {
  color: #888;
}
.authkey .contents .t-error {
  margin: 20px auto 0;
  font-size: 14px;
}
.authkey .contents .t-error__center {
  justify-content: center;
}

/* ====================================================================
nexon id
==================================================================== */
span.nexonid-info {
  position: relative;
  display: block;
  width: 14px;
  height: 0;
  padding-top: 14px;
  margin-left: 6px;
  transform: translateY(-1px);
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_nexonid_info.svg) no-repeat center center/contain;
}
span.nexonid-info::after {
  content: "メールアドレスやゲームIDではログインできません";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 305px;
  height: 0;
  opacity: 0;
  padding-top: 24px;
  margin: -5px 0 0 16px;
  transform: translateX(5px);
  overflow: hidden;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/img_tips_nexonid_pc.png) no-repeat center center/contain;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}
span.nexonid-info:hover::after, span.nexonid-info.hover::after {
  transform: translateX(0);
  opacity: 1;
}

/* ====================================================================
btn & link
==================================================================== */
.btn-wrap {
  display: flex;
  justify-content: center;
}

.btn {
  margin: 0 auto;
}
.btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn.login {
  margin-top: 20px !important;
}
.btn.login.progress span {
  background-color: #c3c1c1;
  color: #f5f6f7;
  display: block;
  box-sizing: border-box;
}
.btn.login.progress span::after {
  top: 19px;
  right: 22px;
}
.btn.login + .link-txt {
  margin-top: 20px;
}
.btn.login-passkey span::before,
.btn.login-passkey a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 21px;
  height: 0;
  padding-top: 21px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/passkey_btn_icn.svg) no-repeat center center/contain;
}
.btn.login-passkey + .t-error {
  margin-top: 20px;
}
.btn.common-blue, .btn.common-gray, .btn.common-black {
  margin-top: 30px;
  width: 460px;
  border-radius: 6px;
  overflow: hidden;
}
.btn.common-blue span,
.btn.common-blue a, .btn.common-gray span,
.btn.common-gray a, .btn.common-black span,
.btn.common-black a {
  position: relative;
  height: 56px;
  padding: 18px 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.common-blue span::after,
.btn.common-blue a::after, .btn.common-gray span::after,
.btn.common-gray a::after, .btn.common-black span::after,
.btn.common-black a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 16px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_arrow_w.svg) no-repeat center center/contain;
}
.btn.common-blue a {
  background-color: #0AA0D2;
}
.btn.common-blue a::after {
  top: 19px;
  right: 22px;
}
.btn.common-blue a:hover {
  background-color: #14AAE5;
}
.btn.common-gray a {
  background-color: #6e6e70;
  text-align: right;
}
.btn.common-gray a::after {
  top: 21px;
  left: 22px;
  transform: rotateZ(180deg);
}
.btn.common-gray a:hover {
  background-color: #87878a;
}
.btn.common-black a {
  background-color: #333;
}
.btn.common-black a::after {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn.common-black a:hover {
  background-color: #0A74FF;
}
.btn.use-mail, .btn.use-phone {
  width: 155px;
  margin: 0;
}
.btn.use-mail a, .btn.use-phone a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 37px;
  padding: 2px 12px 0;
  border: solid 1px #CACED1;
  border-radius: 6px;
  background-color: #fff;
  font-size: 11px;
  color: #444;
}
.btn.use-mail a::before, .btn.use-phone a::before {
  content: "";
  display: block;
  margin-right: 7px;
}
.btn.use-mail a::after, .btn.use-phone a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin-right: 12px;
  display: block;
  width: 7px;
  height: 0;
  padding-top: 11px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_arrow_lg.svg) no-repeat center center/contain;
}
.btn.use-mail a:hover, .btn.use-phone a:hover {
  background-color: #FAFBFB;
}
.btn.use-mail {
  margin-right: 10px;
}
.btn.use-mail a::before {
  width: 17px;
  height: 0;
  padding-top: 14px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/login/icn_mail.svg) no-repeat center center/contain;
}
.btn.use-phone a::before {
  width: 13px;
  height: 0;
  padding-top: 19px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/login/icn_phone.svg) no-repeat center center/contain;
}
.btn.use-form {
  width: 320px;
  margin: 16px auto 0;
}
.btn.use-form a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 46px;
  padding: 2px 12px 0;
  border: solid 1px #CACED1;
  border-radius: 6px;
  background-color: #fff;
  font-size: 11px;
  color: #444;
}
.btn.use-form a::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 15px;
  height: 0;
  padding-top: 19px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/login/icn_form.svg) no-repeat center center/contain;
}
.btn.use-form a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin-right: 12px;
  display: block;
  width: 7px;
  height: 0;
  padding-top: 11px;
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_arrow_lg.svg) no-repeat center center/contain;
}
.btn.use-form a:hover {
  background-color: #FAFBFB;
}
.btn.m20 {
  margin-top: 20px;
}
.btn.m60 {
  margin-top: 60px;
}
.btn.tc {
  text-align: center;
}

.link-txt {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
.link-txt a {
  color: #888;
}
.link-txt a:hover {
  text-decoration: none;
}
.link-txt + .link-txt {
  margin-top: 20px;
}
.link-txt.back-close {
  margin-top: 40px;
}
.link-txt.use-mapleid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.link-txt.use-mapleid::before {
  content: "";
  display: block;
  margin-right: 7px;
  width: 25px;
  height: 0;
  padding-top: 28px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/login/icn_maple.svg) no-repeat center center/contain;
}
.link-txt.use-mapleid + .link-txt {
  margin-top: 30px;
}

/* =====================================================================
ダークテーマ設定
===================================================================== */
body.dark {
  background: #212427;
  /* ====================================================================
  nexon id
  ==================================================================== */
  /* ====================================================================
  btn & link
  ==================================================================== */
}
body.dark a {
  color: rgba(227, 239, 252, 0.44);
}
body.dark a:hover {
  color: rgba(227, 239, 252, 0.44);
}
body.dark header {
  border-bottom: 1px solid rgba(227, 239, 252, 0.08);
  background: #212427;
}
body.dark header:not(.menu) h1 {
  width: 96px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/logo_nexon_dark.svg) no-repeat center center/contain;
}
body.dark footer p {
  color: rgba(227, 239, 252, 0.44);
}
body.dark article {
  color: #F0F5FA;
}
body.dark article h2.ttl {
  color: #F0F5FA;
}
body.dark article > p.lead-txt {
  color: #888;
}
body.dark article > p.lead-error {
  color: #F57A7A;
}
body.dark .logintype {
  border-radius: 6px;
  border: 1px solid var(--alpha-gray-8, rgba(227, 239, 252, 0.08));
  background: var(--alpha-gray-4, rgba(227, 239, 252, 0.04));
}
body.dark .logintype.passkey p {
  color: var(--alpha-gray-44, rgba(227, 239, 252, 0.44));
}
body.dark .logintype.passkey p a {
  color: var(--alpha-gray-44, rgba(227, 239, 252, 0.44));
}
body.dark .formlist {
  color: #F0F5FA;
}
body.dark .formlist__detail.error .formlist__input {
  border: solid 1px #F57A7A;
  outline: solid 1px #F57A7A;
}
body.dark .formlist__input {
  border-radius: 6px;
  border: 1px solid var(--alpha-gray-8, rgba(227, 239, 252, 0.08));
  background: var(--alpha-gray-4, rgba(227, 239, 252, 0.04));
  color: #F0F5FA;
}
body.dark .formlist__input:focus {
  border: solid 1px #AAAAAA;
  outline: none;
}
body.dark .formlist__retention {
  color: var(--gray-100, #F0F5FA);
}
body.dark .formlist__retention input[type=checkbox] {
  border: 1px solid #6f7f90;
  background: rgba(227, 239, 252, 0.04);
}
body.dark .formlist__retention input[type=checkbox]:checked {
  background-color: var(--brand-500-base, #1CA6F3);
  background-image: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_checkbox_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: solid 1px var(--brand-500-base, #1CA6F3);
}
body.dark .account-type::before {
  background: var(--alpha-gray-8, rgba(227, 239, 252, 0.08));
}
body.dark .account-type ul::before {
  background: #212427;
  color: var(--alpha-gray-44, rgba(227, 239, 252, 0.44));
}
body.dark .account-type ul li {
  border: solid 1px var(--alpha-basic-20, rgba(227, 239, 252, 0.2));
  overflow: hidden;
}
body.dark .account-type ul li:has(:hover) {
  border: solid 1px var(--alpha-basic-20, rgba(227, 239, 252, 0.2));
}
body.dark .account-type ul li a {
  background-color: transparent;
}
body.dark .account-type ul li a:hover {
  background-color: var(--alpha-basic-20, rgba(227, 239, 252, 0.2));
}
body.dark .account-type ul li.facebook a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_fb_color.svg) no-repeat center center/contain;
}
body.dark .account-type ul li.google a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_google.svg) no-repeat center center/contain;
}
body.dark .account-type ul li.apple a::before {
  width: 22px;
  padding-top: 27px;
  background: url(https://static.nexon.co.jp/common/icn_logo_apple_white.svg) no-repeat center center/contain;
}
body.dark .account-type ul li.line a::before {
  width: 25px;
  padding-top: 25px;
  background: url(https://static.nexon.co.jp/common/icn_logo_line.svg) no-repeat center center/contain;
}
body.dark .account-type ul li.x a::before {
  width: 30px;
  padding-top: 30px;
  background: url(https://static.nexon.co.jp/common/icn_logo_x.svg) no-repeat center center/contain;
  filter: invert(1);
}
body.dark .t-error {
  color: #F57A7A;
}
body.dark .t-error::before {
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_exclamation_dark.svg) no-repeat center center/contain;
}
body.dark span.nexonid-info {
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_nexonid_info.svg) no-repeat center center/contain;
}
body.dark span.nexonid-info::after {
  background: url(https://static.nexon.co.jp/nexon/ver2026/common/img_tips_nexonid_dark_pc.webp) no-repeat center center/contain;
}
body.dark .btn.login.progress span {
  background-color: #c3c1c1;
  color: #f5f6f7;
}
body.dark .btn.common-black a {
  background: var(--brand-500-base, #1CA6F3);
}
body.dark .btn.common-black a:hover {
  color: #fff;
  background: #0A74FF;
}
body.dark .btn.m20 {
  margin-top: 20px;
}
body.dark .btn.m60 {
  margin-top: 60px;
}
body.dark .btn.tc {
  text-align: center;
}
body.dark .link-txt {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
body.dark .link-txt a {
  color: #888;
}
body.dark .link-txt a:hover {
  text-decoration: none;
}
body.dark .link-txt + .link-txt {
  margin-top: 20px;
}
body.dark .link-txt.back {
  margin-top: 30px;
}

/* ====================================================================
	sp detail
==================================================================== */
@media screen and (max-width: 780px) {
  /* ====================================================================
  general
  ==================================================================== */
  .container {
    max-width: 100%;
  }
  br.sp {
    display: inline;
  }
  /* ====================================================================
  header & footer
  ==================================================================== */
  header {
    padding: 5.3846153846vw 0;
  }
  header:not(.menu) h1 {
    width: 20.5128205128vw;
    padding-top: 3.0769230769vw;
  }
  footer {
    margin-top: 10.2564102564vw;
    padding: 0 0 2.5641025641vw;
  }
  footer p {
    font-size: 2.0512820513vw;
  }
  /* ====================================================================
  contents
  ==================================================================== */
  article {
    font-size: 3.0769230769vw;
  }
  article h2.ttl {
    margin: 17.9487179487vw 0 0;
    font-size: 5.1282051282vw;
  }
  article h2.ttl.index {
    margin-top: 10.2564102564vw;
  }
  article h2.ttl.help-login {
    margin-top: 10.2564102564vw;
  }
  article p.ttl {
    margin: 10.2564102564vw 0 0;
    font-size: 3.0769230769vw;
  }
  article p.ttl + h2.ttl {
    margin-top: 1.2820512821vw;
  }
  article > p {
    margin: 0 3.8461538462vw;
  }
  article > p.lead-txt {
    margin-top: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  article > p.lead-txt-2 {
    width: 92.3076923077vw;
    margin: 7.6923076923vw auto 0;
    font-size: 3.0769230769vw;
  }
  article > p.lead-error {
    margin-top: 6.4102564103vw;
    font-size: 3.0769230769vw;
  }
  article > p.lead-error .maple {
    font-size: 2.5641025641vw;
  }
  article > p.send-authkey-txt {
    margin-top: 3.8461538462vw;
  }
  article > p.for-passkey-user {
    width: 28.2051282051vw;
    margin: 10.2564102564vw auto 0;
    padding: 0.5128205128vw 0 0.2564102564vw;
    font-size: 2.8205128205vw;
    border-radius: 0.641025641vw;
  }
  article > p.for-passkey-user + .ttl {
    margin-top: 3.2051282051vw;
  }
  article > p.lead-help-login {
    margin-top: 1.2820512821vw;
  }
  article .information {
    width: 92.3076923077vw;
    margin: 6.4102564103vw auto 0;
    border-radius: 1.0256410256vw;
  }
  article .information__useridttl {
    padding: 5.1282051282vw 0 0;
    font-size: 2.5641025641vw;
  }
  article .information__useridttl + .information__userid {
    margin-top: 0.641025641vw;
  }
  article .information__userid {
    padding: 6.4102564103vw 0;
    font-size: 4.8717948718vw;
  }
  article .information__userid dt img {
    width: 3.5897435897vw;
  }
  article .information__userid dt img.apple {
    width: 3.2051282051vw;
  }
  article .information__userid dd {
    font-size: 4.8717948718vw;
    margin-left: 0.5128205128vw;
  }
  article .information__text {
    padding: 6.4102564103vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  article .information .auth-method-choice ul {
    margin: 0 1.5384615385vw 1.5384615385vw;
  }
  article .information .auth-method-choice ul li {
    border-radius: 0.7692307692vw;
    padding: 3.3333333333vw;
    font-size: 3.0769230769vw;
  }
  article .information .auth-method-choice ul li + li {
    margin-top: 0.7692307692vw;
  }
  article .information .auth-method-choice ul li input {
    margin-right: 1.7948717949vw;
    width: 3.8461538462vw;
    height: auto;
  }
  article .information .idpw-reset {
    padding: 5.1282051282vw;
  }
  article .information .idpw-reset dl dt {
    font-size: 3.8461538462vw;
  }
  article .information .idpw-reset dl dt:not(:first-of-type) {
    margin-top: 5.1282051282vw;
  }
  article .information .idpw-reset dl dd {
    margin-top: 1.7948717949vw;
    font-size: 3.8461538462vw;
  }
  article .information .idpw-reset dl dd input, article .information .idpw-reset dl dd select {
    margin: 0;
    border-radius: 0.7692307692vw;
    border: solid 1px #D7D7D7;
    font-size: 3.5897435897vw;
    padding: 3.3333333333vw;
  }
  article .information .idpw-reset-confirm dl dd {
    margin-top: 2.5641025641vw;
    padding-bottom: 3.8461538462vw;
  }
  .logintype {
    width: 92.3076923077vw;
    border-radius: 1.0256410256vw;
    padding: 7.6923076923vw 0;
    margin: 0 auto;
  }
  .logintype.nexonid {
    margin-top: 6.4102564103vw;
  }
  .logintype.passkey {
    margin-top: 5.1282051282vw;
  }
  .logintype.passkey p {
    margin-top: 6.4102564103vw;
  }
  .logintype.passkey + .link-txt {
    margin-top: 10.2564102564vw;
  }
  .logintype .btn {
    width: 84.6153846154vw !important;
  }
  .formlist {
    width: 84.6153846154vw;
  }
  .formlist__title {
    display: flex;
    align-items: center;
    font-size: 3.8461538462vw;
    font-weight: bold;
    margin-bottom: 1.7948717949vw;
  }
  .formlist__detail {
    position: relative;
    font-size: 3.8461538462vw;
  }
  .formlist__detail.error {
    padding-bottom: 0.7692307692vw;
  }
  .formlist__detail.error .formlist__input {
    padding: 3.2051282051vw 2.5641025641vw;
  }
  .formlist__detail + .formlist__title {
    margin-top: 3.8461538462vw;
  }
  .formlist__detail + .formlist__detail {
    margin-top: 3.8461538462vw;
  }
  .formlist__input {
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: solid 1px #D7D7D7;
    border-radius: 1.0256410256vw;
    padding: 3.2051282051vw 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
  .formlist__input--disp {
    width: 6.0256410256vw;
    padding-top: 4.1025641026vw;
    margin: 4.1025641026vw 2.5641025641vw 0 0;
  }
  .formlist__retention {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .formlist__retention input[type=checkbox] {
    margin-right: 1.2820512821vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 0.5128205128vw;
    transform: translateY(-0.3846153846vw);
  }
  .formlist span.nexonid {
    font-size: 3.8461538462vw;
  }
  .account-type {
    width: 92.3076923077vw;
    margin: 10.2564102564vw auto 0;
  }
  .account-type::before {
    height: 2px;
    margin-top: 0.5em;
  }
  .account-type ul {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 9.7435897436vw;
  }
  .account-type ul::before {
    padding: 0 1.5384615385vw;
  }
  .account-type ul li {
    width: 12.8205128205vw;
    padding-top: 12.8205128205vw;
    margin: 0 0.8974358974vw;
  }
  .account-type ul li.facebook a::before {
    width: 5.3846153846vw;
    padding-top: 5.3846153846vw;
  }
  .account-type ul li.google a::before {
    width: 5.3846153846vw;
    padding-top: 5.3846153846vw;
  }
  .account-type ul li.apple a::before {
    width: 4.1025641026vw;
    padding-top: 4.8717948718vw;
  }
  .account-type ul li.line a::before {
    width: 4.6153846154vw;
    padding-top: 4.6153846154vw;
  }
  .account-type ul li.x a::before {
    width: 5.3846153846vw;
    padding-top: 5.3846153846vw;
  }
  .agreement {
    width: 92.3076923077vw;
    margin: 7.6923076923vw auto 0;
    font-size: 3.0769230769vw;
  }
  .agreement:has(.agreement__bg) {
    margin-top: 7.6923076923vw;
  }
  .agreement__bg {
    width: auto;
    margin: 5.1282051282vw 3.8461538462vw 0;
    border-radius: 1.0256410256vw;
    padding: 3.8461538462vw 3.8461538462vw;
    text-align: left;
  }
  .agreement__bg .agreement__check {
    margin: 0;
    padding: 0 0 0 5.7692307692vw;
    text-indent: -5.7692307692vw;
    text-align: left;
  }
  .agreement__text {
    font-size: 3.0769230769vw;
  }
  .agreement__text:has(+ .agreement__bg) {
    font-size: 3.0769230769vw;
  }
  .agreement__text + .agreement__check {
    margin-top: 3.8461538462vw;
  }
  .agreement__check {
    padding: 0 2.5641025641vw;
  }
  .agreement__check.error {
    border: solid 2px #D93025;
  }
  .agreement__checkbox {
    width: 4.6153846154vw;
    padding-top: 4.6153846154vw;
    margin-right: 1.2820512821vw;
  }
  .help-login {
    margin-top: 10.2564102564vw;
  }
  .help-login h3 {
    width: 83.3333333333vw;
    padding-bottom: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
  .help-login__inner {
    display: block;
  }
  .help-login__left {
    width: 92.3076923077vw;
    margin: 0 auto;
  }
  .help-login__left--cnt1 {
    padding: 7.6923076923vw 0;
  }
  .help-login__left--cnt1 h3:not(:first-of-type) {
    margin-top: 7.6923076923vw;
  }
  .help-login__left--cnt1 .btn.common-black {
    width: 83.3333333333vw;
    margin: 3.8461538462vw auto 0;
  }
  .help-login__left--cnt1 .btn.common-black a {
    height: auto;
    padding: 3.5897435897vw 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .help-login__left--cnt1 .btn.common-black a::after {
    width: 1.9230769231vw;
    height: 0;
    padding-top: 3.2051282051vw;
    right: 0;
  }
  .help-login__left--cnt1 .notes {
    width: 83.3333333333vw;
    margin: 2.5641025641vw auto 0;
    font-size: 3.0769230769vw;
  }
  .help-login__left--cnt1 .balloon {
    position: absolute;
    top: 0;
    left: 0;
    margin: -6.7948717949vw 0 0 77.6923076923vw;
    width: 15.8974358974vw;
    height: 0;
    padding-top: 15.3846153846vw;
  }
  .help-login__left--cnt1 .balloon p {
    padding-top: 3.8461538462vw;
    font-size: 2.6923076923vw;
  }
  .help-login__left--cnt1 .balloon p strong {
    font-size: 3.0769230769vw;
  }
  .help-login__right {
    width: 92.3076923077vw;
    margin: 7.6923076923vw auto 0;
  }
  .help-login__right--cnt1 {
    padding: 7.6923076923vw 0;
  }
  .help-login__right--cnt1 h3:not(:first-of-type) {
    margin-top: 7.6923076923vw;
  }
  .help-login__right--cnt1 .btn-wrap {
    margin-top: 5.1282051282vw;
  }
  .help-login__right--cnt2 {
    margin-top: 7.6923076923vw;
    padding: 7.6923076923vw 0;
  }
  .help-login .notes {
    width: 83.3333333333vw;
    margin: 2.5641025641vw auto 0;
    font-size: 3.0769230769vw;
  }
  .help-login .for-passkey-user {
    display: inline-block;
    border-radius: 0.5128205128vw;
    margin: 0 0 0.5128205128vw 3.8461538462vw;
    padding: 0.5128205128vw 0.641025641vw 0.2564102564vw;
    font-size: 1.9230769231vw;
  }
  p.notes {
    width: 92.3076923077vw;
    margin: 3.8461538462vw auto 0;
  }
  .t-error {
    margin-top: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .t-error::before {
    content: "";
    display: block;
    width: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    margin: 0 1.2820512821vw 0 0;
  }
  a.blank::after {
    content: "";
    display: inline-block;
    font-size: 0;
    width: 3.4615384615vw;
    height: 0;
    margin: 0 0.5128205128vw;
    padding-top: 2.8205128205vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_window_border_gray.svg) no-repeat center center/contain;
  }
  /* ====================================================================
  authkey override
  ==================================================================== */
  .authkey {
    margin-top: 5.1282051282vw;
  }
  .authkey__input {
    border-radius: 1.0256410256vw;
  }
  .authkey__input:nth-of-type(3) {
    margin-right: 2.5641025641vw;
  }
  .authkey__info {
    display: flex;
    justify-content: space-between;
    width: 92.3076923077vw;
    margin: 3.8461538462vw auto 0;
    font-size: 3.0769230769vw;
  }
  .authkey__time {
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
  .authkey__time dd {
    margin-left: 1.2820512821vw;
  }
  .authkey__resend a {
    color: #888;
  }
  .authkey .contents .t-error {
    margin: 3.8461538462vw auto 0;
    font-size: 3.0769230769vw;
  }
  /* ====================================================================
  nexon id
  ==================================================================== */
  span.nexonid-info {
    position: relative;
    display: block;
    width: 3.5897435897vw;
    height: 0;
    padding-top: 3.5897435897vw;
    margin-left: 1.5384615385vw;
    transform: translateY(-0.3846153846vw);
    background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_nexonid_info.svg) no-repeat center center/contain;
  }
  span.nexonid-info::after {
    content: "メールアドレスやゲームIDではログインできません";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 63.5897435897vw;
    height: 0;
    opacity: 0;
    padding-top: 6.9230769231vw;
    margin: -1.9230769231vw 0 0 4.4871794872vw;
    transform: translateY(0) translateX(0.8vw);
    overflow: hidden;
    background: url(https://static.nexon.co.jp/nexon/ver2026/common/img_tips_nexonid_sp.png) no-repeat center center/contain;
    transition: all 0.2s ease 0s;
    pointer-events: none;
  }
  span.nexonid-info:hover::after, span.nexonid-info.hover::after {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
  /* ====================================================================
  btn & link
  ==================================================================== */
  .btn {
    margin: 0 auto;
  }
  .btn a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
  }
  .btn.login {
    margin-top: 5.1282051282vw !important;
  }
  .btn.login.progress span {
    background-color: #c3c1c1;
    color: #f5f6f7;
    display: block;
    box-sizing: border-box;
  }
  .btn.login.progress span::after {
    top: 0;
    right: 0;
    margin: 3.7179487179vw 3.8461538462vw 0 0;
  }
  .btn.login + .link-txt {
    margin-top: 6.4102564103vw;
  }
  .btn.login-passkey span::before,
  .btn.login-passkey a::before {
    left: 0;
    margin-left: 3.8461538462vw;
    width: 4.358974359vw;
    padding-top: 4.358974359vw;
  }
  .btn.login-passkey + .t-error {
    margin-top: 3.8461538462vw;
  }
  .btn.common-blue, .btn.common-gray, .btn.common-black {
    margin: 7.6923076923vw auto 0;
    width: 92.3076923077vw;
  }
  .btn.common-blue span,
  .btn.common-blue a, .btn.common-gray span,
  .btn.common-gray a, .btn.common-black span,
  .btn.common-black a {
    position: relative;
    height: auto;
    padding: 3.0769230769vw 0 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .btn.common-blue span::after,
  .btn.common-blue a::after, .btn.common-gray span::after,
  .btn.common-gray a::after, .btn.common-black span::after,
  .btn.common-black a::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.9230769231vw;
    height: 0;
    padding-top: 3.2051282051vw;
    background: url(https://static.nexon.co.jp/nexon/ver2026/common/icn_arrow_w.svg) no-repeat center center/contain;
  }
  .btn.common-gray a::after {
    top: 0;
    left: 0;
    transform: rotateZ(180deg);
  }
  .btn.common-black a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 3.8461538462vw;
  }
  .btn.use-mail, .btn.use-phone {
    width: 40.3846153846vw;
    margin: 0;
  }
  .btn.use-mail a, .btn.use-phone a {
    height: 9.6153846154vw;
    padding: 0.5128205128vw 3.0769230769vw 0;
    font-size: 2.8205128205vw;
    border-radius: 1.0256410256vw;
  }
  .btn.use-mail a::before, .btn.use-phone a::before {
    margin-right: 1.2820512821vw;
  }
  .btn.use-mail a::after, .btn.use-phone a::after {
    margin-right: 3.0769230769vw;
    width: 1.7948717949vw;
    padding-top: 2.6923076923vw;
  }
  .btn.use-mail {
    margin-right: 2.5641025641vw;
  }
  .btn.use-mail a::before {
    width: 4.4871794872vw;
    padding-top: 3.4615384615vw;
  }
  .btn.use-phone a::before {
    width: 3.0769230769vw;
    padding-top: 4.8717948718vw;
  }
  .btn.use-form {
    width: 83.3333333333vw;
    margin: 5.1282051282vw auto 0;
  }
  .btn.use-form a {
    height: auto;
    padding: 3.5897435897vw 3.8461538462vw;
    border-radius: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
  .btn.use-form a::before {
    margin-right: 2.5641025641vw;
    width: 3.7179487179vw;
    padding-top: 4.4871794872vw;
  }
  .btn.use-form a::after {
    margin-right: 3.8461538462vw;
    width: 1.9230769231vw;
    padding-top: 3.2051282051vw;
  }
  .btn.m20 {
    margin-top: 2.5641025641vw;
  }
  .btn.m60 {
    margin-top: 7.6923076923vw;
  }
  .btn.tc {
    text-align: center;
  }
  .link-txt {
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .link-txt + .link-txt {
    margin-top: 6.4102564103vw;
  }
  .link-txt.back {
    margin-top: 7.6923076923vw;
  }
  .link-txt.back-close {
    margin-top: 7.6923076923vw;
  }
  .link-txt.use-mapleid {
    margin-top: 7.6923076923vw;
  }
  .link-txt.use-mapleid::before {
    margin-right: 1.2820512821vw;
    width: 3.7179487179vw;
    padding-top: 4.2307692308vw;
  }
  .link-txt.use-mapleid + .link-txt {
    margin-top: 7.6923076923vw;
  }
}
