@charset "UTF-8";
/* spacing */
/* z-index管理 */
/* gnaviおよびglobalMenuLayer */
/* 汎用 */
.img-fluid {
  max-width: 100% !important;
  height: auto;
}

.common-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.common-row > .col,
.common-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 575.98px) {
  .common-row {
    margin-right: -5px;
  }

  .common-row {
    margin-left: -5px;
  }

  .common-row > .col,
.common-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }
}
/* 旧サイト対応 */
#container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
}

#gameNav,
#header,
#myPlaync {
  display: none !important;
}

/* テンプレート */
html {
  font-weight: 300;
  font-size: 16px;
}

body {
  background: #1F1E26;
  font-size: inherit;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
}

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, caption {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

input,
button {
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

.container {
  padding-top: 66px;
}

.content {
  background: #fff;
}

.normalContent {
  margin: auto;
  max-width: 1180px;
}

.normalContent__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.commonPageHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}

.commonPageHeader span {
  transform: translateY(-0.2em);
}

/* transition */
.commonPageHeader,
.commonPageHeader span {
  transition: all 0.3s;
}

@media screen and (max-width: 767.98px) {
  .normalContent__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 14px;
  }

  .container {
    padding-top: 50px;
  }

  .commonPageHeader {
    height: 200px;
    font-size: 24px;
  }

  .commonPageHeader span {
    transform: translateY(-1em);
  }
}
/* renewサイト用gnavi */
/* _gnavi.scss
 * グローバルナビゲーション用css
 */
/* spacing */
/* z-index管理 */
/* gnaviおよびglobalMenuLayer */
.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.gnavi__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.gnavi::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transition: opacity 0.3s;
}

.gnavi.top::after {
  opacity: 0;
}

.gnavi__start {
  display: flex;
  align-items: center;
}

.gnavi__menu {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://static.ncsoft.jp/renew/common/img/icon_menu.svg) center no-repeat;
  background-size: 24px;
}

.gnavi__logo {
  height: 40px;
  width: 100px;
  margin-left: 2px;
  background: no-repeat center;
}

.gnavi__logo--nc {
  width: 40px;
  background-image: url(https://static.ncsoft.jp/renew/common/img/ncLogo_2020_white.svg);
  background-size: 28px;
}

.gnavi__end {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.gnavi__end > * {
  display: flex;
  align-items: center;
}

.gnavi__end > *::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #646268;
}

/*border-left: 1px solid #646268;*/
.gnavi__end > *:first-child::before {
  content: none;
}

.gnavi__end > * > * {
  display: block;
  text-decoration: none !important;
  padding-left: 0.7em;
  padding-right: 0.7em;
  background: transparent;
  color: #fff;
  appearance: none;
  line-height: normal;
}

.gnavi__inner {
  transition: all 0.3s;
}

@media screen and (max-width: 575.98px) {
  .gnavi__inner {
    height: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .headPR {
    margin: 15px;
    border-radius: 10px;
  }

  .gnavi__end > * > * {
    font-size: 11px;
  }
}
/* renewサイト用globalMenuLayer */
/* _gmenu.scss
 * グローバルメニューレイヤー用css
 */
/* spacing */
/* z-index管理 */
/* gnaviおよびglobalMenuLayer */
.gmenu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}

.gmenu__cage {
  position: absolute;
  left: -375px;
  top: 0;
  height: 100%;
  width: 375px;
  max-width: 100%;
  background: #fff;
}

.gmenu__cageInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gmenu__cageHeader {
  height: 66px;
  flex-grow: 0;
  flex-shrink: 0;
}

.gmenu__cageBody {
  flex-grow: 1;
  overflow: auto;
}

.gmenu__close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://static.ncsoft.jp/renew/common/img/icon_close.svg) center no-repeat;
  background-size: 20px;
}

.gmenu__cageBody::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #eee;
}

.gmenu__cageBody::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* show gmenu */
html.menuOpen {
  overflow: hidden;
  height: 100%;
}

html.menuOpen .gmenu {
  visibility: visible;
  opacity: 1;
}

html.menuOpen .gmenu .gmenu__cage {
  left: 0;
}

/* ※iOSのみ */
html.menuOpen.iphone body,
html.menuOpen.ipad body {
  overflow: hidden;
  height: 100%;
}

