@charset "utf-8";
.p-ncsoft {
  background: #f7f7f7;
  overflow: hidden;
  color: #000;
  font-family: "Noto Sans JP", "roboto", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft {
    font-size: 18px;
  }
}
.p-ncsoft img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-ncsoft__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-ncsoft__kv {
  text-align: center;
}

.p-ncsoft__section {
  padding: 60px calc(50vw - 50%) 56px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__section {
    padding-top: 120px;
  }
}
.p-ncsoft__section--white {
  background: #fff;
}
.p-ncsoft__lead {
  text-align: center;
  padding-bottom: 0;
}
.p-ncsoft__lead h2 {
  margin-bottom: 30px;
}
.p-ncsoft__nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(163px, auto));
  gap: 15px 18px;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__nav-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, auto));
  }
}
.p-ncsoft__nav-list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  color: #003569;
  border: 1px solid currentColor;
  font-weight: bold;
  padding: 8px 24px;
  font-size: min(20/750*100vw, 16px);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__nav-list > li > a {
    min-height: 50px;
  }
}
.p-ncsoft__nav-list > li > a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.p-ncsoft__nav-list > li > a:hover {
  background: #003569;
  color: #fff;
}
.p-ncsoft__h2 {
  position: relative;
  font-size: 54px;
  color: #003569;
  text-align: center;
  margin-bottom: min(50/750*100vw, 50px);
  padding-bottom: min(53/750*100vw, 56px);
}
.p-ncsoft__h2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(239/750*100vw, 239px);
  height: min(14/750*100vw, 14px);
  background: no-repeat url(../images/img-line.webp?$staticlink$) center/contain;
}
.p-ncsoft__model-list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 0 auto 30px;
  justify-content: center;
}
@media screen and (min-width: 980px), print {
  .p-ncsoft__model-list {
    width: 100%;
    flex-direction: row;
    gap: 25px;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
.p-ncsoft__model-list > li {
  width: 100%;
  max-width: 365px;
}
.p-ncsoft__model-box {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  padding: 20px;
}
.p-ncsoft__model-box__image {
  margin-bottom: 20px;
}
.p-ncsoft__model-box__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}

.p-ncsoft__model-box .c-button {
  background: #356ae7;
  width: 100%;
  height: 38px;
  color: #fff;
  border: 0;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.p-ncsoft__model-box .c-button::after {
  border-color: currentColor;
}

@media screen and (min-width: 768px), print {
  .p-ncsoft__model-box .c-button {
    font-size: 16px;
    height: 50px;
    border-radius: 25px;
  }
}
.c-button--large {
  width: 100%;
  height: auto;
  min-height: 38px;
  background: #356be9;
  color: #fff;
  border-radius: 43px;
  border: 0;
}
@media screen and (min-width: 768px), print {
  .c-button--large {
    min-height: 96px;
  }
}
.c-button--large::after {
  border-color: #fff;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
}

.p-ncsoft__about-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  margin-bottom: 30px;
}
.p-ncsoft__about-game__logo {
  width: 50%;
  flex: 0 0 auto;
}
.p-ncsoft__about-game__text {
  background: #fff;
  color: #000;
  padding: 12px 15px 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.p-ncsoft__section--white .p-ncsoft__about-game__text {
  background: #f7f7f7;
}

@media screen and (min-width: 768px), print {
  .p-ncsoft__about-game {
    flex-direction: row;
    margin-bottom: 60px;
    padding: 0;
  }

  .p-ncsoft__about-game__logo {
    flex: 0 0 auto;
    width: 268px;
    text-align: center;
  }
  .p-ncsoft__about-game__text {
    flex: 1 1 auto;
    font-size: 18px;
    padding: 15px 20px 12px;
    word-break: break-all;
  }
}
.p-ncsoft__bg-go-en {
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px), print {
  .p-ncsoft__bg-go-en {
    display: none;
  }
}

.p-ncsoft__about-ncsoft {
  background: #e2f5ff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__about-ncsoft {
    padding-bottom: 120px;
    word-break: break-all;
  }
}
.p-ncsoft__about-ncsoft h2 {
  text-align: center;
  width: min(355/750*100vw, 355px);
  margin: 0 auto 27px;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__about-ncsoft h2 {
    margin-bottom: 48px;
  }
}
.p-ncsoft__about-ncsoft__logo {
  width: min(240/750*100vw, 240px);
  margin: 27px auto 30px;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__about-ncsoft__logo {
    margin-bottom: 40px;
  }
}
.p-ncsoft__about-ncsoft .c-button--large {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-ncsoft__about-ncsoft .c-button--large {
    margin-top: 60px;
  }
}
.p-ncsoft__footer {
  padding: 20px calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  color: #fff;
  text-align: center;
}

.js-fade {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.js-fade.is-show {
  opacity: 1;
}
.coupon-wrap {
  width: 100%;
  max-width: 1050px;
  margin: 50px auto 10px;
  padding: 35px 50px 40px;
  border: 2px solid #356BE9;
  box-sizing: border-box;
}
.ttl-coupon__h3 {
  width: 100%;
  max-width: 950px;
}
.ttl-coupon__h4 {
  color: #356BE9;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-top: 40px;
}
.ttl-coupon__h4::before,
.ttl-coupon__h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #356BE9;
}
.txt-coupon {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.txt-coupon span {
  font-size: 31px;
}
.note-coupon {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.note-coupon-2 {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px), print { 
  .coupon-wrap {
    max-width: 306px;
    padding: 20px;
    margin: 30px auto 10px;
  }
  .ttl-coupon__h3 {
    max-width: 257px;
  }
  .ttl-coupon__h4 {
    font-size: 15px;
    margin-top: 15px;
    gap: 10px;
  }
  .txt-coupon {
    font-size: 17px;
    margin-top: 10px;
  }
  .txt-coupon span {
    font-size: 13px;
  }
  .note-coupon {
    font-size: 10px;
    margin-top: 5px;
  }
  .note-coupon-2 {
    max-width: 306px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
    margin-inline: auto;
  }
}