@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;
}

/********************************************************************************************************
　maple_nav
********************************************************************************************************/
.wrapper .maple_nav {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 24%;
  pointer-events: none;
}
.wrapper .maple_nav.light .btn-maplestory a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_logo_light.webp) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav.dark .btn-maplestory a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_logo_dark.webp) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav.white .btn-maplestory a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_logo_white.webp) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.wrapper .maple_nav_inner li {
  height: 0;
  margin: 6.6666666667% 4% 0 0;
  pointer-events: all;
}
.wrapper .maple_nav_inner .btn-maplestory {
  width: 34.6666666667%;
  padding-top: 16.2666666667%;
  margin: 2.1333333333% auto 0 3.2%;
}
.wrapper .maple_nav_inner .btn-gamestart {
  display: none;
}
.wrapper .maple_nav_inner .btn-home {
  width: 7.6%;
  padding-top: 6%;
  margin-top: 6.2666666667%;
}
.wrapper .maple_nav_inner .btn-home a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_home.svg) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner .btn-youtube {
  width: 7.6%;
  padding-top: 5.6%;
}
.wrapper .maple_nav_inner .btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_youtube.svg) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner .btn-x {
  width: 5.6%;
  padding-top: 5.6%;
}
.wrapper .maple_nav_inner .btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_x.svg) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner .btn-discord {
  width: 7.6%;
  padding-top: 5.6%;
}
.wrapper .maple_nav_inner .btn-discord a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_discord.svg) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner .btn-copy {
  width: 4%;
  padding-top: 5.6%;
  margin-right: 3.2%;
}
.wrapper .maple_nav_inner .btn-copy a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_copy.svg) no-repeat 0 0/100% auto;
}
.wrapper .maple_nav_inner .btn-copy a span {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  right: 0;
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
  background: #fff;
  text-wrap: nowrap;
  padding: 33.3333333333% 33.3333333333%;
  border-radius: 8px;
  margin: 213.3333333333% 0 0 0;
  pointer-events: none;
}
.wrapper .maple_nav_inner .btn-copy a.is_copied span {
  animation: copy 2s ease;
}

