@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  interpolate-size: allow-keywords;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  background: #fff;
  color: #1e1e1e;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #0aa0d2;
}

br.sp {
  display: none;
}

/* ====================================================================
  header
==================================================================== */
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.header__logo {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 113px;
  transform: translate(0%, -50%);
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav > div {
  display: none;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header__nav ul li {
  padding-right: 20px;
}
.header__nav ul li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
}
.header__nav ul li a span {
  color: #1e1e1e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.header__nav ul li a:hover span {
  color: #0aa0d2;
}
.header__login {
  position: relative;
  width: 85px;
  height: 60px;
  border-left: 1px solid #e3e3e3;
}
.header__login > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #1e1e1e;
}
.header__login > a::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/header_icn_login.svg) no-repeat center center/contain;
  background-size: contain;
}
.header__login > a:hover {
  color: #0aa0d2;
}
.header__login > a:hover::before {
  background-image: url(https://static.nexon.co.jp/nexon/ver2025/index/header_icn_login_h.svg);
}
.header__user {
  position: relative;
  border-left: 1px solid #e3e3e3;
}
.header__user > div {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
.header__user span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.header__user a {
  text-decoration: underline;
  color: #1e1e1e;
}
.header__user a:hover {
  text-decoration: none;
}
.header__user img {
  width: 16px;
  margin-right: 6px;
}

/* ====================================================================
  mainvisual
==================================================================== */
.mainvisual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: min(969px, 50.46875%);
  overflow: hidden;
}
.mainvisual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_base_pc.webp) no-repeat center center/cover;
}
.mainvisual__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mainvisual__section .mainvisual__title,
.mainvisual__section .mainvisual__bg,
.mainvisual__section .mainvisual__bg-img,
.mainvisual__section .mainvisual__bg-txt,
.mainvisual__section .mainvisual__btn,
.mainvisual__section .mainvisual__desc,
.mainvisual__section .mainvisual__ss {
  opacity: 0;
}
.mainvisual__section.active {
  display: block;
  z-index: 5;
}
.mainvisual__section.active .mainvisual__title {
  animation: fadeIn 0.5s ease 0s forwards;
}
.mainvisual__section.active .mainvisual__bg {
  animation: fadeIn 0.5s ease 0.1s forwards;
}
.mainvisual__section.active .mainvisual__bg-img {
  animation: fadeIn 0.5s ease 0.2s forwards;
}
.mainvisual__section.active .mainvisual__bg-txt {
  animation: fadeIn 0.5s ease 0.3s forwards;
}
.mainvisual__section.active .mainvisual__btn {
  animation: fadeIn 0.5s ease 0.2s forwards;
}
.mainvisual__section.active .mainvisual__desc {
  animation: fadeIn 0.5s ease 0.3s forwards;
}
.mainvisual__section.active .mainvisual__ss {
  animation: fadeIn 0.5s ease 0.3s forwards;
}
.mainvisual__section.maplestory .mainvisual__title {
  width: min(367px, 19.1145833333%);
  padding-top: min(177px, 9.21875%);
  margin: min(50px, 2.6041666667%) 0 0 max(-183px, -9.53125%);
}
.mainvisual__section.maplestory .mainvisual__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_logo_ms.webp) no-repeat center center/contain;
}
.mainvisual__section.maplestory .mainvisual__bg::before {
  content: "";
  position: absolute;
  top: min(146px, 7.6041666667vw);
  left: 0;
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: min(200px, 10.4166666667%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_bg_ms_pc.webp) no-repeat center center/cover;
}
.mainvisual__section.maplestory .mainvisual__bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1007px, 52.4479166667%);
  margin: min(34px, 1.7708333333%) 0 0 max(-33px, -1.71875%);
}
.mainvisual__section.maplestory .mainvisual__btn a::before, .mainvisual__section.maplestory .mainvisual__btn a::after {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_btn_officialsite_ms_pc.png) no-repeat;
}
.mainvisual__section.hittheworld .mainvisual__title {
  width: min(260px, 13.5416666667%);
  padding-top: min(220px, 11.4583333333%);
  margin: min(44px, 2.2916666667%) 0 0 max(-130px, -6.7708333333%);
}
.mainvisual__section.hittheworld .mainvisual__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_logo_hit.webp) no-repeat center center/contain;
}
.mainvisual__section.hittheworld .mainvisual__bg::before {
  content: "";
  position: absolute;
  top: min(146px, 7.6041666667vw);
  left: 0;
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: min(200px, 10.4166666667%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_bg_hit_pc.webp) no-repeat center center/cover;
}
.mainvisual__section.hittheworld .mainvisual__bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(2465px, 128.3854166667%);
  margin: 0 0 0 max(-102px, -5.3125%);
}
.mainvisual__section.hittheworld .mainvisual__bg-txt::before {
  z-index: 2;
  width: min(66px, 3.4375%);
  height: 0;
  padding-top: min(339px, 17.65625%);
  margin: min(117px, 6.09375%) 0 0 min(825px, 42.96875%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_copy_hit_1.webp) no-repeat center top/contain;
}
.mainvisual__section.hittheworld .mainvisual__bg-txt::after {
  z-index: 1;
  width: min(66px, 3.4375%);
  height: 0;
  padding-top: min(287px, 14.9479166667%);
  margin: min(299px, 15.5729166667%) 0 0 min(764px, 39.7916666667%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_copy_hit_2.webp) no-repeat center top/contain;
}
.mainvisual__section.hittheworld .mainvisual__btn a::before, .mainvisual__section.hittheworld .mainvisual__btn a::after {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_btn_officialsite_hit_pc.png) no-repeat;
}
.mainvisual__section.hittheworld.ver20251126 .mainvisual__bg::before {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_bg_hit_pc.webp) no-repeat center center/cover;
}
.mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(1572px, 81.875%);
  margin: 0 0 0 max(-112px, -5.8333333333%);
}
.mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-txt::before {
  width: min(66px, 3.4375%);
  padding-top: min(216px, 11.25%);
  margin: min(117px, 6.09375%) 0 0 min(825px, 42.96875%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_copy_hit_1.webp) no-repeat center top/contain;
}
.mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-txt::after {
  width: min(66px, 3.4375%);
  padding-top: min(275px, 14.3229166667%);
  margin: min(240px, 12.5%) 0 0 min(764px, 39.7916666667%);
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_copy_hit_2.webp) no-repeat center top/contain;
}
.mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mainvisual__bg-img img {
  width: 100%;
}
.mainvisual__bg-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual__bg-txt::before, .mainvisual__bg-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}
.mainvisual__bg-txt span {
  display: none;
}
.mainvisual__title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  height: 0;
  overflow: hidden;
}
.mainvisual__content {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin: 0 auto;
  padding: min(472px, 24.5833333333%) min(70px, 3.6458333333%) 0;
}
.mainvisual__btn {
  position: absolute;
  top: min(205px, 10.6770833333vw);
  left: min(70px, 3.6458333333vw);
}
.mainvisual__btn a {
  position: relative;
  display: block;
  width: min(244px, 12.7083333333vw);
  height: 0;
  padding-top: min(244px, 12.7083333333vw);
  overflow: hidden;
}
.mainvisual__btn a::before, .mainvisual__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual__btn a::before {
  background-position: center bottom !important;
  background-size: 100% 200% !important;
}
.mainvisual__btn a::after {
  opacity: 0;
  transition: opacity 0.3s;
  background-position: center top !important;
  background-size: 100% 200% !important;
}
.mainvisual__btn a:hover::after {
  opacity: 1;
}
.mainvisual__desc {
  margin-top: min(16px, 0.8333333333%);
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(20px, max(1.0416666667vw, 11px));
  color: #1e1e1e;
  line-height: 2;
  letter-spacing: -0.03em;
}
.mainvisual__ss {
  margin-top: min(40px, 2.0833333333%);
}
.mainvisual__ss ul {
  display: flex;
  gap: 20px;
}
.mainvisual__ss ul li {
  width: min(280px, 14.5833333333vw);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.mainvisual__ss ul li img {
  width: 100%;
}
.mainvisual__nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.mainvisual__nav ul {
  display: flex;
  gap: min(20px, 1.0416666667%);
  width: 100%;
  justify-content: center;
}
.mainvisual__nav ul li {
  position: relative;
  width: min(80px, 4.1666666667%);
  height: 0;
  padding-top: min(80px, 4.1666666667%);
  border-radius: 100vh;
  cursor: pointer;
  overflow: hidden;
}
.mainvisual__nav ul li.maplestory {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_nav_maplestory.webp) no-repeat center center/contain;
}
.mainvisual__nav ul li.hittheworld {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_nav_hittheworld.webp) no-repeat center center/contain;
}
.mainvisual__nav ul li.hittheworld.ver20251126 {
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_nav_hittheworld.webp) no-repeat center center/contain;
}
.mainvisual__nav ul li.active span {
  opacity: 0;
}
.mainvisual__nav ul li.active svg {
  display: block;
}
.mainvisual__nav ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  transition: opacity 0.3s;
}
.mainvisual__nav ul li svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mainvisual__nav ul li .circle-animation {
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/* ====================================================================
  gamelist
==================================================================== */
.gamelist {
  padding: min(90px, 6.6176470588%) 0 min(80px, 5.8823529412%);
  border-top: 1px solid #dee5e8;
  max-width: 100%;
}
.gamelist__title {
  width: min(288px, 21.1764705882%);
  height: 0;
  padding-top: min(42px, 3.0882352941%);
  margin: 0 auto;
  overflow: hidden;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/gamelist_ttl.svg) no-repeat center center/contain;
}
.gamelist__subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #1e1e1e;
  margin: 16px 0 14px;
  letter-spacing: 1.2em;
}
.gamelist__content {
  max-width: 1920px;
  height: min(220px, 18.3823529412vw);
  overflow: hidden;
  transition: height 0.5s ease;
  padding-top: 10px;
  margin: 0 auto;
}
.gamelist__content.open {
  height: auto;
}
.gamelist__content.open + .gamelist__more {
  padding-top: 0;
  margin: 0 auto;
  overflow: hidden;
}
.gamelist__content-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(380px, 27.9411764706%));
  justify-content: center;
  grid-gap: 60px 40px;
}
.gamelist__more {
  position: relative;
  width: 250px;
  height: 0;
  padding-top: 50px;
  margin: min(60px, 4.4117647059%) auto 0;
  transition: padding-top 0.3s, margin 0.3s;
}
.gamelist__more a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: solid 1px #dee5e8;
  border-radius: 100vh;
  color: #1e1e1e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s;
}
.gamelist__more a:hover {
  transform: translate(0, -2px) rotate(0.05deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.gamecard {
  width: 100%;
}
.gamecard.new .gamecard__img::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  width: 35px;
  height: 0;
  padding-top: 13px;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/gamelist_icn_new.webp) no-repeat center center;
}
.gamecard__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: min(160px, 42.1052631579%);
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gamecard__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, backdrop-filter 0.3s;
  background: rgba(0, 0, 0, 0.7) url(https://static.nexon.co.jp/nexon/ver2025/index/gamelist_txt_officialsite.webp) no-repeat center center;
}
.gamecard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gamecard__img img:nth-of-type(2) {
  display: none;
}
.gamecard__detail {
  position: relative;
  margin-top: 10px;
}
.gamecard__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(18px, max(1.3235294118vw, 12px));
  font-weight: 500;
  color: #1e1e1e;
}
.gamecard__genre {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(12px, max(0.8823529412vw, 10px));
  font-weight: 400;
  color: #a4a4a4;
}
.gamecard__icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gamecard__icons img {
  height: auto;
}
.gamecard__icons img.apple {
  width: min(18px, 1.3235294118vw);
  transform: translateY(-1px);
}
.gamecard__icons img.googleplay {
  width: min(16px, 1.1764705882vw);
}
.gamecard__icons img.switch {
  width: min(20px, 1.4705882353vw);
}
.gamecard__icons img.playstation {
  width: min(24px, 1.7647058824vw);
}
.gamecard__icons img.xbox {
  width: min(20px, 1.4705882353vw);
}
.gamecard__icons img.steam {
  width: min(20px, 1.4705882353vw);
}
.gamecard__icons img.windows {
  width: min(18px, 1.3235294118vw);
}
.gamecard__icons img.epic {
  width: min(18px, 1.3235294118vw);
}
.gamecard a:hover .gamecard__img {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.gamecard a:hover .gamecard__img::after {
  opacity: 1;
  backdrop-filter: blur(4px);
}

/* ====================================================================
  sns
==================================================================== */
.sns {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
  border-top: 1px solid #dee5e8;
  text-align: center;
}
.sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.sns__list li {
  position: relative;
  height: 30px;
}
.sns__list li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.sns__list li a img {
  transition: all 0.2s;
}
.sns__list li a:hover img {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.25));
}
.sns__list li a:hover span {
  opacity: 1;
}
.sns__list li.facebook a img {
  width: 18px;
  height: auto;
}
.sns__list li.x a img {
  width: 28px;
  height: auto;
}
.sns__list li.youtube a img {
  width: 36px;
  height: auto;
}
.sns__list li span {
  pointer-events: none;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding-left: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  background: #1e1e1e;
  color: #fff;
  opacity: 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}
