@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);
  }
}
/**
 * Swiper 6.4.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/********************************************************************************************************
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.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: #fff;
}
body.intro .wrapper::before {
  transform: translateY(0);
  animation: introSky 3s ease-in-out 0.6s forwards;
}

br.pc {
  display: none;
}

body .wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body .wrapper::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 0;
  padding-top: 100vh;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_bg_ground_sp.webp) no-repeat center top/cover;
}

div.confetti {
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-top: -24%;
}
div.confetti span {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100vh;
  overflow: hidden;
}

canvas.confetti {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 1350px;
  margin: 0 0 0 -960px;
  overflow: hidden;
  background: none;
  transition: all 3s ease 0s;
}
canvas.confetti.is_show {
  opacity: 1;
}

/********************************************************************************************************
	pagetop
********************************************************************************************************/
.pagetop {
  position: sticky;
  z-index: 30;
  top: calc(100vh - 13.3333333333%);
  right: 0;
  width: 100%;
  padding-top: 14.6666666667%;
}
.pagetop .btn-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0 2.6666666667% 0 0;
}
.pagetop .btn-pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 11.4666666667%;
  height: 0;
  padding-top: 11.4666666667%;
  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/victoriacup/btn_pagetop_sp.webp) no-repeat 0 0/100% auto;
  overflow: hidden;
}

/********************************************************************************************************
	header
********************************************************************************************************/
.header {
  position: relative;
  z-index: 25;
  width: 100%;
  height: 0;
  padding-top: 138.6666666667%;
}
.header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_title {
  display: block;
}
.header_title h1 {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 88.6666666667%;
  margin: 0 0 0 -50%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_title_sp.webp) no-repeat center center/contain;
  overflow: hidden;
  opacity: 0;
}
.header_title h1.is_show {
  transition: all 1s ease-in-out 0.8s;
  top: -24px;
  opacity: 1;
}
.header_title h1.completed {
  top: -24px;
  opacity: 1;
}
.header.is_show {
  transition: padding 3s ease-in-out;
  padding-top: 0px;
}
.header.completed {
  padding-top: 0px;
}

/********************************************************************************************************
	main
********************************************************************************************************/
.wrapper .main {
  position: relative;
  z-index: 20;
  width: 100%;
}

/********************************************************************************************************
	article
********************************************************************************************************/
.article {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}

/********************************************************************************************************
	content
********************************************************************************************************/
.content {
  padding-bottom: 4%;
}
.content_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/content_bg_sp.webp) repeat-y center top/100% auto;
}
.content_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 4%;
  margin: 0 auto -3.7333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/content_bg_b_sp.webp) no-repeat center bottom/100% auto;
}

/********************************************************************************************************
	summary
********************************************************************************************************/
.summary_ttl {
  display: none;
}
.summary_inner {
  padding-top: 58.9333333333%;
}
.summary_date {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25.0666666667%;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/summary_txt_sp.webp) no-repeat center center/contain;
  overflow: hidden;
}
.summary_text {
  display: none;
}

/********************************************************************************************************
	mission
********************************************************************************************************/
.mission {
  position: relative;
  margin-top: 0;
  padding-top: 13.3333333333%;
}
.mission_ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-top: 37.7333333333%;
  margin: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_ttl_sp.webp) no-repeat center top/contain;
}
.mission_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14.9333333333%;
  height: 0;
  padding-top: 16.4%;
  margin: -11.4666666667% 0 0 2.9333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_fire_left.webp) no-repeat center center/contain;
}
.mission_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14.9333333333%;
  height: 0;
  padding-top: 14.6666666667%;
  margin: -11.4666666667% 0 0 82.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_fire_right.webp) no-repeat center center/contain;
}
.mission_ttl h2 {
  display: none;
}
.mission_inner {
  position: relative;
  z-index: 1;
  padding: 14.6666666667% 0 2.6666666667%;
}
.mission_summary {
  position: relative;
  width: 88.8%;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  background-color: #f7f7e6;
}
.mission_summary_inner {
  padding: 13.3333333333% 0 3.2%;
}
.mission_summary_inner p {
  display: none;
}
.mission_summary_inner p:first-of-type {
  display: block;
  width: 94.5945945946%;
  height: 0;
  padding-top: 39.3393393393%;
  margin: 0 auto 2.4024024024%;
  overflow: hidden;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_summary_sp.webp) no-repeat center center/contain;
}
.mission_summary_inner .btn.btn-detail {
  width: 92.7927927928%;
  padding-top: 11.7117117117%;
  margin: 0 auto;
}
.mission_event {
  width: 88.8%;
  margin: 3.2% auto 0;
  border-radius: 8px;
  background-color: #f7f7e6;
}
.mission_event h3 {
  width: 100%;
  height: 0;
  margin-bottom: 1.8018018018%;
  padding-top: 10.6606606607%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_sttl_event_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}
