@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;
  }
}
:placeholder-shown {
  color: #9a9a9a;
}

::-webkit-input-placeholder {
  color: #9a9a9a;
}

:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}

::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #9a9a9a;
}

::placeholder {
  color: #9a9a9a;
}

: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;
}

body {
  background: #f7adc0;
}

.wrapper {
  position: relative;
  z-index: 5;
}
.wrapper .background {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 186.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/body_bg_sp.webp) no-repeat 0 0/100% auto;
  filter: blur(0rem);
}

/********************************************************************************************************
	nav
********************************************************************************************************/
.nav {
  position: sticky;
  z-index: 30;
  top: 0;
  right: 0;
  width: 100%;
}
.nav_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 4%;
  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: 4%;
}
.nav_right_icon li a {
  filter: drop-shadow(0 0 0.2em rgb(233, 144, 167));
}
.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/invitation_0702_lne9/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/invitation_0702_lne9/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/invitation_0702_lne9/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/invitation_0702_lne9/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/invitation_0702_lne9/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;
  right: 0;
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
  background: #fff;
  white-space: nowrap;
  padding: 33.3333333333% 33.3333333333%;
  border-radius: 8px;
  margin: 220% -66.6666666667% 0 0;
  pointer-events: none;
}
.nav_right_icon .btn-copy a.is_copied span {
  animation: copy 2s ease;
}

@keyframes copy {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/********************************************************************************************************
	header
********************************************************************************************************/
.header {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 0;
  padding-top: 146.1333333333%;
}
.header_inner {
  display: none;
}

/********************************************************************************************************
	main
********************************************************************************************************/
.wrapper .main {
  position: relative;
  z-index: 10;
  margin-bottom: -8.2666666667%;
  padding-bottom: 10.6666666667%;
}

/********************************************************************************************************
	event
********************************************************************************************************/
.main .event {
  position: relative;
}
.main .event [class^=event_tab] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_tab_sp.webp) no-repeat 0 0/100% auto;
}
.main .event [class^=event_tab] li {
  width: 45.8666666667%;
  height: 0;
  padding-top: 25.3333333333%;
}
.main .event [class^=event_tab] li span {
  display: none;
}
.main .event .event_tab_giver {
  background-position: 0 0;
}
.main .event .event_tab_giver li:nth-of-type(1) {
  pointer-events: none;
}
.main .event .event_tab_giver li:nth-of-type(2) {
  cursor: pointer;
}
.main .event .event_tab_giver ~ .event_frame [class^=event_taker] {
  display: none;
}
.main .event .event_tab_taker {
  background-position: 0 100%;
}
.main .event .event_tab_taker li:nth-of-type(1) {
  cursor: pointer;
}
.main .event .event_tab_taker li:nth-of-type(2) {
  pointer-events: none;
}
.main .event .event_tab_taker ~ .event_frame [class^=event_giver] {
  display: none;
}
.main .event_frame {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal_sp.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical_sp.webp) repeat-y 0 0/100% auto;
  padding-top: 5.3333333333%;
}
.main .event_giver_ttl {
  width: 100%;
  height: 0;
  padding-top: 17.8666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_ttl_sp.webp) no-repeat 0 0/100% auto;
  order: 1;
}
.main .event_giver_ttl span {
  display: none;
}
.main .event_giver_code {
  width: 100%;
  order: 4;
  padding-top: 4%;
}
.main .event_giver_box {
  position: relative;
  margin: 0 8% 0;
  padding-top: 4%;
  background: #f4efed;
  border-radius: 14px;
  overflow: hidden;
}
.main .event_giver_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90.4761904762%;
  height: 0;
  padding-top: 15.2380952381%;
  margin: 38.0952380952% 0 0 4.7619047619%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_code_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_giver_box .count {
  position: relative;
  width: 90.7936507937%;
  height: 0;
  padding-top: 11.1111111111%;
  margin: 9.5238095238% auto 0;
  text-align: center;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_count_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_giver_box .count p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-top: 0.2em;
}
.main .event_giver_box .count p em {
  font-style: normal;
  color: #fff600;
}
.main .event_giver_box .count p span {
  display: inline-block;
}
.main .event_giver_box .code {
  position: absolute;
  top: 0;
  left: 0;
  width: 61.2698412698%;
  margin: 41.2698412698% 0 0 4.7619047619%;
  text-align: center;
  font-size: 5.3333333333vw;
  color: #000;
}
.main .event_giver_box .btn-codecopy {
  width: 32.0634920635%;
  height: 0;
  padding-top: 16.5079365079%;
  margin: 3.1746031746% 0 0 72.0634920635%;
}
.main .event_giver_box .btn-codecopy a span {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  right: 0;
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
  background: #d9ccc7;
  white-space: nowrap;
  padding: 4.9504950495% 4.9504950495%;
  margin: -24.7524752475% 12.8712871287% 0 0;
  pointer-events: none;
}
.main .event_giver_box .btn-codecopy a span::before {
  content: "▼";
  font-size: 2.1333333333vw;
  color: #d9ccc7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -1em;
}
.main .event_giver_box .btn-codecopy a.is_copied span {
  animation: copy 2s ease;
}
.main .event_giver_box .btn-share {
  width: 63.4920634921%;
  height: 0;
  padding-top: 9.5238095238%;
  margin: 4.7619047619% auto;
}
.main .event_giver_box .btn-share a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_share.webp) no-repeat 0 0/100% auto;
}
.main .event_giver_box .btn-share a span {
  display: none;
}
.main .event_giver_false {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 239, 237, 0.9);
}
.main .event_giver_false p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre;
  text-align: center;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
