@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: 1px) {
  [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: 5;
  width: 100%;
}

/********************************************************************************************************
　header
********************************************************************************************************/
header nav {
  display: none;
}

/********************************************************************************************************
　main
********************************************************************************************************/
main {
  width: 100%;
  position: relative;
  z-index: 5;
}

/********************************************************************************************************
 footer
********************************************************************************************************/
footer {
  position: relative;
  z-index: 20;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: 2.1333333333vw;
  height: auto;
  padding-bottom: 17.3333333333%;
  line-height: 1;
}
footer::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: 5.6%;
  height: 0;
  padding-top: 5.3333333333%;
  margin-bottom: 6%;
}
footer a {
  text-decoration: underline;
}
footer .footer-menu {
  width: 92%;
  justify-content: space-between;
  padding-top: 5.8666666667%;
}
footer .footer-menu li {
  width: 48.6956521739%;
  height: 0;
  padding: 8.6956521739% 0 0 0;
  margin: 0;
}
footer .footer-menu li:hover {
  transform: translateY(0);
  box-shadow: none;
}
footer .footer-menu li::after {
  content: normal;
}
footer .footer-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry_sp.png) no-repeat 0 0/100% auto;
}
footer .footer-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official_sp.png) no-repeat 0 0/100% auto;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 85.3333333333%;
  margin: 0 auto;
  padding-top: 5.8666666667%;
}
footer ul li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding-right: 0.6em;
}
footer ul li::after {
  content: "|";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer ul li:last-child::after {
  content: normal;
}
footer ul + p {
  display: inline-block;
}
footer p {
  margin-top: 4.5333333333%;
}
footer p a {
  color: #0aa0d2;
}

/********************************************************************************************************
 modal
********************************************************************************************************/
.modal {
  display: block;
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.modal > div {
  opacity: 0;
  margin: 0 auto;
  pointer-events: auto;
}
.modal > div .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal .modal-youtube {
  position: relative;
  margin: 0 auto;
  width: 92%;
  height: 0;
  padding-top: 51.7333333333%;
}
.modal .modal-youtube .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .btn-close {
  position: relative;
  top: 0;
  cursor: pointer;
  width: 29.3333333333%;
  height: 0;
  padding-top: 8.5333333333%;
  margin: 4% auto 0;
}
.modal .btn-close span {
  display: none;
}
.modal.open {
  transform: translateY(0);
}
.modal.open .open,
.modal.open .btn-close {
  display: block;
  opacity: 1;
}
.modal.close {
  transform: translateY(0);
}
.modal.close .open,
.modal.close .btn-close {
  display: block;
  opacity: 0;
}
.modal.animation .open,
.modal.animation .btn-close {
  transition: opacity 0.3s ease 0s;
}

.shadow {
  position: fixed;
  z-index: 80;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  opacity: 0;
  transform: translateY(-150%);
}

.animation + .shadow {
  transition: opacity 0.3s ease 0s;
}

.open + .shadow {
  transform: translateY(0);
  opacity: 1;
}

.close + .shadow {
  transform: translateY(0);
  opacity: 0;
}

@media (min-width: 1px) {
  /********************************************************************************************************
  GNB
  ********************************************************************************************************/
  #gnb-container {
    position: relative;
    z-index: 1000;
    min-width: 1056px;
    display: block;
  }
  #gnb-container #gnb2 {
    min-width: 1056px;
  }
  /********************************************************************************************************
   common
  ********************************************************************************************************/
  body {
    font-size: 14px;
  }
  body .wrapper {
    min-width: 1056px;
  }
  /********************************************************************************************************
  　header
  ********************************************************************************************************/
  header nav {
    display: block;
  }
  /********************************************************************************************************
   footer
  ********************************************************************************************************/
  footer {
    font-size: 12px;
    height: 260px;
    padding-bottom: 0;
  }
  footer::after {
    width: 42px;
    height: 40px;
    padding-top: 0;
    margin-bottom: 18px;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer .footer-menu {
    justify-content: center;
    padding-top: 40px;
  }
  footer .footer-menu li {
    width: 250px;
    height: 46px;
    padding: 0;
    margin: 0 10px;
    transition: transform 0.2s ease-out;
  }
  footer .footer-menu li:hover {
    transform: translateY(-4px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  footer .footer-menu li:last-child {
    margin: 0 10px;
  }
  footer .footer-menu .btn-registry a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry.png) no-repeat 0 0;
  }
  footer .footer-menu .btn-official a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official.png) no-repeat 0 0;
  }
  footer ul {
    width: 100%;
    padding-top: 16px;
  }
  footer p {
    margin-top: 14px;
  }
  /********************************************************************************************************
   modal
  ********************************************************************************************************/
  .modal .modal-youtube {
    margin: 100px auto 0;
    width: 960px;
    height: 540px;
    padding-top: 0;
  }
  .modal .btn-close {
    width: 110px;
    height: 32px;
    padding-top: 0;
    margin: 30px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2017/sub/btn_modal_close.png) no-repeat 0 0;
  }
  .modal .btn-close:hover {
    background-position: 0 100%;
  }
}
/********************************************************************************************************
　wrapper
********************************************************************************************************/
body .wrapper {
  min-width: 1115px;
  overflow: hidden;
}

