@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;
  }
}
/********************************************************************************************************
　common
********************************************************************************************************/
body {
  position: relative;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_wrapper.webp) repeat 0 0/50px 50px;
}

.wrapper > .frame {
  position: relative;
  padding: 2.6666666667% 2.6666666667% 0;
}

/********************************************************************************************************
　header
********************************************************************************************************/
.wrapper header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-top: 116.9014084507%;
  margin: 0 auto;
  clip-path: inset(0px 0px 0px 0px);
}
.wrapper header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_body.webp) repeat 50% 35px/74px 74px;
  pointer-events: none;
}
.wrapper header .inner {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper header .inner .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  padding-top: 87.323943662%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_header_01_241204_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper header .inner .title::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(10px);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_header_02_sp.webp) no-repeat 0 0/100% auto;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.wrapper header .inner .title h1 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper header .inner .title h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(10px);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/title_main_sp.webp) no-repeat 0 0/100% auto;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.wrapper header .inner .title h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/title_sub_sp.webp) no-repeat 0 0/cover;
  transition: width 0.5s ease 1.5s;
}
.wrapper header .inner .title p {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead_sp.webp) no-repeat 0 0/100% auto;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
.wrapper header .inner .title p.ended {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead_241120_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper header .inner .title p.season-start {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead_241204_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper header .inner .title span {
  display: none;
}
.wrapper header .inner .title.open::before,
.wrapper header .inner .title.open h1::before,
.wrapper header .inner .title.open p {
  transform: translateY(0px);
  opacity: 1;
}
.wrapper header .inner .title.open h1::after {
  width: 100%;
}
.wrapper header .inner .global-menu {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 5.6338028169%;
}
.wrapper header .inner .global-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper header .inner .global-menu ul li {
  position: relative;
  z-index: 1;
  width: 42.5352112676%;
  height: 0;
  padding-top: 7.6056338028%;
  margin: 0 -6.338028169%;
}
.wrapper header .inner .global-menu ul li.btn-about {
  z-index: 3;
}
.wrapper header .inner .global-menu ul li.btn-about a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_about_241204_sp.webp) no-repeat 0 0/100% 300%;
}
.wrapper header .inner .global-menu ul li.btn-notice {
  z-index: 2;
}
.wrapper header .inner .global-menu ul li.btn-notice a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_notice_241204_sp.webp) no-repeat 0 0/100% 300%;
}
.wrapper header .inner .global-menu ul li.btn-list {
  z-index: 1;
}
.wrapper header .inner .global-menu ul li.btn-list a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_list_241204_sp.webp) no-repeat 0 0/100% 300%;
}
.wrapper header .inner .global-menu ul li.active {
  z-index: 10;
}
.wrapper header .inner .global-menu ul li.active a {
  background-position-y: 50% !important;
  pointer-events: none;
}
.wrapper header .btn-official {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 25.3521126761%;
  height: 0;
  padding-top: 11.2676056338%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_wrapper.webp) repeat 0 0/50px 50px;
  border-radius: 0 0 30px 0;
}
.wrapper header .btn-official::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.2222222222%;
  height: 0;
  padding-top: 22.2222222222%;
  margin-top: 44.4444444444%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_round.webp) no-repeat 0 0/100% auto;
}
.wrapper header .btn-official::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.2222222222%;
  height: 0;
  padding-top: 22.2222222222%;
  margin-left: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_round.webp) no-repeat 0 0/100% auto;
}
.wrapper header .btn-official a {
  width: 100%;
  height: 100%;
}
.wrapper header .btn-official a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66.6666666667%;
  height: 0;
  padding-top: 33.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/logo.webp) no-repeat 0 0/100% auto;
}
.wrapper header .sns {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 25.3521126761%;
  height: 0;
  padding-top: 8.4507042254%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_wrapper.webp) repeat 0 0/50px 50px;
  border-radius: 0 0 0 30px;
}
.wrapper header .sns::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22.2222222222%;
  height: 0;
  padding-top: 22.2222222222%;
  margin-top: 33.3333333333%;
  transform: rotateZ(90deg);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_round.webp) no-repeat 0 0/100% auto;
}
.wrapper header .sns::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22.2222222222%;
  height: 0;
  padding-top: 22.2222222222%;
  margin-right: 98.8888888889%;
  transform: rotateZ(90deg);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_round.webp) no-repeat 0 0/100% auto;
}
.wrapper header .sns ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 7.7777777778% 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper header .sns ul li {
  width: 16.6666666667%;
  height: 0;
  padding-top: 13.3333333333%;
  margin-right: 11.1111111111%;
}
.wrapper header .sns ul li.btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/icn_youtube.webp) no-repeat 0 0/100% auto;
}
.wrapper header .sns ul li.btn-x {
  width: 11.1111111111%;
}
.wrapper header .sns ul li.btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/icn_x.webp) no-repeat 0 0/100% auto;
}
.wrapper header .sns ul li.btn-discord a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/icn_discord.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
　article
********************************************************************************************************/
.wrapper main {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: -5.9154929577% auto 2.8169014085%;
}
.wrapper main section {
  position: relative;
}

/********************************************************************************************************
　side-menu
********************************************************************************************************/
.wrapper .side-menu {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.wrapper .side-menu > .btn-recruitment,
.wrapper .side-menu > .btn-supporter {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  margin: 82.6666666667% auto 0;
  width: 53.3333333333%;
  height: 0;
  padding-top: 8.2666666667%;
  pointer-events: all;
}
.wrapper .side-menu > .btn-recruitment a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_request_side_sp.webp) no-repeat 0 0/100% 200%;
}
.wrapper .side-menu > .btn-supporter {
  width: 70.9333333333%;
}
.wrapper .side-menu > .btn-supporter a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_support_side_sp.webp) no-repeat 0 0/100% 200%;
}

