@charset "UTF-8";
/*
	Licensed under SIL OPEN FONT LICENSE Version 1.1
	NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
	Copyright 2012 Google Inc. All Rights Reserved.
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  padding: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
/*
option {
  padding: 0;
}
*/
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/*
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*/
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #373737;
  font-size: 3.7333333333vw;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body > img {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

div, p, ul, ol, dl, li, dt, dd {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

tr, th, td {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

form {
  margin: 0;
  padding: 0;
}

select, label, [type=radio], [type=checkbox] {
  cursor: pointer;
}

select {
  background: #fff;
}

select, input, textarea, button {
  box-sizing: content-box !important;
}

[type=text], [type=date], [type=email],
[type=number], [type=password], [type=search],
[type=tel], [type=url] {
  background: #fff;
  caret-color: #373737;
  border: solid 1px #abadb3;
}

a,
a:visited,
a:hover,
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  outline: none !important;
}

[class^=btn-] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
[class^=btn-] a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
[class^=btn-] a:hover {
  background-position-y: 100% !important;
}
[class^=btn-] a span {
  display: none;
}
[class^=btn-] a img {
  width: 100%;
  height: auto;
}

.develop-footer-code {
  overflow: hidden;
  height: 0;
}

:placeholder-shown {
  color: #666;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

:focus:placeholder-shown {
  color: transparent;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

@media (min-width: 1025px) {
  [class^=create-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    animation: fadein 0.3s ease forwards;
  }
  [class^=create-] div {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    padding: 50px 40px;
    background: #fff;
    border: solid 2px #8e98ad;
    border-radius: 4px;
  }
  [class^=create-] div ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #000000;
  }
  [class^=create-] div ul li {
    margin: 0 20px;
  }
  [class^=create-] div ul li a {
    display: inline-block;
    text-decoration: underline;
  }
  [class^=create-] div ul li a:hover {
    text-decoration: none;
  }
  [class^=create-] div ul li span {
    font-size: 12px;
    margin-left: 4px;
  }
  [class^=create-] div ul li.btn-registry {
    width: 210px;
    height: 46px;
    margin: 0 10px;
  }
  [class^=create-] div ul li.btn-registry a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/modal/btn_registry.webp);
    transition: all 0.3s ease;
  }
  [class^=create-] div ul li.btn-registry a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  }
  [class^=create-] div ul li.btn-registry a span {
    display: none;
  }
  [class^=create-] div ul li.btn-login {
    width: 210px;
    height: 46px;
    margin: 0 10px;
  }
  [class^=create-] div ul li.btn-login a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/modal/btn_login.webp);
    transition: all 0.3s ease;
  }
  [class^=create-] div ul li.btn-login a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  }
  [class^=create-] div ul li.btn-login a span {
    display: none;
  }
  [class^=create-] div p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #000000;
    margin-top: 1em;
  }
  [class^=create-] div p.caution {
    font-size: 15px;
  }
  [class^=create-] div p:nth-of-type(1) {
    margin-top: 0;
  }
  [class^=create-] div .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: -40px -4px 0 0;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  [class^=create-] div .close:hover {
    transform: rotateZ(180deg);
  }
  [class^=create-] div .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
    width: 100%;
    height: 4px;
    background: #fff;
  }
  [class^=create-] div .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    width: 100%;
    height: 4px;
    background: #fff;
  }
  .create-nowloading {
    animation: fadein 1s ease forwards;
  }
  .create-nowloading div {
    height: 230px;
  }
  .create-nowloading div p {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
  }
  .create-nowloading div p span {
    display: inline-block;
    animation: jump 2s ease infinite;
  }
  .create-nowloading div p span:nth-of-type(1) {
    animation-delay: 0.1s;
  }
  .create-nowloading div p span:nth-of-type(2) {
    animation-delay: 0.2s;
  }
  .create-nowloading div p span:nth-of-type(3) {
    animation-delay: 0.3s;
  }
  .create-nowloading div p span:nth-of-type(4) {
    animation-delay: 0.4s;
  }
  .create-nowloading div p span:nth-of-type(5) {
    animation-delay: 0.5s;
  }
  .create-nowloading div p span:nth-of-type(6) {
    animation-delay: 0.6s;
  }
  .create-nowloading div p span:nth-of-type(7) {
    animation-delay: 0.7s;
  }
  .create-nowloading div p span:nth-of-type(8) {
    animation-delay: 0.8s;
  }
  .create-nowloading div p span:nth-of-type(9) {
    animation-delay: 0.9s;
  }
  .create-nowloading div p span:nth-of-type(10) {
    animation-delay: 1s;
  }
  .create-nowloading div p span:nth-of-type(11) {
    animation-delay: 1.1s;
  }
  .create-nowloading div p span:nth-of-type(12) {
    animation-delay: 1.2s;
  }
  .create-nowloading div p span:nth-of-type(13) {
    animation-delay: 1.3s;
  }
  .create-nowloading div p span:nth-of-type(3) {
    margin-right: 6px;
  }
  .create-firsttime div p span {
    font-weight: 700;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
  }
}
/********************************************************************************************************
GNB
********************************************************************************************************/
#gnb-container {
  display: none;
}

