@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: 470px;
    padding: 40px;
    background: #f1e0c6;
  }
  [class^=create-] div ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #665030;
  }
  [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 p {
    font-size: 14px;
    color: #665030;
  }
  [class^=create-] div .close {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    margin-bottom: -60px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  [class^=create-] div .close:hover {
    transform: translateX(-50%) 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: bold;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
  }
}
/********************************************************************************************************
GNB
********************************************************************************************************/
#gnb-container {
  display: none;
}

/********************************************************************************************************
 common
********************************************************************************************************/
body {
  font-size: 3.7333333333vw;
}
body .wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}

/********************************************************************************************************
　header
********************************************************************************************************/
header nav {
  display: none;
}

/********************************************************************************************************
　main
********************************************************************************************************/
main {
  width: 100%;
  position: relative;
  z-index: 5;
}

/********************************************************************************************************
 footer
********************************************************************************************************/
footer {
  position: relative;
  z-index: 20;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: 2.1333333333vw;
  height: auto;
  padding-bottom: 17.3333333333%;
  line-height: 1;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/nexon.png) no-repeat 0 0/contain;
  width: 5.6%;
  height: 0;
  padding-top: 5.3333333333%;
  margin-bottom: 6%;
}
footer a {
  text-decoration: underline;
}
footer .footer-menu {
  width: 92%;
  justify-content: space-between;
  padding-top: 5.8666666667%;
}
footer .footer-menu li {
  width: 48.6956521739%;
  height: 0;
  padding: 8.6956521739% 0 0 0;
  margin: 0;
}
footer .footer-menu li:hover {
  transform: translateY(0);
  box-shadow: none;
}
footer .footer-menu li::after {
  content: normal;
}
footer .footer-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry_sp.png) no-repeat 0 0/100% auto;
}
footer .footer-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official_sp.png) no-repeat 0 0/100% auto;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 85.3333333333%;
  margin: 0 auto;
  padding-top: 5.8666666667%;
}
footer ul li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding-right: 0.6em;
}
footer ul li::after {
  content: "|";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer ul li:last-child::after {
  content: normal;
}
footer p {
  margin-top: 4.5333333333%;
}
footer p a {
  color: #0aa0d2;
}

/********************************************************************************************************
 modal
********************************************************************************************************/
.modal {
  display: block;
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.modal > div {
  opacity: 0;
  margin: 0 auto;
  pointer-events: auto;
}
.modal > div .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal .modal-youtube {
  position: relative;
  margin: 0 auto;
  width: 92%;
  height: 0;
  padding-top: 51.7333333333%;
}
.modal .modal-youtube .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .btn-close {
  position: relative;
  top: 0;
  cursor: pointer;
  width: 29.3333333333%;
  height: 0;
  padding-top: 8.5333333333%;
  margin: 4% auto 0;
}
.modal .btn-close span {
  display: none;
}
.modal.open {
  transform: translateY(0);
}
.modal.open .open,
.modal.open .btn-close {
  display: block;
  opacity: 1;
}
.modal.close {
  transform: translateY(0);
}
.modal.close .open,
.modal.close .btn-close {
  display: block;
  opacity: 0;
}
.modal.animation .open,
.modal.animation .btn-close {
  transition: opacity 0.3s ease 0s;
}

.shadow {
  position: fixed;
  z-index: 80;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  opacity: 0;
  transform: translateY(-150%);
}

.animation + .shadow {
  transition: opacity 0.3s ease 0s;
}

.open + .shadow {
  transform: translateY(0);
  opacity: 1;
}

.close + .shadow {
  transform: translateY(0);
  opacity: 0;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  GNB
  ********************************************************************************************************/
  #gnb-container {
    position: relative;
    z-index: 1000;
    min-width: auto;
    display: block;
  }
  #gnb-container #gnb2 {
    min-width: auto;
  }
  /********************************************************************************************************
   common
  ********************************************************************************************************/
  body {
    font-size: 14px;
  }
  body .wrapper {
    min-width: auto;
  }
  /********************************************************************************************************
  　header
  ********************************************************************************************************/
  header nav {
    display: block;
  }
  /********************************************************************************************************
   footer
  ********************************************************************************************************/
  footer {
    font-size: 12px;
    height: 260px;
    padding-bottom: 0;
  }
  footer::after {
    width: 42px;
    height: 40px;
    padding-top: 0;
    margin-bottom: 18px;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer .footer-menu {
    justify-content: center;
    padding-top: 40px;
  }
  footer .footer-menu li {
    width: 250px;
    height: 46px;
    padding: 0;
    margin: 0 10px;
    transition: transform 0.2s ease-out;
  }
  footer .footer-menu li:hover {
    transform: translateY(-4px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  footer .footer-menu li:last-child {
    margin: 0 10px;
  }
  footer .footer-menu .btn-registry a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_registry.png) no-repeat 0 0;
  }
  footer .footer-menu .btn-official a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_campaign_official.png) no-repeat 0 0;
  }
  footer ul {
    width: 100%;
    padding-top: 16px;
  }
  footer p {
    margin-top: 14px;
  }
  /********************************************************************************************************
   modal
  ********************************************************************************************************/
  .modal .modal-youtube {
    margin: 100px auto 0;
    width: 960px;
    height: 540px;
    padding-top: 0;
  }
  .modal .btn-close {
    width: 110px;
    height: 32px;
    padding-top: 0;
    margin: 30px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2017/sub/btn_modal_close.png) no-repeat 0 0;
  }
  .modal .btn-close:hover {
    background-position: 0 100%;
  }
}
.wrapper.index {
  position: relative;
  z-index: 10;
}
.wrapper.index.animation ~ .bg::after {
  transition: all 1.6s ease-in;
}
.wrapper.index.open ~ .bg::after {
  opacity: 0;
}

