@charset "UTF-8";
.textColor-yellow {
  color: #f4e1b1;
}

.textColor-info {
  color: #a69776;
}

.textColor-brown {
  color: #8f7157;
}

.textColor-lite-brown {
  color: #b1906c;
}

.textColor-blue {
  color: #9ad6ef;
}

.textColor-gray {
  color: #969696;
}

.textSize-xxxl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxxl {
    font-size: 3rem;
  }
}

.textSize-xxl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxl {
    font-size: 2.6rem;
  }
}

.textSize-xl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xl {
    font-size: 2.2rem;
  }
}

.textSize-l {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-l {
    font-size: 1.77rem;
  }
}

.textSize-m {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-m {
    font-size: 1.6rem;
  }
}

.textSize-s {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-s {
    font-size: 1.4rem;
  }
}

.textSize-xs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xs {
    font-size: 1.3rem;
  }
}

.textSize-xxs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxs {
    font-size: 1rem;
  }
}

.textSize-xxxs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxxs {
    font-size: 0.6rem;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

@media screen and (min-width: 577px) {
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-grid {
    display: grid !important;
  }
}
html {
  font-size: 62.5%;
  overflow: auto;
}
html * {
  margin: 0;
}
html a {
  text-decoration: underline;
}
html button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
html button:focus {
  outline: none;
}

body {
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  min-width: auto;
}

i, em {
  font-style: normal;
}

:root dt {
  font-weight: normal;
}

#allContainer {
  position: relative;
  font-size: 3.2vw;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: "Open Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (min-width: 577px) {
  #allContainer {
    font-size: 1.8rem;
  }
}
#allContainer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
#allContainer section {
  padding-top: 0;
}

.allContents {
  padding-top: 14.6666666667vw;
}
@media screen and (min-width: 577px) {
  .allContents {
    padding-top: 98px;
  }
}
.allContents > section + section {
  margin-top: 14.6666666667vw;
}
@media screen and (min-width: 577px) {
  .allContents > section + section {
    margin-top: 98px;
  }
}