/********************************************************************************************************
　common
********************************************************************************************************/
body {
  font-size: 3.7333333333vw;
}
body .wrapper {
  position: relative;
  z-index: 10;
}

/********************************************************************************************************
　footer
********************************************************************************************************/
.wrapper footer {
  position: relative;
  z-index: 10;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: min(16px, 2.1333333333vw);
}
.wrapper footer .inner {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: min(70px, 9.3333333333%);
}
.wrapper footer .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/nexon.png) no-repeat 0 0/contain;
  width: min(42px, 5.6%);
  height: 0;
  padding-top: min(40px, 5.3333333333%);
  margin-bottom: min(15px, 2%);
}
.wrapper footer .inner a {
  text-decoration: underline;
}
.wrapper footer .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: min(16px, 2.1333333333%);
}
.wrapper footer .inner ul li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding-right: 0.6em;
}
.wrapper footer .inner ul li::after {
  content: "|";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wrapper footer .inner ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.wrapper footer .inner ul li:last-child::after {
  content: normal;
}
.wrapper footer .inner ul + p {
  display: inline-block;
}
.wrapper footer .inner ul.footer-menu {
  width: min(530px, 70.6666666667%);
  justify-content: space-between;
  padding-top: min(20px, 2.6666666667%);
}
.wrapper footer .inner ul.footer-menu li {
  width: 47.1698113208%;
  height: 0;
  padding: 8.679245283% 0 0 0;
  margin: 0;
}
.wrapper footer .inner ul.footer-menu li::after {
  content: normal;
}
.wrapper footer .inner ul.footer-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry.png) no-repeat 0 0/100% auto;
}
.wrapper footer .inner ul.footer-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official.png) no-repeat 0 0/100% auto;
}
.wrapper footer .inner p {
  margin-top: min(16px, 2.1333333333%);
}
.wrapper footer .inner p a {
  color: #0aa0d2;
}

/********************************************************************************************************
　modal
********************************************************************************************************/
.modal {
  display: block;
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  margin: 0 auto;
  pointer-events: none;
}
.modal > div {
  display: none;
  opacity: 0;
  margin: 0 auto;
  pointer-events: auto;
  background: none;
  max-width: 100%;
}
.modal > div::before {
  content: normal;
}
.modal > div .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-youtube {
  position: relative;
  width: 90.6666666667%;
  height: 0;
  padding-top: 50.9333333333%;
}
.modal .modal-youtube .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-system {
  color: #000;
  font-size: 3.2vw;
  width: 90.6666666667%;
  background: #fff;
  border: solid 2px #8e98ad;
  border-radius: 4px;
}
.modal .modal-system .inner {
  position: relative;
  padding: 7.3529411765%;
}
.modal .modal-system .inner p:not(:first-child) {
  margin-top: 1em;
}
.modal > .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6666666667%;
  height: 0;
  padding-top: 6.6666666667%;
  margin: -7.4666666667% 4% 0 0;
  cursor: pointer;
}
.modal > .btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
  width: 100%;
  height: 0;
  padding-top: 7.5471698113%;
  background: #fff;
  transition: transform 0.3s ease;
}
.modal > .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  width: 100%;
  height: 0;
  padding-top: 7.5471698113%;
  background: #fff;
  transition: transform 0.3s ease;
}
.modal > .btn-close:hover::before {
  transform: translate(-50%, -50%) rotateZ(225deg);
}
.modal > .btn-close:hover::after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.modal > .btn-close span {
  display: none;
}
.modal + .shadow {
  position: fixed;
  z-index: 150;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  opacity: 0;
  transform: translateY(-150%);
}
.modal.open {
  transform: translate(-50%, 0);
}
.modal.open .open,
.modal.open .btn-close {
  display: block;
  opacity: 1;
}
.modal.open + .shadow {
  transform: translateY(0);
  opacity: 1;
}
.modal.close {
  transform: translate(-50%, 0);
}
.modal.close .open,
.modal.close .btn-close {
  display: block;
  opacity: 0;
}
.modal.close + .shadow {
  transform: translateY(0);
  opacity: 0;
}
.modal.animation .open,
.modal.animation .btn-close,
.modal.animation + .shadow {
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  GNB
  ********************************************************************************************************/
  #gnb-container {
    position: relative;
    z-index: 1000;
    min-width: 1200px;
    display: block;
  }
  #gnb-container #gnb2 {
    min-width: 1200px;
  }
  /********************************************************************************************************
  common
  ********************************************************************************************************/
  body {
    font-size: 14px;
  }
  /********************************************************************************************************
  footer
  ********************************************************************************************************/
  .wrapper footer {
    font-size: 12px;
  }
  .wrapper footer .inner {
    max-width: initial;
  }
  .wrapper footer .inner a {
    text-decoration: none;
  }
  .wrapper footer .inner a:hover {
    text-decoration: underline;
  }
  .wrapper footer .inner ul {
    width: 100%;
  }
  .wrapper footer .inner ul.footer-menu li {
    transition: transform 0.2s ease-out;
  }
  .wrapper footer .inner ul.footer-menu li:hover {
    transform: translateY(-4px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  /********************************************************************************************************
  　modal
  ********************************************************************************************************/
  .modal {
    width: auto;
  }
  .modal .modal-youtube {
    width: 960px;
    min-width: 960px;
    padding-top: 540px;
  }
  .modal .modal-system {
    font-size: 16px;
    width: 530px;
    min-width: 530px;
  }
  .modal .modal-system .inner {
    padding: 50px;
  }
  .modal > .btn-close {
    width: 40px;
    padding-top: 40px;
    margin: -44px -4px 0 0;
  }
  .modal > .btn-close::before {
    padding-top: 3px;
  }
  .modal > .btn-close::after {
    padding-top: 3px;
  }
}
body {
  background: #2d2f3c;
}

.wrapper {
  position: relative;
  z-index: 5;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/body_bg.webp) repeat center center;
}