.main .event_giver_sttl {
  position: relative;
  width: 71.1111111111%;
  height: 0;
  padding-top: 6.0317460317%;
  margin: 3.1746031746% auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_sttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_giver_sttl span {
  display: none;
}
.main .event_giver_caution {
  font-size: 2.6666666667vw;
  margin: 0 3.1746031746% 0;
  text-indent: -1em;
  padding-left: 1em;
}
.main .event_giver_caution strong {
  font-weight: 700;
}
.main .event_giver_caution span {
  color: #b2002a;
}
.main .event_giver_terms {
  background: #d4d0c7;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 3.1746031746% 4.7619047619% 3.1746031746% 6.3492063492%;
  margin-top: 0.9523809524%;
  text-indent: -0.4em;
}
.main .event_giver_notice {
  font-size: 2.6666666667vw;
  margin: 1.3333333333% 8% 0;
}
.main .event_giver_flow {
  width: 100%;
  height: 0;
  padding-top: 173.8666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_flow_sp.webp) no-repeat 0 0/100% auto;
  margin-top: 8%;
  order: 6;
}
.main .event_giver_flow h3, .main .event_giver_flow ol, .main .event_giver_flow p {
  display: none;
}
.main .event_taker_ttl {
  width: 100%;
  height: 0;
  padding-top: 12.2666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_ttl_sp.webp) no-repeat 0 0/100% auto;
  order: 2;
}
.main .event_taker_ttl span {
  display: none;
}
.main .event_taker_code {
  width: 100%;
  order: 4;
  padding-top: 4%;
}
.main .event_taker_box {
  position: relative;
  margin: 0 8% 0;
  padding-top: 4%;
  background: #f4efed;
  border-radius: 14px;
  overflow: hidden;
}
.main .event_taker_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 90.4761904762%;
  height: 0;
  padding-top: 15.2380952381%;
  margin: 25.3968253968% 0 0 4.7619047619%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_code_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_taker_box .error {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
  color: #e60a00;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin-top: 14.9206349206%;
}
.main .event_taker_box .input {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-top: 17.4603174603%;
}
.main .event_taker_box .input input {
  -webkit-appearance: none;
  appearance: none;
  width: 87.3015873016%;
  text-align: center;
  font-size: 5.3333333333vw;
  border: none;
  background: none;
}
.main .event_taker_box .btn-character {
  width: 71.4285714286%;
  height: 0;
  padding-top: 15.2380952381%;
  margin: 7.9365079365% auto 0;
}
.main .event_taker_box .btn-character a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_character_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_taker_false {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 239, 237, 0.9);
}
.main .event_taker_false p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre;
  text-align: center;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