.mission_event_detail {
  position: relative;
  width: 94.5945945946%;
  margin: 0 auto;
  padding: 0;
}
.mission_event_detail:not(:first-of-type) {
  border-top: solid 1px #c3c2a6;
}
.mission_event_detail_inner {
  margin: 0;
  padding: 3.8095238095% 0;
}
.mission_event_detail_inner h4 {
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}
.mission_event_detail_inner p {
  display: none;
}
.mission_event_detail_inner .btn.btn-detail-s {
  width: 98.0952380952%;
  padding-top: 12.380952381%;
  margin: 2.5396825397% auto 0;
}
.mission_event_detail.detail1 .mission_event_detail_inner h4 {
  padding-top: 38.253968254%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_sp_1.webp) no-repeat center top/contain;
}
.mission_event_detail.detail2 .mission_event_detail_inner h4 {
  padding-top: 38.253968254%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_sp_2.webp) no-repeat center top/contain;
}
.mission_event_detail.detail3 .mission_event_detail_inner h4 {
  padding-top: 36.1861861862%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_sp_3.webp) no-repeat center top/contain;
}
.mission_event_detail.detail4 .mission_event_detail_inner h4 {
  padding-top: 36.1861861862%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_sp_4.webp) no-repeat center top/contain;
}
.mission_shop {
  width: 88.8%;
  margin: 3.2% auto 0;
  padding-bottom: 3.2%;
  border-radius: 8px;
  background-color: #f7f7e6;
}
.mission_shop h3 {
  width: 100%;
  height: 0;
  padding-top: 17.2672672673%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_sttl_shop_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}
.mission_shop_summary {
  height: 0;
  padding-top: 15.6156156156%;
  margin: 3.6036036036% 0 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_shop_txt_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}
.mission_shop_item {
  height: 0;
  padding-top: 42.9429429429%;
  margin: 3.6036036036% 0 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_shop_item_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}
.mission_shop .btn.btn-detail {
  width: 92.7927927928%;
  padding-top: 11.7117117117%;
  margin: 3.6036036036% auto 0;
}

/********************************************************************************************************
	event
********************************************************************************************************/
.event {
  position: relative;
  margin-top: 3.2%;
  padding-top: 9.3333333333%;
}
.event_ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-top: 33.3333333333%;
  margin: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_ttl_sp.webp) no-repeat center top/contain;
}
.event_ttl h2 {
  display: none;
}
.event_inner {
  position: relative;
  z-index: 1;
  padding: 14.6666666667% 0 2.6666666667%;
}
.event_inner > div {
  width: 88.8%;
  margin: 0 auto;
  padding: 12% 0 3.2%;
  border-radius: 8px;
  background-color: #f7f7e6;
}
.event_detail {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.event_detail_inner h4 {
  height: 0;
  padding-top: 40.2402402402%;
  margin: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_detail_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}
.event_detail_inner p {
  display: none;
}
.event_detail_inner .btn.btn-detail-s {
  width: 92.7927927928%;
  padding-top: 11.7117117117%;
  margin: 2.4024024024% auto 0;
}

/********************************************************************************************************
	benefits
********************************************************************************************************/
.benefits {
  position: relative;
  margin-top: 3.2%;
  padding-top: 9.3333333333%;
}
.benefits_ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-top: 33.3333333333%;
  margin: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_ttl_sp.webp) no-repeat center top/contain;
}
.benefits_ttl h2 {
  display: none;
}
.benefits_inner {
  position: relative;
  z-index: 1;
  padding: 12% 0 1.0666666667%;
}
.benefits_inner > div {
  width: 88.8%;
  margin: 0 auto;
  padding: 12% 0 0;
  border-radius: 8px;
  background-color: #f7f7e6;
}
.benefits_detail {
  position: relative;
  width: 94.5945945946%;
  margin: 0 auto;
  padding: 0;
}
.benefits_detail:not(:first-of-type) {
  border-top: solid 1px #c3c2a6;
}
.benefits_detail_inner {
  margin: 0;
  padding: 3.8095238095% 0;
}
.benefits_detail_inner h4 {
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}
.benefits_detail_inner p {
  display: none;
}
.benefits_detail_inner .btn.btn-detail-s {
  width: 98.0952380952%;
  padding-top: 12.380952381%;
  margin: 2.5396825397% auto 0;
}
.benefits_detail.detail1 .benefits_detail_inner h4 {
  padding-top: 39.0476190476%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_sp_1.webp) no-repeat center top/contain;
}
.benefits_detail.detail2 .benefits_detail_inner h4 {
  padding-top: 39.0476190476%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_sp_2.webp) no-repeat center top/contain;
}
.benefits_detail.detail3 .benefits_detail_inner h4 {
  padding-top: 39.0476190476%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_sp_3.webp) no-repeat center top/contain;
}
.benefits_detail.detail4 .benefits_detail_inner h4 {
  padding-top: 39.0476190476%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_sp_4.webp) no-repeat center top/contain;
}
.benefits_detail.detail5 .benefits_detail_inner h4 {
  padding-top: 39.0476190476%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_sp_5.webp) no-repeat center top/contain;
}
.benefits_caution {
  height: 0;
  padding-top: 2.4%;
  margin-top: 1.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_caution_sp.webp) no-repeat center top/contain;
  overflow: hidden;
}