@keyframes copy {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/********************************************************************************************************
　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;
  }
  /********************************************************************************************************
  　maple_nav
  ********************************************************************************************************/
  .wrapper .maple_nav {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 90px;
  }
  .wrapper .maple_nav_inner li {
    margin: 32px 20px 0 0;
  }
  .wrapper .maple_nav_inner .btn-maplestory {
    width: 130px;
    padding-top: 61px;
    margin: 10px auto 0 38px;
  }
  .wrapper .maple_nav_inner .btn-gamestart {
    display: block;
    position: relative;
    width: 144px;
    height: 42px;
    margin-top: 24px;
  }
  .wrapper .maple_nav_inner .btn-gamestart a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_gamestart.webp) no-repeat 0 0/100% auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.3s ease;
  }
  .wrapper .maple_nav_inner .btn-gamestart a::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/common/nav_btn_gamestart.webp) no-repeat 0 100%/100% auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease;
  }
  .wrapper .maple_nav_inner .btn-gamestart a:hover::before {
    opacity: 0;
  }
  .wrapper .maple_nav_inner .btn-gamestart a:hover::after {
    opacity: 1;
  }
  .wrapper .maple_nav_inner .btn-home {
    width: 38px;
    padding-top: 30px;
    margin-top: 30px;
  }
  .wrapper .maple_nav_inner .btn-youtube {
    width: 38px;
    padding-top: 28px;
  }
  .wrapper .maple_nav_inner .btn-x {
    width: 28px;
    padding-top: 28px;
  }
  .wrapper .maple_nav_inner .btn-discord {
    width: 38px;
    padding-top: 28px;
  }
  .wrapper .maple_nav_inner .btn-copy {
    width: 20px;
    padding-top: 28px;
    margin-right: 36px;
  }
  .wrapper .maple_nav_inner .btn-copy a span {
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 8px;
    margin: 38px -24px 0 0;
  }
  /********************************************************************************************************
  footer
  ********************************************************************************************************/
  .wrapper footer {
    font-size: 12px;
  }
  .wrapper footer .inner {
    max-width: initial;
  }
  .wrapper footer .inner a {
    text-decoration: none;
  }
  .wrapper footer .inner a:hover {
    text-decoration: underline;
  }
  .wrapper footer .inner ul {
    width: 100%;
  }
  .wrapper footer .inner ul.footer-menu li {
    transition: transform 0.2s ease-out;
  }
  .wrapper footer .inner ul.footer-menu li:hover {
    transform: translateY(-4px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  /********************************************************************************************************
  　modal
  ********************************************************************************************************/
  .modal {
    width: auto;
  }
  .modal .modal-youtube {
    width: 960px;
    min-width: 960px;
    padding-top: 540px;
  }
  .modal .modal-system {
    font-size: 16px;
    width: 530px;
    min-width: 530px;
  }
  .modal .modal-system .inner {
    padding: 50px;
  }
  .modal > .btn-close {
    width: 40px;
    padding-top: 40px;
    margin: -44px -4px 0 0;
  }
  .modal > .btn-close::before {
    padding-top: 3px;
  }
  .modal > .btn-close::after {
    padding-top: 3px;
  }
}
body {
  background: #090b18;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 129.6%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/body_bg_header_sp.webp) no-repeat 0 0/100% auto;
}

br.pc {
  display: none;
}

.wrapper .maple_nav {
  position: absolute;
  padding-top: 0 !important;
}

/********************************************************************************************************
	wrapper
********************************************************************************************************/
.wrapper {
  position: relative;
  z-index: 5;
}

/********************************************************************************************************
	header
********************************************************************************************************/
.header {
  position: relative;
  z-index: 2;
  padding-top: 26.9333333333%;
}
.header_inner {
  position: relative;
  padding-top: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/header_title_sp.webp) no-repeat center top/100% auto;
}
.header_ttl {
  padding-top: 70.8%;
  margin: 0;
  height: 0;
  overflow: hidden;
}
.header_desc {
  display: none;
}
.header_menu {
  margin-top: 5.3333333333%;
}
.header_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header_menu li {
  position: relative;
}
.header_menu li.btn_theme {
  width: 69.3333333333%;
  height: 0;
  padding-top: 17.6%;
}
.header_menu li.btn_theme a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/header_btn_menu_theme_sp.webp) no-repeat center center/contain;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}

/********************************************************************************************************
	main
********************************************************************************************************/
.main {
  position: relative;
  z-index: 1;
  padding-top: 1.3333333333%;
  margin-top: 8%;
  background: #090b18;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-45deg);
  width: 50.6666666667%;
  height: 0;
  padding-top: 2.6666666667%;
  background: #090b18;
  margin: -2.6666666667% 0 0 -4%;
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(45deg);
  width: 50.6666666667%;
  height: 0;
  padding-top: 2.6666666667%;
  background: #090b18;
  margin: -2.6666666667% 0 0 4%;
}
.main article {
  padding-bottom: 16%;
}