.main .event_taker_sttl {
  position: relative;
  width: 82.8571428571%;
  height: 0;
  padding-top: 6.0317460317%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_sttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_taker_sttl span {
  display: none;
}
.main .event_taker_caution {
  font-size: 2.6666666667vw;
  margin: 3.1746031746% 3.1746031746% 0;
  text-indent: -1em;
  padding-left: 1em;
}
.main .event_taker_caution strong {
  font-weight: 700;
}
.main .event_taker_caution span {
  color: #b2002a;
}
.main .event_taker_terms {
  background: #d4d0c7;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 3.1746031746% 4.7619047619% 3.1746031746% 6.3492063492%;
  margin-top: 3.1746031746%;
  text-indent: -0.4em;
}
.main .event_taker_notice {
  font-size: 2.6666666667vw;
  margin: 1.3333333333% 8% 0;
}
.main .event_taker_flow {
  width: 100%;
  height: 0;
  padding-top: 173.8666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_flow_sp.webp) no-repeat 0 0/100% auto;
  margin-top: 8%;
  order: 7;
}
.main .event_taker_flow h3, .main .event_taker_flow ol, .main .event_taker_flow p {
  display: none;
}
.main .event_login {
  position: relative;
  width: 100%;
  margin: 4% 8% 0;
  padding: 4% 0;
  background: #f4efed;
  border-radius: 14px;
  overflow: hidden;
  order: 3;
}
.main .event_login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 90.4761904762%;
  height: 0;
  padding-top: 65.0793650794%;
  margin: 6.3492063492% 0 0 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_login_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_login p {
  display: none;
}
.main .event_login .btn-login {
  width: 90.4761904762%;
  height: 0;
  padding-top: 15.2380952381%;
  margin: 38.7301587302% auto 0;
}
.main .event_login .btn-login a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_login_sp.webp) no-repeat 0 0/100% auto;
}
.main .event_login .btn-create {
  width: 90.4761904762%;
  height: 0;
  padding-top: 15.2380952381%;
  margin: 15.2380952381% auto 0;
}
.main .event_login .btn-create a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_create_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	mission
********************************************************************************************************/
.main .mission {
  position: relative;
  padding-top: 12%;
}
.main .mission_ttl {
  width: 100%;
  height: 0;
  padding-top: 48.2666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .mission_ttl h2, .main .mission_ttl p {
  display: none;
}
.main .mission .my_section {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal_sp.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal_sp.webp) no-repeat 0 0/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical_sp.webp) repeat-y 0 0/100% auto;
  padding: 6.6666666667% 4.8%;
  margin-top: 6.6666666667%;
}
.main .mission .my_sttl {
  width: 92.3303834808%;
  height: 0;
  padding-top: 28.9085545723%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/my_sttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .mission .my_sttl h3, .main .mission .my_sttl p {
  display: none;
}
.main .mission .my_caution {
  color: #994c5e;
  font-size: 2.6666666667vw;
  margin: 2.9498525074% 3.5398230088% 0;
  text-indent: -1em;
  padding-left: 1em;
}
.main .mission .my_tooltip {
  width: 69.0265486726%;
  height: 0;
  padding-top: 12.9793510324%;
  margin: 4.4247787611% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/my_tooltip_sp.webp) no-repeat 0 0/100% auto;
}
.main .mission .my_tooltip span {
  display: none;
}
.main .mission .my_list {
  width: 92.9203539823%;
  margin: 0 auto 8.8495575221%;
  color: #bfbfbd;
}
.main .mission .my_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4.7619047619% 0;
  border-top: solid 1px #dcdcdc;
}
.main .mission .my_list li:nth-of-type(1) {
  border-top: none;
}
.main .mission .my_requirements {
  font-size: 4vw;
  width: 100%;
  line-height: 1.2em;
}
.main .mission .my_requirements a {
  text-decoration: underline;
  color: #5158e2;
}
.main .mission .my_tickets {
  position: relative;
  font-size: 3.2vw;
  width: 100%;
  margin-top: 1.5873015873%;
  padding-left: 7.9365079365%;
}
.main .mission .my_tickets::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.3492063492%;
  height: 0;
  padding-top: 4.4444444444%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_ticket_gray.webp) no-repeat 0 0/100% auto;
}
.main .mission .my_cottoncandy {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4.4247787611% 3.5398230088%;
  background: #ffedf2;
}
.main .mission .my_cottoncandy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.9203539823%;
  height: 0;
  padding-top: 0.4424778761%;
  margin-top: -4.4247787611%;
  background: #661f30;
}
.main .mission .my_cottoncandy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.6991150442%;
  height: 0;
  padding-top: 14.1592920354%;
  margin: 0 0 3.5398230088% 2.9498525074%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/my_cottoncandy.webp) no-repeat 0 0/100% auto;
  filter: grayscale(1);
  opacity: 0.8;
}
.main .mission .my_cottoncandy .my_requirements {
  color: #bfbfbd;
}
.main .mission .my_cottoncandy a {
  display: inline-block;
  color: #bfbfbd;
}
.main .mission .my_cottoncandy .my_tickets {
  margin: 7.9365079365% 0 4.7619047619%;
  padding-left: 27.9365079365%;
  color: #bfbfbd;
}
.main .mission .my_cottoncandy .my_tickets::before {
  margin-left: 20.6349206349%;
}
.main .mission .my_notice {
  font-size: 2.6666666667vw;
  margin: 1.4749262537% 3.5398230088% 0;
  text-indent: -1em;
  padding-left: 1em;
}
.main .mission .friend_section {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal_sp.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal_sp.webp) no-repeat 0 0/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical_sp.webp) repeat-y 0 0/100% auto;
  padding: 6.6666666667% 4.8%;
  margin-top: 4%;
}
.main .mission .friend_sttl {
  width: 92.9203539823%;
  height: 0;
  padding-top: 73.1563421829%;
  margin: 0 auto 2.9498525074%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/friend_sttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .mission .friend_sttl h3, .main .mission .friend_sttl p {
  display: none;
}
.main .mission .friend_tooltip {
  width: 69.0265486726%;
  height: 0;
  padding-top: 12.9793510324%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/friend_tooltip_sp.webp) no-repeat 0 0/100% auto;
}
.main .mission .friend_tooltip span {
  display: none;
}
.main .mission .friend_list {
  width: 92.9203539823%;
  margin: 0 auto 8.8495575221%;
  color: #bfbfbd;
}
.main .mission .friend_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4.7619047619% 0;
  border-top: solid 1px #dcdcdc;
}
.main .mission .friend_list li:nth-of-type(1) {
  border-top: none;
}
.main .mission .friend_requirements {
  font-size: 4vw;
  width: 100%;
  line-height: 1.2em;
}
.main .mission .friend_requirements a {
  text-decoration: underline;
  color: #5158e2;
}
.main .mission .friend_tickets {
  position: relative;
  font-size: 3.2vw;
  width: 100%;
  margin-top: 1.5873015873%;
  padding-left: 7.9365079365%;
}
.main .mission .friend_tickets::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.3492063492%;
  height: 0;
  padding-top: 4.4444444444%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_ticket_gray.webp) no-repeat 0 0/100% auto;
}
.main .mission .friend_caution {
  font-size: 2.6666666667vw;
  margin: 1.4749262537% 4.4247787611% 0;
}

