@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;
  }
}
/*
$color1:#888;
$color2:#333;
$color3:#0aa0d2;
$color4:#14aae5;
$color5:#d93025;
$color6:#d0d0d0;
$color7:#f5f6f7;
$color8:#e9eaeb;
$color9:#e60a0a;
$color10:#d20000;
$color11:#b3b3b3;
$color12:#e5520a;
*/
/* ====================================================================
general
==================================================================== */
* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  background-color: #F9F9F9;
}

.container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

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 > p {
  margin: 0 30px;
}
article > p.lead-txt {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
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 .information {
  width: 460px;
  margin: 40px auto 0;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #F3F3F3;
}
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;
}

.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;
}

.t-error {
  display: flex;
  width: 100%;
  margin: 10px 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;
}

/* ====================================================================
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.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 {
  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 > p {
    margin: 0 3.8461538462vw;
  }
  article > p.lead-txt {
    margin-top: 5.1282051282vw;
    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 .information {
    width: 92.3076923077vw;
    margin: 6.4102564103vw auto 0;
    border-radius: 1.0256410256vw;
  }
  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;
  }
  .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;
  }
  .t-error {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .t-error::before {
    content: "";
    display: block;
    width: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    margin: 0 1.2820512821vw 0 0;
  }
  /* ====================================================================
  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-b a::after {
    top: 0;
    right: 0;
    margin: 3.7179487179vw 3.8461538462vw 0 0;
  }
  .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.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;
  }
}
