@charset "UTF-8";
/*
	Licensed under SIL OPEN FONT LICENSE Version 1.1
	NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
	Copyright 2012 Google Inc. All Rights Reserved.
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  padding: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
/*
option {
  padding: 0;
}
*/
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/*
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*/
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #373737;
  font-size: 3.7333333333vw;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body > img {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

div, p, ul, ol, dl, li, dt, dd {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

tr, th, td {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

form {
  margin: 0;
  padding: 0;
}

select, label, [type=radio], [type=checkbox] {
  cursor: pointer;
}

select {
  background: #fff;
}

select, input, textarea, button {
  box-sizing: content-box !important;
}

[type=text], [type=date], [type=email],
[type=number], [type=password], [type=search],
[type=tel], [type=url] {
  background: #fff;
  caret-color: #373737;
  border: solid 1px #abadb3;
}

a,
a:visited,
a:hover,
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  outline: none !important;
}

[class^=btn-] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
[class^=btn-] a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
[class^=btn-] a:hover {
  background-position-y: 100% !important;
}
[class^=btn-] a span {
  display: none;
}
[class^=btn-] a img {
  width: 100%;
  height: auto;
}

.develop-footer-code {
  overflow: hidden;
  height: 0;
}

:placeholder-shown {
  color: #666;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

:focus:placeholder-shown {
  color: transparent;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

@media (min-width: 1025px) {
  [class^=create-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    animation: fadein 0.3s ease forwards;
  }
  [class^=create-] div {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    padding: 50px 40px;
    background: #fff;
    border: solid 2px #8e98ad;
    border-radius: 4px;
  }
  [class^=create-] div ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #000000;
  }
  [class^=create-] div ul li {
    margin: 0 20px;
  }
  [class^=create-] div ul li a {
    display: inline-block;
    text-decoration: underline;
  }
  [class^=create-] div ul li a:hover {
    text-decoration: none;
  }
  [class^=create-] div ul li span {
    font-size: 12px;
    margin-left: 4px;
  }
  [class^=create-] div ul li.btn-registry {
    width: 210px;
    height: 46px;
    margin: 0 10px;
  }
  [class^=create-] div ul li.btn-registry a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/modal/btn_registry.webp);
    transition: all 0.3s ease;
  }
  [class^=create-] div ul li.btn-registry a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  }
  [class^=create-] div ul li.btn-registry a span {
    display: none;
  }
  [class^=create-] div ul li.btn-login {
    width: 210px;
    height: 46px;
    margin: 0 10px;
  }
  [class^=create-] div ul li.btn-login a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/modal/btn_login.webp);
    transition: all 0.3s ease;
  }
  [class^=create-] div ul li.btn-login a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  }
  [class^=create-] div ul li.btn-login a span {
    display: none;
  }
  [class^=create-] div p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #000000;
    margin-top: 1em;
  }
  [class^=create-] div p.caution {
    font-size: 15px;
  }
  [class^=create-] div p:nth-of-type(1) {
    margin-top: 0;
  }
  [class^=create-] div .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: -40px -4px 0 0;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  [class^=create-] div .close:hover {
    transform: rotateZ(180deg);
  }
  [class^=create-] div .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
    width: 100%;
    height: 4px;
    background: #fff;
  }
  [class^=create-] div .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    width: 100%;
    height: 4px;
    background: #fff;
  }
  .create-nowloading {
    animation: fadein 1s ease forwards;
  }
  .create-nowloading div {
    height: 230px;
  }
  .create-nowloading div p {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
  }
  .create-nowloading div p span {
    display: inline-block;
    animation: jump 2s ease infinite;
  }
  .create-nowloading div p span:nth-of-type(1) {
    animation-delay: 0.1s;
  }
  .create-nowloading div p span:nth-of-type(2) {
    animation-delay: 0.2s;
  }
  .create-nowloading div p span:nth-of-type(3) {
    animation-delay: 0.3s;
  }
  .create-nowloading div p span:nth-of-type(4) {
    animation-delay: 0.4s;
  }
  .create-nowloading div p span:nth-of-type(5) {
    animation-delay: 0.5s;
  }
  .create-nowloading div p span:nth-of-type(6) {
    animation-delay: 0.6s;
  }
  .create-nowloading div p span:nth-of-type(7) {
    animation-delay: 0.7s;
  }
  .create-nowloading div p span:nth-of-type(8) {
    animation-delay: 0.8s;
  }
  .create-nowloading div p span:nth-of-type(9) {
    animation-delay: 0.9s;
  }
  .create-nowloading div p span:nth-of-type(10) {
    animation-delay: 1s;
  }
  .create-nowloading div p span:nth-of-type(11) {
    animation-delay: 1.1s;
  }
  .create-nowloading div p span:nth-of-type(12) {
    animation-delay: 1.2s;
  }
  .create-nowloading div p span:nth-of-type(13) {
    animation-delay: 1.3s;
  }
  .create-nowloading div p span:nth-of-type(3) {
    margin-right: 6px;
  }
  .create-firsttime div p span {
    font-weight: 700;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
  }
}
/********************************************************************************************************
GNB
********************************************************************************************************/
#gnb-container {
  display: none;
}

/********************************************************************************************************
　common
********************************************************************************************************/
body {
  font-size: 3.7333333333vw;
}
body .wrapper {
  position: relative;
  z-index: 10;
}