/********************************************************************************************************
　totop
********************************************************************************************************/
.wrapper .btn-totop {
  position: sticky;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 8.1333333333%;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.wrapper .btn-totop.top {
  transform: translateY(100%);
}
.wrapper .btn-totop a {
  left: 50%;
  transform: translateX(-50%);
  width: 17.3333333333%;
  height: 0;
  padding-top: 8.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_totop.webp) no-repeat 0 0/100% 200%;
  pointer-events: all;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  　common
  ********************************************************************************************************/
  .wrapper > .frame {
    padding: 30px 50px 0;
  }
  /********************************************************************************************************
  　header
  ********************************************************************************************************/
  .wrapper header {
    min-width: 1100px;
    padding-top: 710px;
  }
  .wrapper header .inner .title {
    width: 1920px;
    padding-top: 570px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_header_01.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .title::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_header_02.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .title h1::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/title_main.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .title h1::after {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/title_sub.webp) no-repeat 0 0/1920px 570px;
    transition: width 1s ease 1.5s;
  }
  .wrapper header .inner .title p {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .title p.ended {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead_241120.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .title p.season-start {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/lead_241204.webp) no-repeat 0 0/100% auto;
  }
  .wrapper header .inner .global-menu {
    margin-bottom: 41px;
  }
  .wrapper header .inner .global-menu ul li {
    width: 344px;
    padding-top: 54px;
    margin: 0 -30px;
  }
  .wrapper header .inner .global-menu ul li.btn-about a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_about_241204.webp) no-repeat 0 0/100% 300%;
  }
  .wrapper header .inner .global-menu ul li.btn-notice a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_notice_241204.webp) no-repeat 0 0/100% 300%;
  }
  .wrapper header .inner .global-menu ul li.btn-list a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_menu_list_241204.webp) no-repeat 0 0/100% 300%;
  }
  .wrapper header .btn-official {
    width: 180px;
    padding-top: 80px;
    border-radius: 0 0 40px 0;
  }
  .wrapper header .sns {
    width: 180px;
    padding-top: 60px;
    border-radius: 0 0 0 40px;
  }
  /********************************************************************************************************
  　article
  ********************************************************************************************************/
  .wrapper main {
    margin: -42px auto -20px;
    min-width: 1100px;
  }
  /********************************************************************************************************
  　side-menu
  ********************************************************************************************************/
  .wrapper .side-menu > .btn-recruitment,
  .wrapper .side-menu > .btn-supporter {
    right: 0;
    margin: 520px 20px 0 0;
    transform: translateX(0);
    width: 306px;
    padding-top: 90px;
  }
  .wrapper .side-menu > .btn-recruitment::before,
  .wrapper .side-menu > .btn-supporter::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-bottom: -16px;
    background: #124ec0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .wrapper .side-menu > .btn-recruitment a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_request_side.webp) no-repeat 0 0/100% 200%;
  }
  .wrapper .side-menu > .btn-supporter a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/btn_support_side.webp) no-repeat 0 0/100% 200%;
  }
  /********************************************************************************************************
  　totop
  ********************************************************************************************************/
  .wrapper .btn-totop {
    padding-top: 61px;
  }
  .wrapper .btn-totop a {
    left: auto;
    right: 0;
    transform: translateX(0);
    margin-right: 200px;
    width: 130px;
    padding-top: 61px;
  }
}
/********************************************************************************************************
　about
********************************************************************************************************/
.wrapper.index .about {
  background: #fff;
  border-radius: 20px;
}
.wrapper.index .about .inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 5.6338028169% 0 4.2253521127%;
}
.wrapper.index .about .inner h2 {
  width: 54.0845070423%;
  height: 0;
  padding-top: 13.5211267606%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/ttl_about_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .about .inner h2 span {
  display: none;
}
.wrapper.index .about .inner .lead {
  color: #747a95;
  font-size: 2.6666666667vw;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
.wrapper.index .about .inner .lead em {
  font-style: normal;
  color: #2973ff;
}
.wrapper.index .about .inner .grid {
  width: 100%;
  margin-top: 5.6338028169%;
}
.wrapper.index .about .inner .grid div {
  position: relative;
  width: 91.5492957746%;
  height: 0;
  padding-top: 26.1971830986%;
  margin: 0 auto;
  border-radius: 20px;
}
.wrapper.index .about .inner .grid div h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 98.1538461538%;
  height: 0;
  padding-top: 25.8461538462%;
  margin: -1.5384615385% 0 0 5.2307692308%;
}
.wrapper.index .about .inner .grid div h3 span {
  display: none;
}
.wrapper.index .about .inner .grid div p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 11.0769230769% 13.8461538462% 0 5.2307692308%;
  font-size: 2.6666666667vw;
  color: #fff;
  letter-spacing: -0.04em;
}
.wrapper.index .about .inner .grid div p .pc {
  display: none;
}
.wrapper.index .about .inner .grid div p .annotation {
  display: block;
  padding-top: 1em;
  font-size: 1.8666666667vw;
}
.wrapper.index .about .inner .grid .grid-creator {
  background: #2973ff;
}
.wrapper.index .about .inner .grid .grid-creator h3 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/grid_creator_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .about .inner .grid .grid-supporter {
  background: #00d474;
  margin-top: 4.2253521127%;
}
.wrapper.index .about .inner .grid .grid-supporter h3 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/grid_supporter_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .about .inner > .annotation {
  font-size: 1.8666666667vw;
  color: #747a95;
  margin: 2.5352112676% 7.0422535211% 0;
  text-indent: -1em;
  padding-left: 1em;
}
.wrapper.index .about .inner .movie {
  position: relative;
  width: 91.5492957746%;
  height: 0;
  padding-top: 26.1971830986%;
  margin: 2.8169014085% auto 0;
  background: #f5f9ff;
  border-radius: 20px;
}
.wrapper.index .about .inner .movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44.6153846154%;
  height: 0;
  padding-top: 21.5384615385%;
  margin: 3.5384615385% 0 0 3.0769230769%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/bg_thumbnail.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .about .inner .movie .btn-modal-youtube {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46.4615384615%;
  height: 0;
  padding-top: 8.3076923077%;
  margin-right: 3.0769230769%;
}
.wrapper.index .about .inner .movie .btn-modal-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/btn_movie.webp) no-repeat 0 0/100% 200%;
}