/********************************************************************************************************
	summary
********************************************************************************************************/
.main .summary {
  width: 100%;
}
.main .summary p {
  font-feature-settings: "palt";
}
.main .summary_ttl {
  position: relative;
  width: 100%;
  padding-top: 21.2%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_ttl_sp.webp) no-repeat center center/contain;
  overflow: visible;
}
.main .summary_ttl span {
  display: none;
}
.main .summary_content1 {
  margin-top: 5.3333333333%;
}
.main .summary_content1 h3 {
  width: 100%;
  height: 0;
  padding-top: 36.2666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_1_sp.webp) no-repeat 0 0/100% auto;
  overflow: hidden;
}
.main .summary_content1 dl {
  display: none;
}
.main .summary_content1 p {
  text-align: center;
}
.main .summary_content1 p:nth-of-type(1) {
  margin-top: 3.2%;
  font-size: 3.4666666667vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.main .summary_content1 p:nth-of-type(1) strong {
  font-weight: 500;
  color: #e5f078;
}
.main .summary_content2 {
  margin-top: 8%;
}
.main .summary_content2 h3 {
  width: 100%;
  height: 0;
  padding-top: 37.8666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_2_sp.webp) no-repeat 0 0/100% auto;
  overflow: hidden;
}
.main .summary_content2 p {
  text-align: center;
}
.main .summary_content2 p:nth-of-type(1) {
  display: none;
}
.main .summary_content3 {
  margin-top: 10.6666666667%;
}
.main .summary_content3 h3 {
  width: 100%;
  height: 0;
  padding-top: 11.7333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_3_sp.webp) no-repeat 0 0/100% auto;
  overflow: hidden;
}
.main .summary_content3 p {
  padding: 0 3.2%;
  text-align: center;
}
.main .summary_content3 p:nth-of-type(1) {
  margin-top: 3.2%;
  font-size: 3.4666666667vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.main .summary_content3 p:nth-of-type(1) strong {
  font-weight: 500;
  color: #e5f078;
}
.main .summary_content3 p:nth-of-type(2) {
  margin-top: 0.8%;
  font-size: 2.9333333333vw;
  font-weight: 600;
  color: #828f9f;
}

/********************************************************************************************************
	themes
********************************************************************************************************/
.main .themes {
  width: 100%;
  padding-top: 12%;
  padding-bottom: 2.6666666667%;
}
.main .themes_ttl {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 21.2%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_ttl_sp.webp) no-repeat center center/contain;
  overflow: hidden;
}
.main .themes_ttl span {
  display: none;
}
.main .themes_inner {
  position: relative;
  width: 100%;
}
.main .themes_lead {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 21.3333333333%;
  margin-top: 5.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_lead_sp.webp) no-repeat center center/contain;
}
.main .themes_lead p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2.6666666667%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  color: #dfdfff;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.main .themes_lead p a {
  display: inline;
  text-decoration: underline;
  color: #69baff;
}
.main .themes_lead p a:hover {
  text-decoration: none;
}
.main .themes_list {
  position: relative;
  width: 100%;
  margin-top: 5.3333333333%;
}
.main .themes_list > section {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
  padding: 50% 0 10%;
  border: solid 2px #6270e7;
  border-radius: 2.9333333333vw;
  overflow: hidden;
}
.main .themes_list > section:not(:first-of-type) {
  margin-top: 5.3333333333%;
}
.main .themes_list > section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 56.5671641791%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_deco_sp.webp) no-repeat right bottom/contain;
}
.main .themes_list > section.active::after {
  content: "作品募集中";
  position: absolute;
  top: 0;
  left: 0;
  margin: 51.1940298507% 0 0 3.2835820896%;
  padding: 2.3880597015% 0 2.3880597015%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.0447761194%;
  height: auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_status.webp) no-repeat center center/contain;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4vw;
  color: #0a0e1c;
}
.main .themes_list > section.active .btn-apply a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_sp.webp) no-repeat 0 0/contain;
  pointer-events: auto;
}
.main .themes_list > section.closed .btn-apply a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_closed_sp.webp) no-repeat 0 0/contain;
}
.main .themes_itemttl {
  padding-top: 4%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1.3;
}
.main .themes_detail {
  width: 92.8358208955%;
  font-weight: 500;
  margin: 4.4776119403% auto 0;
  padding: 0 3.2835820896% 3.2835820896%;
  background-color: #2b2828;
  border: solid 1px #525256;
  border-radius: 1.0447761194vw;
}
.main .themes_detail dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_border_dotted.webp) repeat-x left bottom/21px 3px;
  padding: 3.7313432836% 0 4.4776119403%;
}
.main .themes_detail dt {
  position: relative;
  width: 25.0922509225%;
}
.main .themes_detail dt span {
  display: block;
  width: 100%;
  background: linear-gradient(to right, #fff 20%, #afbfd3 100%);
  text-align: center;
  font-size: 2.6666666667vw;
  font-weight: 600;
  color: #2b2828;
  border-radius: 100vh;
  padding-bottom: 1.1070110701%;
}
.main .themes_detail dd {
  width: 74.9077490775%;
  font-size: 2.6666666667vw;
  color: #fff;
  padding-left: 3.3210332103%;
  font-feature-settings: "palt";
}
.main .themes_detail p {
  margin-top: 2.9520295203%;
  text-align: center;
  font-size: 2.6666666667vw;
  color: #73768a;
}
.main .themes .btn-apply {
  width: 92.8358208955%;
  height: 0;
  padding-top: 13.1343283582%;
  margin: 4.776119403% auto 0;
}
.main .themes .btn-apply a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_yet_sp.webp) no-repeat center center/contain;
  pointer-events: none;
}
.main .themes_closed {
  margin-top: 10.6666666667%;
}
.main .themes_closed_sttl {
  width: 60%;
  height: 0;
  padding-top: 10.6666666667%;
  margin: 4.2666666667% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_sttl_closed.webp) no-repeat center center/contain;
  overflow: hidden;
}
.main .themes_closed .btn-apply a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_closed_sp.webp) no-repeat center center/contain;
  pointer-events: none;
}
.main .themes_content1 {
  background: #202020 url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_img_1_sp.webp) no-repeat 0 0/100% auto;
}
.main .themes_content2 {
  background: #202020 url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_img_2_sp.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	works
********************************************************************************************************/
.main .works {
  width: 100%;
}
.main .works_ttl {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 21.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_ttl_sp.webp) no-repeat 0 0/100% auto;
  overflow: hidden;
}
.main .works_ttl span {
  display: none;
}
.main .works_inner {
  position: relative;
  width: 100%;
}
.main .works_lead {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 22.9333333333%;
  margin-top: 4%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_lead_sp.webp) no-repeat 0 0/100% auto;
}
.main .works_lead p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2.1333333333%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  color: #dfdfff;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.main .works_lead p span {
  display: block;
  color: #828f9f;
  font-size: 2.9333333333vw;
}
.main .works_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4.5333333333% 5.3333333333% 0;
}
.main .works_item {
  width: 100%;
  margin: 0 0 2.0895522388%;
}
.main .works_item_movie {
  width: 14.328358209%;
  height: 0;
  padding-top: 6.2686567164%;
  margin-left: 3.5820895522%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_category_movie.webp) no-repeat 0 0/100% auto;
}
.main .works_item_movie span {
  display: none;
}
.main .works_item_comic {
  width: 14.328358209%;
  height: 0;
  padding-top: 6.2686567164%;
  margin-left: 3.5820895522%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_category_comic.webp) no-repeat 0 0/100% auto;
}
.main .works_item_comic span {
  display: none;
}
.main .works_item_blog {
  width: 14.328358209%;
  height: 0;
  padding-top: 6.2686567164%;
  margin-left: 3.5820895522%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_category_blog.webp) no-repeat 0 0/100% auto;
}
.main .works_item_blog span {
  display: none;
}
.main .works_item_frame {
  position: relative;
  margin-top: 0.5970149254%;
  border-radius: 0.8em;
  background: #6270e7;
  overflow: hidden;
  padding: 0.447761194%;
}
.main .works_item_thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.2590361446%;
  border-radius: 0.8em 0.8em 0 0;
  overflow: hidden;
  background: #202020;
}
.main .works_item_thumb iframe,
.main .works_item_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .works_item_thumb img {
  transition: transform 0.3s ease;
}
.main .works_item_txt {
  position: relative;
  background: #202020;
  padding-bottom: 3.9156626506%;
  border-radius: 0 0 0.8em 0.8em;
  margin-top: -0.1506024096%;
}
.main .works_item_txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52.7108433735%;
  height: 0;
  padding-top: 2.1084337349%;
  margin-top: -1.9578313253%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_frame_sp.webp) repeat-x 0 0/100% auto;
}
.main .works_item_theme {
  position: relative;
  height: 0;
  padding-top: 12.6506024096%;
  margin: 0 3.0120481928%;
}
.main .works_item_theme p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #fff;
  font-size: 2.6666666667vw;
}
.main .works_item_name {
  position: relative;
  margin: 3.0120481928% 3.0120481928% 0;
}
.main .works_item_name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 0.4807692308%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_dot.webp) repeat-x 0 0/contain;
  margin-top: -2.8846153846%;
}
.main .works_item_name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2435897436%;
  height: 0;
  padding-top: 3.0448717949%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_icn.webp) no-repeat 0 0/100% auto;
  margin: 0.4807692308% 0 0 0;
}
.main .works_item_name p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 2.4vw;
  padding-left: 3.2051282051%;
}
.main .works a:hover .works_item_thumb img {
  transform: scale(1.2);
}
.main .works .btn-more {
  width: 49.6%;
  height: 0;
  padding-top: 10.9333333333%;
  margin: 5.3333333333% auto 0;
}
.main .works .btn-more a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/btn_works.webp) no-repeat 0 0/100% auto;
}