/********************************************************************************************************
　footer
********************************************************************************************************/
.wrapper footer {
  position: relative;
  z-index: 10;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: min(16px, 2.1333333333vw);
}
.wrapper footer .inner {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: min(70px, 9.3333333333%);
}
.wrapper footer .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/nexon.png) no-repeat 0 0/contain;
  width: min(42px, 5.6%);
  height: 0;
  padding-top: min(40px, 5.3333333333%);
  margin-bottom: min(15px, 2%);
}
.wrapper footer .inner a {
  text-decoration: underline;
}
.wrapper footer .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: min(16px, 2.1333333333%);
}
.wrapper footer .inner ul li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding-right: 0.6em;
}
.wrapper footer .inner ul li::after {
  content: "|";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wrapper footer .inner ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.wrapper footer .inner ul li:last-child::after {
  content: normal;
}
.wrapper footer .inner ul + p {
  display: inline-block;
}
.wrapper footer .inner ul.footer-menu {
  width: min(530px, 70.6666666667%);
  justify-content: space-between;
  padding-top: min(20px, 2.6666666667%);
}
.wrapper footer .inner ul.footer-menu li {
  width: 47.1698113208%;
  height: 0;
  padding: 8.679245283% 0 0 0;
  margin: 0;
}
.wrapper footer .inner ul.footer-menu li::after {
  content: normal;
}
.wrapper footer .inner ul.footer-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry.png) no-repeat 0 0/100% auto;
}
.wrapper footer .inner ul.footer-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official.png) no-repeat 0 0/100% auto;
}
.wrapper footer .inner p {
  margin-top: min(16px, 2.1333333333%);
}
.wrapper footer .inner p a {
  color: #0aa0d2;
}

/********************************************************************************************************
　modal
********************************************************************************************************/
.modal {
  display: block;
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  margin: 0 auto;
  pointer-events: none;
}
.modal > div {
  display: none;
  opacity: 0;
  margin: 0 auto;
  pointer-events: auto;
  background: none;
  max-width: 100%;
}
.modal > div::before {
  content: normal;
}
.modal > div .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-youtube {
  position: relative;
  width: 90.6666666667%;
  height: 0;
  padding-top: 50.9333333333%;
}
.modal .modal-youtube .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-system {
  color: #000;
  font-size: 3.2vw;
  width: 90.6666666667%;
  background: #fff;
  border: solid 2px #8e98ad;
  border-radius: 4px;
}
.modal .modal-system .inner {
  position: relative;
  padding: 7.3529411765%;
}
.modal .modal-system .inner p:not(:first-child) {
  margin-top: 1em;
}
.modal > .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6666666667%;
  height: 0;
  padding-top: 6.6666666667%;
  margin: -7.4666666667% 4% 0 0;
  cursor: pointer;
}
.modal > .btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
  width: 100%;
  height: 0;
  padding-top: 7.5471698113%;
  background: #fff;
  transition: transform 0.3s ease;
}
.modal > .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 100%;
  height: 0;
  padding-top: 7.5471698113%;
  background: #fff;
  transition: transform 0.3s ease;
}
.modal > .btn-close:hover::before {
  transform: translate(-50%, -50%) rotateZ(225deg);
}
.modal > .btn-close:hover::after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.modal > .btn-close span {
  display: none;
}
.modal + .shadow {
  position: fixed;
  z-index: 150;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  opacity: 0;
  transform: translateY(-150%);
}
.modal.open {
  transform: translate(-50%, 0);
}
.modal.open .open,
.modal.open .btn-close {
  display: block;
  opacity: 1;
}
.modal.open + .shadow {
  transform: translateY(0);
  opacity: 1;
}
.modal.close {
  transform: translate(-50%, 0);
}
.modal.close .open,
.modal.close .btn-close {
  display: block;
  opacity: 0;
}
.modal.close + .shadow {
  transform: translateY(0);
  opacity: 0;
}
.modal.animation .open,
.modal.animation .btn-close,
.modal.animation + .shadow {
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  GNB
  ********************************************************************************************************/
  #gnb-container {
    position: relative;
    z-index: 1000;
    min-width: 1200px;
    display: block;
  }
  #gnb-container #gnb2 {
    min-width: 1200px;
  }
  /********************************************************************************************************
  common
  ********************************************************************************************************/
  body {
    font-size: 14px;
  }
  /********************************************************************************************************
  footer
  ********************************************************************************************************/
  .wrapper footer {
    font-size: 12px;
  }
  .wrapper footer .inner {
    max-width: initial;
  }
  .wrapper footer .inner a {
    text-decoration: none;
  }
  .wrapper footer .inner a:hover {
    text-decoration: underline;
  }
  .wrapper footer .inner ul {
    width: 100%;
  }
  .wrapper footer .inner ul.footer-menu li {
    transition: transform 0.2s ease-out;
  }
  .wrapper footer .inner ul.footer-menu li:hover {
    transform: translateY(-4px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  /********************************************************************************************************
  　modal
  ********************************************************************************************************/
  .modal {
    width: auto;
  }
  .modal .modal-youtube {
    width: 960px;
    min-width: 960px;
    padding-top: 540px;
  }
  .modal .modal-system {
    font-size: 16px;
    width: 530px;
    min-width: 530px;
  }
  .modal .modal-system .inner {
    padding: 50px;
  }
  .modal > .btn-close {
    width: 40px;
    padding-top: 40px;
    margin: -44px -4px 0 0;
  }
  .modal > .btn-close::before {
    padding-top: 3px;
  }
  .modal > .btn-close::after {
    padding-top: 3px;
  }
}
body {
  background: #090e31;
}

.wrapper {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wrapper .background div {
  display: none;
}
.wrapper .background div.background_body {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/body_bg_sp.webp) repeat-y 0 0/cover;
}
.wrapper .js_effect {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.wrapper .js_effect.is_show {
  opacity: 1;
  filter: blur(0px);
}
.wrapper.active {
  opacity: 1;
}
.wrapper.active .nav_right {
  transform: translate3d(0%, 0%, 0);
}

/********************************************************************************************************
	nav
********************************************************************************************************/
.nav {
  position: sticky;
  z-index: 50;
  top: 0;
  right: 0;
  width: 100%;
}
.nav_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 6.1333333333%;
  pointer-events: none;
}
.nav_right_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_right_icon li {
  height: 0;
  padding-top: 5.3333333333%;
  margin-right: 4.2666666667%;
  pointer-events: all;
}
.nav_right_icon li:last-of-type {
  margin-right: 6.1333333333%;
}
.nav_right_icon .btn-home {
  width: 6.6666666667%;
}
.nav_right_icon .btn-home a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_home.svg) no-repeat 0 0/100% auto;
}
.nav_right_icon .btn-youtube {
  width: 7.6%;
}
.nav_right_icon .btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_youtube.svg) no-repeat 0 0/100% auto;
}
.nav_right_icon .btn-x {
  width: 5.3333333333%;
}
.nav_right_icon .btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_x.svg) no-repeat 0 0/100% auto;
}
.nav_right_icon .btn-discord {
  width: 7.0666666667%;
}
.nav_right_icon .btn-discord a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_discord.svg) no-repeat 0 0/100% auto;
}
.nav_right_icon .btn-copy {
  width: 4%;
}
.nav_right_icon .btn-copy a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_copy.svg) no-repeat 0 0/100% auto;
}
.nav_right_icon .btn-copy a span {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
  background: #fff;
  text-wrap: nowrap;
  padding: 33.3333333333% 33.3333333333%;
  border-radius: 8px;
  margin: 220% 0 0 0;
  pointer-events: none;
}
.nav_right_icon .btn-copy a.is_copied span {
  animation: copy 2s ease;
}
.nav_right .btn-gamestart {
  display: none;
}
.nav_right_effect {
  display: none;
}