/********************************************************************************************************
	nav
********************************************************************************************************/
.nav {
  position: sticky;
  z-index: 30;
  top: 0;
  right: 0;
  width: 100%;
}
.nav_pc {
  display: none;
}
.nav_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 42.6666666667%;
  margin: 5.3333333333% 2.6666666667% 0 0;
  border-radius: 100vh;
  background-color: #24242d;
}
.nav_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.3125%;
  gap: 7.8125%;
}
.nav_icon li {
  height: 0;
  padding-top: 14.375%;
}
.nav_icon .btn-youtube {
  width: 20%;
}
.nav_icon .btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_youtube.svg) no-repeat 0 0/contain;
}
.nav_icon .btn-x {
  width: 15%;
}
.nav_icon .btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_x.svg) no-repeat 0 0/contain;
}
.nav_icon .btn-discord {
  width: 19.375%;
}
.nav_icon .btn-discord a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_discord.svg) no-repeat 0 0/contain;
}
.nav .nav_effect {
  display: none;
}

/********************************************************************************************************
	pagetop
********************************************************************************************************/
.pagetop {
  position: sticky;
  z-index: 30;
  top: calc(100vh - 16%);
  right: 0;
  width: 100%;
}
.pagetop .btn-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 2.6666666667% 2.6666666667% 0 0;
}
.pagetop .btn-pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: #24242d;
  width: 13.3333333333%;
  height: 0;
  padding-top: 13.3333333333%;
  border: 2px solid #4d4f64;
  border-radius: 100vh;
  overflow: hidden;
}
.pagetop .btn-pagetop a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/btn_pagetop.svg) no-repeat 0 0/100% auto;
  overflow: hidden;
}
.pagetop .btn-pagetop a:hover {
  background-color: #b8c8e0;
}
.pagetop .btn-pagetop a:hover span {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/btn_pagetop.svg) no-repeat 0 100%/100% auto;
}

/********************************************************************************************************
	gamestart
********************************************************************************************************/
.gamestart {
  display: none;
}

/********************************************************************************************************
	header
********************************************************************************************************/
.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-top: 175.3333333333%;
}
.header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/header_img.webp) no-repeat center center/contain;
}
.header_title {
  display: none;
}

/********************************************************************************************************
	main
********************************************************************************************************/
.wrapper .main {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -8%;
  padding-bottom: 18.6666666667%;
}

/********************************************************************************************************
	keyword
********************************************************************************************************/
.main .keyword {
  width: 100%;
  position: relative;
  z-index: 3;
}
.main .keyword_inner {
  width: 89.3333333333%;
  margin: 0 auto;
  border: solid 0.5333333333vw #3d3f4c;
  border-radius: 1.8666666667vw;
  background-color: #3d3f4c;
  overflow: hidden;
  filter: drop-shadow(-4px 4px 8px rgba(0, 0, 0, 0.1));
}
.main .keyword_sttl {
  width: 100%;
  height: 0;
  padding-top: 11.3432835821%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/keyword_sttl.webp) no-repeat center center/cover;
  overflow: hidden;
}