/********************************************************************************************************
	reward
********************************************************************************************************/
.main .reward {
  background: #67c2a3;
  margin-top: 8%;
  margin-bottom: -16%;
  padding-top: 8%;
  padding-bottom: 16%;
}
.main .reward_ttl {
  width: 100%;
  height: 0;
  padding-top: 36.5333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/reward_ttl_sp.webp) no-repeat 0 0/100% auto;
}
.main .reward_ttl span {
  display: none;
}
.main .reward .owntickets {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  color: #d6f2e9;
  background: #397360;
  white-space: nowrap;
  line-height: 1em;
  padding: 1.3333333333vw 8vw 2.1333333333vw;
  margin-top: 5.3333333333vw;
  border-radius: 6%/50%;
}
.main .reward .owntickets span {
  position: relative;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  width: 100%;
  padding-left: 6.6666666667vw;
  margin-left: 2.6666666667vw;
}
.main .reward .owntickets span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4.8vw;
  height: 0;
  padding-top: 3.4666666667vw;
  margin-top: 0.5333333333vw;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/reward_ticket.webp) no-repeat 0 0/100% auto;
}
.main .reward ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 93.8666666667%;
}
.main .reward ul li {
  width: 46.5909090909%;
  margin: 8% 1.7045454545% 0;
  text-align: center;
}
.main .reward_img {
  width: 100%;
}
.main .reward_img img {
  width: 100%;
  height: auto;
}
.main .reward_products {
  font-size: 4.8vw;
  font-weight: 700;
  color: #000;
  margin-top: 3.0487804878%;
  line-height: 1em;
}
.main .reward_tickets {
  position: relative;
  display: inline-block;
  padding-left: 6.1333333333vw;
  margin-top: 3.0487804878%;
}
.main .reward_tickets::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4.8vw;
  height: 0;
  padding-top: 3.4666666667vw;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/reward_ticket.webp) no-repeat 0 0/100% auto;
}
.main .reward .btn-reward {
  position: relative;
  width: 87.8048780488%;
  height: 0;
  padding-top: 25%;
  margin: 6.0975609756% auto 0;
  font-size: 4.2666666667vw;
  color: #4ca889;
  font-weight: 700;
  background: #85d2b8;
  border-radius: 14%/50%;
}
.main .reward .btn-reward span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .reward_notice {
  font-size: 2.6666666667vw;
  color: #000;
  margin: 4% 4.8% 0;
  text-indent: -1em;
  padding-left: 1em;
}