/********************************************************************************************************
　背景
********************************************************************************************************/
.bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bg::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/newage/teaser_1117_dmep/bg_body.webp) no-repeat 50% 0/1920px 1300px;
}
.bg div[class^=bg] {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 3s ease;
}
.bg div[class^=bg].active {
  opacity: 1;
}
.bg .bg01 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_01.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg02 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_02.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg03 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_03.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg04 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_04.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg05 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_05.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg06 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_06.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg07 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_07.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg08 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_08.webp) no-repeat 50% 0/1920px 1300px;
}
.bg .bg09 {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_09.webp) no-repeat 50% 0/1920px 1300px;
}
.bg canvas {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/********************************************************************************************************
　menu
********************************************************************************************************/
.wrapper.index .menu {
  position: sticky;
  z-index: 50;
  top: 0;
  left: 0;
  width: 240px;
  transition: all 0.5s ease;
  transform: translateX(-300px);
}
.wrapper.index .menu .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #2e384c;
}
.wrapper.index .menu .inner nav ul {
  position: relative;
}
.wrapper.index .menu .inner nav ul li {
  width: 100%;
  height: 80px;
  background: #38319e;
  border-bottom: solid 1px #5024a9;
  box-sizing: content-box;
  transition: all 0.2s ease;
}
.wrapper.index .menu .inner nav ul li:hover, .wrapper.index .menu .inner nav ul li.active {
  background: #6819ad;
}
.wrapper.index .menu .inner nav ul li.btn-totop {
  height: 134px;
}
.wrapper.index .menu .inner nav ul li.btn-totop a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/btn_menu_top.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner nav ul li.btn-content01 a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/btn_menu_01.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner nav ul li.btn-content02 a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/btn_menu_02.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner nav ul li.btn-content03 a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/btn_menu_03.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner .official-menu {
  background: #2e384c;
}
.wrapper.index .menu .inner .official-menu .gamestart {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 5px;
  margin-bottom: 20px;
}
.wrapper.index .menu .inner .official-menu .gamestart::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/btn_fn_login_02.png) no-repeat 0 0/100% auto;
  pointer-events: none;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart {
  position: relative;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/overlay_03.png) no-repeat 0 0/100% auto;
  pointer-events: none;
  transition: all 0.3s ease;
  mix-blend-mode: overlay;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart::after {
  content: "";
  position: absolute;
  z-index: 15;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/overlay_04.png) no-repeat 0 0/100% auto;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  margin-top: 10px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/overlay_01.png) no-repeat 0 0/100% auto;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  margin-top: 10px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/overlay_02.png) no-repeat 0 0/100% auto;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p a {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p a::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/overlay_05.png) no-repeat 0 0/100% auto;
  mix-blend-mode: overlay;
  transition: all 0.3s ease;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart p a::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 400%;
  height: 400%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(at 0% 0%, rgb(247, 204, 8) 38%, rgba(247, 204, 8, 0) 52%), radial-gradient(at 100% 0%, rgb(251, 149, 0) 40%, rgba(251, 149, 0, 0) 52%), radial-gradient(at 100% 100%, rgb(49, 221, 72) 40%, rgba(49, 221, 72, 0) 52%), radial-gradient(at 0% 100%, rgb(41, 207, 195) 44%, rgba(41, 207, 195, 0) 52%), rgb(247, 204, 8);
  animation: login-button 30s linear infinite;
  transform-origin: 50% 50%;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart:hover::before, .wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart:hover::after, .wrapper.index .menu .inner .official-menu .gamestart .btn-gamestart:hover a::before {
  transform: translate(-50%, -50%) scale(0.95);
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-download {
  position: absolute;
  z-index: 20;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 30px;
}
.wrapper.index .menu .inner .official-menu .gamestart .btn-download a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/btn_download.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner .official-menu .gamestart .maintenance {
  position: relative;
  z-index: 50;
  width: 230px;
  height: 230px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/temporary/bg_maintenance_01.png) no-repeat 0 -2px/100% auto;
  margin-top: 10px;
}
.wrapper.index .menu .inner .official-menu .gamestart .maintenance span {
  display: none;
}
.wrapper.index .menu .inner .official-menu .btn-registry {
  width: 100%;
  height: 46px;
  border-top: solid 1px #424d65;
  box-sizing: content-box;
}
.wrapper.index .menu .inner .official-menu .btn-registry a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1129_endl/btn_menu_registry.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner .official-menu .btn-official {
  width: 100%;
  height: 46px;
  border-top: solid 1px #424d65;
  box-sizing: content-box;
}
.wrapper.index .menu .inner .official-menu .btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1129_endl/btn_menu_official.png) no-repeat 0 0/100% auto;
}
.wrapper.index .menu .inner .btn-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  margin-right: -44px;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1129_endl/btn_arrow.png) no-repeat 0 0/100% auto;
  cursor: pointer;
}
.wrapper.index.animation .menu {
  transition: transform 0.6s ease-out 3.4s;
}
.wrapper.index.open .menu {
  transform: translateX(0);
}
.wrapper.index.open .menu.close {
  transform: translateX(-240px);
}
.wrapper.index.open .menu.close .btn-arrow {
  transform: scaleX(-1);
}
.wrapper.index.open .menu.hidden {
  transform: translateX(-300px);
}