#tag-container {
  font-size: 0;
  padding: 4.4776119403% 4.4776119403% 4.4776119403% 5.9701492537%;
}
#tag-container button {
  margin: 0 1.4925373134% 1.4925373134% 0;
  padding: 0 5.3731343284%;
  border: solid 0.4vw #4d4f64;
  border-radius: 1.0666666667vw;
  background-color: #46485d;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.2666666667vw;
  color: #b8c8e0;
}
#tag-container button.selected, #tag-container button.active {
  border: solid 0.4vw #ffe850;
  background-color: #533d1b;
  color: #ffe850;
}

/********************************************************************************************************
	contents
********************************************************************************************************/
.main .contents {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -5.3333333333%;
}
.main .contents_inner {
  width: 94.6666666667%;
  margin: 0 auto;
  padding: 10.6666666667% 0;
  border-radius: 4.6666666667vw;
  background-color: #333646;
}
.main .contents_item {
  width: 88.7323943662%;
  margin: 0 auto;
  padding: 5.3521126761% 0 6.0563380282%;
  border: solid 2px #46485d;
  border-radius: 1.8666666667vw;
  background-color: #24242d;
}
.main .contents_item:not(:last-child) {
  margin-bottom: 2.8169014085%;
}
.main .contents_movie {
  position: relative;
  width: 88.8888888889%;
  height: 0;
  padding-top: 50%;
  margin: 0 auto;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.main .contents_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.main .contents_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5873015873%;
  margin: 3.1746031746% 6.0317460317% 0;
}
.main .contents_tags li {
  padding: 0 3.1746031746%;
  margin-bottom: 1.5873015873%;
  border: solid 2px #3b3c44;
  border-radius: 100vh;
  background-color: #2f2f3e;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
  color: #b8c8e0;
}
.main .contents_more {
  margin-top: -5.3333333333%;
}
.main .contents_more_btn {
  position: relative;
  width: 89.3333333333%;
  border-radius: 100vh;
  background-color: #ffe850;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.4%;
}
.main .contents_more_btn a {
  padding: 4% 0 4.8%;
  border-radius: 100vh;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.2666666667vw;
  color: #ffe850;
  text-align: center;
  background-color: #4b3a22;
}
.main .contents_more_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7.4626865672%;
  height: 0;
  padding-top: 7.4626865672%;
  transform: translateY(-50%);
  margin-right: 4.4776119403%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/contents_btn_more.webp) no-repeat 0 0/100% auto;
  transition: transform 0.3s ease-out;
}
.main .contents_more_btn a:hover {
  background-color: #ffe850;
  color: #4b3a22;
}
.main .contents_more_btn a:hover::after {
  background-position: 0 100%;
}

/********************************************************************************************************
	information
********************************************************************************************************/
.main .information {
  width: 100%;
  margin-top: 13.3333333333%;
}
.main .information_btn {
  position: relative;
  width: 89.3333333333%;
  padding-top: 32%;
  height: 0;
  margin: 0 auto;
  filter: drop-shadow(-4px 4px 8px rgba(0, 0, 0, 0.1));
}
.main .information_btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/information_btn.webp) no-repeat 0 0/100% auto;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.2s ease-out;
}
.main .information_btn a:hover {
  transform: translateY(-8px);
}