/********************************************************************************************************
　creator
********************************************************************************************************/
.wrapper.index .creator {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 5.6338028169% auto 0;
  clip-path: inset(0px 0px 0px 0px round 20px);
}
.wrapper.index .creator::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_body.webp) repeat 50% 20px/74px 74px;
  pointer-events: none;
}
.wrapper.index .creator .inner {
  position: relative;
  z-index: 5;
  padding: 7.0422535211% 0 0;
  overflow: hidden;
}
.wrapper.index .creator h2 {
  position: relative;
  z-index: 5;
  width: 74.3661971831%;
  height: 0;
  padding-top: 7.6056338028%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/ttl_creator.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator h2 span {
  display: none;
}
.wrapper.index .creator .frame {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 3.661971831% auto 0;
  padding: 5.6338028169% 0 7.0422535211%;
  background: #fff;
  border-radius: 20px;
}
.wrapper.index .creator .frame .flow {
  width: 91.5492957746%;
  margin: 0 auto;
  padding-bottom: 4.2253521127%;
}
.wrapper.index .creator .frame .flow h3 {
  width: 57.2307692308%;
  height: 0;
  padding-top: 5.5384615385%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_flow.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .flow h3 span {
  display: none;
}
.wrapper.index .creator .frame .flow ol li {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.8461538462%;
  margin-top: 1.5384615385%;
}
.wrapper.index .creator .frame .flow ol li:nth-of-type(1) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_01_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .flow ol li:nth-of-type(2) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_02_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .flow ol li:nth-of-type(3) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_03_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .flow ol li h4 {
  display: none;
}
.wrapper.index .creator .frame .flow ol li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.6923076923%;
}
.wrapper.index .creator .frame .flow ol li p {
  position: relative;
  z-index: 5;
  font-size: 2.4vw;
  color: #fff;
  margin: 0 30.7692307692% 0 4.3076923077%;
}
.wrapper.index .creator .frame .flow ol li p em {
  font-style: normal;
  color: #9fff89;
}
.wrapper.index .creator .frame .flow ol li p.annotation {
  font-size: 1.8666666667vw;
  margin-top: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}
.wrapper.index .creator .frame .flow ol li p.btn-recruitment a span {
  display: block;
}
.wrapper.index .creator .frame .flow ol li p a {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0.8em;
}
.wrapper.index .creator .frame .flow ol li p a:hover {
  text-decoration: none;
}
.wrapper.index .creator .frame .point {
  width: 91.5492957746%;
  margin: 0 auto;
  padding: 4.2253521127% 0 4.2253521127%;
  border-radius: 20px;
  background: #6952ff;
}
.wrapper.index .creator .frame .point h3 {
  width: 41.5384615385%;
  height: 0;
  padding-top: 5.5384615385%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_point.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .point h3 span {
  display: none;
}
.wrapper.index .creator .frame .point p {
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: center;
  margin-top: 3.0769230769%;
}
.wrapper.index .creator .frame .point p .pc {
  display: none;
}
.wrapper.index .creator .frame .point p em {
  font-style: normal;
  color: #ffe643;
}
.wrapper.index .creator .frame .point ol {
  width: 100%;
  height: 0;
  padding-top: 26.1538461538%;
  margin: 3.0769230769% auto 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_point_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .point ol li {
  font-size: 2.4vw;
  color: #fff;
  text-align: center;
}
.wrapper.index .creator .frame .point ol li em {
  font-style: normal;
  color: #ffe643;
}
.wrapper.index .creator .frame .point dl {
  width: 100%;
  margin: 3.0769230769% auto 0;
}
.wrapper.index .creator .frame .point dl dt {
  display: none;
}
.wrapper.index .creator .frame .point dl dd {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 15.3846153846%;
}
.wrapper.index .creator .frame .point dl dd:nth-of-type(1) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_silver_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .point dl dd:nth-of-type(2) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_gold_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .point dl dd:nth-of-type(3) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_platinum_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .point dl dd span {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4% 9.2307692308% 0 0;
  line-height: 1.2em;
  font-size: 2.4vw;
  color: #1c2029;
}
.wrapper.index .creator .frame .point dl dd span em {
  font-style: normal;
  font-weight: 700;
  font-size: 2.6666666667vw;
}
.wrapper.index .creator .frame .caution {
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
  padding: 3.3802816901% 2.1126760563% 2.1126760563%;
  border-radius: 20px;
  background: #e8eff8;
}
.wrapper.index .creator .frame .caution h3 {
  width: 14.5161290323%;
  height: 0;
  padding-top: 3.5483870968%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_caution.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .caution h3 span {
  display: none;
}
.wrapper.index .creator .frame .caution ul {
  margin-top: 1.6129032258%;
}
.wrapper.index .creator .frame .caution ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8666666667vw;
  color: #747a95;
}
.wrapper.index .creator .frame .present {
  width: 91.5492957746%;
  height: 0;
  padding-top: 55.7746478873%;
  margin: 5.6338028169% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_present_241204_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .creator .frame .present h3, .wrapper.index .creator .frame .present p {
  display: none;
}

/********************************************************************************************************
　recruitment
********************************************************************************************************/
.wrapper.index .recruitment {
  background: #fff;
  border-radius: 20px;
  margin-top: 5.6338028169%;
}
.wrapper.index .recruitment .inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 5.6338028169% 0 2.8169014085%;
}
.wrapper.index .recruitment .inner h2 {
  width: 75.2112676056%;
  height: 0;
  padding-top: 7.6056338028%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/ttl_recruitment.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner h2 span {
  display: none;
}
.wrapper.index .recruitment .inner .schedule {
  width: 91.5492957746%;
  margin: 5.6338028169% auto 0;
  padding: 2.8169014085% 0 5.6338028169%;
  background: #15adf9;
  border-radius: 20px;
}
.wrapper.index .recruitment .inner .schedule h3 {
  width: 39.3846153846%;
  height: 0;
  padding-top: 5.2307692308%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/sttl_schedule.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .schedule h3 span {
  display: none;
}
.wrapper.index .recruitment .inner .schedule dl {
  width: 93.8461538462%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper.index .recruitment .inner .schedule dl dt {
  position: relative;
  width: 29.5081967213%;
  text-align: center;
  font-size: 2.5333333333vw;
  color: #1c2029;
  font-weight: 700;
  margin-top: 2.2950819672%;
}
.wrapper.index .recruitment .inner .schedule dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 3rem;
  height: 100%;
  background: #fff;
}
.wrapper.index .recruitment .inner .schedule dl dt span {
  position: relative;
  z-index: 5;
  display: block;
  padding: 0.6rem 0;
  background: #18ffcf;
  border-radius: 26px 0 26px 26px;
}
.wrapper.index .recruitment .inner .schedule dl dd {
  position: relative;
  width: 70.4918032787%;
  font-size: 2.5333333333vw;
  margin-top: 2.2950819672%;
}
.wrapper.index .recruitment .inner .schedule dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3rem;
  height: 100%;
  background: #18ffcf;
}
.wrapper.index .recruitment .inner .schedule dl dd span {
  position: relative;
  z-index: 5;
  display: block;
  background: #fff;
  border-radius: 26px 26px 26px 0;
  padding: 0.6rem 0 0.6rem 4.4444444444%;
}
.wrapper.index .recruitment .inner .schedule p {
  text-align: center;
  color: #1e63e5;
  font-size: 2.6666666667vw;
  font-weight: 700;
  padding: 13.2307692308% 0;
}
.wrapper.index .recruitment .inner .conditions {
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
  padding: 2.8169014085% 0 5.6338028169%;
  background: #2973ff;
  border-radius: 20px;
}
.wrapper.index .recruitment .inner .conditions h3 {
  width: 21.5384615385%;
  height: 0;
  padding-top: 5.2307692308%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/sttl_conditions.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .conditions h3 span {
  display: none;
}
.wrapper.index .recruitment .inner .conditions > ul {
  width: 93.8461538462%;
  margin: 0 auto;
}
.wrapper.index .recruitment .inner .conditions > ul > li {
  position: relative;
  width: 100%;
  font-size: 2.5333333333vw;
  color: #1c2029;
  background: #fff;
  border-radius: 26px;
  margin-top: 2.2950819672%;
  padding: 0.6rem 3.2786885246% 0.6rem 8.8524590164%;
  letter-spacing: -0.05em;
}
.wrapper.index .recruitment .inner .conditions > ul > li em {
  font-style: normal;
  font-weight: 700;
  color: #ff4ea5;
}
.wrapper.index .recruitment .inner .conditions > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 3.606557377%;
  height: 0;
  padding-top: 5.2459016393%;
  margin-left: 3.2786885246%;
}
.wrapper.index .recruitment .inner .conditions > ul > li:nth-of-type(1)::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/num1.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .conditions > ul > li:nth-of-type(2)::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/num2.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .conditions > ul > li:nth-of-type(3)::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/num3.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .conditions > ul > li span {
  display: none;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.6393442623%;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul li {
  border-radius: 20px;
  color: #fff;
  width: 44.262295082%;
  padding: 0.2rem 0;
  margin: 1.6393442623% 4.262295082% 0 0;
  font-size: 2.2666666667vw;
  text-align: center;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul li em {
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul li:nth-of-type(1) {
  background: #e61515;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul li:nth-of-type(2) {
  background: #7d36f3;
}
.wrapper.index .recruitment .inner .conditions > ul > li ul li:nth-of-type(3) {
  background: #000;
}
.wrapper.index .recruitment .inner .caution {
  position: relative;
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
  padding: 3.3802816901% 2.1126760563% 2.1126760563%;
  border-radius: 20px;
  background: #e8eff8;
}
.wrapper.index .recruitment .inner .caution h3 {
  width: 14.5161290323%;
  height: 0;
  padding-top: 3.5483870968%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_caution.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .caution h3 span {
  display: none;
}
.wrapper.index .recruitment .inner .caution ul {
  margin-top: 1.6129032258%;
}
.wrapper.index .recruitment .inner .caution ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8666666667vw;
  color: #747a95;
}
.wrapper.index .recruitment .inner .btn-request {
  width: 66.7605633803%;
  height: 0;
  padding-top: 13.5211267606%;
  margin: 4.2253521127% auto 0;
}
.wrapper.index .recruitment .inner .btn-request a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/btn_request.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .recruitment .inner .ended {
  width: 66.7605633803%;
  height: 0;
  padding-top: 13.5211267606%;
  margin: 4.2253521127% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/btn_ended.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .recruitment .inner .ended span {
  display: none;
}

/********************************************************************************************************
　supporter
********************************************************************************************************/
.wrapper.index .supporter {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 5.6338028169% auto 0;
  clip-path: inset(0px 0px 0px 0px round 20px);
}
.wrapper.index .supporter::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_body.webp) repeat 50% 20px/74px 74px;
  pointer-events: none;
}
.wrapper.index .supporter .inner {
  position: relative;
  z-index: 5;
  padding: 7.0422535211% 0 0;
  overflow: hidden;
}
.wrapper.index .supporter h2 {
  position: relative;
  z-index: 5;
  width: 67.0422535211%;
  height: 0;
  padding-top: 7.8873239437%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/ttl_supporter.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter h2 span {
  display: none;
}
.wrapper.index .supporter .frame {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 2.8169014085% auto 0;
  padding: 5.6338028169% 0;
  background: #fff;
  border-radius: 20px;
}
.wrapper.index .supporter .frame .flow {
  width: 91.5492957746%;
  margin: 0 auto;
}
.wrapper.index .supporter .frame .flow h3 {
  width: 53.5384615385%;
  height: 0;
  padding-top: 5.5384615385%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/sttl_flow.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .flow h3 span {
  display: none;
}
.wrapper.index .supporter .frame .flow h3 + p {
  font-size: 2.6666666667vw;
  color: #747a95;
  text-align: center;
  margin-top: 2.4615384615%;
}
.wrapper.index .supporter .frame .flow ol li {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30.7692307692%;
  margin-top: 1.5384615385%;
}
.wrapper.index .supporter .frame .flow ol li h4 {
  display: none;
}
.wrapper.index .supporter .frame .flow ol li:nth-of-type(1) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_01_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .flow ol li:nth-of-type(2) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_02_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .flow ol li:nth-of-type(3) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_03_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .flow ol li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.6923076923%;
}
.wrapper.index .supporter .frame .flow ol li p {
  position: relative;
  z-index: 5;
  font-size: 2.4vw;
  color: #fff;
  margin: 0 30.7692307692% 0 4.3076923077%;
}
.wrapper.index .supporter .frame .flow ol li p em {
  font-style: normal;
  color: #fffe82;
}
.wrapper.index .supporter .frame .flow ol li p.annotation {
  font-size: 1.8666666667vw;
  margin-top: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}
.wrapper.index .supporter .frame .flow ol li p a {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0.8em;
}
.wrapper.index .supporter .frame .flow ol li p a:hover {
  text-decoration: none;
}
.wrapper.index .supporter .frame .caution {
  position: relative;
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
  padding: 3.3802816901% 2.1126760563% 2.1126760563%;
  border-radius: 20px;
  background: #e8eff8;
}
.wrapper.index .supporter .frame .caution::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20%;
  height: 0;
  padding-top: 20%;
  margin-right: 4.0322580645%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_supporter.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .caution h3 {
  width: 14.5161290323%;
  height: 0;
  padding-top: 3.5483870968%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_caution.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .caution h3 span {
  display: none;
}
.wrapper.index .supporter .frame .caution ul {
  margin: 1.6129032258% 23.3870967742% 0 0;
}
.wrapper.index .supporter .frame .caution ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8666666667vw;
  color: #747a95;
}
.wrapper.index .supporter .frame .present {
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
}
.wrapper.index .supporter .frame .present h3 {
  width: 36.9230769231%;
  height: 0;
  padding-top: 5.5384615385%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/sttl_present.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .present h3 span {
  display: none;
}
.wrapper.index .supporter .frame .present .item {
  width: 100%;
  height: 0;
  padding-top: 140.9230769231%;
  margin: 3.0769230769% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1204_fjls/supporter/bg_present_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .supporter .frame .present .item p, .wrapper.index .supporter .frame .present .item ul {
  display: none;
}
.wrapper.index .supporter .frame .present .annotation {
  text-align: center;
  font-size: 1.8666666667vw;
  color: #747a95;
  margin-top: 2.4615384615%;
}
.wrapper.index .supporter .frame .present .annotation a {
  display: inline;
  text-decoration: underline;
  color: #2875fd;
  font-weight: 500;
}
.wrapper.index .supporter .frame .present .annotation a:hover {
  text-decoration: none;
}
.wrapper.index .supporter .frame .btn-support {
  width: 66.7605633803%;
  height: 0;
  padding-top: 13.5211267606%;
  margin: 4.2253521127% auto 0;
}
.wrapper.index .supporter .frame .btn-support a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/btn_support.webp) no-repeat 0 0/100% 200%;
}

/********************************************************************************************************
　faq
********************************************************************************************************/
.wrapper.index .faq {
  background: #fff;
  border-radius: 20px;
  margin-top: 5.6338028169%;
}
.wrapper.index .faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14.3661971831%;
  height: 0;
  padding-top: 136px;
  margin: -2.8169014085% 0 0 15.4929577465%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/img_thunder.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .faq .inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 11.2676056338% 0;
}
.wrapper.index .faq .inner h2 {
  width: 14.0845070423%;
  height: 0;
  padding-top: 6.4788732394%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/ttl_faq.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .faq .inner h2 span {
  display: none;
}
.wrapper.index .faq .inner dl {
  width: 91.5492957746%;
  margin: 4.2253521127% auto 0;
  border-bottom: solid 2px #adb3c0;
}
.wrapper.index .faq .inner dl dt {
  position: relative;
  color: #5c6782;
  font-size: 2.4vw;
  border-top: solid 2px #adb3c0;
  padding: 2.1538461538% 9.2307692308% 2.1538461538% 3.0769230769%;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 400;
}
.wrapper.index .faq .inner dl dt:first-child {
  border-top: none;
}
.wrapper.index .faq .inner dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/btn_arrow.webp) no-repeat 0 0/100% auto;
  width: 3.0769230769%;
  height: 0;
  padding-top: 1.8461538462%;
  margin-right: 3.0769230769%;
  transition: transform 0.3s ease;
}
.wrapper.index .faq .inner dl dt.open {
  background: #cacdff;
  font-weight: 500;
}
.wrapper.index .faq .inner dl dt.open::after {
  transform: translateY(-50%) rotateX(180deg);
}
.wrapper.index .faq .inner dl dt.open + dd {
  background: #cacdff;
  padding: 0 9.2307692308% 3.0769230769% 3.0769230769%;
  height: 100%;
}
.wrapper.index .faq .inner dl dd {
  color: #5c6782;
  font-size: 2.1333333333vw;
  padding: 0;
  height: 0;
  transition: background 0.3s ease;
  overflow: hidden;
  line-height: 1.6;
}
.wrapper.index .faq .inner .btn-faq {
  width: 64.2253521127%;
  height: 0;
  padding-top: 11.2676056338%;
  margin: 4.2253521127% auto 0;
}
.wrapper.index .faq .inner .btn-faq a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/btn_faq.webp) no-repeat 0 0/100% 200%;
}

/********************************************************************************************************
　side-menu
********************************************************************************************************/
.wrapper.index .side-menu .anchor-menu {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  width: 270px;
  height: 0;
  padding-top: 330px;
  background: #f3c94a;
  border-radius: 50px 50px 50px 0;
  pointer-events: all;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  transform-origin: left bottom;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.2, 1.25);
}
.wrapper.index .side-menu .anchor-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin-bottom: -50px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/bg_menu_round.webp) no-repeat 0 0/100% auto;
}
.wrapper.index .side-menu .anchor-menu ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.wrapper.index .side-menu .anchor-menu ul li {
  position: relative;
  width: 190px;
  height: 0;
  padding-top: 20px;
  margin: 30px auto;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-about {
  padding-top: 40px;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-about a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/btn_anchor_about.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-creator a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/btn_anchor_creator.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-recruitment a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/btn_anchor_recruitment.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-supporter a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/btn_anchor_supporter.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .side-menu .anchor-menu ul li.btn-faq a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/btn_anchor_faq.webp) no-repeat 0 0/100% 200%;
}
.wrapper.index .side-menu .anchor-menu ul li.active a {
  background-position-y: 100%;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  　about
  ********************************************************************************************************/
  .wrapper.index .about {
    border-radius: 40px;
  }
  .wrapper.index .about::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-top: 120px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .about::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-top: 160px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .about .inner {
    width: 1000px;
    padding: 80px 0;
  }
  .wrapper.index .about .inner h2 {
    width: 912px;
    padding-top: 56px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/ttl_about.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .about .inner .lead {
    font-size: 20px;
  }
  .wrapper.index .about .inner .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
  }
  .wrapper.index .about .inner .grid div {
    width: 460px;
    padding-top: 226px;
    border-radius: 30px;
  }
  .wrapper.index .about .inner .grid div h3 {
    width: 464px;
    padding-top: 200px;
    margin: -54px 0 0 32px;
  }
  .wrapper.index .about .inner .grid div p {
    margin: 86px 0 0 32px;
    font-size: 20px;
  }
  .wrapper.index .about .inner .grid div p .pc {
    display: block;
  }
  .wrapper.index .about .inner .grid div p .annotation {
    font-size: 14px;
  }
  .wrapper.index .about .inner .grid .grid-creator h3 {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/grid_creator.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .about .inner .grid .grid-supporter {
    margin-top: 0;
  }
  .wrapper.index .about .inner .grid .grid-supporter h3 {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/grid_supporter.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .about .inner > .annotation {
    font-size: 14px;
    text-align: center;
    margin: 18px auto 0;
  }
  .wrapper.index .about .inner .movie {
    width: 716px;
    padding-top: 206px;
    margin: 40px auto 0;
    border-radius: 30px;
  }
  .wrapper.index .about .inner .movie::before {
    width: 348px;
    padding-top: 166px;
    margin: 20px 0 0 20px;
  }
  .wrapper.index .about .inner .movie .btn-modal-youtube {
    width: 302px;
    padding-top: 54px;
    margin-right: 26px;
  }
  /********************************************************************************************************
  　creator
  ********************************************************************************************************/
  .wrapper.index .creator {
    margin: 50px auto 0;
    clip-path: inset(0px 0px 0px 0px round 40px);
  }
  .wrapper.index .creator .inner {
    padding: 80px 0;
  }
  .wrapper.index .creator .inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 580px;
    height: 0;
    padding-top: 810px;
    margin: 0 0 -150px -130px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 436px;
    height: 0;
    padding-top: 600px;
    margin: 50px -60px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator h2 {
    width: 528px;
    padding-top: 54px;
  }
  .wrapper.index .creator .frame {
    width: clamp(1050px, 95%, 1200px);
    margin: 40px auto 0;
    padding: 40px 0 60px;
    border-radius: 30px;
  }
  .wrapper.index .creator .frame .flow {
    width: 1000px;
    padding-bottom: 20px;
  }
  .wrapper.index .creator .frame .flow h3 {
    width: 372px;
    padding-top: 36px;
  }
  .wrapper.index .creator .frame .flow ol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
  }
  .wrapper.index .creator .frame .flow ol li {
    width: 320px;
    padding-top: 404px;
    margin-top: 0;
  }
  .wrapper.index .creator .frame .flow ol li:nth-of-type(1) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_01.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .flow ol li:nth-of-type(2) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_02.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .flow ol li:nth-of-type(3) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_flow_03.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .flow ol li .txt {
    padding-top: 230px;
  }
  .wrapper.index .creator .frame .flow ol li p {
    font-size: 18px;
    margin: 0 16px 0;
  }
  .wrapper.index .creator .frame .flow ol li p.annotation {
    font-size: 14px;
  }
  .wrapper.index .creator .frame .point {
    width: 1000px;
    padding: 40px 0 50px;
    border-radius: 30px;
  }
  .wrapper.index .creator .frame .point h3 {
    width: 270px;
    padding-top: 36px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/sttl_point.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .point p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .wrapper.index .creator .frame .point p .pc {
    display: block;
  }
  .wrapper.index .creator .frame .point p .sp {
    display: none;
  }
  .wrapper.index .creator .frame .point ol {
    width: 730px;
    padding-top: 170px;
    margin: 20px auto 0;
    justify-content: space-between;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_point.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .point ol li {
    font-size: 18px;
  }
  .wrapper.index .creator .frame .point dl {
    width: 866px;
    margin: 20px auto 0;
  }
  .wrapper.index .creator .frame .point dl dd {
    width: 100%;
    padding-top: 100px;
  }
  .wrapper.index .creator .frame .point dl dd:nth-of-type(1) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_silver.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .point dl dd:nth-of-type(2) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_gold.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .point dl dd:nth-of-type(3) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_platinum.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .creator .frame .point dl dd span {
    margin: 38px 50px 0 0;
    font-size: 18px;
  }
  .wrapper.index .creator .frame .point dl dd span .sp {
    display: none;
  }
  .wrapper.index .creator .frame .point dl dd span em {
    font-size: 20px;
  }
  .wrapper.index .creator .frame .caution {
    width: 1000px;
    margin: 30px auto 0;
    padding: 26px 40px 26px 66px;
    border-radius: 30px;
  }
  .wrapper.index .creator .frame .caution h3 {
    width: 90px;
    padding-top: 22px;
  }
  .wrapper.index .creator .frame .caution ul {
    margin-top: 10px;
  }
  .wrapper.index .creator .frame .caution ul li {
    font-size: 14px;
  }
  .wrapper.index .creator .frame .present {
    width: 1000px;
    padding-top: 196px;
    margin: 40px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/creator/bg_present_241204.webp) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  　recruitment
  ********************************************************************************************************/
  .wrapper.index .recruitment {
    border-radius: 40px;
    margin-top: 50px;
  }
  .wrapper.index .recruitment::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-top: 70px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .recruitment::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-top: 260px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .recruitment .inner {
    padding: 50px 0 60px;
  }
  .wrapper.index .recruitment .inner h2 {
    width: 534px;
    padding-top: 54px;
  }
  .wrapper.index .recruitment .inner .schedule {
    width: 1000px;
    margin-top: 40px;
    padding: 20px 0 40px;
    border-radius: 30px;
  }
  .wrapper.index .recruitment .inner .schedule h3 {
    width: 256px;
    padding-top: 34px;
  }
  .wrapper.index .recruitment .inner .schedule dl {
    width: 860px;
  }
  .wrapper.index .recruitment .inner .schedule dl dt {
    width: 250px;
    font-size: 20px;
    margin-top: 14px;
  }
  .wrapper.index .recruitment .inner .schedule dl dt span {
    padding: 0.8rem 0;
  }
  .wrapper.index .recruitment .inner .schedule dl dd {
    position: relative;
    width: 610px;
    font-size: 20px;
    margin-top: 14px;
  }
  .wrapper.index .recruitment .inner .schedule dl dd span {
    padding: 0.8rem 0 0.8rem 70px;
  }
  .wrapper.index .recruitment .inner .schedule p {
    font-size: 20px;
    padding: 80px 0;
  }
  .wrapper.index .recruitment .inner .conditions {
    width: 1000px;
    margin: 40px auto 0;
    padding: 20px 0 40px;
    border-radius: 30px;
  }
  .wrapper.index .recruitment .inner .conditions h3 {
    width: 140px;
    padding-top: 34px;
  }
  .wrapper.index .recruitment .inner .conditions > ul {
    width: 860px;
  }
  .wrapper.index .recruitment .inner .conditions > ul > li {
    font-size: 19px;
    margin-top: 14px;
    padding: 0.8rem 0 0.8rem 56px;
  }
  .wrapper.index .recruitment .inner .conditions > ul > li::before {
    width: 22px;
    padding-top: 32px;
    margin-left: 20px;
  }
  .wrapper.index .recruitment .inner .conditions > ul > li ul {
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .wrapper.index .recruitment .inner .conditions > ul > li ul li {
    padding: 0.5rem 18px;
    margin-right: 26px;
    font-size: 18px;
  }
  .wrapper.index .recruitment .inner .caution {
    width: 1000px;
    margin: 30px auto 0;
    padding: 26px 40px 26px 66px;
    border-radius: 30px;
  }
  .wrapper.index .recruitment .inner .caution::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94px;
    height: 0;
    padding-top: 126px;
    margin: 0 0 -30px -36px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/recruitment/img_thunder.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .recruitment .inner .caution h3 {
    width: 90px;
    padding-top: 22px;
  }
  .wrapper.index .recruitment .inner .caution ul li {
    font-size: 14px;
  }
  .wrapper.index .recruitment .inner .btn-request,
  .wrapper.index .recruitment .inner .ended {
    width: 474px;
    padding-top: 96px;
    margin: 40px auto 0;
  }
  /********************************************************************************************************
  　supporter
  ********************************************************************************************************/
  .wrapper.index .supporter {
    margin: 50px auto 0;
    clip-path: inset(0px 0px 0px 0px round 40px);
  }
  .wrapper.index .supporter .inner {
    padding: 80px 0;
  }
  .wrapper.index .supporter .inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 106px;
    height: 0;
    padding-top: 108px;
    margin: 0 0 400px 50px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter .inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 444px;
    height: 0;
    padding-top: 446px;
    margin: 360px -50px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter h2 {
    width: 476px;
    padding-top: 56px;
  }
  .wrapper.index .supporter .frame {
    width: clamp(1050px, 95%, 1200px);
    margin: 40px auto 0;
    padding: 40px 0;
    border-radius: 30px;
  }
  .wrapper.index .supporter .frame .flow {
    width: 1000px;
    margin: 0 auto;
  }
  .wrapper.index .supporter .frame .flow h3 {
    width: 348px;
    padding-top: 36px;
  }
  .wrapper.index .supporter .frame .flow h3 + p {
    font-size: 20px;
    margin-top: 16px;
  }
  .wrapper.index .supporter .frame .flow ol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
  }
  .wrapper.index .supporter .frame .flow ol li {
    width: 320px;
    padding-top: 370px;
    margin-top: 0;
  }
  .wrapper.index .supporter .frame .flow ol li:nth-of-type(1) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_01.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter .frame .flow ol li:nth-of-type(2) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_02.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter .frame .flow ol li:nth-of-type(3) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/supporter/bg_flow_03.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter .frame .flow ol li .txt {
    padding-top: 230px;
  }
  .wrapper.index .supporter .frame .flow ol li p {
    font-size: 18px;
    margin: 0 16px 0;
  }
  .wrapper.index .supporter .frame .flow ol li p.annotation {
    font-size: 14px;
  }
  .wrapper.index .supporter .frame .caution {
    width: 1000px;
    margin: 30px auto 0;
    padding: 26px 40px 26px 126px;
    border-radius: 30px;
  }
  .wrapper.index .supporter .frame .caution::after {
    width: 124px;
    padding-top: 124px;
    margin-right: 120px;
  }
  .wrapper.index .supporter .frame .caution h3 {
    width: 90px;
    padding-top: 22px;
  }
  .wrapper.index .supporter .frame .caution ul {
    margin-top: 10px;
  }
  .wrapper.index .supporter .frame .caution ul li {
    font-size: 14px;
  }
  .wrapper.index .supporter .frame .present {
    margin: 40px auto 0;
  }
  .wrapper.index .supporter .frame .present h3 {
    width: 240px;
    padding-top: 36px;
  }
  .wrapper.index .supporter .frame .present .item {
    width: 1000px;
    padding-top: 855px;
    margin: 20px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1204_fjls/supporter/bg_present.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .supporter .frame .present .annotation {
    font-size: 14px;
    margin-top: 16px;
  }
  .wrapper.index .supporter .frame .btn-support {
    width: 474px;
    padding-top: 96px;
    margin: 40px auto 0;
  }
  /********************************************************************************************************
  　faq
  ********************************************************************************************************/
  .wrapper.index .faq {
    border-radius: 40px;
    margin-top: 50px;
  }
  .wrapper.index .faq::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 446px;
    height: 0;
    padding-top: 418px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .faq::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 0;
    padding-top: 136px;
    margin: -20px 0 0 120px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/img_thunder.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.index .faq .inner {
    width: 1000px;
    padding: 70px 0 80px;
  }
  .wrapper.index .faq .inner h2 {
    width: 100px;
    padding-top: 46px;
  }
  .wrapper.index .faq .inner dl {
    width: 100%;
    margin: 30px auto 0;
  }
  .wrapper.index .faq .inner dl dt {
    font-size: 18px;
    padding: 14px 60px 14px 20px;
  }
  .wrapper.index .faq .inner dl dt::after {
    width: 20px;
    padding-top: 12px;
    margin-right: 20px;
  }
  .wrapper.index .faq .inner dl dt.open + dd {
    padding: 0 60px 20px 20px;
  }
  .wrapper.index .faq .inner dl dd {
    font-size: 16px;
  }
  .wrapper.index .faq .inner .btn-faq {
    width: 456px;
    height: 0;
    padding-top: 80px;
    margin: 50px auto 0;
  }
  .wrapper.index .faq .inner .btn-faq a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/faq/btn_faq.webp) no-repeat 0 0/100% 200%;
  }
  /********************************************************************************************************
  　side-menu
  ********************************************************************************************************/
  .wrapper.index .side-menu .anchor-menu {
    transform: translateY(-50%) scale(1);
  }
}
/********************************************************************************************************
　main
********************************************************************************************************/
.wrapper.notice main .notice-area {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
.wrapper.notice main .notice-area .inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 91.5492957746%;
  padding: 8.4507042254% 0 5.6338028169%;
}
.wrapper.notice main .notice-area .inner p[class^=category-] {
  width: 12.3076923077%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 0.6153846154% 0;
  border-radius: 20px;
  font-size: 1.6vw;
}
.wrapper.notice main .notice-area .inner .category-notice {
  background: #ff7da0;
}
.wrapper.notice main .notice-area .inner .category-event {
  background: #7896ff;
}
.wrapper.notice main .notice-area .inner .category-faq {
  background: #d27edb;
}
.wrapper.notice main .notice-area .tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1538461538%;
}
.wrapper.notice main .notice-area .tab ul li {
  width: 25%;
  border-top: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  text-align: center;
  font-size: 3.2vw;
}
.wrapper.notice main .notice-area .tab ul li a {
  display: block;
  color: #8c8c8c;
  background: #fafafc;
  padding: 9.3567251462% 0;
}
.wrapper.notice main .notice-area .tab ul li a:hover {
  background: #f2f2f7;
}
.wrapper.notice main .notice-area .tab ul li:nth-of-type(1) {
  border-left: solid 1px #dcdcdc;
}
.wrapper.notice main .notice-area .tab ul li.active {
  font-weight: bold;
  border-bottom: none;
}
.wrapper.notice main .notice-area .tab ul li.active a {
  background: none;
  cursor: default;
}
.wrapper.notice main .notice-area .tab ul li.active:nth-of-type(1) {
  color: #3cbeaa;
  border-top: solid 4px #3cbeaa;
}
.wrapper.notice main .notice-area .tab ul li.active:nth-of-type(2) {
  color: #ff7da0;
  border-top: solid 4px #ff7da0;
}
.wrapper.notice main .notice-area .tab ul li.active:nth-of-type(3) {
  color: #7896ff;
  border-top: solid 4px #7896ff;
}
.wrapper.notice main .notice-area .tab ul li.active:nth-of-type(4) {
  color: #d27edb;
  border-top: solid 4px #d27edb;
}
.wrapper.notice main .notice-area .list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #dcdcdc;
  padding: 3.3846153846% 0.7692307692% 3.3846153846%;
  font-size: 2.4vw;
}
.wrapper.notice main .notice-area .list ul li a:hover {
  background: #fafafc;
}
.wrapper.notice main .notice-area .list ul li a .date {
  text-align: center;
  margin-right: 2.9411764706%;
}
.wrapper.notice main .notice-area .list ul li a .title {
  width: 100%;
  font-size: 3.2vw;
  margin-top: 1.1764705882%;
}
.wrapper.notice main .notice-area .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.6153846154%;
}
.wrapper.notice main .notice-area .pager ul li {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #505050;
  text-align: center;
}
.wrapper.notice main .notice-area .pager ul li a {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.notice main .notice-area .pager ul li a span {
  display: none;
}
.wrapper.notice main .notice-area .pager ul li.false a {
  display: none;
}
.wrapper.notice main .notice-area .pager ul .now {
  width: 18.4615384615%;
}
.wrapper.notice main .notice-area .pager ul .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 0.5em;
  height: 0;
  padding-top: 0.5em;
  border-top: solid 0.14em #dcdcdc;
  border-left: solid 0.14em #dcdcdc;
  box-sizing: content-box;
}
.wrapper.notice main .notice-area .pager ul .prev a:hover::before {
  border-top: solid 0.14em #505050;
  border-left: solid 0.14em #505050;
}
.wrapper.notice main .notice-area .pager ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
  width: 0.5em;
  height: 0;
  padding-top: 0.5em;
  border-top: solid 0.14em #dcdcdc;
  border-right: solid 0.14em #dcdcdc;
  box-sizing: content-box;
}
.wrapper.notice main .notice-area .pager ul .next a:hover::before {
  border-top: solid 0.14em #505050;
  border-right: solid 0.14em #505050;
}
.wrapper.notice main .notice-area .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #505050;
}
.wrapper.notice main .notice-area .header .date {
  margin-left: 6px;
  font-size: 2.9333333333vw;
}
.wrapper.notice main .notice-area .header .title {
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-top: 2.4615384615%;
  border-bottom: solid 2px #dcdcdc;
  padding-bottom: 4.6153846154%;
}
.wrapper.notice main .notice-area .body {
  color: #505050;
  padding-top: 4.6153846154%;
  font-size: 3.2vw;
}
.wrapper.notice main .notice-area .body p, .wrapper.notice main .notice-area .body ul, .wrapper.notice main .notice-area .body ol {
  margin-bottom: 1em;
}
.wrapper.notice main .notice-area .body h3 {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.wrapper.notice main .notice-area .body em {
  font-weight: 700;
  font-style: normal;
}
.wrapper.notice main .notice-area .body .orange {
  color: #ff9900;
}
.wrapper.notice main .notice-area .body .green {
  color: #3cbeaa;
}
.wrapper.notice main .notice-area .body .gray {
  color: #a0a0a0;
}
.wrapper.notice main .notice-area .body img {
  max-width: 100%;
}
.wrapper.notice main .notice-area .body a {
  display: inline;
  font-weight: bold;
  color: #1e73ff;
  text-decoration: underline;
}
.wrapper.notice main .notice-area .body a:hover {
  text-decoration: none;
}
.wrapper.notice main .notice-area .body table {
  margin-bottom: 1em;
}
.wrapper.notice main .notice-area .body table th, .wrapper.notice main .notice-area .body table td {
  border: solid 1px #505050;
}
.wrapper.notice main .notice-area .body table th {
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
}
.wrapper.notice main .notice-area .body table td {
  padding: 10px;
}
.wrapper.notice main .notice-area .body .caution {
  text-indent: -1em;
  padding-left: 1em;
}
.wrapper.notice main .notice-area .footer {
  padding-top: 7.6923076923%;
}
.wrapper.notice main .notice-area .footer .back {
  margin: 0 auto;
  text-align: center;
}
.wrapper.notice main .notice-area .footer .back a {
  position: relative;
  display: inline-block;
  background: #fff;
  border: solid 0.1em #dcdcdc;
  padding: 0.9230769231% 3.0769230769% 1.5384615385% 7.0769230769%;
  border-radius: 30px;
  transition: all 0.3s ease;
  color: #a0a0a0;
  font-weight: 500;
  font-size: 3.7333333333vw;
}
.wrapper.notice main .notice-area .footer .back a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(-45deg);
  width: 0.4em;
  height: 0;
  padding-top: 0.4em;
  margin-left: 0.9em;
  box-sizing: content-box;
  border-top: solid 0.12em #a0a0a0;
  border-left: solid 0.12em #a0a0a0;
  transition: all 0.1s ease;
}
.wrapper.notice main .notice-area .footer .back a:hover {
  background: #505050;
  border: solid 0.1em #505050;
  color: #fff;
}
.wrapper.notice main .notice-area .footer .back a:hover::before {
  border-top: solid 0.12em #fff;
  border-left: solid 0.12em #fff;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  　main
  ********************************************************************************************************/
  .wrapper.notice main .notice-area {
    border-radius: 40px;
  }
  .wrapper.notice main .notice-area::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-bottom: 40px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.notice main .notice-area::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 410px;
    height: 0;
    padding-top: 720px;
    margin-top: 60px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/index_1108_wn9e/about/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.notice main .notice-area .inner {
    width: 900px;
    padding: 70px 0 40px;
  }
  .wrapper.notice main .notice-area .inner p[class^=category-] {
    width: 80px;
    padding: 2px 0;
    font-size: 14px;
    margin-right: 14px;
  }
  .wrapper.notice main .notice-area .tab ul {
    margin-right: 0;
  }
  .wrapper.notice main .notice-area .tab ul li {
    width: 224px;
    font-size: 16px;
  }
  .wrapper.notice main .notice-area .tab ul li:nth-of-type(2n) {
    width: 225px;
  }
  .wrapper.notice main .notice-area .tab ul li a {
    padding: 14px 0;
  }
  .wrapper.notice main .notice-area .list {
    margin-top: 26px;
  }
  .wrapper.notice main .notice-area .list ul li a {
    flex-wrap: nowrap;
    padding: 16px 40px 16px 30px;
    font-size: 14px;
  }
  .wrapper.notice main .notice-area .list ul li a .date {
    width: 80px;
    margin-right: 14px;
  }
  .wrapper.notice main .notice-area .list ul li a .title {
    font-size: 14px;
    width: 642px;
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .wrapper.notice main .notice-area .pager ul {
    margin-top: 30px;
  }
  .wrapper.notice main .notice-area .pager ul li {
    font-size: 18px;
  }
  .wrapper.notice main .notice-area .pager ul .now {
    width: 70px;
  }
  .wrapper.notice main .notice-area .header .date {
    margin-left: 0;
    font-size: 14px;
  }
  .wrapper.notice main .notice-area .header .title {
    font-size: 24px;
    margin-top: 16px;
    padding-bottom: 20px;
  }
  .wrapper.notice main .notice-area .body {
    padding-top: 20px;
    font-size: 16px;
  }
  .wrapper.notice main .notice-area .footer {
    padding: 30px 0;
  }
  .wrapper.notice main .notice-area .footer .back a {
    padding: 6px 16px 6px 30px;
    font-size: 18px;
  }
  .wrapper.notice main .notice-area .footer .back a::before {
    margin-left: 0.9em;
  }
}
/********************************************************************************************************
　list
********************************************************************************************************/
.wrapper.creatorlist .list {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/bg_list.webp) repeat 0 0/40px 40px;
  border-radius: 20px;
}
.wrapper.creatorlist .list .inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 5.6338028169% 0 4.2253521127%;
}
.wrapper.creatorlist .list .inner h2 {
  width: 66.4788732394%;
  height: 0;
  padding-top: 7.6056338028%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/ttl_list.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .list .inner h2 span {
  display: none;
}
.wrapper.creatorlist .list .inner .order {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4.2253521127% 0 0 4.2253521127%;
}
.wrapper.creatorlist .list .inner .order p {
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
}
.wrapper.creatorlist .list .inner .order select {
  appearance: none;
  padding: 0.985915493% 1.4084507042%;
  border-radius: 4px;
  margin-left: 1.4084507042%;
  font-size: 2.1333333333vw;
  appearance: auto;
  -webkit-appearance: auto;
}
.wrapper.creatorlist .list .inner .creator {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 91.5492957746%;
  margin: 1.4084507042% auto 0;
}
.wrapper.creatorlist .list .inner .creator > li {
  position: relative;
  width: 48.6153846154%;
  height: 0;
  padding-top: 54.4615384615%;
  margin-top: 2.7692307692%;
}
.wrapper.creatorlist .list .inner .creator > li:nth-child(2n+1) {
  margin-right: 2.7692307692%;
}
.wrapper.creatorlist .list .inner .creator > li .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3.164556962%;
  border-radius: 16px;
  border-top-left-radius: 20% 18%;
}
.wrapper.creatorlist .list .inner .creator > li .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper.creatorlist .list .inner .creator > li .header .thumbnail {
  position: relative;
  width: 37.1621621622%;
  height: 0;
  padding-top: 37.1621621622%;
  border-radius: 100%;
  border: solid 1px #eef2f7;
  overflow: hidden;
}
.wrapper.creatorlist .list .inner .creator > li .header .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.creatorlist .list .inner .creator > li .header .txt {
  position: relative;
  width: 57.4324324324%;
  height: 0;
  padding-top: 37.1621621622%;
  color: #505050;
}
.wrapper.creatorlist .list .inner .creator > li .header .txt .name {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5.8823529412%;
  font-size: 2.4vw;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
}
.wrapper.creatorlist .list .inner .creator > li .header .txt .code {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5.8823529412%;
  font-size: 1.6vw;
  color: #a0a0a0;
}
.wrapper.creatorlist .list .inner .creator > li .num {
  text-align: right;
  font-size: 1.8666666667vw;
  color: #505050;
  margin-right: 3.3783783784%;
}
.wrapper.creatorlist .list .inner .creator > li .num span {
  font-size: 2.4vw;
}
.wrapper.creatorlist .list .inner .creator > li .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 3.3783783784% 3.3783783784% 0;
}
.wrapper.creatorlist .list .inner .creator > li .sns li {
  width: 32.6086956522%;
  height: 0;
  padding-top: 11.5942028986%;
  margin-right: 1.0869565217%;
}
.wrapper.creatorlist .list .inner .creator > li .sns li:nth-last-child(1) {
  margin-right: 0;
}
.wrapper.creatorlist .list .inner .creator > li .sns li a {
  border: solid 1px #eef2f7;
  border-radius: 32px;
  transition: all 0.2s ease;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/btn_youtube.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-youtube a:hover {
  border: solid 1px #ff0000;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/btn_x.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-x a:hover {
  border: solid 1px #000000;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-twitch a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/btn_twitch.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .list .inner .creator > li .sns li.btn-twitch a:hover {
  border: solid 1px #9146ff;
}
.wrapper.creatorlist .list .inner .creator > li .profile {
  margin: 3.3783783784% 3.3783783784% 0;
  font-size: 1.6vw;
  color: #505050;
}
.wrapper.creatorlist .list .inner .creator > li .btn-login,
.wrapper.creatorlist .list .inner .creator > li .btn-support {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63.2911392405%;
  height: 0;
  padding-top: 12.0253164557%;
  margin-bottom: 9.4936708861%;
}
.wrapper.creatorlist .list .inner .creator > li .btn-login a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/btn_login.webp) no-repeat 0 0/100% 200%;
}
.wrapper.creatorlist .list .inner .creator > li .btn-support a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/btn_support.webp) no-repeat 0 0/100% 200%;
}