@keyframes login-button {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: translate(-50%, -50%) rotateZ(72deg);
    transform-origin: 60% 60%;
  }
  20% {
    transform: translate(-50%, -50%) rotateZ(144deg);
    transform-origin: 60% 40%;
  }
  30% {
    transform: translate(-50%, -50%) rotateZ(216deg);
    transform-origin: 40% 60%;
  }
  40% {
    transform: translate(-50%, -50%) rotateZ(288deg);
    transform-origin: 40% 40%;
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(360deg);
    transform-origin: 50% 50%;
  }
  60% {
    transform: translate(-50%, -50%) rotateZ(288deg);
    transform-origin: 60% 60%;
  }
  70% {
    transform: translate(-50%, -50%) rotateZ(216deg);
    transform-origin: 60% 40%;
  }
  80% {
    transform: translate(-50%, -50%) rotateZ(144deg);
    transform-origin: 40% 60%;
  }
  90% {
    transform: translate(-50%, -50%) rotateZ(72deg);
    transform-origin: 40% 40%;
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(0deg);
    transform-origin: 50% 50%;
  }
}
/********************************************************************************************************
　header
********************************************************************************************************/
.wrapper.index header {
  position: relative;
  padding-top: 50.6666666667%;
}
.wrapper.index header span {
  display: none;
}
.wrapper.index header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.wrapper.index header h1::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 0;
  padding-top: 31.2%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/ttl_sp.png) no-repeat 0 0/100% auto;
  opacity: 0;
  transform-origin: 50% 35%;
}
.wrapper.index header h1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 17.3333333333%;
  width: 100%;
  height: 0;
  padding-top: 31.2%;
  opacity: 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/ttl_light_sp.png) no-repeat 0 0/100% auto;
}
.wrapper.index header p {
  width: 100%;
  height: 0;
  padding-top: 25.6%;
  margin: 0 auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/txt_catchcopy_sp.png) no-repeat 0 0/100% auto;
  opacity: 0;
}
.wrapper.index header .sns {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 2.6666666667% 2.6666666667% 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  pointer-events: none;
  opacity: 0;
}
.wrapper.index header .sns li {
  box-sizing: content-box;
  width: 5.8666666667%;
  height: 0;
  padding-top: 5.8666666667%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  pointer-events: all;
  margin-left: -1px;
}
.wrapper.index header .sns li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.wrapper.index header .sns li.btn-official a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/btn_official.png) no-repeat 0 0/100% auto;
}
.wrapper.index header .sns li.btn-youtube a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/btn_youtube.png) no-repeat 0 0/100% auto;
}
.wrapper.index header .sns li.btn-x a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/btn_x.png) no-repeat 0 0/100% auto;
}
.wrapper.index.animation header h1::before {
  transition: all 1.2s ease-in-out 0.4s;
}
.wrapper.index.animation header h1::after {
  transition: all 1s ease-out 3.4s;
}
.wrapper.index.animation header p,
.wrapper.index.animation header .sns {
  transition: all 1s ease-out 3.4s;
}
.wrapper.index.open header h1::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.wrapper.index.open header h1::after {
  opacity: 1;
}
.wrapper.index.open header.animation h1::before {
  transition: all 1.5s ease 0.4s;
}
.wrapper.index.open header.open h1::before {
  top: 0;
  transform: translate(-50%, 0) scale(1);
  margin-top: 17.3333333333%;
}
.wrapper.index.open header p,
.wrapper.index.open header .sns {
  opacity: 1;
}