@media (width >= 1024px) {
  /********************************************************************************************************
  	wrapper
  ********************************************************************************************************/
  .wrapper {
    width: 100%;
    min-width: 1360px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/body_bg.webp) repeat center center;
  }
  /********************************************************************************************************
  	nav
  ********************************************************************************************************/
  .nav .nav_right {
    display: none;
  }
  .nav_pc {
    display: block;
    position: sticky;
    z-index: 30;
    top: 30px;
    right: 0;
    margin-right: 30px;
  }
  .nav_pc_sttl {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 100px;
    width: 52px;
    text-align: center;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #b8c8e0;
  }
  .nav_right {
    width: 52px;
    margin: 122px 0 0;
    padding: 30px 0;
    border-radius: 26px;
    background-color: #24242d;
  }
  .nav_icon {
    margin-top: 0;
    display: block;
    padding: 0;
  }
  .nav_icon li {
    padding-top: 24px;
    margin: 0 auto;
  }
  .nav_icon li:not(:last-child) {
    margin-bottom: 20px;
  }
  .nav_icon .btn-youtube {
    width: 32px;
  }
  .nav_icon .btn-x {
    width: 24px;
  }
  .nav_icon .btn-discord {
    width: 32px;
  }
  /********************************************************************************************************
  	pagetop
  ********************************************************************************************************/
  .pagetop {
    position: sticky;
    z-index: 30;
    top: 30px;
    right: 0;
    width: 100%;
  }
  .pagetop .btn-pagetop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin: 315px 30px 0 0;
  }
  .pagetop .btn-pagetop a {
    width: 52px;
    padding-top: 52px;
    border: 1px solid #4d4f64;
  }
  .pagetop .btn-pagetop a:hover {
    background-color: #b8c8e0;
  }
  /********************************************************************************************************
  	gamestart
  ********************************************************************************************************/
  .gamestart {
    display: block;
    position: sticky;
    z-index: 30;
    top: 0;
    right: 0;
  }
  .gamestart .btn-gamestart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    width: 290px;
    height: 110px;
    margin: 14px 17px 0 0;
  }
  .gamestart .btn-gamestart a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_gamestart.webp) no-repeat 0 0/100% auto;
  }
  .gamestart .btn-gamestart a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_gamestart.webp) no-repeat 0 100%/100% auto;
    transition: opacity 0.2s ease-out;
  }
  .gamestart .btn-gamestart a:hover {
    background-position: 0 0 !important;
  }
  .gamestart .btn-gamestart a:hover::before {
    opacity: 1;
  }
  .gamestart .btn-gamestart.maintenance > span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/nav_btn_gamestart.webp) no-repeat 0 50%/100% auto;
    font-size: 0;
  }
  /********************************************************************************************************
  	header
  ********************************************************************************************************/
  .wrapper .header {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 0;
    padding-top: 608px;
  }
  .wrapper .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/header_img_pc.webp) no-repeat center center;
  }
  /********************************************************************************************************
  	main
  ********************************************************************************************************/
  .wrapper .main {
    margin-top: -50px;
    padding-bottom: 120px;
  }
  /********************************************************************************************************
  	keyword
  ********************************************************************************************************/
  .main .keyword {
    width: 1100px;
    margin: 0 auto;
  }
  .main .keyword_inner {
    width: 100%;
    border: solid 3px #3d3f4c;
    border-radius: 15px;
  }
  .main .keyword_sttl {
    width: 100%;
    height: 0;
    padding-top: 57px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/keyword_sttl_pc.webp) no-repeat center center/100% auto;
  }
  #tag-container {
    font-size: 0;
    padding: 30px 80px 20px 90px;
  }
  #tag-container button {
    margin: 0 10px 10px 0;
    padding: 5px 18px 8px;
    border: solid 2px #4d4f64;
    border-radius: 8px;
    font-size: 16px;
  }
  #tag-container button.selected, #tag-container button.active {
    border: solid 2px #ffe850;
  }
  /********************************************************************************************************
  	contents
  ********************************************************************************************************/
  .main .contents {
    width: 100%;
    margin-top: -40px;
  }
  .main .contents_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px 20px;
    width: 1360px;
    padding: 80px 0;
    border-radius: 70px;
    background-color: #333646;
  }
  .main .contents_item {
    width: 540px;
    margin: 0;
    padding: 39px 0 29px;
    border: solid 2px #46485d;
    border-radius: 14px;
  }
  .main .contents_item:not(:last-child) {
    margin-bottom: 0;
  }
  .main .contents_movie {
    width: 480px;
    padding-top: 270px;
    border-radius: 8px;
  }
  .main .contents_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 14px 29px 0;
  }
  .main .contents_tags li {
    padding: 3px 19px 4px;
    margin-bottom: 0;
    border: solid 1px #3b3c44;
    font-size: 12px;
  }
  .main .contents_more {
    margin-top: -40px;
  }
  .main .contents_more_btn {
    width: 400px;
    margin: 0 auto;
    padding: 3px;
  }
  .main .contents_more_btn a {
    padding: 24px 0 27px;
    font-size: 16px;
  }
  .main .contents_more_btn a::after {
    width: 25px;
    padding-top: 25px;
    margin-right: 25px;
  }
  /********************************************************************************************************
  	information
  ********************************************************************************************************/
  .main .information {
    margin-top: 80px;
  }
  .main .information_btn {
    width: 1100px;
    padding-top: 120px;
  }
  .main .information_btn a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/next/guide_0702_pd9m/information_btn_pc.webp) no-repeat 0 0/100% auto;
  }
}

/*# sourceMappingURL=guide_250702.css.map */