/********************************************************************************************************
	totop
********************************************************************************************************/
.btn-totop {
  position: relative;
  z-index: 25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 17.3333333333%;
  height: 0;
  padding-top: 8.2666666667%;
}
.btn-totop a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_totop.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	modal
********************************************************************************************************/
.modal .modal-character {
  position: relative;
  width: 92%;
  max-width: initial;
  height: 0;
  padding-top: 149.3333333333%;
}
.modal .modal-character .disabled {
  display: none;
}
.modal .modal-character .character_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/modal_character_bg_sp.webp) no-repeat 0 0/100% auto;
  padding-top: 18.8405797101%;
}
.modal .modal-character .character_ttl {
  display: none;
}
.modal .modal-character .character_input {
  position: relative;
  width: 89.5652173913%;
  height: 0;
  padding-top: 13.9130434783%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/modal_selectbox_sp.webp) no-repeat 0 0/100% auto;
  margin: 2.8985507246% auto 0;
}
.modal .modal-character .character_input select {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5.3333333333vw;
  color: #661f30;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: 100%;
  padding: 0.45em 0;
  text-indent: 0.5em;
}
.modal .modal-character .character_input select:disabled {
  color: #d9ccc7;
  pointer-events: none;
}
.modal .modal-character .character_default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 20.2898550725%;
}
.modal .modal-character .character_default p {
  text-align: center;
}
.modal .modal-character .character_default p:nth-of-type(1) {
  color: #661f30;
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1em;
}
.modal .modal-character .character_default p:nth-of-type(2) {
  color: #bda8a7;
  font-size: 4vw;
  line-height: 1em;
  margin-top: 4.347826087%;
}
.modal .modal-character .character_box {
  width: 89.5652173913%;
  margin: 10.1449275362% auto 0;
  background: #e8dfdf;
  text-align: center;
  padding: 8.0906148867% 0 4.854368932%;
}
.modal .modal-character .character_img {
  position: relative;
  width: 38.8349514563%;
  height: 0;
  padding-top: 38.8349514563%;
  background: #fff;
  margin: 0 auto;
}
.modal .modal-character .character_img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 0;
  padding-top: 80%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.modal .modal-character .character_img span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-character .character_name {
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.modal .modal-character .character_level, .modal .modal-character .character_job {
  font-size: 3.2vw;
  line-height: 1em;
}
.modal .modal-character .character_caution {
  font-size: 2.6666666667vw;
  color: #e60a00;
  margin: 2.8985507246% 0 0 4.6376811594%;
  text-indent: -1em;
  padding-left: 1em;
}
.modal .modal-character .btn-decided {
  width: 34.7826086957%;
  height: 0;
  padding-top: 12.1739130435%;
  margin: 4.347826087% auto 0;
}
.modal .modal-character .btn-decided a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_modal_decided_sp.webp) no-repeat 0 0/100% auto;
}
.modal .btn-close {
  width: 8%;
  height: 0;
  padding-top: 7.4666666667%;
  margin: -9.3333333333% 4% 0 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_modal_close_sp.webp) no-repeat 0 0/100% auto;
}
.modal .btn-close::before, .modal .btn-close::after {
  content: none;
}