/********************************************************************************************************
　main
********************************************************************************************************/
.wrapper.index main {
  opacity: 0;
}
.wrapper.index main .movie {
  position: relative;
  padding-top: 5.3333333333%;
  padding-bottom: 8%;
}
.wrapper.index main .movie .youtube-area {
  position: relative;
  width: 94.6666666667%;
  height: 0;
  padding-top: 58.6666666667%;
  margin: 0 auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_movie_sp.png) no-repeat 0 0/100% auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.wrapper.index main .movie .youtube-area .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 98.3098591549%;
  height: 0;
  padding-top: 54.9295774648%;
  overflow: hidden;
  margin: 0.8450704225% 0 0 0.8450704225%;
}
.wrapper.index main .movie .youtube-area .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.wrapper.index main .movie .youtube-area .inner iframe:nth-of-type(2) {
  margin-left: 100%;
}
.wrapper.index main .movie .youtube-area .dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.6%;
}
.wrapper.index main .movie .youtube-area .dot span {
  width: 3.2%;
  height: 0;
  padding-top: 3.2%;
  margin: 0 1.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/movie_dot_01.png) no-repeat 0 0/100% auto;
  cursor: pointer;
}
.wrapper.index main .movie .youtube-area .dot span.active {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/movie_dot_02.png) no-repeat 0 0/100% auto;
}
.wrapper.index main .content01 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 275.4666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_01_sp.png) no-repeat 0 0/100% auto;
}
.wrapper.index main .content01 h2, .wrapper.index main .content01 p, .wrapper.index main .content01 span {
  display: none;
}
.wrapper.index main .content01 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 87.7333333333%;
  height: 0;
  padding-top: 48.6666666667%;
  margin-left: 6.1333333333%;
}
.wrapper.index main .content01 li:nth-of-type(1) {
  margin-top: 88.2666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_01.gif) no-repeat 0 0/100% auto;
}
.wrapper.index main .content01 li:nth-of-type(2) {
  margin-top: 200%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_02.gif) no-repeat 0 0/100% auto;
}
.wrapper.index main .content02 {
  margin-top: 10.6666666667%;
}
.wrapper.index main .content02 h2 {
  width: 100%;
  height: 0;
  padding-top: 45.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_02_01_sp.png) no-repeat 0 0/100% auto;
}
.wrapper.index main .content02 h2 span,
.wrapper.index main .content02 h2 + p {
  display: none;
}
.wrapper.index main .content02 .youtube-area {
  position: relative;
  width: 94.6666666667%;
  height: 0;
  padding-top: 53.8666666667%;
  margin: 2.6666666667% auto 0;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bg_movie_sp.png) no-repeat 0 0/100% auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.wrapper.index main .content02 .youtube-area .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 98.3098591549%;
  height: 0;
  padding-top: 54.9295774648%;
  overflow: hidden;
  margin: 0.8450704225% 0 0 0.8450704225%;
}
.wrapper.index main .content02 .youtube-area .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.wrapper.index main .content02 .animation-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 141.3333333333%;
  margin-top: 6.6666666667%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_02_02_sp.png) no-repeat 0 0/100% auto;
}
.wrapper.index main .content02 .animation-area h3, .wrapper.index main .content02 .animation-area span {
  display: none;
}
.wrapper.index main .content02 .animation-area p:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 0;
  padding-top: 51.6%;
  margin-top: 18.6666666667%;
  margin-left: 4.1333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_03.gif) no-repeat 0 0/100% auto;
}
.wrapper.index main .content02 .animation-area li {
  position: absolute;
  top: 0;
  left: 0;
  width: 44.1333333333%;
  height: 0;
  padding-top: 24.2666666667%;
  margin-top: 106.5333333333%;
}
.wrapper.index main .content02 .animation-area li:nth-of-type(1) {
  margin-left: 4%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_04.gif) no-repeat 0 0/100% auto;
}
.wrapper.index main .content02 .animation-area li:nth-of-type(2) {
  margin-left: 51.7333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_05.gif) no-repeat 0 0/100% auto;
}
.wrapper.index main .content03 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 177.0666666667%;
  padding-bottom: 13.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_03_sp.png) no-repeat 0 0/100% auto;
}
.wrapper.index main .content03 h2, .wrapper.index main .content03 p, .wrapper.index main .content03 ul {
  display: none;
}
.wrapper.index.animation main {
  transition: all 1s ease-out 4s;
}
.wrapper.index.open main {
  opacity: 1;
}