.sns__list li span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/icn_blank_white.svg) no-repeat center center/60% auto;
}
.sns .recaptcha {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 330px;
  padding: 15px 15px 15px 70px;
  border: 1px solid #dee5e8;
  border-right: none;
  border-radius: 100vh 0 0 100vh;
  background-color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #8f959a;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.sns .recaptcha::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 38px;
  height: 43px;
  background: url(https://static.nexon.co.jp/nexon/ver2025/index/recaptcha_icn.webp) no-repeat center center/contain;
}
.sns .recaptcha a {
  color: #8f959a;
  text-decoration: underline;
}
.sns .recaptcha a:hover {
  text-decoration: none;
}

/* ====================================================================
  footer
==================================================================== */
.commonfooter {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 38px; /*ロゴ下の余白分をここで設定*/
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #4c5155;
  border-top: 1px solid #dee5e8;
}

.commonfooter > div {
  padding: 56px 0 63px; /*ロゴ下を含めない余白分をここで設定*/
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/logo_footer.png) no-repeat center bottom;
}

.commonfooter > div a {
  text-decoration: none;
}

.commonfooter > div a:hover {
  text-decoration: none;
}

.commonfooter > div > ul {
  line-height: 1.5;
}

.commonfooter > div > ul > li {
  display: inline;
  padding: 0 4px 0 7px;
}