/********************************************************************************************************
	next
********************************************************************************************************/
.next {
  position: relative;
  width: 100%;
  margin-top: 5.3333333333%;
  padding-top: 12%;
  background-color: #ffd54d;
}
.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_bg_sp_t.webp) no-repeat center top/100% auto;
}
.next::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 93.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_bg_sp_b.webp) no-repeat center bottom/100% auto;
}
.next_ttl {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-top: 28.5333333333%;
  margin: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_ttl_sp.webp) no-repeat center center/contain;
}
.next_ttl h2 {
  display: none;
}
.next_inner {
  position: relative;
  z-index: 2;
  padding: 0 0 16%;
  margin: 3.2% auto 0;
}
.next_list ul li {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58.6666666667%;
  margin-bottom: 0;
}
.next_list ul li:not(:first-of-type) {
  margin-top: 3.2%;
}
.next_list ul li:nth-of-type(1) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_sp_1.webp) no-repeat center center/contain;
}
.next_list ul li:nth-of-type(2) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_sp_2.webp) no-repeat center center/contain;
}
.next_list ul li:nth-of-type(3) {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_sp_3.webp) no-repeat center center/contain;
}
.next_list ul li h3, .next_list ul li p {
  display: none;
}
.next.is_show .next_ttl {
  opacity: 1;
}

/********************************************************************************************************
	btn
********************************************************************************************************/
.btn.btn-detail {
  position: relative;
  display: block;
  width: 82.4%;
  height: 0;
  padding-top: 10.4%;
}
.btn.btn-detail a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_sp.webp) no-repeat center top/contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.btn.btn-detail a:hover {
  opacity: 0.8;
}
.btn.btn-detail-s {
  position: relative;
  display: block;
  width: 82.4%;
  height: 0;
  padding-top: 10.4%;
}
.btn.btn-detail-s a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_sp.webp) no-repeat center top/contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.btn.btn-detail-s a:hover {
  opacity: 0.7;
}
.btn.btn-next {
  position: relative;
  display: block;
  width: 82.4%;
  height: 0;
  padding-top: 12.8%;
  margin: 3.2% auto 0;
}
.btn.btn-next a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_next_sp.webp) no-repeat center top/contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