/********************************************************************************************************
　aside
********************************************************************************************************/
.wrapper.index aside {
  background: linear-gradient(to right, #340b75, #580b76);
}
.wrapper.index aside ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.6666666667% 0;
}
.wrapper.index aside ul li {
  width: 45.6%;
  margin: 0 1.8666666667%;
}
.wrapper.index aside ul li p[class^=btn-] {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 36.8421052632%;
}
.wrapper.index aside ul li p[class^=btn-].btn-bnr-01 a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bnr_01.png) no-repeat 0 0/100% auto;
}
.wrapper.index aside ul li p[class^=btn-].btn-bnr-02 a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/bnr_02.png) no-repeat 0 0/100% auto;
}
.wrapper.index aside ul li p[class^=bnr-] {
  text-align: center;
  font-size: 2.4vw;
  color: #fff;
  margin-top: 3.5087719298%;
}
.wrapper.index aside .btn-totop {
  display: none;
}

/********************************************************************************************************
 modal
********************************************************************************************************/
.wrapper .modal .modal-youtube {
  position: relative;
  margin: -13.3333333333% auto 0;
  width: 85.3333333333%;
  height: 0;
  padding-top: 48%;
}
.wrapper .modal .modal-youtube .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .modal .btn-close {
  width: 6.6666666667%;
  height: 0;
  padding-top: 6.9333333333%;
  margin: 40% 0 0 0;
}
.wrapper .modal .btn-close::before, .wrapper .modal .btn-close::after {
  content: normal !important;
}
.wrapper .modal .btn-close:hover {
  background-position: 0 100%;
}

/********************************************************************************************************
　parallax,grid
********************************************************************************************************/
.wrapper.index .parallax,
.wrapper.index .grid {
  display: none;
}