.contentsTension-narrow, .contentsTension-wide, .contentsTension-full {
  position: relative;
  width: auto;
  padding-top: 0.1px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: normal;
      align-self: normal;
}
@media screen and (max-width: 1280px) {
  .contentsTension-narrow, .contentsTension-wide {
    margin-left: min(35px, 2.734375vw);
    margin-right: min(35px, 2.734375vw);
    padding-left: min(35px, 2.734375vw);
    padding-right: min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 576px) {
  .contentsTension-narrow, .contentsTension-wide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .contentsTension-narrow {
    width: min(1170px, 100vw - 70px - (100vw - 100%));
  }
}
@media screen and (min-width: 1281px) {
  .contentsTension-wide {
    width: min(1280px, 100vw - 70px - (100vw - 100%));
  }
}
.contentsTension-full {
  width: min(1690px, 100vw - (100vw - 100%));
}
@media screen and (max-width: 576px) {
  .contentsTension-full {
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
  }
}

.sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectHead h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectHead h1 em {
  font-size: 6.1333333333vw;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 577px) {
  .sectHead h1 em {
    font-size: 3.8rem;
  }
}
.sectHead h1 i {
  font-size: 2.6666666667vw;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-weight: bold;
  opacity: 0.5;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 577px) {
  .sectHead h1 i {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.sectHead h1 i.ja {
  font-size: 3.4666666667vw;
  font-family: "Ryumin Light KL";
  opacity: 0.8;
}
@media screen and (min-width: 577px) {
  .sectHead h1 i.ja {
    margin-top: 10px;
    font-size: 2.3rem;
  }
}
.sectHead + .sectBody {
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 577px) {
  .sectHead + .sectBody {
    margin-top: 70px;
  }
}

.sectBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open-fb {
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.lede_heading {
  font-family: "Ryumin bold KL";
}

.lede_txt {
  font-family: "Ryumin Light KL";
  line-height: 1.7;
  color: #757575;
}

.fontFamily-mincho {
  font-family: "Ryumin Light KL";
}

.strong {
  font-weight: 600;
}

.detailTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10.8vw;
}
@media screen and (min-width: 769px) {
  .detailTextContainer {
    row-gap: 93px;
  }
}

.detailText__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 4vw;
  font-weight: bold;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .detailText__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .detailText__heading {
    font-size: min(2.1rem, 4vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading {
    padding-top: 17px;
    font-size: 2.1rem;
    row-gap: 16px;
  }
}
.detailText__heading::before {
  content: "";
  display: block;
  background: #000;
  width: 4.2666666667vw;
  height: 0.6666666667vw;
}
@media screen and (min-width: 577px) {
  .detailText__heading::before {
    width: min(32px, 4.2666666667vw);
    height: min(4px, 0.6666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 4px;
  }
}
.detailText__heading em {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 577px) {
  .detailText__heading em {
    font-size: min(2.5rem, 5.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading em {
    font-size: 2.5rem;
  }
}
.detailText__heading i {
  margin-top: -1.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailText__body {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .detailText__body {
    margin-top: 1.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .detailText__body {
    margin-top: 12px;
  }
}

#businessCategory .textWrapper {
  position: relative;
  z-index: 2;
}
#businessCategory .mainText {
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.45;
  font-family: "Ryumin bold KL";
}
@media screen and (min-width: 577px) {
  #businessCategory .mainText {
    font-size: 3rem;
  }
}
#businessCategory .keyItems {
  -ms-flex-item-align: normal;
      align-self: normal;
  margin-top: 50px;
}
#businessCategory .keyItems .contentsTension-wide {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #businessCategory .keyItems .swiper-container {
    height: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #businessCategory .keyItems .swiper-container {
    height: 100vw;
  }
}
@media screen and (min-width: 769px) {
  #businessCategory .keyItems .swiper-container {
    overflow: visible;
    height: 590px;
    width: min(1690px, 100vw - (100vw - 100%));
  }
}
#businessCategory .keyItems .swiper-pagination-bullet {
  position: relative;
  width: 240px;
  height: 90px;
  background-image: var(--bullet);
  border-radius: 0;
  opacity: 1;
}
#businessCategory .keyItems .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #f9b80c;
}

#businessCategory .keyItems .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  background-image: var(--bg);
}
#businessCategory .keyItems .swiper-slide .slide_contents__chara {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--chara_h);
  margin-bottom: var(--chara_mb);
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: var(--chara);
  opacity: 0;
}
#businessCategory .keyItems .swiper-slide[data-gametitle=bns2] .gameDetail__logo {
  margin-bottom: -20px;
}
#businessCategory .keyItems .swiper-slide-active .slide_contents__chara {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
}
#businessCategory .keyItems .swiper-pagination {
  position: absolute;
  top: 50%;
  right: auto !important;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -545px;
}
#businessCategory .btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.6666666667vw;
}
#businessCategory .btnContainer .gameInfo_btn {
  height: 24vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: var(--btnImg);
}