/* // ※iOSのみ ここまで */
.gmenu__cageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.gmenu__cageHeaderStart,
.gmenu__cageHeaderEnd {
  width: 40px;
}

.gmenu__cageHeaderLogo {
  width: 30px;
}

.gmenu__menuTitle {
  font-size: 16px;
  padding: 15px;
  border-top: 1px solid #dfdfdf;
  background: #f6f6f6;
  font-weight: 500;
}

.gmenu__menuList {
  padding: 0 15px;
}

.gmenu__menuItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

/* デバイスアイコン */
.gmenu__device {
  display: flex;
  margin-right: -4px;
}

.gmenu__deviceIcon {
  width: 24px;
  height: 24px;
  background: center no-repeat;
  background-size: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.gmenu__deviceIcon--apple {
  margin-right: 4px;
  margin-top: -1px;
  background-image: url(https://static.ncsoft.jp/renew/common/img/icon_apple_lightBrown.svg);
}

.gmenu__deviceIcon--googlePlay {
  background-image: url(https://static.ncsoft.jp/renew/common/img/icon_googlePlay_lightBrown.svg);
}

.gmenu__deviceIcon--windows {
  background-image: url(https://static.ncsoft.jp/renew/common/img/icon_windows_lightBrown.svg);
}

/* ボタン */
.gmenu__btnRow {
  display: flex;
  padding: 20px 15px 30px;
}

.gmenu__btnRowCol {
  width: 50%;
}

.gmenu__btn {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 15px;
}

.gmenu__btn:hover {
  text-decoration: none;
}

.gmenu__btnInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2em 0.3em;
  color: rgba(0, 0, 0, 0.7);
}

.gmenu__btnIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
}

.gmenu__btnIcon--home {
  background-image: url(https://static.ncsoft.jp/renew/common/img/icon_home.png);
}

.gmenu__btnIcon--question {
  background-image: url(https://static.ncsoft.jp/renew/common/img/icon_question.png);
}

.gmenu,
.gmenu__cageHeader,
.gmenu__cage {
  transition: all 0.3s;
}

@media screen and (max-width: 575.98px) {
  .gmenu__cage {
    left: -275px;
    width: 275px;
  }

  .gmenu__cageHeader {
    height: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .gmenu__btn {
    font-size: 11px;
    border-radius: 10px;
  }

  .gmenu__menuTitle {
    font-size: 13px;
  }

  .gmenu__menuItem {
    font-size: 11px;
  }

  .gmenu__deviceIcon {
    width: 14px;
    height: 14px;
    background-size: 15px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .gmenu__deviceIcon--apple {
    margin-right: 5px;
  }
}
/* home footer用 */
/* footer */
/* spacing */
/* z-index管理 */
/* gnaviおよびglobalMenuLayer */
.footer {
  background: #2a2a2a;
  color: #fff;
  color: #7f7f7f;
}

.footer__content {
  padding: 50px 0;
}

.footer__copyright {
  font-size: 11px;
}

.footer__linkRow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.footer__linkCol {
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}

.footer__linkTitle {
  padding: 6px;
  color: #fff;
  font-size: 110%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__linkUl {
  padding: 12px 6px 0;
  font-size: 12px;
}

.footer__linkUl li {
  margin-bottom: 8px;
}

.footer__ncLogo {
  width: 64px;
}

.footer__selectHolder {
  display: none;
}

.footer__selectWrapper {
  margin-bottom: 10px;
}

.footer__select {
  display: block;
  width: 100%;
  padding: 0.7em;
  font-size: 11px;
  color: #7f7f7f;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJtNy43IDYuOC0zLjUtNGg3bC0zLjUgNHoiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM3ZjdmN2YiLz48L3N2Zz4=) right 0.7em center no-repeat transparent;
  border: 1px solid #414141;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 991.98px) {
  .footer__linkCol {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media screen and (max-width: 575.98px) {
  .footer__content {
    padding: 16px 0 24px;
  }

  .footer__linkRow {
    display: none;
  }

  .footer__copyright {
    font-size: 8px;
  }

  .footer__ncLogo {
    width: 32px;
  }

  .footer__selectHolder {
    display: block;
  }
}

/*# sourceMappingURL=template.css.map */