@media (min-width: 1025px) {
  /********************************************************************************************************
  　header
  ********************************************************************************************************/
  .wrapper.index header {
    padding-top: 246px;
  }
  .wrapper.index header h1::before {
    width: 624px;
    padding-top: 204px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/ttl.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index header h1::after {
    margin-top: 45px;
    width: 624px;
    padding-top: 204px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/ttl_light.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index header p {
    width: 462px;
    padding-top: 164px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/txt_catchcopy.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index header .sns {
    position: absolute;
    margin: 20px 20px 0 0;
  }
  .wrapper.index header .sns li {
    width: 44px;
    padding-top: 44px;
  }
  .wrapper.index.open header.open h1::before {
    margin-top: 45px;
  }
  /********************************************************************************************************
  　main
  ********************************************************************************************************/
  .wrapper.index main .movie {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .wrapper.index main .movie .youtube-area {
    width: 810px;
    padding-top: 480px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_movie.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .movie .youtube-area .inner {
    width: 798px;
    padding-top: 448px;
    margin: 6px 0 0 6px;
  }
  .wrapper.index main .movie .youtube-area .dot {
    margin-bottom: 8px;
  }
  .wrapper.index main .movie .youtube-area .dot span {
    width: 10px;
    padding-top: 10px;
    margin: 0 5px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/movie_dot_01.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .movie .youtube-area .dot span.active {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/movie_dot_02.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content01 {
    width: 996px;
    padding-top: 720px;
    margin: 100px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_01.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content01 li {
    width: 345px;
    padding-top: 194px;
  }
  .wrapper.index main .content01 li:nth-of-type(1) {
    margin-top: 408px;
    margin-left: 58px;
  }
  .wrapper.index main .content01 li:nth-of-type(2) {
    left: auto;
    right: 0;
    margin: 408px 58px 0 0;
  }
  .wrapper.index main .content02 {
    margin-top: 80px;
  }
  .wrapper.index main .content02 h2 {
    width: 870px;
    padding-top: 200px;
    margin: 0 auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_02_01.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content02 .youtube-area {
    width: 810px;
    padding-top: 460px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_movie.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content02 .youtube-area .inner {
    width: 798px;
    padding-top: 448px;
    margin: 6px 0 0 6px;
  }
  .wrapper.index main .content02 .animation-area {
    width: 870px;
    padding-top: 924px;
    margin: 40px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_02_02.png) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content02 .animation-area p:nth-of-type(1) {
    width: 714px;
    padding-top: 420px;
    margin-top: 87px;
    margin-left: 78px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_03.gif) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content02 .animation-area li {
    width: 344px;
    padding-top: 190px;
    margin-top: 655px;
  }
  .wrapper.index main .content02 .animation-area li:nth-of-type(1) {
    margin-left: 76px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_04.gif) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content02 .animation-area li:nth-of-type(2) {
    margin-left: 452px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/animation_05.gif) no-repeat 0 0/100% auto;
  }
  .wrapper.index main .content03 {
    width: 1242px;
    padding-top: 822px;
    padding-bottom: 100px;
    margin: 50px auto 0;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_content_03.png) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
  　aside
  ********************************************************************************************************/
  .wrapper.index aside ul {
    padding: 30px 0;
  }
  .wrapper.index aside ul li {
    width: 460px;
    margin: 0 20px;
  }
  .wrapper.index aside ul li p[class^=btn-] {
    padding-top: 170px;
  }
  .wrapper.index aside ul li p[class^=bnr-] {
    margin-top: 10px;
    font-size: 16px;
  }
  .wrapper.index aside .btn-totop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 90px;
    margin: 0 20px 16px 0;
  }
  .wrapper.index aside .btn-totop a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1117_dmep/btn_totop.png) no-repeat 0 0/100% auto;
  }
  /********************************************************************************************************
   footer
  ********************************************************************************************************/
  .wrapper.index footer {
    height: 180px;
  }
  /********************************************************************************************************
   modal
  ********************************************************************************************************/
  .wrapper .modal .modal-youtube {
    margin: -100px auto 0;
    max-width: 1088px;
    height: 612px;
    padding-top: 0;
  }
  .wrapper .modal .btn-close {
    width: 50px;
    height: 52px;
    padding-top: 0;
    margin: 540px 0 0 0;
  }
  /********************************************************************************************************
  　parallax,grid
  ********************************************************************************************************/
  .wrapper.index .parallax {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .wrapper.index .parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 2800px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_parallax_01.png) no-repeat 50% 0/100% auto;
    animation: parallax 60s linear infinite;
  }
  .wrapper.index .parallax::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 2800px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_parallax_02.png) no-repeat 50% 0/100% auto;
    animation: parallax 40s linear infinite;
  }
  @keyframes parallax {
    0% {
      transform: translate(-50%, 0);
    }
    100% {
      transform: translate(-50%, -1400px);
    }
  }
  .wrapper.index .grid {
    display: block;
    position: fixed;
    z-index: 3;
    bottom: -800px;
    left: 0;
    width: 100%;
    height: 2200px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_grid.png) no-repeat 50% 0/1920px 2200px;
    opacity: 0;
  }
  .wrapper.index .grid div[class^=grid] {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 4400px;
    opacity: 0;
    transition: opacity 2s ease-out;
  }
  .wrapper.index .grid div[class^=grid].active {
    opacity: 1;
    transition: opacity 2s ease-in;
  }
  .wrapper.index .grid .grid01 {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_grid_01.png) no-repeat 50% 0/1920px 2200px;
  }
  .wrapper.index .grid .grid02 {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_grid_02.png) no-repeat 50% 0/1920px 2200px;
  }
  .wrapper.index .grid .grid03 {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/campaign/newage/teaser_1204_meei/bg_grid_03.png) no-repeat 50% 0/1920px 2200px;
  }
}

/*# sourceMappingURL=teaser_1204.css.map */