.fancybox-content.modalGameInfo {
  width: 100vw;
  height: 113.3333333333vw;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: var(--modalGameInfoBg);
}
.fancybox-content.modalGameInfo .modalGameInfo-inner {
  height: inherit;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gameDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .gameDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.3333333333vw;
    row-gap: 2.6666666667vw;
    height: auto !important;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail {
    position: absolute;
    right: 50%;
    width: 700px;
    height: 100%;
    padding-bottom: 110px;
    margin-right: -545px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.gameDetail__logo {
  -ms-flex-item-align: normal;
      align-self: normal;
  height: var(--logo_h);
  margin-right: -10px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: var(--logo);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gameDetail__txt {
  color: #fff;
  font-size: 3.2vw;
}
@media screen and (max-width: 576px) {
  .gameDetail__txt {
    text-align: center;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail__txt {
    height: 170px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: right;
  }
}
.gameDetail__platformWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.gameDetail__platform {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 577px) {
  .gameDetail__platform {
    width: 50px;
    height: 50px;
  }
}
.gameDetail__platform a {
  display: block;
  width: inherit;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999em;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px #202020;
}
.gameDetail__platform .ico_apple {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_appstore.png);
}
.gameDetail__platform .ico_google {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_googleplay.png);
}
.gameDetail__platform .ico_purple {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_purple.png);
}
.gameDetail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
@media screen and (max-width: 576px) {
  .gameDetail__info {
    display: none;
  }
}
.gameDetail__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: right;
  background: rgba(0, 0, 0, 0.45);
  border: solid 1px #202020;
}
@media screen and (max-width: 576px) {
  .gameDetail__info dl {
    height: 11.2vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl {
    min-width: 100px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gameDetail__info dl dt {
  font-size: 2.6666666667vw;
  opacity: 0.4;
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl dt {
    font-size: 1rem;
  }
}
.gameDetail__info dl dd {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl dd {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.gameDetail [class^=btn] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .gameDetail [class^=btn] {
    width: 100%;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail [class^=btn] {
    width: 196px;
    margin-top: 10px;
  }
}

.crossPlatformBusiness .gameInfo-purple {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1px;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple {
    background-repeat: no-repeat;
    background-position-x: center;
    height: 590px;
    margin-top: 50px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/purple2023_bg.jpg);
  }
}
.crossPlatformBusiness .gameInfo-purple .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .detail {
    padding-top: 4.2666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 680/434;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/purple2023_bg.jpg);
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 50%;
    width: 548px;
    margin-top: 50px;
    margin-right: -547px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__txt {
  color: #fff;
}
.crossPlatformBusiness .gameInfo-purple .detail__txt.--1 {
  font-family: "Hiragino Kaku Gothic W8 JIS2004";
  line-height: 1;
  font-size: 6.4vw;
  margin-top: 1.6vw;
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__txt.--1 {
    font-size: 4.2rem;
    margin-top: 10px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__txt.--2 {
  margin-top: 2.6666666667vw;
  font-weight: 300;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.4;
  color: #b1b1b1;
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__txt.--2 {
    margin-top: 20px;
    text-align: right;
    font-size: 1.5rem;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__logo {
  height: 12.8vw;
  margin-left: -2.6666666667vw;
  aspect-ratio: 274/96;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_purple2023_logo.png);
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__logo {
    height: 96px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail .btn {
  margin-top: 3.7333333333vw;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .detail .btn {
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail .btn {
    margin-top: 24px;
  }
}
.crossPlatformBusiness .gameInfo-purple .gameTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle {
    gap: 5.0666666667vw;
    margin-top: 5.0666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle {
    gap: 11px;
    margin-bottom: 48px;
  }
}
.crossPlatformBusiness .gameInfo-purple .gameTitle__item {
  aspect-ratio: 1/1;
  display: block;
  height: 42.6666666667vw;
  background-size: 100% auto;
  background-image: var(--img);
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle__item {
    height: 127px;
  }
}

.licenseBusiness .visual {
  height: 42.1333333333vw;
  margin-top: 5.3333333333vw;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/licenseService_visual.jpg);
}
@media screen and (min-width: 577px) {
  .licenseBusiness .visual {
    height: 502px;
    margin-top: 50px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/licenseService_visual.jpg);
  }
}

.netCafeBusiness__content {
  -ms-flex-item-align: normal;
      align-self: normal;
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
  background-color: #f3f3f3;
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__content {
    padding-top: 30px;
    margin-top: 50px;
  }
}
.netCafeBusiness__appInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__appInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__appInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.netCafeBusiness__icon {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_appInfo_icon.png);
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__icon {
    width: 160px;
    height: 160px;
  }
}
.netCafeBusiness__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__detail {
    row-gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__detail h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__detail p {
    text-align: center;
  }
}
.netCafeBusiness__detail .btn_appstore {
  width: 33.7333333333vw;
  height: 10vw;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/netCafeBusiness_appInfo_btn_appstore.png);
  border: none;
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__detail .btn_appstore {
    background-size: auto 100%;
    width: 133px;
    height: 38px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_appInfo_btn_appstore.png);
  }
}
.netCafeBusiness .visual {
  height: 82.1333333333vw;
  margin-top: 5.3333333333vw;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/netCafeBusiness_visual.jpg);
}
@media screen and (min-width: 577px) {
  .netCafeBusiness .visual {
    height: 620px;
    margin-top: 30px;
    background-size: auto 100%;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_visual.jpg);
  }
}

.ncjLogo {
  background-repeat: no-repeat;
}

.ncjLogo.type-color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20261.58%20140.21%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Aurl(%23color)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22color%22%20x1%3D%22130.79%22%20y1%3D%22-4.45%22%20x2%3D%22130.79%22%20y2%3D%22160.93%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004c98%22%2F%3E%3Cstop%20offset%3D%220.52%22%20stop-color%3D%22%23003f7d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23003569%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M190%2C44.53H258.4a3.18%2C3.18%2C0%2C0%2C0%2C3.18-3.18V3.18A3.18%2C3.18%2C0%2C0%2C0%2C258.4%2C0H168.86a5.08%2C5.08%2C0%2C0%2C0-3.68%2C1.58l-25%2C26.26-25-26.26A5.08%2C5.08%2C0%2C0%2C0%2C111.51%2C0H28.66A5.1%2C5.1%2C0%2C0%2C0%2C25%2C1.58L1.39%2C26.44A5.08%2C5.08%2C0%2C0%2C0%2C0%2C29.93V137a3.18%2C3.18%2C0%2C0%2C0%2C3.18%2C3.18H41.35A3.19%2C3.19%2C0%2C0%2C0%2C44.53%2C137V50.38a5.24%2C5.24%2C0%2C0%2C1%2C5.24-5.24H90.44a5.25%2C5.25%2C0%2C0%2C1%2C5.24%2C5.24V137a3.18%2C3.18%2C0%2C0%2C0%2C3.18%2C3.18H137a3.19%2C3.19%2C0%2C0%2C0%2C3.18-3.18v-24.6l25%2C26.2a5.08%2C5.08%2C0%2C0%2C0%2C3.68%2C1.58H258.4a3.18%2C3.18%2C0%2C0%2C0%2C3.18-3.18V98.86a3.18%2C3.18%2C0%2C0%2C0-3.18-3.18H190a5.25%2C5.25%2C0%2C0%2C1-5.25-5.24V49.77A5.24%2C5.24%2C0%2C0%2C1%2C190%2C44.53Z%22%2F%3E%3C%2Fsvg%3E");
}

.prayForJapanLogo {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20185.8%20185.8%22%20style%3D%22enable-background%3Anew%200%200%20185.8%20185.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23F70B0B%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cellipse%20class%3D%22st0%22%20cx%3D%2292.9%22%20cy%3D%2292.9%22%20rx%3D%2292.9%22%20ry%3D%2292.9%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M56.4%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C59.6%2C40.4%2C58.1%2C39.7%2C56.4%2C39.7z%20M56.6%2C52.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M76.9%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C80.1%2C40.4%2C78.6%2C39.7%2C76.9%2C39.7z%20M77.1%2C52.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M79.8%2C62c-0.3-0.3-0.3-0.5-0.3-1.1v-5.7h-5.1v5.7c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h2.6v-4.7%20h-1.4C80.8%2C62.5%2C80.2%2C62.4%2C79.8%2C62z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M98.1%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5V45.9%20c0-1.9-0.5-3.3-1.4-4.4C101.3%2C40.4%2C99.7%2C39.7%2C98.1%2C39.7z%20M98.2%2C52.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4%20c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M120.4%2C51.1c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-3.4c-0.4%2C0-1-0.1-1.3-0.4%20c-0.3-0.3-0.3-0.5-0.3-1.1V39.7h-5.5v11.6c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h6.2c0.1%2C0%2C0.3%2C0%2C0.4%2C0v2.8%20c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-8.3v5.3h9.6c1.7%2C0%2C3.3-0.6%2C4.3-1.7c1.2-1.3%2C1.3-2.9%2C1.3-4.3V39.7h-5.3V51.1z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M92%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C95.2%2C119.4%2C93.7%2C118.7%2C92%2C118.7z%20M92.1%2C131.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M70.8%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5v-21.2%20c0-1.9-0.5-3.3-1.4-4.4C74%2C119.4%2C72.5%2C118.7%2C70.8%2C118.7z%20M70.9%2C131.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2c0.2-0.3%2C0.6-0.4%2C1.3-0.4%20h3.4c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M113.1%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5v-21.2%20c0-1.9-0.5-3.3-1.4-4.4C116.3%2C119.4%2C114.8%2C118.7%2C113.1%2C118.7z%20M113.2%2C131.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M49.2%2C139.3c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-8.3v5.3h9.6c1.7%2C0%2C3.3-0.6%2C4.3-1.7%20c1.2-1.3%2C1.3-2.9%2C1.3-4.3v-21.4h-5.3V139.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M134.8%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-21c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1v21h5.5v-21.2c0-1.9-0.4-3.3-1.4-4.4%20C138%2C119.4%2C136.5%2C118.7%2C134.8%2C118.7z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M108.2%2C79.5h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C111.4%2C80.1%2C109.9%2C79.5%2C108.2%2C79.5z%20M108.4%2C91.9c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V91.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M111.1%2C101.8c-0.3-0.3-0.3-0.5-0.3-1.1v-5.7h-5.1v5.7c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h2.6%20v-4.7h-1.4C112.1%2C102.3%2C111.5%2C102.2%2C111.1%2C101.8z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2257.3%2C97.2%2057.3%2C97.2%2053.6%2C97.2%20%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2252.6%2C97.2%2053.6%2C97.2%2052.6%2C97.2%20%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M50.2%2C84.9c0.2-0.3%2C0.6-0.4%2C1.3-0.4h0.3h3.1h5.6h0l0-5.1h-4.1h-4.6h-1.6c-1.7%2C0-3.2%2C0.6-4.2%2C1.7%20c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h2.7h1h3.7H59l0-4.9l0%2C0h-2.8h-3.6h-2.7v-6.2C49.9%2C85.5%2C50%2C85.2%2C50.2%2C84.9z%22%2F%3E%20%3Ccircle%20class%3D%22st1%22%20cx%3D%2278%22%20cy%3D%2293.2%22%20r%3D%229.1%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}

.btn--typeA, .btn--typeB {
  display: block;
  width: 180px;
  height: 50px;
  text-decoration: none;
}
.btn--typeA:hover, .btn--typeB:hover {
  text-decoration: none;
}
.btn--typeA {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.5px;
}
.btn--red {
  background: #f70a0a;
}
.btn--orange {
  background: #efad41;
}
.btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn--arrow em {
  margin-left: 19px;
  font-size: 1.4rem;
  color: #fff;
}
.btn--arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: solid 2px #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button.btn_closeModal {
  padding: 0;
}
.fancybox-button.btn_closeModal::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.7333333333vw;
  height: 7.7333333333vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/btn_closeModal.svg);
}
@media screen and (min-width: 577px) {
  .fancybox-button.btn_closeModal::before {
    width: 39px;
    height: 39px;
  }
}
@media screen and (min-width: 769px) {
  .fancybox-button.btn_closeModal::before {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=business.css.map */