@keyframes copy {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/********************************************************************************************************
	header
********************************************************************************************************/
.header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_bg_sp.webp) no-repeat 0 0/100% auto;
}
.header_inner {
  padding: 18.4% 0 20%;
}
.header_title {
  width: 100%;
  height: 0;
  padding-top: 49.0666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.header_title h1, .header_title p {
  display: none;
}
.header_date {
  width: 100%;
  height: 0;
  padding-top: 12%;
  margin-top: -2.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_date_sp.webp) no-repeat 0 0/100% auto;
}
.header_date span {
  display: none;
}
.header_youtube {
  width: 100%;
  margin-top: 2.6666666667%;
}
.header_youtube_inner {
  position: relative;
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
  margin: 0 auto;
}
.header_youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.header .btn-gamestart {
  display: none;
}

/********************************************************************************************************
	main
********************************************************************************************************/
.wrapper .main {
  position: relative;
  z-index: 30;
  margin-top: -20%;
  padding-bottom: 21.3333333333%;
}
.wrapper .main section [class$=_inner] {
  position: relative;
  z-index: 10;
}

/********************************************************************************************************
	precampaign
********************************************************************************************************/
.main .precampaign {
  padding: 2.6666666667% 0 12%;
}
.main .precampaign::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 116.5333333333%;
  margin-top: 53.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_01_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_title {
  width: 100%;
  height: 0;
  padding-top: 84.8%;
  margin-top: 2.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_title h2, .main .precampaign_title p {
  display: none;
}
.main .precampaign_contents {
  width: 100%;
  height: 0;
  padding-top: 202.1333333333%;
  margin-top: 5.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_contents_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_contents h3, .main .precampaign_contents p {
  display: none;
}
.main .precampaign_registry {
  position: relative;
  z-index: 10;
}
.main .precampaign_registry_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 10.9333333333%;
  margin-top: -6.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_txt_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_registry_txt span {
  display: none;
}
.main .precampaign_registry .btn-precampaign {
  width: 91.4666666667%;
  height: 0;
  padding-top: 27.4666666667%;
  margin: -30.6666666667% auto 0;
}
.main .precampaign_registry .btn-precampaign a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_registry_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_registry .btn-login {
  width: 91.4666666667%;
  height: 0;
  padding-top: 27.4666666667%;
  margin: -30.6666666667% auto 0;
}
.main .precampaign_registry .btn-login a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_registry_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_registry .btn-completed {
  width: 91.4666666667%;
  height: 0;
  padding-top: 27.4666666667%;
  margin: -30.6666666667% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_completed_sp.webp) no-repeat 0 0/100% auto;
}
.main .precampaign_registry .btn-completed span {
  display: none;
}

/********************************************************************************************************
	xcampaign
********************************************************************************************************/
.main .xcampaign {
  position: relative;
  padding: 10.6666666667% 0 10.6666666667%;
}
.main .xcampaign::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 2.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_line_01_sp.webp) no-repeat 0 0/100% auto;
}
.main .xcampaign_contents {
  width: 100%;
  height: 0;
  padding-top: 106.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0701_lnd9/xcampaign_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .xcampaign_contents h2, .main .xcampaign_contents p {
  display: none;
}
.main .xcampaign_contents p.btn-xcampaign {
  display: block;
  width: 84%;
  height: 0;
  padding-top: 20%;
  margin: -29.3333333333% auto 0;
}
.main .xcampaign_contents p.btn-xcampaign a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/btn_xcampaign_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	masterycore
********************************************************************************************************/
.main .masterycore {
  position: relative;
  padding: 20% 0 0;
}
.main .masterycore::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 21.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_line_02_sp.webp) no-repeat 0 0/100% auto;
}
.main .masterycore_title {
  width: 100%;
  height: 0;
  padding-top: 53.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/masterycore_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .masterycore_title h2, .main .masterycore_title p {
  display: none;
}
.main .masterycore_contents {
  width: 100%;
  margin: 2.6666666667% auto 18.4%;
}
.main .masterycore_contents .btn-modal-youtube {
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
  margin: 0 auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/masterycore_pv.webp) no-repeat 0 0/100% auto;
}
.main .masterycore .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: -14.4% auto 0;
}
.main .masterycore .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}
.main .masterycore .btn-comingsoon {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: -14.4% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon_sp.webp) no-repeat 0 0/100% auto;
}
.main .masterycore .btn-comingsoon span {
  display: none;
}