/********************************************************************************************************
　header
********************************************************************************************************/
header {
  position: relative;
  z-index: 5;
  height: 614px;
  background: #23a3fd url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_header.webp) no-repeat center top;
}
header .inner {
  position: relative;
  width: 1115px;
  margin: 0 auto;
  padding-top: 253px;
}
header h1,
header h2,
header p {
  display: none;
}
header .box {
  position: relative;
  width: 1115px;
  margin: 0 auto;
  padding-top: 243px;
}
header .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  margin-left: 16px;
  width: 790px;
  height: 319px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/header_text.webp) no-repeat center top;
}
header .box.finished::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/header_text_finished.webp) no-repeat center top;
}
header .box.finished::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -269px;
  margin-top: -20px;
  width: 522px;
  height: 58px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/text_finish.webp) no-repeat 0 0;
}
header .box .btn-overview {
  display: block;
  width: 361px;
  height: 61px;
  margin: 0 auto;
  box-shadow: 0px 0px 45.24px 12.76px rgba(255, 255, 255, 0.6);
  border-radius: 12px;
}
header .box .btn-overview a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_overview.webp) no-repeat 0 0;
  width: 100%;
  height: 100%;
}
header .box.finished .btn-overview a {
  pointer-events: none;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_overview_finished.webp) no-repeat 0 0;
}
header .btn-twitter {
  position: absolute;
  top: 30px;
  right: 10px;
}

/********************************************************************************************************
　main
********************************************************************************************************/
main {
  position: relative;
  z-index: 10;
  background: #23a3fd url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_body.webp) no-repeat center top;
  margin: 0 auto;
  padding: 0 0 60px;
}
main .content01 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1115px;
  box-shadow: 0px 20px 50px 0px rgba(47, 73, 135, 0.6);
  border-radius: 16px;
}
main .content01::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 88px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_content_top.webp) no-repeat center top;
}
main .content01::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 77px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_content_bottom.webp) no-repeat center top;
}
main .inner {
  position: relative;
  width: 100%;
  padding-top: 11px;
  margin-bottom: -50px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_content_middle.webp) repeat-y center top;
}
main .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -335px;
  right: -24px;
  width: 331px;
  height: 250px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/dot.webp) no-repeat center top;
  pointer-events: none;
}
main .list-wrap {
  display: flex;
  width: 1071px;
  margin: 0 auto;
}
main .list-title {
  display: none;
}
main .list {
  font-size: 0;
  width: 529px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
main .list.open {
  opacity: 1;
}
main .list li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border-radius: 50px;
  width: 244px;
  height: 254px;
  padding: 5px;
  text-align: center;
  position: relative;
}
main .list li::before, main .list li::after {
  content: "";
  position: absolute;
  z-index: 10;
  transform: translateZ(10px);
  top: -10px;
  right: 0px;
  width: 58px;
  height: 58px;
  border-radius: 58px;
}
main .list li::before {
  background-color: #fff;
}
main .list li .frame {
  overflow: hidden;
}
main .list li .img {
  border-radius: 48px 48px 0 0;
  overflow: hidden;
  width: 234px;
  height: 130px;
}
main .list li .img img {
  transform: translateZ(0px);
  transition: transform 0.2s ease;
}
main .list li .img:hover img {
  transform: scale(1.2);
}
main .list li .title {
  margin-top: 6px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}