@media (width >= 1024px) {
  body {
    background: #fff;
    overflow: visible;
  }
  body.intro .wrapper.is_show::before {
    transform: translateY(0);
    animation: introSky 3.4s ease-in-out 1.4s 1 normal forwards;
  }
  br.pc {
    display: inline;
  }
  body .wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 1286px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_bg_ground_base.webp) repeat fixed;
  }
  body .wrapper::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 0;
    padding-top: 2000px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_bg_sky.webp) repeat center top/1920px auto;
    transform: translateY(0);
  }
  body .wrapper.completed::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 0;
    padding-top: 2000px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_bg_sky.webp) repeat center top/1920px auto;
    transform: translateY(-1300px);
  }
  body .wrapper footer {
    z-index: 100;
  }
  @keyframes introSky {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1300px);
    }
  }
  div.confetti {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  div.confetti span {
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow: visible;
  }
  canvas.confetti {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1350px;
    margin: 0;
    overflow: hidden;
    background: none;
    transition: all 3s ease 0s;
  }
  canvas.confetti.is_show {
    opacity: 1;
  }
  /********************************************************************************************************
  	pagetop
  ********************************************************************************************************/
  .pagetop {
    position: sticky;
    z-index: 30;
    top: calc(100vh - 90px);
    right: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
  }
  .pagetop .btn-pagetop {
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    margin: 0 -650px 0 0;
  }
  .pagetop .btn-pagetop a {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 72px;
    height: 0;
    padding-top: 73px;
    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/victoriacup/btn_pagetop_pc.webp) no-repeat 0 0/100% auto;
    overflow: hidden;
  }
  .pagetop .btn-pagetop a:hover span {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_pagetop_pc.webp) no-repeat 0 -73px/100% auto;
  }
  /*******************************************************************************************************
  	header
  ********************************************************************************************************/
  .header {
    position: relative;
    z-index: 25;
    width: 100%;
    height: 0;
    padding-top: 1040px;
  }
  .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header_title {
    display: block;
  }
  .header_title h1 {
    position: absolute;
    top: -64px;
    left: 50%;
    display: block;
    width: 777px;
    height: 0;
    padding-top: 629px;
    margin: 0 0 0 -391px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_title.webp) no-repeat;
    overflow: hidden;
    opacity: 0;
  }
  .header_title h1.is_show {
    transition: all 1.2s ease-in-out 0.2s;
    top: -64px;
    opacity: 1;
  }
  .header_title h1.completed {
    top: -64px;
    opacity: 1;
  }
  .header.is_show {
    transition: padding 2.8s ease-in-out 1.4s;
    padding-top: 0px;
  }
  .header.completed {
    padding-top: 0px;
  }
  /********************************************************************************************************
  	main
  ********************************************************************************************************/
  .wrapper .main {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
    /*
    &::before{
    	content:"";
    	position:absolute;
    	top:206px;
    	left:50%;
    	z-index:1;
    	width:223px;
    	height:182px;
    	margin-left:-550px;
    	background:url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_img_plane_green.gif) no-repeat;
    }
    &::after{
    	content:"";
    	position:absolute;
    	top:211px;
    	left:50%;
    	z-index:2;
    	width:251px;
    	height:181px;
    	margin-left:330px;
    	background:url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_img_plane_purple.gif) no-repeat;
    }
    	*/
  }
  .wrapper .main::before {
    content: "";
    position: absolute;
    top: -125px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 1330px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/main_bg_ground.webp) repeat center top/1920px auto;
  }
  .wrapper .main.completed {
    /*
    &::before{
    	position:fixed;
    	top:330px;
    }
    &::after{
    	position:fixed;
    	top:337px;
    }
    */
  }
  .wrapper .main.completed::before {
    position: fixed;
    top: 0;
  }
  /********************************************************************************************************
  	article
  ********************************************************************************************************/
  .article {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 400px;
  }
  /********************************************************************************************************
  	content
  ********************************************************************************************************/
  .content {
    padding-bottom: 28px;
  }
  .content_inner {
    position: relative;
    width: 1226px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/content_bg.webp) repeat-y center top;
  }
  .content_inner::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    display: block;
    width: 1226px;
    height: 28px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/content_bg_b.webp) no-repeat center bottom;
  }
  /********************************************************************************************************
  	summary
  ********************************************************************************************************/
  .summary_ttl {
    display: none;
  }
  .summary_inner {
    padding-top: 42px;
  }
  .summary_date {
    position: relative;
    width: 905px;
    height: 0;
    padding-top: 160px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/summary_txt.webp) no-repeat;
    overflow: hidden;
  }
  .summary_text {
    display: none;
  }
  /********************************************************************************************************
  	mission
  ********************************************************************************************************/
  .mission {
    position: relative;
    margin-top: -32px;
    padding-top: 113px;
  }
  .mission_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 1286px;
    height: 0;
    padding-top: 179px;
    margin: 0 0 0 -643px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_ttl.webp) no-repeat center top;
  }
  .mission_ttl::before {
    content: "";
    position: absolute;
    top: -98px;
    left: 83px;
    width: 128px;
    padding-top: 138px;
    margin: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_fire_left.webp) no-repeat center center;
  }
  .mission_ttl::after {
    content: "";
    position: absolute;
    top: -98px;
    left: 1078px;
    width: 130px;
    padding-top: 122px;
    margin: 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_fire_right.webp) no-repeat center center;
  }
  .mission_ttl h2 {
    display: none;
  }
  .mission_inner {
    position: relative;
    z-index: 1;
    padding: 30px 0 26px;
  }
  .mission_summary {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 57px 0 40px;
    border-radius: 8px;
    background-color: #f7f7e6;
  }
  .mission_summary::before {
    content: "";
    display: block;
    width: 264px;
    height: 198px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_summary_img.webp) no-repeat center top;
  }
  .mission_summary::after {
    content: "";
    display: block;
    width: 170px;
    height: 215px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_summary_item.webp) no-repeat center top;
  }
  .mission_summary_inner {
    width: 486px;
    padding: 0;
  }
  .mission_summary_inner p {
    display: none;
  }
  .mission_summary_inner p:first-of-type {
    display: block;
    width: 436px;
    height: 0;
    padding-top: 114px;
    margin: 0 0 16px 25px;
    overflow: hidden;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_summary_txt.webp) no-repeat;
  }
  .mission_summary_inner .btn.btn-detail {
    width: 168px;
    padding-top: 48px;
    margin: 0 0 0 175px;
  }
  .mission_event {
    width: 1000px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    border-radius: 8px;
    background-color: #f7f7e6;
  }
  .mission_event h3 {
    width: 100%;
    height: 0;
    padding-top: 61px;
    margin: 0 0 20px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_sttl_event.webp) no-repeat center top;
    overflow: hidden;
  }
  .mission_event_detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .mission_event_detail:not(:first-of-type) {
    border-top: solid 1px #c3c2a6;
  }
  .mission_event_detail::before {
    content: "";
    display: block;
    width: 236px;
    height: 0;
    padding-top: 177px;
  }
  .mission_event_detail::after {
    content: "";
    display: block;
    height: 0;
  }
  .mission_event_detail_inner {
    padding: 0;
  }
  .mission_event_detail_inner h4 {
    height: 0;
    padding-top: 114px !important;
    margin: 0 0 16px;
    overflow: hidden;
  }
  .mission_event_detail_inner p {
    display: none;
  }
  .mission_event_detail_inner .btn.btn-detail-s {
    width: 136px;
    padding-top: 40px;
    margin: 0 0 0 172px;
  }
  .mission_event_detail.detail1 {
    padding: 0 0 20px;
  }
  .mission_event_detail.detail1::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_img_1.webp) no-repeat left top;
  }
  .mission_event_detail.detail1::after {
    width: 230px;
    padding-top: 190px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_deco_1.webp) no-repeat left top;
  }
  .mission_event_detail.detail1 .mission_event_detail_inner {
    width: 454px;
  }
  .mission_event_detail.detail1 .mission_event_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_txt_1.webp) no-repeat left top;
  }
  .mission_event_detail.detail2::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_img_2.webp) no-repeat left top;
  }
  .mission_event_detail.detail2::after {
    width: 192px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_deco_2.webp) no-repeat left top;
  }
  .mission_event_detail.detail2 .mission_event_detail_inner {
    width: 492px;
  }
  .mission_event_detail.detail2 .mission_event_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_txt_2.webp) no-repeat left top;
  }
  .mission_event_detail.detail3::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_img_3.webp) no-repeat left top;
  }
  .mission_event_detail.detail3::after {
    width: 204px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_deco_3.webp) no-repeat left top;
  }
  .mission_event_detail.detail3 .mission_event_detail_inner {
    width: 480px;
  }
  .mission_event_detail.detail3 .mission_event_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_txt_3.webp) no-repeat left top;
  }
  .mission_event_detail.detail4::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_img_4.webp) no-repeat left top;
  }
  .mission_event_detail.detail4::after {
    width: 210px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_deco_4.webp) no-repeat left top;
  }
  .mission_event_detail.detail4 .mission_event_detail_inner {
    width: 474px;
  }
  .mission_event_detail.detail4 .mission_event_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_event_detail_txt_4.webp) no-repeat left top;
  }
  .mission_shop {
    width: 1000px;
    margin: 20px auto 0;
    padding-bottom: 40px;
    border-radius: 8px;
    background-color: #f7f7e6;
  }
  .mission_shop h3 {
    width: 100%;
    height: 0;
    padding-top: 61px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_sttl_shop.webp) no-repeat center top;
    overflow: hidden;
  }
  .mission_shop_summary {
    height: 0;
    padding-top: 56px;
    margin: 20px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_shop_txt.webp) no-repeat center top;
    overflow: hidden;
  }
  .mission_shop_item {
    height: 0;
    padding-top: 276px;
    margin: 30px 0 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/mission_shop_item.webp) no-repeat center top;
    overflow: hidden;
  }
  .mission_shop .btn.btn-detail {
    width: 168px;
    padding-top: 48px;
    margin: 15px auto 0;
  }
  /********************************************************************************************************
  	event
  ********************************************************************************************************/
  .event {
    position: relative;
    padding-top: 80px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
  }
  .event.is_show {
    opacity: 1;
    transform: translateY(0px);
  }
  .event_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 1286px;
    height: 0;
    padding-top: 179px;
    margin: 0 0 0 -643px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_ttl.webp) no-repeat center top;
  }
  .event_ttl h2 {
    display: none;
  }
  .event_inner {
    position: relative;
    z-index: 1;
    padding: 30px 0 26px;
  }
  .event_inner > div {
    width: 1000px;
    margin: 0 auto;
    padding: 56px 0 40px;
    border-radius: 8px;
    background-color: #f7f7e6;
  }
  .event_detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .event_detail::before {
    content: "";
    display: block;
    width: 236px;
    height: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_img.webp) no-repeat;
  }
  .event_detail::after {
    content: "";
    display: block;
    width: 170px;
    height: 194px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_item.webp) no-repeat center top;
  }
  .event_detail_inner {
    width: 512px;
    padding: 0;
  }
  .event_detail_inner h4 {
    height: 0;
    padding-top: 114px;
    margin: 0 0 16px 30px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/event_txt.webp) no-repeat;
    overflow: hidden;
  }
  .event_detail_inner p {
    display: none;
  }
  .event_detail_inner .btn.btn-detail-s {
    width: 136px;
    padding-top: 40px;
    margin: 0 0 0 189px;
  }
  /********************************************************************************************************
  	benefits
  ********************************************************************************************************/
  .benefits {
    position: relative;
    padding-top: 80px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
  }
  .benefits.is_show {
    opacity: 1;
    transform: translateY(0px);
  }
  .benefits_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 1286px;
    height: 0;
    padding-top: 146px;
    margin: 0 0 0 -643px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_ttl.webp) no-repeat center top;
  }
  .benefits_ttl h2 {
    display: none;
  }
  .benefits_inner {
    position: relative;
    z-index: 1;
    padding: 30px 0 5px;
  }
  .benefits_inner > div {
    width: 1000px;
    margin: 0 auto;
    padding: 36px 0 20px;
    border-radius: 8px;
    background-color: #f7f7e6;
  }
  .benefits_detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .benefits_detail:not(:first-of-type) {
    border-top: solid 1px #c3c2a6;
  }
  .benefits_detail::before {
    content: "";
    display: block;
    width: 236px;
    height: 177px;
  }
  .benefits_detail::after {
    content: "";
    display: block;
    height: 0;
  }
  .benefits_detail_inner {
    width: 662px;
    padding: 0;
  }
  .benefits_detail_inner h4 {
    height: 0;
    padding-top: 114px !important;
    margin: 0 0 16px;
    overflow: hidden;
  }
  .benefits_detail_inner .btn.btn-detail-s {
    width: 136px;
    padding-top: 40px;
    margin: 0 0 0 175px;
  }
  .benefits_detail.detail1 {
    padding: 0 0 20px;
  }
  .benefits_detail.detail1::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_img_1.webp) no-repeat left top;
  }
  .benefits_detail.detail1::after {
    width: 230px;
    padding-top: 190px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_deco_1.webp) no-repeat center top;
  }
  .benefits_detail.detail1 .benefits_detail_inner {
    width: 454px;
  }
  .benefits_detail.detail1 .benefits_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_txt_1.webp) no-repeat left top;
  }
  .benefits_detail.detail2::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_img_2.webp) no-repeat left top;
  }
  .benefits_detail.detail2::after {
    width: 198px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_deco_2.webp) no-repeat center top;
  }
  .benefits_detail.detail2 .benefits_detail_inner {
    width: 486px;
  }
  .benefits_detail.detail2 .benefits_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_txt_2.webp) no-repeat left top;
  }
  .benefits_detail.detail3::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_img_3.webp) no-repeat left top;
  }
  .benefits_detail.detail3::after {
    width: 231px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_deco_3.webp) no-repeat center top;
  }
  .benefits_detail.detail3 .benefits_detail_inner {
    width: 453px;
  }
  .benefits_detail.detail3 .benefits_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_txt_3.webp) no-repeat left top;
  }
  .benefits_detail.detail4::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_img_4.webp) no-repeat left top;
  }
  .benefits_detail.detail4::after {
    width: 236px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_deco_4.webp) no-repeat center top;
  }
  .benefits_detail.detail4 .benefits_detail_inner {
    width: 448px;
  }
  .benefits_detail.detail4 .benefits_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_txt_4.webp) no-repeat left top;
  }
  .benefits_detail.detail5::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_img_5.webp) no-repeat left top;
  }
  .benefits_detail.detail5::after {
    width: 236px;
    padding-top: 177px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_deco_5.webp) no-repeat left top;
  }
  .benefits_detail.detail5 .benefits_detail_inner {
    width: 448px;
  }
  .benefits_detail.detail5 .benefits_detail_inner h4 {
    margin-left: 28px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_detail_txt_5.webp) no-repeat left top;
  }
  .benefits_caution {
    height: 0;
    padding-top: 14px;
    margin-top: 10px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/benefits_caution.webp) no-repeat center top;
    overflow: hidden;
  }
  /********************************************************************************************************
  	next
  ********************************************************************************************************/
  .next {
    position: relative;
    width: 100%;
    height: 694px;
    margin-top: 40px;
    padding-top: 92px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_bg.webp) repeat-x center top;
  }
  .next::before, .next::after {
    display: none;
  }
  .next.is_show {
    opacity: 1;
    transform: translateY(0px);
  }
  .next_ttl {
    width: 836px;
    height: 0;
    padding-top: 132px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_ttl.webp) no-repeat center center;
  }
  .next_ttl h2 {
    display: none;
  }
  .next_inner {
    background: none;
    max-width: 1200px;
    padding: 0 0 80px;
    margin: 0 auto;
  }
  .next_list ul {
    display: flex;
    justify-content: center;
    gap: 18px;
  }
  .next_list ul li {
    position: relative;
    width: min(388px, 32.3333333333%);
    height: 0;
    padding-top: 270px;
    margin-bottom: 0;
  }
  .next_list ul li:not(:first-of-type) {
    margin-top: 0;
  }
  .next_list ul li:nth-of-type(1) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_1.webp) no-repeat center center/contain;
  }
  .next_list ul li:nth-of-type(2) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_2.webp) no-repeat center center/contain;
  }
  .next_list ul li:nth-of-type(3) {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/next_detail_3.webp) no-repeat center center/contain;
  }
  .next_list ul li h3, .next_list ul li p {
    display: none;
  }
  .next.is_show .event_ttl {
    opacity: 1;
  }
  /********************************************************************************************************
  	btn
  ********************************************************************************************************/
  .btn.btn-detail {
    position: relative;
    display: block;
    width: 168px;
    height: 0;
    padding-top: 48px;
  }
  .btn.btn-detail a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_pc.webp) no-repeat left top;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .btn.btn-detail a:hover {
    opacity: 0.8;
  }
  .btn.btn-detail-s {
    position: relative;
    display: block;
    width: 136px;
    height: 0;
    padding-top: 40px;
  }
  .btn.btn-detail-s a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_s_pc.webp) no-repeat left top;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .btn.btn-detail-s a:hover {
    opacity: 0.7;
  }
  .btn.btn-next {
    position: relative;
    display: block;
    width: 302px;
    height: 0;
    padding-top: 86px;
    margin: 30px auto 0;
  }
  .btn.btn-next a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_next.webp) no-repeat center top;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
  .btn.btn-next a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/victoriacup/btn_detail_next.webp) no-repeat center bottom;
  }
  .btn.btn-next a:hover::before {
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