/********************************************************************************************************
	challengersworld
********************************************************************************************************/
.main .challengersworld {
  position: relative;
  padding: 13.3333333333% 0 8%;
}
.main .challengersworld_title {
  width: 100%;
  height: 0;
  padding-top: 93.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/challengersworld_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .challengersworld_title h2, .main .challengersworld_title p {
  display: none;
}
.main .challengersworld_contents {
  width: 100%;
  height: 0;
  padding-top: 413.0666666667%;
  margin-top: 6.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/challengersworld_contents_sp.webp) no-repeat 0 0/100% auto;
}
.main .challengersworld_contents h3, .main .challengersworld_contents h4, .main .challengersworld_contents p, .main .challengersworld_contents ul {
  display: none;
}
.main .challengersworld .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .challengersworld .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	event
********************************************************************************************************/
.main .event {
  position: relative;
  padding: 24% 0 17.3333333333%;
}
.main .event::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 877.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/contents_bg_04_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_title {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-top: 37.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/event_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_title h2, .main .event_title p {
  display: none;
}
.main .event section {
  position: relative;
  z-index: 10;
}

/********************************************************************************************************
	max
********************************************************************************************************/
.main .max {
  position: relative;
  padding: 0;
}
.main .max_title {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0;
  padding-top: 129.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/max_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .max_title h2, .main .max_title p {
  display: none;
}
.main .max_contents {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  margin-top: 64%;
}
.main .max_contents .btn-modal-youtube {
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
  margin: 0 auto 0;
}
.main .max_contents .btn-modal-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/max_pv.webp) no-repeat 0 0/100% auto;
}
.main .max .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .max .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	training
********************************************************************************************************/
.main .training {
  padding: 5.3333333333% 0 20% 0;
}
.main .training_inner {
  width: 100%;
  height: 0;
  padding-top: 144%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/training_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .training_title, .main .training_contents {
  display: none;
}
.main .training .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .training .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}
.main .training .btn-comingsoon {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon_sp.webp) no-repeat 0 0/100% auto;
}
.main .training .btn-comingsoon span {
  display: none;
}

/********************************************************************************************************
	kinoko
********************************************************************************************************/
.main .kinoko {
  padding: 0 0 22.6666666667% 0;
}
.main .kinoko_inner {
  width: 100%;
  height: 0;
  padding-top: 149.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/kinoko_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .kinoko_title, .main .kinoko_contents {
  display: none;
}
.main .kinoko .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .kinoko .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	terablink
********************************************************************************************************/
.main .terablink {
  padding: 0 0 18.6666666667% 0;
}
.main .terablink_inner {
  width: 100%;
  height: 0;
  padding-top: 129.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/terablink_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .terablink_title, .main .terablink_contents {
  display: none;
}
.main .terablink .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .terablink .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	tutorial
********************************************************************************************************/
.main .tutorial {
  padding: 0;
}
.main .tutorial_inner {
  width: 100%;
  height: 0;
  padding-top: 141.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/tutorial_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .tutorial_title, .main .tutorial_contents {
  display: none;
}
.main .tutorial .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .tutorial .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	banquet
********************************************************************************************************/
.main .banquet {
  position: relative;
  margin-top: 16%;
  padding: 13.3333333333% 0 0;
}
.main .banquet_title {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0;
  padding-top: 212%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/banquet_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .banquet_title h2, .main .banquet_title p {
  display: none;
}
.main .banquet_contents {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  margin-top: 66.6666666667%;
}
.main .banquet_contents .btn-modal-youtube {
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
  margin: 0 auto 0;
}
.main .banquet_contents .btn-modal-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/banquet_pv.webp) no-repeat 0 0/100% auto;
}
.main .banquet_contents ul {
  display: none;
}
.main .banquet .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 0 auto 0;
}
.main .banquet .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	party
********************************************************************************************************/
.main .party {
  position: relative;
  padding: 10.6666666667% 0 10.6666666667%;
}
.main .party_title {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0;
  padding-top: 210.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0703_l3mn/party_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .party_title h2, .main .party_title p {
  display: none;
}
.main .party_contents::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85.3333333333%;
  height: 0;
  padding-top: 48.1333333333%;
  margin-top: 161.3333333333%;
  border: solid 4px #fff;
  border-radius: 2%/4%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/party_animation.webp) no-repeat 0 0/100% auto;
}
.main .party_contents::after {
  content: "";
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 48%;
  margin-top: 157.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/party_contents_sp.webp) no-repeat 0 0/100% auto;
}
.main .party_contents ul, .main .party_contents h3, .main .party_contents p {
  display: none;
}
.main .party .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 5.3333333333% auto 0;
}
.main .party .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}
.main .party .btn-comingsoon {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 5.3333333333% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon_sp.webp) no-repeat 0 0/100% auto;
}
.main .party .btn-comingsoon span {
  display: none;
}