/********************************************************************************************************
　recommend
********************************************************************************************************/
.wrapper.creatorlist .recommend {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 5.6338028169% auto 0;
  clip-path: inset(0px 0px 0px 0px round 20px);
}
.wrapper.creatorlist .recommend::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/common_nldo/bg_body.webp) repeat 50% 20px/74px 74px;
  pointer-events: none;
}
.wrapper.creatorlist .recommend .inner {
  position: relative;
  z-index: 5;
  padding: 7.0422535211% 0;
  overflow: hidden;
}
.wrapper.creatorlist .recommend .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 81.1267605634%;
  margin-top: 11.2676056338%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/bg_recommend_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .recommend .inner h2 {
  position: relative;
  z-index: 5;
  width: 75.7746478873%;
  height: 0;
  padding-top: 22.5352112676%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/ttl_recommend.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .recommend .inner h2 span {
  display: none;
}
.wrapper.creatorlist .recommend .inner .movie {
  position: relative;
  z-index: 5;
  margin: -1.4084507042% auto 0;
}
.wrapper.creatorlist .recommend .inner .movie::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 12.676056338%;
  height: 0;
  padding-top: 12.676056338%;
  margin: -4.2253521127% 4.2253521127% 0 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/img_recommend_sp.webp) no-repeat 0 0/100% auto;
  pointer-events: none;
}
.wrapper.creatorlist .recommend .inner .movie .youtube {
  position: relative;
  z-index: 5;
  width: 74.3661971831%;
  height: 0;
  padding-top: 40.5633802817%;
  margin: 0 auto;
  border: solid 8px #e8ebf2;
  border-radius: 27px;
  overflow: hidden;
}
.wrapper.creatorlist .recommend .inner .movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.creatorlist .recommend .inner .movie .more {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.wrapper.creatorlist .recommend .inner .movie .more .txt {
  margin: 6.4788732394% auto 0;
  width: 23.3802816901%;
  height: 0;
  padding-top: 4.5070422535%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/txt_recommend_01.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .recommend .inner .movie .more .btn-movie {
  margin: 1.4084507042% auto 0;
  width: 60.5633802817%;
  height: 0;
  padding-top: 9.2957746479%;
}
.wrapper.creatorlist .recommend .inner .movie .more .btn-movie a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/btn_movie.webp) no-repeat 0 0/100% 200%;
}
.wrapper.creatorlist .recommend .inner > .txt {
  position: relative;
  z-index: 5;
  margin: 11.2676056338% auto 0;
  width: 80.2816901408%;
  height: 0;
  padding-top: 5.6338028169%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/txt_recommend_02.webp) no-repeat 0 0/100% auto;
}
.wrapper.creatorlist .recommend .inner .btn-post {
  position: relative;
  z-index: 5;
  margin: 4.2253521127% auto 0;
  width: 80.5633802817%;
  height: 0;
  padding-top: 9.2957746479%;
}
.wrapper.creatorlist .recommend .inner .btn-post a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/btn_post.webp) no-repeat 0 0/100% 200%;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  　list
  ********************************************************************************************************/
  .wrapper.creatorlist .list {
    border-radius: 40px;
    overflow: hidden;
  }
  .wrapper.creatorlist .list::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 580px;
    height: 0;
    padding-top: 1497px;
    margin: 580px 0 0 -140px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/bg_pattern_left.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.creatorlist .list::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 444px;
    height: 0;
    padding-top: 2536px;
    margin: -70px -90px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/list/bg_pattern_right.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.creatorlist .list .inner {
    width: 1000px;
    padding: 80px 0;
  }
  .wrapper.creatorlist .list .inner h2 {
    width: 472px;
    padding-top: 54px;
  }
  .wrapper.creatorlist .list .inner .order {
    margin-top: 20px;
  }
  .wrapper.creatorlist .list .inner .order p {
    font-size: 18px;
  }
  .wrapper.creatorlist .list .inner .order select {
    padding: 7px 10px;
    margin-left: 10px;
    font-size: 16px;
  }
  .wrapper.creatorlist .list .inner .creator {
    width: 100%;
    margin: 0 auto 0;
  }
  .wrapper.creatorlist .list .inner .creator > li {
    width: 316px;
    padding-top: 354px;
    margin-top: 26px;
  }
  .wrapper.creatorlist .list .inner .creator > li:nth-child(2n+1) {
    margin-right: 0;
  }
  .wrapper.creatorlist .list .inner .creator > li:nth-child(3n+1), .wrapper.creatorlist .list .inner .creator > li:nth-child(3n+2) {
    margin-right: 26px;
  }
  .wrapper.creatorlist .list .inner .creator > li .card {
    background: #fff;
    padding: 10px;
  }
  .wrapper.creatorlist .list .inner .creator > li .header .thumbnail {
    width: 110px;
    padding-top: 110px;
  }
  .wrapper.creatorlist .list .inner .creator > li .header .txt {
    width: 170px;
    padding-top: 110px;
  }
  .wrapper.creatorlist .list .inner .creator > li .header .txt .name {
    margin-top: 10px;
    font-size: 18px;
  }
  .wrapper.creatorlist .list .inner .creator > li .header .txt .code {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .wrapper.creatorlist .list .inner .creator > li .num {
    font-size: 14px;
    margin-right: 10px;
  }
  .wrapper.creatorlist .list .inner .creator > li .num span {
    font-size: 18px;
  }
  .wrapper.creatorlist .list .inner .creator > li .sns {
    margin: 10px 10px 0;
  }
  .wrapper.creatorlist .list .inner .creator > li .sns li {
    width: 90px;
    height: 0;
    padding-top: 32px;
    margin-right: 3px;
  }
  .wrapper.creatorlist .list .inner .creator > li .sns li:nth-last-child(1) {
    margin-right: 0;
  }
  .wrapper.creatorlist .list .inner .creator > li .profile {
    margin: 10px 10px 0;
    font-size: 12px;
  }
  .wrapper.creatorlist .list .inner .creator > li .btn-login,
  .wrapper.creatorlist .list .inner .creator > li .btn-support {
    width: 200px;
    padding-top: 38px;
    margin-bottom: 30px;
  }
  /********************************************************************************************************
  　recommend
  ********************************************************************************************************/
  .wrapper.creatorlist .recommend {
    margin: 50px auto 0;
    clip-path: inset(0px 0px 0px 0px round 40px);
  }
  .wrapper.creatorlist .recommend .inner {
    padding: 80px 0;
  }
  .wrapper.creatorlist .recommend .inner::before {
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    padding-top: 840px;
    margin-top: 80px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/bg_recommend.webp) no-repeat 0 0/100% auto;
  }
  .wrapper.creatorlist .recommend .inner h2 {
    width: 538px;
    padding-top: 160px;
  }
  .wrapper.creatorlist .recommend .inner .movie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .wrapper.creatorlist .recommend .inner .movie::before {
    content: normal;
  }
  .wrapper.creatorlist .recommend .inner .movie .youtube {
    width: 528px;
    padding-top: 288px;
    margin: 0 30px;
  }
  .wrapper.creatorlist .recommend .inner .movie .more {
    margin: 0 30px;
  }
  .wrapper.creatorlist .recommend .inner .movie .more .txt {
    margin: 0 auto;
    width: 166px;
    padding-top: 32px;
  }
  .wrapper.creatorlist .recommend .inner .movie .more .btn-movie {
    position: relative;
    margin: 10px auto 0;
    width: 430px;
    padding-top: 66px;
  }
  .wrapper.creatorlist .recommend .inner .movie .more .btn-movie::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 108px;
    padding-top: 128px;
    margin: 14px -74px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/creator/creator_241108/creatorlist_n09f/recommend/img_recommend.webp) no-repeat 0 0/100% auto;
    pointer-events: none;
  }
  .wrapper.creatorlist .recommend .inner > .txt {
    margin: 100px auto 0;
    width: 570px;
    padding-top: 40px;
  }
  .wrapper.creatorlist .recommend .inner .btn-post {
    margin: 30px auto 0;
    width: 572px;
    padding-top: 66px;
  }
}

/*# sourceMappingURL=index_241204.css.map */