/********************************************************************************************************
	サイドメニュー
********************************************************************************************************/
.wrapper .nav {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  pointer-events: none;
}
.wrapper .nav_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .nav_left .btn-left {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 12.2666666667%;
  height: 0;
  padding-top: 12.2666666667%;
  margin: 0 0 2.6666666667% 2.6666666667%;
  pointer-events: auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_menu_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper .nav_left .toggle-checkbox {
  display: none;
}
.wrapper .nav_left .toggle-checkbox:checked + label .btn-left {
  background-position: 0 100%;
}
.wrapper .nav_left .toggle-checkbox ~ .nav_left_inner {
  transform: translateX(-100%);
}
.wrapper .nav_left .toggle-checkbox:checked ~ .nav_left_inner {
  transform: translateX(0%);
}
.wrapper .nav_left_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: rgb(0, 0, 0);
}
.wrapper .nav_left_list {
  position: relative;
  z-index: 10;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .nav_left_list li {
  position: relative;
  pointer-events: auto;
  width: 89.3333333333%;
  height: 0;
  margin: 0 auto;
}
.wrapper .nav_left_list li.active a {
  background-position: 0 100%;
}
.wrapper .nav_left_list .btn-nav_assemble {
  padding-top: 14.1333333333%;
}
.wrapper .nav_left_list .btn-nav_assemble a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_assemble_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper .nav_left_list .btn-nav_themes {
  padding-top: 10.9333333333%;
  margin-top: 12.6666666667%;
}
.wrapper .nav_left_list .btn-nav_themes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 49.2537313433%;
  height: 0;
  padding-top: 5.0746268657%;
  margin-top: -7.1641791045%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_txt_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper .nav_left_list .btn-nav_themes a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_themes_sp.webp) no-repeat 0 0/100% auto;
}
.wrapper .nav_left_list .btn-nav_works {
  padding-top: 10.9333333333%;
  margin-top: 0.6666666667%;
}
.wrapper .nav_left_list .btn-nav_works a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_works_sp.webp) no-repeat 0 0/100% auto;
}