/********************************************************************************************************
	improve
********************************************************************************************************/
.main .improve {
  position: relative;
  padding: 6.6666666667% 0 0 0;
}
.main .improve_title {
  width: 100%;
  height: 0;
  padding: 40% 0 53.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/improve_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .improve_title h2, .main .improve_title p {
  display: none;
}
.main .improve_title .btn-modal-youtube {
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
  margin: 4% auto 0;
}
.main .improve_title .btn-modal-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/improve_pv.webp) no-repeat 0 0/100% auto;
}
.main .improve_contents {
  width: 100%;
  height: 0;
  padding-top: 128%;
  margin-top: 6.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/improve_contents_sp.webp) no-repeat 0 0/100% auto;
}
.main .improve_contents h3, .main .improve_contents h4, .main .improve_contents p, .main .improve_contents ul {
  display: none;
}
.main .improve .btn-more {
  width: 48.2666666667%;
  height: 0;
  padding-top: 14.4%;
  margin: 5.3333333333% auto 0;
}
.main .improve .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	roadmap
********************************************************************************************************/
.main .roadmap {
  position: relative;
  padding: 13.3333333333% 0 0 0;
}
.main .roadmap_title {
  width: 100%;
  height: 0;
  padding-top: 20%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/roadmap_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .roadmap_title h2 {
  display: none;
}
.main .roadmap_contents {
  position: relative;
  width: 93.3333333333%;
  height: 0;
  padding-top: 146.6666666667%;
  margin: 1.3333333333% auto 0;
  overflow-y: hidden;
  border: solid 2px #3bfff8;
}
.main .roadmap_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 598%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/roadmap_contents.webp) no-repeat 0 0/100% auto;
}
.main .roadmap_list > li {
  display: none;
}

/********************************************************************************************************
	modal
********************************************************************************************************/
.modal-precampaign {
  position: relative;
  width: 89.3333333333%;
  max-width: initial;
  height: 0;
  padding-top: 114.9333333333%;
}
.modal-precampaign .inner {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/modal_precampaign_sp.webp) no-repeat 0 0/100% auto;
}
.modal-precampaign .inner h3, .modal-precampaign .inner p {
  display: none;
}
.modal-precampaign .inner p.btn-invitation {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82.0895522388%;
  height: 0;
  padding-top: 19.4029850746%;
  margin-bottom: 10.447761194%;
}
.modal-precampaign .inner p.btn-invitation a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_modal_campaign_sp.webp) no-repeat 0 0/100% auto;
}
.modal-precampaign.open + .btn-close {
  z-index: 110;
  margin: 26.1333333333% 8% 0 0;
  opacity: 0;
}