@media (width >= 1024px) {
  /********************************************************************************************************
  	wrapper
  ********************************************************************************************************/
  .wrapper {
    min-width: 1200px;
  }
  .wrapper .background {
    padding-top: 1080px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/body_bg.webp) no-repeat 50% 0/1920px 1080px;
  }
  /********************************************************************************************************
  	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 span {
    font-size: 12px;
    padding: 6px 6px;
    border-radius: 8px;
    margin: 42px -20px 0 0;
  }
  /********************************************************************************************************
  	header
  ********************************************************************************************************/
  .wrapper .header {
    padding-top: 546px;
  }
  /********************************************************************************************************
  	main
  ********************************************************************************************************/
  .wrapper .main {
    margin-bottom: -100px;
    padding-bottom: 120px;
  }
  /********************************************************************************************************
  	event
  ********************************************************************************************************/
  .main .event {
    position: relative;
    margin: 0 auto;
    width: 1200px;
  }
  .main .event_inner {
    width: 1120px;
    margin: 0 auto;
  }
  .main .event [class^=event_tab] {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_tab.webp) no-repeat 0 0/100% auto;
  }
  .main .event [class^=event_tab] li {
    width: 560px;
    height: 0;
    padding-top: 90px;
  }
  .main .event .event_tab_giver {
    background-position: 0 0;
  }
  .main .event .event_tab_taker {
    background-position: 0 100%;
  }
  .main .event_frame {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical.webp) repeat-y 0 0/100% auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main .event_frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 50px;
    margin: 14px 0 0 14px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .event_frame::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 50px;
    margin: 0 14px 14px 0;
    transform: rotateZ(180deg);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .event_giver_ttl {
    width: 872px;
    padding-top: 68px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_ttl.webp) no-repeat 0 0/100% auto;
    margin: 0 auto;
  }
  .main .event_giver_code {
    width: 100%;
    order: 4;
    padding-top: 30px;
  }
  .main .event_giver_box {
    margin: 0 60px 0;
    padding-top: 30px;
  }
  .main .event_giver_box::before {
    left: 50%;
    transform: translateX(-50%);
    width: 452px;
    padding-top: 60px;
    margin: 140px 0 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_code.webp) no-repeat 0 0/100% auto;
  }
  .main .event_giver_box .count {
    width: 408px;
    height: 0;
    padding-top: 42px;
    margin-top: 20px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_count.webp) no-repeat 0 0/100% auto;
  }
  .main .event_giver_box .count p {
    font-size: 22px;
    margin-top: 0.1em;
  }
  .main .event_giver_box .code {
    width: 360px;
    margin: 154px 0 0 274px;
    font-size: 24px;
  }
  .main .event_giver_box .btn-codecopy {
    width: 90px;
    padding-top: 58px;
    margin: 22px 0 0 634px;
  }
  .main .event_giver_box .btn-codecopy a span {
    font-size: 14px;
    padding: 6px 10px;
    margin: -28px -26px 0 0;
  }
  .main .event_giver_box .btn-codecopy a span::before {
    font-size: 0.8vw;
  }
  .main .event_giver_box .btn-share {
    width: 200px;
    height: 0;
    padding-top: 30px;
    margin: 20px auto;
  }
  .main .event_giver_false p {
    font-size: 24px;
  }
  .main .event_giver_false p br.pc {
    display: none;
  }
  .main .event_giver_sttl {
    width: 356px;
    padding-top: 30px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_sttl.webp) no-repeat 0 0/100% auto;
  }
  .main .event_giver_caution {
    font-size: 15px;
    text-align: center;
    margin: 6px 20px 0;
    padding: 0;
    text-indent: 0;
  }
  .main .event_giver_terms {
    text-align: center;
    font-size: 15px;
    padding: 20px 30px 20px 40px;
    margin-top: 6px;
    text-indent: 0;
  }
  .main .event_giver_terms li {
    padding: 2px 0;
  }
  .main .event_giver_notice {
    font-size: 14px;
    text-align: center;
  }
  .main .event_giver_flow {
    width: 1024px;
    padding-top: 572px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_giver_flow.webp) no-repeat 0 0/100% auto;
    margin: 60px auto 0;
  }
  .main .event_taker_ttl {
    width: 684px;
    padding-top: 30px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .event_taker_code {
    padding-top: 30px;
  }
  .main .event_taker_box {
    margin: 0 60px 0;
    padding-top: 30px;
  }
  .main .event_taker_box::before {
    left: 50%;
    transform: translateX(-50%);
    width: 452px;
    height: 0;
    padding-top: 60px;
    margin: 126px 0 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_code.webp) no-repeat 0 0/100% auto;
  }
  .main .event_taker_box .error {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    margin-top: 80px;
  }
  .main .event_taker_box .input {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-top: 76px;
  }
  .main .event_taker_box .input input {
    width: 430px;
    font-size: 24px;
  }
  .main .event_taker_box .btn-character {
    width: 300px;
    height: 0;
    padding-top: 90px;
    margin: 34px auto 0;
  }
  .main .event_taker_box .btn-character a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_character.webp) no-repeat 0 0/100% auto;
  }
  .main .event_taker_false p {
    font-size: 24px;
  }
  .main .event_taker_false p br.pc {
    display: none;
  }
  .main .event_taker_sttl {
    width: 444px;
    padding-top: 32px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_sttl.webp) no-repeat 0 0/100% auto;
  }
  .main .event_taker_caution {
    font-size: 15px;
    margin: 20px auto 0;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  .main .event_taker_terms {
    background: #d4d0c7;
    font-size: 15px;
    padding: 20px 0 20px;
    margin-top: 20px;
    text-align: center;
    text-indent: 0;
  }
  .main .event_taker_terms li {
    padding: 2px 0;
  }
  .main .event_taker_notice {
    font-size: 15px;
    margin: 10px auto 0;
    text-align: center;
  }
  .main .event_taker_flow {
    width: 1024px;
    padding-top: 608px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_taker_flow.webp) no-repeat 0 0/100% auto;
    margin: 60px auto 0;
  }
  .main .event_login {
    position: relative;
    width: 100%;
    margin: 30px 60px 0;
    padding: 180px 0 30px;
    background: #f4efed;
    border-radius: 14px;
    overflow: hidden;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .event_login::before {
    width: 712px;
    padding-top: 124px;
    margin: 40px 0 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/event_login.webp) no-repeat 0 0/100% auto;
  }
  .main .event_login .btn-login {
    width: 400px;
    padding-top: 90px;
    margin: 0 20px;
  }
  .main .event_login .btn-login a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_login.webp) no-repeat 0 0/100% auto;
  }
  .main .event_login .btn-create {
    width: 400px;
    padding-top: 90px;
    margin: 0 20px;
  }
  .main .event_login .btn-create a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_create.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  	mission
  ********************************************************************************************************/
  .main .mission {
    margin: 0 auto;
    width: 1200px;
    padding-top: 60px;
  }
  .main .mission_ttl {
    width: 892px;
    padding-top: 204px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .my_section {
    position: relative;
    width: 1120px;
    padding: 36px 0px;
    margin: 20px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal.webp) no-repeat 0 0/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical.webp) repeat-y 0 0/100% auto;
  }
  .main .mission .my_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 50px;
    margin: 14px 0 0 14px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .my_section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 50px;
    margin: 0 14px 14px 0;
    transform: rotateZ(180deg);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .my_sttl {
    width: 340px;
    padding-top: 124px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/my_sttl.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .my_caution {
    font-size: 14px;
    margin: 16px auto 0;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  .main .mission .my_tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 192px;
    padding-top: 68px;
    margin: 154px 0 0 40px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/my_tooltip.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .my_list {
    width: 900px;
    margin: 30px auto 60px;
    justify-content: space-between;
  }
  .main .mission .my_list li {
    flex-wrap: nowrap;
    padding: 20px 0;
  }
  .main .mission .my_requirements {
    width: 500px;
    font-size: 14px;
    padding-left: 20px;
  }
  .main .mission .my_tickets {
    font-size: 14px;
    width: 180px;
    margin-top: 0;
    padding-left: 50px;
  }
  .main .mission .my_tickets::before {
    width: 40px;
    padding-top: 28px;
  }
  .main .mission .my_cottoncandy {
    width: 984px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 42px;
    border-radius: 10px;
  }
  .main .mission .my_cottoncandy::before {
    width: 100%;
    padding-top: 1px;
    margin-top: -30px;
  }
  .main .mission .my_cottoncandy::after {
    width: 60px;
    padding-top: 48px;
  }
  .main .mission .my_cottoncandy .my_requirements {
    width: 500px;
    line-height: 1.4em;
    padding-left: 54px;
  }
  .main .mission .my_cottoncandy .my_tickets {
    width: 200px;
    margin: 0;
    padding-left: 46px;
  }
  .main .mission .my_cottoncandy .my_tickets::before {
    margin-left: 0;
  }
  .main .mission .my_notice {
    font-size: 14px;
    margin: 10px auto 30px;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  .main .mission .friend_section {
    position: relative;
    width: 1120px;
    padding: 36px 0;
    margin: 20px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal.webp) no-repeat 0 100%/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_horizontal.webp) no-repeat 0 0/100% auto, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/frame_vertical.webp) repeat-y 0 0/100% auto;
  }
  .main .mission .friend_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 50px;
    margin: 14px 0 0 14px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .friend_section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 50px;
    margin: 0 14px 14px 0;
    transform: rotateZ(180deg);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/mission_decoration.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .friend_sttl {
    width: 1070px;
    padding-top: 230px;
    margin: -30px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/friend_sttl.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .friend_tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    padding-top: 58px;
    margin: 170px 0 0 30px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/friend_tooltip.webp) no-repeat 0 0/100% auto;
  }
  .main .mission .friend_list {
    width: 900px;
    margin: 0px auto 60px;
    justify-content: space-between;
  }
  .main .mission .friend_list li {
    flex-wrap: nowrap;
    padding: 20px 0;
  }
  .main .mission .friend_requirements {
    width: 500px;
    font-size: 14px;
    padding-left: 20px;
  }
  .main .mission .friend_tickets {
    font-size: 14px;
    width: 180px;
    margin-top: 0;
    padding-left: 50px;
  }
  .main .mission .friend_tickets::before {
    width: 40px;
    padding-top: 28px;
  }
  .main .mission .friend_caution {
    font-size: 14px;
    margin: 10px 30px 0;
    text-align: center;
  }
  /********************************************************************************************************
  	reward
  ********************************************************************************************************/
  .main .reward {
    position: relative;
    width: 100%;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: -120px;
  }
  .main .reward_inner {
    position: relative;
    z-index: 5;
  }
  .main .reward::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/invitation_0702_lne9/reward_bg.webp) no-repeat 50% 100%/1920px 1968px;
  }
  .main .reward_ttl {
    width: 644px;
    padding-top: 198px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/reward_ttl.webp) no-repeat 0 0/100% auto;
  }
  .main .reward .owntickets {
    font-size: 20px;
    padding: 14px 100px 16px;
    margin-top: 40px;
    border-radius: 6%/50%;
  }
  .main .reward .owntickets span {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    padding-left: 50px;
    margin-left: 20px;
  }
  .main .reward .owntickets span::before {
    width: 36px;
    padding-top: 26px;
    margin-top: 2px;
  }
  .main .reward ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px auto 0;
    width: 1056px;
  }
  .main .reward ul li {
    width: 328px;
    margin: 40px 12px 0;
  }
  .main .reward_products {
    font-size: 22px;
    margin-top: 10px;
  }
  .main .reward_tickets {
    font-size: 19px;
    padding-left: 40px;
    margin-top: 10px;
    font-weight: 500;
  }
  .main .reward_tickets::before {
    width: 36px;
    padding-top: 26px;
    margin-top: 0px;
  }
  .main .reward .btn-reward {
    width: 246px;
    padding-top: 40px;
    margin: 10px auto 0;
    font-size: 19px;
    border-radius: 50px;
  }
  .main .reward_notice {
    font-size: 16px;
    margin: 30px auto 0;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  /********************************************************************************************************
  	totop
  ********************************************************************************************************/
  .btn-totop {
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    padding-top: 62px;
    margin-left: 530px;
  }
  /********************************************************************************************************
  	modal
  ********************************************************************************************************/
  .modal .modal-character {
    width: 880px;
    max-width: 880px;
    padding-top: 700px;
  }
  .modal .modal-character .character_inner {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/modal_character_bg.webp) no-repeat 0 0/100% auto;
    padding-top: 110px;
  }
  .modal .modal-character .character_column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .modal .modal-character .character_input {
    width: 374px;
    padding-top: 60px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/modal_selectbox.webp) no-repeat 0 0/100% auto;
    margin: 0 10px 0;
  }
  .modal .modal-character .character_input select {
    font-size: 18px;
    width: calc(100% - 34px);
    padding: 17px;
    text-indent: 0.5em;
    font-weight: 500;
  }
  .modal .modal-character .character_default {
    margin-top: 70px;
  }
  .modal .modal-character .character_default p:nth-of-type(1) {
    font-size: 24px;
  }
  .modal .modal-character .character_default p:nth-of-type(1) br {
    display: none;
  }
  .modal .modal-character .character_default p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4em;
  }
  .modal .modal-character .character_box {
    width: 226px;
    margin: 70px auto 0;
    padding: 40px 0 30px;
  }
  .modal .modal-character .character_img {
    width: 120px;
    padding-top: 120px;
  }
  .modal .modal-character .character_img span {
    width: 96px;
    padding-top: 96px;
  }
  .modal .modal-character .character_name {
    font-size: 16px;
    margin-top: 16px;
  }
  .modal .modal-character .character_level, .modal .modal-character .character_job {
    margin-top: 10px;
    font-size: 16px;
  }
  .modal .modal-character .character_caution {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-indent: 0;
    padding-left: 0;
    text-align: center;
  }
  .modal .modal-character .btn-decided {
    width: 162px;
    padding-top: 50px;
    margin: 20px auto 0;
  }
  .modal .modal-character .btn-decided a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_modal_decided.webp) no-repeat 0 0/100% auto;
  }
  .modal .btn-close {
    width: 48px;
    padding-top: 46px;
    margin: -54px 0px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/invitation_0702_lne9/btn_modal_close.webp) no-repeat 0 0/100% auto;
  }
  .modal .btn-close:hover {
    background-position: 0 100%;
  }
}

/*# sourceMappingURL=invitation_250702.css.map */