main .list li .title a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-decoration: underline;
}
main .list li .name {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
main .list li .btn-modal-competition {
  width: 124px;
  height: 43px;
  margin: 6px auto 0;
}
main .list li .btn-modal-competition a {
  width: 100%;
  height: 100%;
}
main .list.item li.avatar::after {
  background-image: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/icn_avatar.webp);
  background-repeat: no-repeat;
  background-position: center center;
}
main .list.item li.chair::after {
  background-image: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/icn_chair.webp);
  background-repeat: no-repeat;
  background-position: center center;
}
main .list.item li:nth-child(4n+1), main .list.item li:nth-child(4n) {
  background-color: #fac934;
}
main .list.item li:nth-child(4n+1)::before, main .list.item li:nth-child(4n)::before {
  border: 4px solid #fac934;
}
main .list.item li:nth-child(4n+1) .btn-modal-competition a, main .list.item li:nth-child(4n) .btn-modal-competition a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_vote_yellow.webp) no-repeat 0 0;
}
main .list.item li:nth-child(4n+2), main .list.item li:nth-child(4n+3) {
  background-color: #ff9f39;
}
main .list.item li:nth-child(4n+2)::before, main .list.item li:nth-child(4n+3)::before {
  border: 4px solid #ff9f39;
}
main .list.item li:nth-child(4n+2) .btn-modal-competition a, main .list.item li:nth-child(4n+3) .btn-modal-competition a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_vote_orange.webp) no-repeat 0 0;
}
main .list.illust li.illust::after {
  background-image: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/icn_illust.webp);
  background-repeat: no-repeat;
  background-position: center center;
}
main .list.illust li:nth-child(4n+1), main .list.illust li:nth-child(4n) {
  background-color: #56b9ff;
}
main .list.illust li:nth-child(4n+1)::before, main .list.illust li:nth-child(4n)::before {
  border: 4px solid #56b9ff;
}
main .list.illust li:nth-child(4n+1) .btn-modal-competition a, main .list.illust li:nth-child(4n) .btn-modal-competition a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_vote_aqua.webp) no-repeat 0 0;
}
main .list.illust li:nth-child(4n+2), main .list.illust li:nth-child(4n+3) {
  background-color: #7394ff;
}
main .list.illust li:nth-child(4n+2)::before, main .list.illust li:nth-child(4n+3)::before {
  border: 4px solid #7394ff;
}
main .list.illust li:nth-child(4n+2) .btn-modal-competition a, main .list.illust li:nth-child(4n+3) .btn-modal-competition a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_vote_blue.webp) no-repeat 0 0;
}
main .caution {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/txt_caution.webp) no-repeat 0 0;
  width: 374px;
  height: 68px;
  margin: 30px auto 28px;
  font-size: 0;
}
main .agreement-box {
  position: relative;
  top: -7px;
  width: 630px;
  height: 100px;
  margin: 0px auto 0;
  border: solid 2px #ede9e5;
  box-shadow: 0 0 0 2px #d5c9be, 0 0 0 5px #faf6f0;
  padding: 0px 2px 0px 10px;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  color: #4c4c4c;
  background: #fff;
  z-index: 1000;
}
main .agreement-box .inner {
  height: 96px;
  overflow-y: scroll;
  padding: 5px 5px 0;
  background: #fff;
}
main .agreement-box p {
  margin-bottom: 1em;
}
main .agreement-box dl dd {
  margin: 0 0 1em 1em;
}
main .agreement-box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
main .btn-totop {
  right: 50px;
  bottom: 0;
}

/********************************************************************************************************
	footer
********************************************************************************************************/
footer .footer-menu {
  padding-top: 40px;
}
footer .footer-menu li {
  margin: 0 10px;
  width: 250px;
  height: 46px;
  transition: transform 0.2s ease-out;
}
footer .footer-menu li:hover {
  transform: translateY(-4px);
  box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
}
footer .footer-menu li::after {
  content: normal;
}
footer .footer-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry.png) no-repeat 0 0;
}
footer .footer-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official.png) no-repeat 0 0;
}

/********************************************************************************************************
　modal
********************************************************************************************************/
.ajax-contest {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/bg_modal_contest.webp) no-repeat 0 0;
  width: 735px;
  height: 503px;
  margin: 0 auto;
}
.ajax-contest .inner > h2,
.ajax-contest .inner > p {
  display: none;
}
.ajax-contest .nexonid {
  text-align: center;
  font-size: 16px;
  color: #54270d;
  padding-top: 322px;
}
.ajax-contest ul {
  font-size: 0;
  text-align: center;
  margin-top: 12px;
}
.ajax-contest ul li {
  display: inline-block;
  text-align: left;
  margin: 0 6px;
}
.ajax-contest ul li select {
  width: 190px;
  font-size: 12px;
}
.ajax-contest .btn-vote {
  width: 148px;
  height: 48px;
  margin: 48px auto 0;
}
.ajax-contest .btn-vote a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/common/btn_modal_vote.webp) no-repeat 0 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  height: 100%;
}
.modal .modal-competition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 746px;
  height: 512px;
  margin: 0 auto;
}
.modal .modal-competition::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/maplescompetition/2025_far7/bg_modal_contest.webp) no-repeat 0 0/100% auto;
  animation: vertical 0.3s steps(1) infinite;
}
.modal .modal-competition .inner {
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
.modal .modal-competition .present {
  position: relative;
  width: 516px;
  height: 244px;
  margin: 0 auto;
}
.modal .modal-competition .present h2,
.modal .modal-competition .present p {
  display: none;
}
.modal .modal-competition .form {
  position: relative;
  width: 648px;
  margin: 33px auto 0;
}
.modal .modal-competition .form .nexonid {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  color: #54270d;
  padding-top: 24px;
}
.modal .modal-competition .form ul {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.modal .modal-competition .form ul li {
  text-align: left;
  margin: 0 6px;
}
.modal .modal-competition .form ul li select {
  width: 190px;
  font-size: 12px;
}
.modal .modal-competition .btn-vote {
  width: 148px;
  height: 48px;
  margin: 48px auto 0;
}
.modal .modal-competition .btn-vote a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_modal_vote.webp) no-repeat 0 0;
  width: 100%;
  height: 100%;
}
.modal .btn-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -230px;
  margin-left: 410px;
  width: 52px;
  height: 52px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/maplescompetition/2025_far7/btn_modal_close.webp) no-repeat 0 0;
}
.modal .btn-close:hover {
  background-position: 0 100%;
}

/*# sourceMappingURL=maplescompetition2025.css.map */