@media (width >= 1024px) {
  /********************************************************************************************************
  	wrapper
  ********************************************************************************************************/
  .wrapper {
    min-width: 1200px;
  }
  .wrapper .background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    isolation: isolate;
    overflow: hidden;
  }
  .wrapper .background div {
    display: block;
  }
  .wrapper .background div.background_body {
    bottom: auto;
    top: 0;
    left: 0;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/body_bg.webp) repeat-x 50% 50%/1920px 1080px;
  }
  .wrapper .background_masterycore {
    position: absolute;
    z-index: 5;
    top: 2490px;
    left: 0;
    width: 100%;
    height: 430px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_02.webp) no-repeat 50% 0/1920px 430px;
    mix-blend-mode: screen;
  }
  .wrapper .background_challengersworld {
    position: absolute;
    z-index: 5;
    top: 3250px;
    left: 0;
    width: 100%;
    height: 1140px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_03.webp) no-repeat 50% 0/1920px 1140px;
    mix-blend-mode: screen;
  }
  .wrapper .background_banquet {
    position: absolute;
    z-index: 5;
    top: 7880px;
    left: 50%;
    transform: translateX(-50%);
    width: 2076px;
    height: 1124px;
    margin-left: 50px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_05.webp) no-repeat 50% 0/2076px 1124px;
    mix-blend-mode: screen;
  }
  .wrapper .background_improve {
    position: absolute;
    z-index: 5;
    top: 9310px;
    left: 50%;
    transform: translateX(-50%);
    width: 2076px;
    height: 1124px;
    margin-left: -50px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_06.webp) no-repeat 50% 0/2076px 1124px;
    mix-blend-mode: screen;
  }
  /********************************************************************************************************
  	nav
  ********************************************************************************************************/
  .nav_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-top: 10px;
  }
  .nav_right_icon {
    z-index: 10;
    margin-top: 18px;
  }
  .nav_right_icon li {
    padding-top: 24px;
    margin-right: 20px;
  }
  .nav_right_icon li:last-of-type {
    margin-right: 30px;
  }
  .nav_right_icon .btn-home {
    width: 30px;
  }
  .nav_right_icon .btn-youtube {
    width: 34px;
  }
  .nav_right_icon .btn-x {
    width: 24px;
  }
  .nav_right_icon .btn-discord {
    width: 32px;
  }
  .nav_right_icon .btn-copy {
    width: 18px;
  }
  .nav_right_icon .btn-copy a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_copy.svg) no-repeat 0 0/100% auto;
  }
  .nav_right_icon .btn-copy a span {
    font-size: 12px;
    padding: 6px 6px;
    border-radius: 8px;
    margin: -42px 0 0 -4px;
  }
  .nav_right .btn-gamestart {
    position: relative;
    z-index: 5;
    display: block;
    width: 252px;
    height: 92px;
    margin: 14px 20px 0 0;
    pointer-events: all;
  }
  .nav_right .btn-gamestart a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_gamestart.webp) no-repeat 0 0/100% auto;
  }
  .nav_right .btn-gamestart a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_gamestart.webp) no-repeat 0 100%/100% auto;
    will-change: opacity;
    animation: gamestart 0.5s infinite ease-in-out alternate;
  }
  .nav_right .btn-gamestart a:hover {
    background-position: 0 0 !important;
  }
  .nav_right .btn-gamestart a:hover::before {
    animation-duration: 0.25s;
  }
  .nav_right .btn-gamestart.maintenance > span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_btn_gamestart.webp) no-repeat 0 50%/100% auto;
    font-size: 0;
  }
  .nav_right .btn-gamestart.maintenance + .nav_right_effect {
    display: none;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect1 {
    animation-duration: 1s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect2 {
    animation-duration: 1s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect3 {
    animation-duration: 1s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect4 {
    animation-duration: 1s;
    animation-delay: -0.3s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect5 span:nth-of-type(1) {
    animation-duration: 1s;
    animation-delay: -0.2s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect5 span:nth-of-type(2) {
    animation-duration: 1s;
    animation-delay: -0.1s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect5 span:nth-of-type(3) {
    animation-duration: 1s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect6 span:nth-of-type(1) {
    animation-duration: 1s;
    animation-delay: -0.5s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect6 span:nth-of-type(2) {
    animation-duration: 1s;
    animation-delay: -0.4s;
  }
  .nav_right .btn-gamestart:hover + .nav_right_effect .effect6 span:nth-of-type(3) {
    animation-duration: 1s;
    animation-delay: -0.3s;
  }
  .nav_right_effect {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 252px;
    height: 92px;
    margin: 14px 20px 0 0;
    pointer-events: none;
  }
  .nav_right_effect .effect1 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/nav_effect1.webp) no-repeat 0 0/100% auto;
    animation: effect1 5s infinite linear;
  }
  .nav_right_effect .effect2 {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #ffe11b;
    animation: effect1 6s infinite linear reverse;
  }
  .nav_right_effect .effect3 {
    position: absolute;
    bottom: 10px;
    left: 50px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #deff7b;
    transform: translate3d(0px, 4px, 0);
    animation: effect3 6s infinite ease-in-out;
  }
  .nav_right_effect .effect4 {
    position: absolute;
    top: 0;
    right: 60px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: solid 4px #2ec2ff;
    transform: translate3d(0px, 4px, 0);
    animation: effect3 6s infinite ease-in-out -2s;
  }
  .nav_right_effect .effect5 {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .nav_right_effect .effect5 span:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 20px;
    background: #3bfff8;
    transform: translate3d(-15px, 0px, 0) skew(30deg);
    animation: effect5 2s infinite linear -0.4s;
  }
  .nav_right_effect .effect5 span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 48px;
    width: 10px;
    height: 20px;
    background: #3bfff8;
    transform: translate3d(-15px, 0px, 0) skew(30deg);
    animation: effect5 2s infinite linear -0.2s;
  }
  .nav_right_effect .effect5 span:nth-of-type(3) {
    position: absolute;
    top: 0;
    right: 66px;
    width: 10px;
    height: 20px;
    background: #3bfff8;
    transform: translate3d(-15px, 0px, 0) skew(30deg);
    animation: effect5 2s infinite linear;
  }
  .nav_right_effect .effect6 {
    position: absolute;
    left: 24px;
    bottom: 20px;
  }
  .nav_right_effect .effect6 span:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 5px;
    background: #0086ff;
    transform: translate3d(-15px, 0px, 0) skew(-30deg);
    animation: effect6 2s infinite linear -1s;
  }
  .nav_right_effect .effect6 span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 24px;
    width: 6px;
    height: 5px;
    background: #0086ff;
    transform: translate3d(-15px, 0px, 0) skew(-30deg);
    animation: effect6 2s infinite linear -0.8s;
  }
  .nav_right_effect .effect6 span:nth-of-type(3) {
    position: absolute;
    top: 0;
    right: 34px;
    width: 6px;
    height: 5px;
    background: #0086ff;
    transform: translate3d(-15px, 0px, 0) skew(-30deg);
    animation: effect6 2s infinite linear -0.6s;
  }
  @keyframes gamestart {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes effect1 {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @keyframes effect3 {
    0% {
      transform: translate3d(0px, 4px, 0);
      animation-timing-function: ease-in-out;
    }
    50% {
      transform: translate3d(0px, -4px, 0);
      animation-timing-function: ease-in-out;
    }
    100% {
      transform: translate3d(0px, 4px, 0);
      animation-timing-function: ease-in-out;
    }
  }
  @keyframes effect5 {
    0% {
      transform: translate3d(-14px, 0px, 0) skew(30deg);
      opacity: 0;
    }
    50% {
      transform: translate3d(-7px, 0px, 0) skew(30deg);
      opacity: 1;
    }
    100% {
      transform: translate3d(0px, 0px, 0) skew(30deg);
      opacity: 0;
    }
  }
  @keyframes effect6 {
    0% {
      transform: translate3d(-8px, 0px, 0) skew(-30deg);
      opacity: 0;
    }
    50% {
      transform: translate3d(-4px, 0px, 0) skew(-30deg);
      opacity: 1;
    }
    100% {
      transform: translate3d(0px, 0px, 0) skew(-30deg);
      opacity: 0;
    }
  }
  /********************************************************************************************************
  	header
  ********************************************************************************************************/
  .header {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_bg.webp) no-repeat 50% 0/1920px 1060px;
  }
  .header_inner {
    padding: 26px 0 283px;
  }
  .header_title {
    width: 302px;
    padding-top: 190px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_ttl.webp) no-repeat 0 0/100% auto;
  }
  .header_date {
    width: 362px;
    padding-top: 72px;
    margin: -20px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_date.webp) no-repeat 0 0/100% auto;
  }
  .header_youtube {
    position: relative;
    width: 880px;
    margin: 14px auto 0;
  }
  .header_youtube::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 990px;
    height: 586px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/header_youtube.webp) no-repeat 50% 0/cover;
  }
  .header_youtube_inner {
    width: 100%;
    padding-top: 495px;
  }
  .header .btn-gamestart {
    display: block;
    width: 580px;
    height: 0;
    padding-top: 132px;
    margin: 40px auto 0;
  }
  .header .btn-gamestart a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/header_btn_gamestart.webp) no-repeat 0 0/100% auto;
  }
  .header .btn-gamestart.maintenance {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/header_btn_maintenance.webp) no-repeat 0 0/100% auto;
  }
  .header .btn-gamestart.maintenance span {
    display: none;
  }
  /********************************************************************************************************
  	main
  ********************************************************************************************************/
  .wrapper .main {
    padding-bottom: 120px;
    margin-top: -240px;
    overflow-x: hidden;
  }
  .wrapper .main article > section > [class$=_inner] {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }
  /********************************************************************************************************
  	precampaign
  ********************************************************************************************************/
  .main .precampaign {
    padding-top: 20px;
    padding-bottom: 140px;
  }
  .main .precampaign::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 600px;
    margin: 440px 0 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_bg_01.webp) no-repeat 50% 0/1920px 600px;
  }
  .main .precampaign_title {
    position: relative;
    z-index: 10;
    width: 1100px;
    padding-top: 300px;
    margin: 0 auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .precampaign_contents {
    position: relative;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    width: 1664px;
    padding-top: 940px;
    margin-top: -140px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_contents.webp) no-repeat 0 0/100% auto;
  }
  .main .precampaign_registry_txt {
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    padding-top: 50px;
    margin-top: -45px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/precampaign_txt.webp) no-repeat 0 0/100% auto;
  }
  .main .precampaign_registry .btn-precampaign {
    width: 420px;
    padding-top: 102px;
    margin: -280px auto 0;
  }
  .main .precampaign_registry .btn-precampaign a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_registry.webp) no-repeat 0 0/100% auto;
  }
  .main .precampaign_registry .btn-login {
    width: 420px;
    padding-top: 102px;
    margin: -280px auto 0;
  }
  .main .precampaign_registry .btn-login a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_registry.webp) no-repeat 0 0/100% auto;
  }
  .main .precampaign_registry .btn-completed {
    width: 420px;
    padding-top: 102px;
    margin: -280px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_completed.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	xcampaign
  ********************************************************************************************************/
  .main .xcampaign {
    margin-top: -40px;
    padding: 70px 0 50px;
  }
  .main .xcampaign::before {
    left: 50%;
    transform: translateX(-50%);
    width: 1204px;
    padding-top: 8px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_line_01.webp) no-repeat 0 0/100% auto;
  }
  .main .xcampaign_contents {
    width: 1200px;
    padding-top: 360px;
    margin: 0 auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0701_lnd9/xcampaign_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .xcampaign_contents p.btn-xcampaign {
    width: 420px;
    padding-top: 102px;
    margin: -140px auto 0;
  }
  .main .xcampaign_contents p.btn-xcampaign a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/btn_xcampaign.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	masterycore
  ********************************************************************************************************/
  .main .masterycore {
    position: relative;
    padding: 150px 0 20px;
  }
  .main .masterycore::before {
    padding-top: 250px;
    margin-top: -50px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/contents_line_02.webp) no-repeat 50% 0/1920px 250px;
  }
  .main .masterycore_title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1520px;
    padding-top: 440px;
    margin-bottom: 98px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/masterycore_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .masterycore_contents {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    margin: 50px 0 0 266px;
  }
  .main .masterycore_contents::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 472px;
    height: 342px;
    margin: 30px -310px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/masterycore_contents.webp) no-repeat 0 0/100% auto;
    pointer-events: none;
  }
  .main .masterycore_contents .btn-modal-youtube {
    z-index: 5;
    width: 640px;
    padding-top: 360px;
    margin: 0 auto 0;
  }
  .main .masterycore .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: -78px auto 0;
  }
  .main .masterycore .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  .main .masterycore .btn-comingsoon {
    width: 302px;
    padding-top: 88px;
    margin: -78px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	challengersworld
  ********************************************************************************************************/
  .main .challengersworld {
    position: relative;
    padding: 50px 0 50px 0;
  }
  .main .challengersworld_title {
    width: 880px;
    padding-top: 290px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/challengersworld_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .challengersworld_contents {
    width: 1146px;
    padding-top: 1032px;
    margin: 50px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/challengersworld_contents.webp) no-repeat 0 0/100% auto;
  }
  .main .challengersworld .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: -20px auto 0;
  }
  .main .challengersworld .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	event
  ********************************************************************************************************/
  .main .event {
    padding: 160px 0 130px;
  }
  .main .event::before {
    width: 100%;
    height: 3442px;
    padding-top: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/contents_bg_04.webp) no-repeat 50% 0/1920px 3442px;
  }
  .main .event_title {
    width: 1100px;
    padding-top: 182px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/event_ttl.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	max
  ********************************************************************************************************/
  .main .max {
    padding: 40px 0 0;
  }
  .main .max::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1342px;
    height: 450px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/max_bg.webp) no-repeat 50% 0/1342px 450px;
  }
  .main .max_title {
    width: 590px;
    height: 0;
    padding-top: 272px;
    margin: -8px 0 0 26px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/max_ttl.webp) no-repeat 0 0/100% auto;
    pointer-events: none;
  }
  .main .max_contents {
    z-index: 3;
    margin: -10px 0 0 280px;
  }
  .main .max_contents .btn-modal-youtube {
    width: 640px;
    padding-top: 360px;
  }
  .main .max .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 126px auto 0;
  }
  .main .max .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	training
  ********************************************************************************************************/
  .main .training {
    padding: 40px 0 0;
  }
  .main .training_inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1890px;
    padding-top: 627px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0703_l3mn/training_ttl.webp) no-repeat 50% 0/1890px 627px;
  }
  .main .training .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: -110px auto 0;
  }
  .main .training .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  .main .training .btn-comingsoon {
    width: 302px;
    padding-top: 88px;
    margin: -110px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	kinoko
  ********************************************************************************************************/
  .main .kinoko {
    padding: 0;
    margin-top: 30px;
  }
  .main .kinoko_inner {
    width: 1190px;
    padding-top: 466px;
    padding-bottom: 140px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/kinoko_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .kinoko .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 30px auto 0;
  }
  .main .kinoko .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	terablink
  ********************************************************************************************************/
  .main .terablink {
    padding: 20px 0 0 0;
  }
  .main .terablink_inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1302px;
    padding-top: 422px;
    padding-bottom: 100px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/terablink_ttl.webp) no-repeat 0 0/1302px 422px;
  }
  .main .terablink .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 0 auto 0;
  }
  .main .terablink .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	tutorial
  ********************************************************************************************************/
  .main .tutorial {
    padding: 80px 0 0 0;
  }
  .main .tutorial_inner {
    width: 1200px;
    padding-top: 400px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/tutorial_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .tutorial .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 30px auto 0;
  }
  .main .tutorial .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	banquet
  ********************************************************************************************************/
  .main .banquet {
    margin-top: 120px;
    padding: 30px 0 20px;
  }
  .main .banquet::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1450px;
    height: 664px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/banquet_contents.webp) no-repeat 50% 0/1450px 664px;
  }
  .main .banquet_title {
    position: relative;
    z-index: 5;
    width: 590px;
    padding-top: 302px;
    margin: 60px 0 300px 30px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/banquet_ttl.webp) no-repeat 0 0/100% auto;
    pointer-events: none;
  }
  .main .banquet_contents {
    z-index: 1;
    margin: -18px 0 0 280px;
  }
  .main .banquet_contents .btn-modal-youtube {
    width: 640px;
    padding-top: 360px;
  }
  .main .banquet .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 0 auto 0;
  }
  .main .banquet .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	party
  ********************************************************************************************************/
  .main .party {
    padding: 30px 0 30px;
  }
  .main .party_title {
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    padding-top: 573px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0703_l3mn/party_ttl.webp) no-repeat 0 0/1500px 573px;
  }
  .main .party_contents::before {
    width: 320px;
    padding-top: 178px;
    margin: 352px 0 0 260px;
    border: solid 3px #fff;
    border-radius: 4%/8%;
  }
  .main .party_contents::after {
    left: 50%;
    transform: translateX(-50%);
    width: 386px;
    padding-top: 186px;
    margin: 352px 0 0 250px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/party_contents.webp) no-repeat 0 0/100% auto;
  }
  .main .party .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 30px auto 0;
  }
  .main .party .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  .main .party .btn-comingsoon {
    width: 302px;
    padding-top: 88px;
    margin: 30px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_comingsoon.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	improve
  ********************************************************************************************************/
  .main .improve {
    padding: 30px 0 0 0;
  }
  .main .improve_title {
    width: 1100px;
    padding: 190px 0 400px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/improve_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .improve_title .btn-modal-youtube {
    width: 640px;
    padding-top: 360px;
    margin: 0 auto 0;
  }
  .main .improve_contents {
    width: 1200px;
    padding-top: 462px;
    margin-top: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/improve_contents.webp) no-repeat 0 0/100% auto;
  }
  .main .improve .btn-more {
    width: 302px;
    padding-top: 88px;
    margin: 30px auto 0;
  }
  .main .improve .btn-more a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_more.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	roadmap
  ********************************************************************************************************/
  .main .roadmap {
    position: relative;
    padding: 60px 0 0 0;
  }
  .main .roadmap_title {
    width: 544px;
    padding-top: 142px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/pre-registration_0621_32nl/roadmap_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .roadmap_contents {
    width: 1000px;
    padding-top: 550px;
    margin: 0 auto 0;
    border: solid 1px #3bfff8;
  }
  .main .roadmap_list {
    width: 2093px;
  }
  /********************************************************************************************************
  	modal
  ********************************************************************************************************/
  .modal-precampaign {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1120px;
    max-width: initial;
    height: 0;
    padding-top: 642px;
  }
  .modal-precampaign .inner {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/modal_precampaign.webp) no-repeat 0 0/100% auto;
  }
  .modal-precampaign .inner p.btn-invitation {
    width: 420px;
    padding-top: 102px;
    margin: 0 0 80px -110px;
  }
  .modal-precampaign .inner p.btn-invitation a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/index_0702_dbws/btn_modal_campaign.webp) no-repeat 0 0/100% auto;
  }
  .modal-precampaign.open + .btn-close {
    width: 56px;
    padding-top: 56px;
    margin: -6px 6px 0 0;
  }
}

/*# sourceMappingURL=index_250703.css.map */