.commonfooter > div > ul > li + li {
  border-left: solid 1px #898c8e;
}

.commonfooter > div > ul > li a {
  color: #4c5155;
}

.commonfooter > div > ul > li a:hover {
  color: #309cc4;
}

.commonfooter > div > div p {
  margin-bottom: 0;
  padding-top: 18px;
}

.commonfooter > div > div p > a {
  color: #309cc4;
}

@media (max-width: 750px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  /* ====================================================================
    header
  ==================================================================== */
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
  }
  .header__logo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20vw;
    margin-left: 4vw;
    transform: translate(0%, -50%);
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__nav > div {
    position: relative;
    z-index: 2;
    display: block;
    width: 13.3333333333vw;
    border-left: solid 1px #e3e3e3;
    height: 0;
    padding-top: 10.6666666667vw;
    background-color: #fff;
    cursor: pointer;
  }
  .header__nav > div::before, .header__nav > div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 5.0666666667vw;
    height: 0;
    padding-top: 0.4vw;
    background-color: #1e1e1e;
    transition: transform 0.3s;
  }
  .header__nav > div span {
    display: block;
    height: 0;
    padding-top: 1.8666666667vw;
    overflow: hidden;
  }
  .header__nav > div span::before, .header__nav > div span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 5.0666666667vw;
    height: 0;
    padding-top: 0.4vw;
    background-color: #1e1e1e;
    transition: opacity 0.3s;
  }
  .header__nav > div span::before {
    transform: translateY(-1.6vw);
  }
  .header__nav > div span::after {
    transform: translateY(1.6vw);
  }
  .header__nav ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 10.6666666667vw 0 0 0;
    display: block;
    width: 100%;
    border-top: solid 1px #e3e3e3;
    pointer-events: none;
  }
  .header__nav ul li {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  .header__nav ul li:not(:first-child)::before {
    display: none;
  }
  .header__nav ul li:nth-of-type(1) {
    transform: translateY(-2.6666666667vw);
  }
  .header__nav ul li:nth-of-type(2) {
    transform: translateY(-5.3333333333vw);
  }
  .header__nav ul li:nth-of-type(3) {
    transform: translateY(-8vw);
  }
  .header__nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
  }
  .header__nav ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  .header__nav ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.3333333333vw;
    height: 0;
    padding-top: 2.4vw;
    margin-right: 6.4vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/icn_arrow.svg) no-repeat center center/contain;
  }
  .header__nav ul li a:hover {
    border-bottom: none;
  }
  .header__nav ul li a:hover span {
    color: #1e1e1e;
  }
  .header__nav.open > div {
    padding-top: 10.8vw;
  }
  .header__nav.open > div::before {
    transform: rotate(45deg);
  }
  .header__nav.open > div::after {
    transform: rotate(-45deg);
  }
  .header__nav.open > div span::before, .header__nav.open > div span::after {
    opacity: 0;
  }
  .header__nav.open ul {
    display: block;
    pointer-events: auto;
  }
  .header__nav.open ul li {
    opacity: 1;
  }
  .header__nav.open ul li:nth-of-type(1) {
    transform: translateY(0);
  }
  .header__nav.open ul li:nth-of-type(2) {
    transform: translateY(0);
  }
  .header__nav.open ul li:nth-of-type(3) {
    transform: translateY(0);
  }
  .header__nav.open ul li a {
    pointer-events: auto;
  }
  .header__login {
    position: relative;
    width: 13.3333333333vw;
    height: 0;
    padding-top: 10.6666666667vw;
    border-left: 1px solid #e3e3e3;
  }
  .header__login > a {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2.1333333333vw;
    font-size: 2.1333333333vw;
  }
  .header__login > a::before {
    width: 3.7333333333vw;
    height: 0;
    padding-top: 3.7333333333vw;
    margin: 0 auto 0.8vw;
  }
  .header__login > a:hover {
    color: #1e1e1e;
  }
  .header__login > a:hover::before {
    background-image: url(https://static.nexon.co.jp/nexon/ver2025/index/header_icn_login.svg);
  }
  .header__user {
    position: relative;
    height: 0;
    padding: 10.6666666667vw 0 0 0;
    border-left: none;
  }
  .header__user > div {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    padding: 0 2.6666666667vw;
    border-left: 1px solid #e3e3e3;
  }
  .header__user span {
    font-size: 2.9333333333vw;
  }
  .header__user a {
    text-decoration: underline;
    color: #1e1e1e;
  }
  .header__user a:hover {
    text-decoration: none;
  }
  .header__user img {
    width: 2.9333333333vw;
    margin-right: 1.0666666667vw;
  }
  /* ====================================================================
    mainvisual
  ==================================================================== */
  .mainvisual {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 218.6666666667vw;
    overflow: hidden;
  }
  .mainvisual__inner {
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_base_sp.webp) no-repeat center center/cover;
  }
  .mainvisual__section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mainvisual__section.active .mainvisual__title {
    animation: fadeIn 0.5s ease 0.3s forwards;
  }
  .mainvisual__section.active .mainvisual__bg {
    animation: fadeIn 0.5s ease 0s forwards;
  }
  .mainvisual__section.active .mainvisual__bg-img {
    animation: fadeIn 0.5s ease 0.1s forwards;
  }
  .mainvisual__section.active .mainvisual__bg-txt {
    animation: fadeIn 0.5s ease 0.2s forwards;
  }
  .mainvisual__section.active .mainvisual__btn {
    animation: fadeIn 0.5s ease 0.5s forwards;
  }
  .mainvisual__section.active .mainvisual__desc {
    animation: fadeIn 0.5s ease 0.4s forwards;
  }
  .mainvisual__section.maplestory .mainvisual__title {
    width: 60.2666666667vw;
    padding-top: 29.0666666667vw;
    margin: 86.4vw 0 0;
    transform: translateX(-50%);
  }
  .mainvisual__section.maplestory .mainvisual__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_logo_ms.webp) no-repeat center center/contain;
  }
  .mainvisual__section.maplestory .mainvisual__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_bg_ms_sp.webp) no-repeat center bottom/contain;
  }
  .mainvisual__section.maplestory .mainvisual__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_character_ms_sp.webp) no-repeat center top/cover;
  }
  .mainvisual__section.maplestory .mainvisual__bg-img img {
    display: none;
  }
  .mainvisual__section.maplestory .mainvisual__bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 87.2vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_character_effect_ms_sp.webp) no-repeat center top/100% auto;
  }
  .mainvisual__section.maplestory .mainvisual__btn a {
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_btn_officialsite_ms_sp.webp) no-repeat center center/contain;
  }
  .mainvisual__section.maplestory .mainvisual__content {
    padding: 40vw 0 0;
  }
  .mainvisual__section.hittheworld .mainvisual__title {
    width: 40vw;
    padding-top: 33.8666666667vw;
    margin: 86.6666666667vw 0 0 -20vw;
  }
  .mainvisual__section.hittheworld .mainvisual__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_logo_hit.webp) no-repeat center center/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_bg_hit_sp.webp) no-repeat center bottom/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__bg-img {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_character_hit_sp.webp) no-repeat center top/cover;
  }
  .mainvisual__section.hittheworld .mainvisual__bg-img img {
    display: none;
  }
  .mainvisual__section.hittheworld .mainvisual__bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 91.2vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_character_effect_hit_sp.webp) no-repeat center top/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__bg-txt::before {
    z-index: 2;
    width: 9.7333333333vw;
    height: 0;
    padding-top: 42.4vw;
    margin: 8.2666666667vw 0 0 33.6vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_copy_hit_1.webp) no-repeat center center/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__bg-txt::after {
    z-index: 1;
    width: 9.7333333333vw;
    height: 0;
    padding-top: 36.1333333333vw;
    margin: 30.9333333333vw 0 0 26vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_copy_hit_2.webp) no-repeat center center/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__btn a {
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/main_btn_officialsite_hit_sp.webp) no-repeat center center/contain;
  }
  .mainvisual__section.hittheworld .mainvisual__content {
    padding: 46.6666666667vw 0 0;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg::before {
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_bg_hit_sp.webp) no-repeat center bottom/contain;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: none;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-img img {
    display: none;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_character_hit_sp.webp) no-repeat center top/cover;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 101.0666666667vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_character_effect_hit_sp.webp) no-repeat center top/100% auto;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-txt::before {
    width: 9.7333333333vw;
    padding-top: 27.2vw;
    margin: 8.2666666667vw 0 0 33.6vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_copy_hit_1.webp) no-repeat center top/contain;
  }
  .mainvisual__section.hittheworld.ver20251126 .mainvisual__bg-txt::after {
    width: 9.7333333333vw;
    padding-top: 34.5333333333vw;
    margin: 21.6vw 0 0 26vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/251126_hittheworld_update/main_copy_hit_2.webp) no-repeat center top/contain;
  }
  .mainvisual__bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 78.4vw;
  }
  .mainvisual__title {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .mainvisual__content {
    position: relative;
    left: 0;
    z-index: 3;
    margin: 0;
  }
  .mainvisual__btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  .mainvisual__btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 32.5333333333vw;
    overflow: hidden;
  }
  .mainvisual__btn a::before, .mainvisual__btn a::after {
    display: none;
  }
  .mainvisual__desc {
    margin-top: 5.3333333333vw;
    padding: 0 8.6666666667vw;
    line-height: 1.8;
    font-size: 3.6vw;
  }
  .mainvisual__ss {
    display: none;
  }
  .mainvisual__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .mainvisual__nav ul {
    gap: 2.6666666667vw;
  }
  .mainvisual__nav ul li {
    width: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  /* ====================================================================
    gamelist
  ==================================================================== */
  .gamelist {
    padding: 13.3333333333vw 0 8vw;
    border-top: 1px solid #dee5e8;
  }
  .gamelist__title {
    width: 49.3333333333vw;
    height: 0;
    padding-top: 6.9333333333vw;
    margin: 0 auto;
    overflow: hidden;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/gamelist_ttl.svg) no-repeat center center/contain;
  }
  .gamelist__subtitle {
    font-size: 1.6vw;
    margin: 2.6666666667vw 0 8vw;
    letter-spacing: 1.4em;
    transform: rotate(0.05deg);
  }
  .gamelist__content {
    height: 22em;
    overflow: hidden;
    padding-top: 0;
    font-size: 3.4666666667vw;
    margin: 0;
  }
  .gamelist__content.open {
    height: auto;
  }
  .gamelist__content.open + .gamelist__more {
    padding-top: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .gamelist__content-wrap {
    display: block;
  }
  .gamelist__more {
    width: 50.6666666667vw;
    padding-top: 10.1333333333vw;
    margin: 8vw auto 0;
    overflow: hidden;
    transition: padding-top 0.3s, margin 0.3s;
  }
  .gamelist__more a {
    font-size: 3.2vw;
    transition: none;
  }
  .gamelist__more a:hover {
    transform: rotate(0.05deg);
    box-shadow: none;
  }
  .gamecard {
    position: relative;
    width: 82.6666666667vw;
    margin: 0 auto;
    border-bottom: solid 1px #dee5e8;
  }
  .gamecard.new .gamecard__img::before {
    top: 0;
    right: 0;
    width: 5.6vw;
    padding-top: 2.5333333333vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/gamelist_icn_new_sp.webp) no-repeat center center/contain;
  }
  .gamecard:first-of-type {
    border-top: solid 1px #dee5e8;
  }
  .gamecard__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14.6666666667vw;
    height: 0;
    padding-top: 14.6666666667vw;
    margin-left: 3.3333333333vw;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .gamecard__img::after {
    display: none;
  }
  .gamecard__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 1.3333333333vw;
  }
  .gamecard__img img:nth-of-type(1) {
    display: none;
  }
  .gamecard__img img:nth-of-type(2) {
    display: inline;
  }
  .gamecard__detail {
    position: relative;
    margin: 0 0 0 21.3333333333vw;
    padding: 5.3333333333vw 0;
  }
  .gamecard__detail::after {
    content: "";
    display: block;
    width: 3.4666666667vw;
    height: 0;
    padding-top: 3.4666666667vw;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%);
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/icn_blank_black.svg) no-repeat center center/contain;
  }
  .gamecard__title {
    font-size: 3.4666666667vw;
    color: #1e1e1e;
  }
  .gamecard__genre {
    margin-top: 2vw;
    font-size: 2.4vw;
    color: #a4a4a4;
  }
  .gamecard__icons {
    position: relative;
    top: 0;
    right: auto;
    display: flex;
    align-items: center;
    gap: 1.6vw;
    margin-top: 2.1333333333vw;
  }
  .gamecard__icons img {
    height: auto;
  }
  .gamecard__icons img.apple {
    width: 3.4666666667vw;
    transform: translateY(-1px);
  }
  .gamecard__icons img.googleplay {
    width: 3.4666666667vw;
  }
  .gamecard__icons img.switch {
    width: 4vw;
  }
  .gamecard__icons img.playstation {
    width: 4.8vw;
  }
  .gamecard__icons img.xbox {
    width: 4vw;
  }
  .gamecard__icons img.steam {
    width: 4vw;
  }
  .gamecard__icons img.windows {
    width: 3.4666666667vw;
  }
  .gamecard__icons img.epic {
    width: 18px;
  }
  .gamecard a {
    display: block;
  }
  .gamecard a:hover .gamecard__img {
    transform: translateY(-50%);
    box-shadow: none;
  }
  /* ====================================================================
    sns
  ==================================================================== */
  .sns {
    position: relative;
    padding: 8vw 0;
    background: #f9f9f9;
    border-top: 1px solid #dee5e8;
    text-align: center;
  }
  .sns__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6.6666666667vw;
    margin-left: 8.6666666667vw;
  }
  .sns__list li {
    position: relative;
    height: auto;
  }
  .sns__list li a {
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }
  .sns__list li a img {
    transition: all 0.2s;
  }
  .sns__list li a:hover img {
    transform: translateY(-2px);
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.25));
  }
  .sns__list li.facebook a img {
    width: 3.4666666667vw;
    height: auto;
  }
  .sns__list li.x a img {
    width: 4.8vw;
    height: auto;
  }
  .sns__list li.youtube a img {
    width: 7.2vw;
    height: auto;
  }
  .sns__list li span {
    display: none;
  }
  .sns .recaptcha {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44vw;
    padding: 2.4vw 2vw 2.4vw 9.3333333333vw;
    border: 1px solid #dee5e8;
    border-right: none;
    border-radius: 100vh 0 0 100vh;
    background-color: #fff;
    text-align: left;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.3333333333vw;
    color: #8f959a;
    line-height: 1.2;
    letter-spacing: 0.7px;
  }
  .sns .recaptcha::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translateY(-50%);
    width: 5.0666666667vw;
    height: 0;
    padding-top: 5.7333333333vw;
    background: url(https://static.nexon.co.jp/nexon/ver2025/index/recaptcha_icn.webp) no-repeat center center/contain;
  }
  /* ====================================================================
    footer
  ==================================================================== */
  .commonfooter {
    padding-bottom: 8.3%; /*ロゴ下の余白分をここで設定*/
    font-size: 2.1333333333vw;
  }
  .commonfooter > div {
    padding: 7.4666666667vw 0 10.1333333333vw; /*ロゴ下を含めない余白分をここで設定*/
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/logo_footer.png) no-repeat center bottom/6.6666666667vw auto;
  }
  .commonfooter > div > ul {
    padding: 0 8.6666666667vw;
  }
  .commonfooter > div > ul > li {
    display: inline-block;
    padding: 0 1.0666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .commonfooter > div > ul > li + li {
    border-left: solid 1px #898c8e;
  }
  .commonfooter > div > ul > li a {
    color: #4c5155;
  }
  .commonfooter > div > ul > li a:hover {
    color: #309cc4;
  }
  .commonfooter > div > div p {
    margin-bottom: 0;
    padding-top: 3.2vw;
  }
  .commonfooter > div > div p + p {
    padding: 3.2vw 4vw 0;
    font-size: 1.8666666667vw;
  }
  .commonfooter > div > div p > a {
    color: #309cc4;
    font-weight: normal;
    text-decoration: none;
  }
}