@media (width >= 1025px) {
  #gnb-container {
    min-width: auto;
  }
  #gnb-container #gnb2 {
    min-width: auto;
  }
  body::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    padding-top: 450px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/body_bg_header_pc.webp) no-repeat 50% 0/2560px 450px;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .wrapper .maple_nav {
    position: sticky;
    padding-top: 0 !important;
  }
  /********************************************************************************************************
  	wrapper
  ********************************************************************************************************/
  .wrapper {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/body_bg_repeat.webp) repeat-y 50% 0/2560px 1625px;
  }
  /********************************************************************************************************
  	header
  ********************************************************************************************************/
  .header {
    width: 100%;
    padding-top: 20px;
  }
  .header_inner {
    position: relative;
    width: 100%;
    padding-top: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/header_title_pc.webp) no-repeat center top;
  }
  .header_ttl {
    padding-top: 370px;
  }
  .header_menu {
    margin-top: 30px;
  }
  .header_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header_menu li {
    position: relative;
  }
  .header_menu li.btn_theme {
    width: 520px;
    height: 0;
    padding-top: 132px;
  }
  .header_menu li.btn_theme a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/header_btn_menu_theme_pc.webp) no-repeat;
    white-space: nowrap;
    text-indent: 110%;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .header_menu li.btn_theme a:hover {
    transform: translate(0, -8px);
  }
  /********************************************************************************************************
  	main
  ********************************************************************************************************/
  .main {
    padding-top: 70px;
    margin-top: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/main_bg_repeat.webp) repeat-y calc(50% + 932px) 0, url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/main_bg_repeat.webp) repeat-y calc(50% - 952px) 470px;
  }
  .main::before, .main::after {
    content: normal;
  }
  .main article {
    padding-bottom: 40px;
  }
  /********************************************************************************************************
  	summary
  ********************************************************************************************************/
  .main .summary {
    width: 100%;
  }
  .main .summary_ttl {
    position: relative;
    width: 100%;
    padding-top: 159px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_ttl_pc.webp) no-repeat center center;
    overflow: visible;
  }
  .main .summary_ttl::before {
    content: "";
    position: absolute;
    top: -197px;
    left: 50%;
    width: 109px;
    height: 394px;
    margin-left: -796px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/main_ttl_deco_pc.webp) no-repeat center top;
  }
  .main .summary_inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    margin: 30px auto 0;
    gap: 40px 62px;
  }
  .main .summary_content1 {
    width: 718px;
    margin-top: 0;
  }
  .main .summary_content1 h3 {
    padding-top: 230px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_1_pc.webp) no-repeat 0 0/100% auto;
  }
  .main .summary_content1 p:nth-of-type(1) {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.4;
  }
  .main .summary_content2 {
    width: 718px;
    margin-top: 0;
  }
  .main .summary_content2 h3 {
    padding-top: 230px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_2_pc.webp) no-repeat 0 0/100% auto;
  }
  .main .summary_content3 {
    width: 720px;
    margin-top: 0;
  }
  .main .summary_content3 h3 {
    width: 700px;
    padding-top: 80px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/summary_sttl_3_pc.webp) no-repeat center top/100% auto;
  }
  .main .summary_content3 p {
    padding: 0;
  }
  .main .summary_content3 p:nth-of-type(1) {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.4;
  }
  .main .summary_content3 p:nth-of-type(2) {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #828f9f;
  }
  /********************************************************************************************************
  	themes
  ********************************************************************************************************/
  .main .themes {
    width: 100%;
    padding-top: 95px;
    padding-bottom: 120px;
  }
  .main .themes_ttl {
    position: relative;
    width: 100%;
    padding-top: 182px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_ttl_pc.webp) no-repeat center center;
    overflow: visible;
  }
  .main .themes_ttl::before {
    content: "";
    position: absolute;
    top: -197px;
    left: 50%;
    width: 109px;
    height: 394px;
    margin-left: -796px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/main_ttl_deco_pc.webp) no-repeat center top;
  }
  .main .themes_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: none;
  }
  .main .themes_lead {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0;
    padding-top: 100px;
    margin: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_lead_pc.webp) no-repeat 50% 50%/1226px 100px;
  }
  .main .themes_lead p {
    padding-top: 20px;
    font-size: 20px;
  }
  .main .themes_list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0;
    gap: 24px;
  }
  .main .themes_list > section {
    position: relative;
    width: 910px;
    height: 560px;
    margin: 0;
    padding: 0 0 0 346px;
    border: solid 2px #6270e7;
    border-radius: 40px;
    overflow: hidden;
  }
  .main .themes_list > section:not(:first-of-type) {
    margin-top: 0;
  }
  .main .themes_list > section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 298px;
    width: 14px;
    height: 0;
    padding-top: 217px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_deco_pc.webp) no-repeat;
  }
  .main .themes_list > section.active::after {
    content: "作品募集中";
    position: absolute;
    top: 18px;
    left: 308px;
    margin: 0;
    padding: 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 168px;
    height: 44px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_bg_status.webp) no-repeat 0 0/contain;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0a0e1c;
  }
  .main .themes_list > section.active .btn-apply a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_pc.webp) no-repeat 0 0;
    pointer-events: auto;
  }
  .main .themes_list > section.closed .btn-apply a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_closed_pc.webp) no-repeat 0 0/contain;
  }
  .main .themes_itemttl {
    display: block;
    width: 528px;
    padding-top: 28px;
    font-size: 32px;
    color: #fff;
    line-height: 1.3;
  }
  .main .themes_detail {
    width: 528px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 18px 0 30px;
    border-radius: 7px;
  }
  .main .themes_detail dl {
    width: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_border_dotted.webp) repeat-x left bottom/21px 3px;
    padding: 12px 0 16px;
  }
  .main .themes_detail dl:nth-of-type(2) dd {
    padding-top: 2px;
  }
  .main .themes_detail dt {
    position: relative;
    width: 104px;
  }
  .main .themes_detail dt span {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #fff 20%, #afbfd3 100%);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2b2828;
    border-radius: 100vh;
    padding: 3px 0;
  }
  .main .themes_detail dd {
    width: 376px;
    font-size: 14px;
    color: #fff;
    padding-left: 16px;
    line-height: 1.6;
  }
  .main .themes_detail p {
    width: 480px;
    margin: 10px auto 0;
    font-size: 14px;
    color: #73768a;
  }
  .main .themes .btn-apply {
    width: 528px;
    height: 0;
    padding-top: 80px;
    margin: 16px 0 0;
  }
  .main .themes .btn-apply a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_yet_pc.webp) no-repeat 0 0;
    pointer-events: none;
  }
  .main .themes_closed {
    margin-top: 80px;
  }
  .main .themes_closed_sttl {
    width: 450px;
    height: 0;
    padding-top: 80px;
    margin: 32px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_sttl_closed.webp) no-repeat 0 0;
    overflow: hidden;
  }
  .main .themes_closed .btn-apply a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_btn_apply_closed_pc.webp) no-repeat 0 0;
    pointer-events: none;
  }
  .main .themes_content1 {
    background: #202020 url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_img_1_pc.webp) no-repeat left center;
  }
  .main .themes_content2 {
    background: #202020 url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1210_za2h/themes_img_2_pc.webp) no-repeat left center;
  }
  /********************************************************************************************************
  	works
  ********************************************************************************************************/
  .main .works_ttl {
    padding-top: 140px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_ttl_pc.webp) no-repeat 50% 0/2560px 140px;
  }
  .main .works_lead {
    width: 838px;
    padding-top: 90px;
    margin: 20px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_lead_pc.webp) no-repeat 0 0/100% auto;
  }
  .main .works_lead p {
    padding-top: 20px;
    font-size: 20px;
  }
  .main .works_lead p span {
    font-size: 14px;
  }
  .main .works_list ul {
    max-width: 1272px;
    margin: 30px auto 0;
  }
  .main .works_item {
    width: 404px;
    margin: 0 10px 34px;
  }
  .main .works_item_movie {
    width: 96px;
    padding-top: 42px;
    margin-left: 24px;
  }
  .main .works_item_comic {
    width: 96px;
    padding-top: 42px;
    margin-left: 24px;
  }
  .main .works_item_blog {
    width: 96px;
    padding-top: 42px;
    margin-left: 24px;
  }
  .main .works_item_frame {
    margin-top: 4px;
    border-radius: 2em;
    padding: 2px;
  }
  .main .works_item_thumb {
    padding-top: 200px;
    border-radius: 2em 2em 0 0;
  }
  .main .works_item_txt {
    padding-bottom: 30px;
    border-radius: 0 0 2em 2em;
    margin-top: -1px;
  }
  .main .works_item_txt::before {
    width: 200px;
    padding-top: 14px;
    margin-top: -13px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/works_frame.webp) repeat-x 0 0/100% auto;
  }
  .main .works_item_theme {
    padding-top: 84px;
    margin: 0 36px;
  }
  .main .works_item_theme p {
    font-size: 20px;
  }
  .main .works_item_name {
    position: relative;
    margin: 20px 36px 0;
  }
  .main .works_item_name::before {
    padding-top: 3px;
    margin-top: -18px;
  }
  .main .works_item_name::after {
    width: 14px;
    padding-top: 19px;
    margin: 4px 0 0 0;
  }
  .main .works_item_name p {
    font-size: 18px;
    padding-left: 20px;
  }
  .main .works .btn-more {
    width: 372px;
    padding-top: 82px;
    margin: 10px auto 80px;
  }
  /********************************************************************************************************
  	サイドメニュー
  ********************************************************************************************************/
  .wrapper .nav {
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    width: 230px;
    height: 320px;
  }
  .wrapper .nav_left .btn-left {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 34px;
    padding-top: 34px;
    margin: 0 -50px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_menu.webp) no-repeat 0 0/100% auto;
    transition: transform 0.2s ease;
  }
  .wrapper .nav_left .toggle-checkbox + label .btn-left {
    background-position: 0 100%;
    transform: translateX(0%);
  }
  .wrapper .nav_left .toggle-checkbox:checked + label .btn-left {
    background-position: 0 0;
    transform: translateX(-230px);
  }
  .wrapper .nav_left .toggle-checkbox ~ .nav_left_inner {
    transform: translateX(0%);
  }
  .wrapper .nav_left .toggle-checkbox:checked ~ .nav_left_inner {
    transform: translateX(-100%);
  }
  .wrapper .nav_left_inner {
    width: 230px;
    height: 320px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_bg.webp) no-repeat 100% 0/200px 320px;
    transition: transform 0.2s ease;
  }
  .wrapper .nav_left_list {
    width: 200px;
    margin-left: 30px;
  }
  .wrapper .nav_left_list li {
    width: 180px;
  }
  .wrapper .nav_left_list .btn-nav_assemble {
    padding-top: 72px;
  }
  .wrapper .nav_left_list .btn-nav_assemble a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_assemble.webp) no-repeat 0 0/100% auto;
  }
  .wrapper .nav_left_list .btn-nav_themes {
    padding-top: 42px;
    margin-top: 44px;
  }
  .wrapper .nav_left_list .btn-nav_themes::before {
    width: 166px;
    padding-top: 18px;
    margin-top: -24px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_txt.webp) no-repeat 0 0/100% auto;
  }
  .wrapper .nav_left_list .btn-nav_themes a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_themes.webp) no-repeat 0 0/100% auto;
  }
  .wrapper .nav_left_list .btn-nav_works {
    padding-top: 42px;
    margin-top: 3px;
  }
  .wrapper .nav_left_list .btn-nav_works a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/assemble/contentschallenge_1224_p8ns/nav_btn_works.webp) no-repeat 0 0/100% auto;
  }
}

/*# sourceMappingURL=contentschallenge_251224.css.map */
