@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --color-shadow: rgb(0 0 0/.3);
}

.text-xxl {
  font-size: min(vw($value), 1.8rem);
}
@media screen and (min-width: 577px) {
  .text-xxl {
    font-size: 30px;
  }
}

.text-xl {
  font-size: min(vw($value), 1.56rem);
}
@media screen and (min-width: 577px) {
  .text-xl {
    font-size: 26px;
  }
}

.text-l {
  font-size: min(vw($value), 1.2rem);
}
@media screen and (min-width: 577px) {
  .text-l {
    font-size: 20px;
  }
}

.text-m {
  font-size: min(vw($value), 0.96rem);
}
@media screen and (min-width: 577px) {
  .text-m {
    font-size: 16px;
  }
}

.text-s {
  font-size: min(vw($value), 0.84rem);
}
@media screen and (min-width: 577px) {
  .text-s {
    font-size: 14px;
  }
}

.text-xs {
  font-size: min(vw($value), 0.78rem);
}
@media screen and (min-width: 577px) {
  .text-xs {
    font-size: 13px;
  }
}

ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1170px) {
  #nctGnb .ncGnb div.wrap {
    height: auto;
    width: 100%;
    min-width: inherit;
  }
  #grobalFooterLink table tr {
    display: flex;
  }
  #grobalFooterLink table tr td:not(:last-child) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  #grobalFooterLink table tr td:last-child {
    width: 350px;
  }
  #grobalFooterLink table tr td a {
    width: 100%;
  }
  #nctFooter .ncFooter {
    min-width: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
    min-width: auto !important;
  }
  #nctGnb .ncGnb div.wrap {
    position: relative;
    height: auto;
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    background: #fff;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList, #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
    border: none;
    padding: 10px 45px 0 24px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu {
    position: static;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu {
    min-width: 100%;
    height: 30px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
    height: 30px;
    width: 25%;
    text-align: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li + li a {
    border-left: 1px solid #ececec;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #nctGnb .gnb-games {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
  }
  #nctGnb .gnb-games div.list-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc, #nctGnb .gnb-games div.list-container div.mobile {
    float: none;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc .title, #nctGnb .gnb-games div.list-container div.mobile .title {
    padding-left: 10px;
  }
  #nctGnb .gnb-games div.list-container div.mobile {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
  }
  #nctGnb .gnb-games div.list-container div.pc ul, #nctGnb .gnb-games div.list-container div.mobile ul,
  #nctGnb .gnb-games div.list-container div.mobile ul {
    display: flex;
    align-items: center;
  }
  #nctGnb .gnb-games div.list-container div.pc ul:after, #nctGnb .gnb-games div.list-container div.mobile ul:after,
  #nctGnb .gnb-games div.list-container div.mobile ul:after {
    display: none;
  }
  #nctGnb .gnb-games div.list-container div.pc ul li:first-child, #nctGnb .gnb-games div.list-container div.mobile ul li:first-child,
  #nctGnb .gnb-games div.list-container div.mobile ul li:first-child {
    margin-left: 0;
  }
  #grobalFooterLink .footerTableArea .gnbLeft {
    overflow: hidden;
  }
  #grobalFooterLink .footerTableArea table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #grobalFooterLink .footerTableArea table tr td {
    border: none;
    border-right: 1px solid #ddd;
  }
  #grobalFooterLink .footerTableArea table tr td:not(:last-child) {
    width: 25%;
    box-sizing: border-box;
  }
  #grobalFooterLink .footerTableArea table tr td:last-child {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 10px;
  }
  div#nctFooter {
    position: relative;
    z-index: 9;
    height: auto;
    padding: 15px 10px;
  }
  div#nctFooter div.ncFooter {
    min-width: inherit;
    text-align: center;
  }
  div#nctFooter div.ncFooter .logo {
    text-align: center;
  }
  div#nctFooter div.ncFooter div.footerMenu {
    position: static;
  }
  div#nctFooter div.ncFooter address:before {
    display: none !important;
  }
  #content ul.snsList {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 10px;
    right: 0;
  }
  #content ul.snsList li {
    float: none;
  }
  #content ul.snsList li.fbShare {
    margin-left: 0;
  }
  #content ul.snsList li a {
    min-width: initial !important;
  }
}
.txt_lead {
  font-family: "Noto Serif JP", serif;
}

.bodyArea {
  font-weight: 400;
}

.headArea .bnsLogo {
  position: absolute;
  top: 2.6666666667vw;
  left: 1.8666666667vw;
  margin-left: 0;
  width: 27.2vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .headArea .bnsLogo {
    top: 26px;
    left: 10px;
    width: 206px;
    height: 94px;
  }
}
@media screen and (min-width: 1171px) {
  .headArea .bnsLogo {
    left: 50%;
    margin-left: -570px;
  }
}
.headArea .bnsLogo.is-black a {
  background-image: url(https://static.ncsoft.jp/images/bns/common/logo_bk.png);
}
.headArea .bnsLogo a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png);
  text-indent: -9999em;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.msgModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.msgModal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 3rem 4rem;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px rgb(0, 0, 0));
}

.defaultModal {
  -o-border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/modalFrame.png) 20 215 fill/20px 215px/0 round;
     border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/modalFrame.png) 20 215 fill/20px 215px/0 round;
  background: transparent;
  transform: translateY(-30px);
  transition: all 0.7s ease-out;
  padding: 0;
}
.defaultModal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 434px;
  height: 273px;
  padding: 2rem;
  color: #fff;
}

.modalCont_oops {
  width: 58px;
  height: 58px;
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/ico_oops.png") no-repeat 50% 0;
}
.modalCont_txt {
  font-size: 1.3rem;
}

.fancybox-slide--current .defaultModal {
  transform: translateY(0);
  opacity: 1;
}

.fancybox-button.fancybox-close-small {
  color: #fff;
}

.evContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-style: solid;
  border-width: 0;
  padding-top: 8.5333333333vw;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10.6666666667vw;
  filter: drop-shadow(0 0 8px rgba(60, 95, 192, 0.75));
  background: linear-gradient(164deg, #260e5a 0%, #100e33 100%);
  box-shadow: 0 0 0 1px #902ff2 inset;
}
@media screen and (max-width: 768px) {
  .evContainer {
    align-self: stretch;
  }
}
@media screen and (min-width: 769px) {
  .evContainer {
    width: min(1100px, 90vw);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1171px) {
  .evContainer {
    width: 1100px;
    font-size: 1.2rem;
  }
}

.subContainer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  -o-border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/subContainer_frame.png) 35 35 fill/36px 36px/0 round;
     border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/subContainer_frame.png) 35 35 fill/36px 36px/0 round;
  border-style: solid;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
}
.subContainer ~ .subContainer {
  margin-top: 10px;
}
.subContainer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
}
.subContainer__body_innerFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tableContainer {
  width: 100%;
  background-color: #251c17;
}
@media screen and (min-width: 769px) {
  .tableContainer.w-100 {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .tableContainer {
    -o-border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/tableFrame.png) 7 466 fill/7px 466px/5px round;
       border-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/tableFrame.png) 7 466 fill/7px 466px/5px round;
  }
}
.tableContainer .table {
  border-radius: 2px;
  overflow: hidden;
  color: #192244;
  font-weight: 400;
}
.tableContainer .table .icoCell {
  padding: 3px 10px;
  text-align: left;
}
.tableContainer .table .itemIco {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tableContainer .table .itemIco::before {
  flex-shrink: 0;
  content: "";
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
  background-image: var(--itemIco);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .tableContainer .table .itemIco::before {
    width: 48px;
    height: 48px;
  }
}
.tableContainer .table .itemIco .kome {
  font-size: 0.8rem;
}
.tableContainer .table thead tr {
  background: #a53858;
}
.tableContainer .table thead th + th {
  border-left: solid 1px #000;
}
.tableContainer .table thead th {
  color: #ffe7ec;
  height: 8.5333333333vw;
  font-size: 1.2rem;
  border-top: none;
  border-bottom-color: #000;
}
@media screen and (min-width: 769px) {
  .tableContainer .table thead th {
    font-size: 1.2rem;
    height: 58px;
  }
}
.tableContainer .table thead th[rowspan] {
  border-left: 1px solid #48200a;
}
.tableContainer .table thead th[rowspan]:not(:last-child) {
  border-right: solid 1px #000;
}
.tableContainer .table tbody td + td {
  border-left: solid 1px #513f33;
}
.tableContainer .table tbody tr td {
  height: 64px;
  font-size: 1.1rem;
  border-top-color: #513f33;
}
@media screen and (max-width: 768px) {
  .tableContainer .table tbody tr td {
    white-space: nowrap;
    font-size: min(3.2vw, 1.1rem);
  }
}
.tableContainer .table tbody tr td[rowspan] {
  color: #ffe7ec;
  border-left: 1px solid #513f33;
}
.tableContainer .table tbody tr td[rowspan]:not(:last-child) {
  border-right: solid 1px #513f33;
}
.tableContainer .table figure {
  margin-bottom: 0;
}
.tableContainer .table.text-small td {
  font-size: 0.9rem;
}
.tableContainer .table--typeA thead tr {
  background: var(--bg-gradient);
}
.tableContainer .table--typeA thead tr th {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #48200a;
}
.tableContainer .table--typeA tbody tr {
  background: #381604;
}
.tableContainer .table--typeA tbody tr:nth-of-type(even) {
  background: #311100;
}
.tableContainer .table--typeA tbody tr td {
  border-top: none;
  border-right: 1px solid #48200a;
  border-bottom: 1px solid #48200a;
}
.tableContainer .table--typeA tbody tr td[rowspan] {
  border-left: 1px solid #48200a;
}
.tableContainer .table--typeA tbody tr td[rowspan]:not(:last-child) {
  border-right: solid 1px #000;
}
.tableContainer .table--typeA tr > * {
  color: rgba(255, 255, 255, 0.8);
}
.tableContainer .table--typeB {
  background: #8b0000;
  border: solid 2px #d41b18;
}
.tableContainer .table--typeB thead th {
  border-right: solid 1px #330000;
}
.tableContainer .table--typeB tbody > * {
  vertical-align: middle;
  font-size: 1.1rem;
  color: #3e1400;
  border-right: solid 1px #8c0404;
  border-bottom: solid 1px #8c0404;
}
.tableContainer .table--typeB tbody > *.bg-light {
  background: #ffe4df !important;
}
.tableContainer .table--typeB tbody th {
  background: #fd8e78;
}
.tableContainer .table-sm tr > * {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tableContainer .table-sm thead th {
  min-width: 4rem;
  font-size: min(4vw, 1.3rem);
}
@media screen and (min-width: 769px) {
  .tableContainer .table-sm thead th {
    font-size: 1.3rem;
  }
}
.tableContainer .table-sm tbody tr th {
  min-width: 8rem;
}
.tableContainer .table-sm tbody tr td {
  height: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .tableContainer .table-sm tbody tr td {
    height: 44px;
  }
}
.tableContainer table {
  width: 100%;
  border-collapse: collapse !important;
  margin-bottom: 0;
}
.tableContainer table tr > * {
  text-align: center;
  vertical-align: middle;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 769px) {
  .tableContainer table tr > * {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.tableContainer table thead th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  height: 40px;
  color: #fff;
}
.tableContainer table tbody tr.bg-light {
  background: #ffe4df !important;
}
.tableContainer table tbody tr.bg-light th {
  background: #ffad9d;
}
.tableContainer table tbody tr > * {
  vertical-align: middle;
  font-size: 0.9rem;
}
.tableContainer table tbody tr > *.bg-light {
  background: #ffe4df !important;
}
.tableContainer table tbody tr th {
  background: #fd8e78;
}

.fbConntent {
  padding: 5.3333333333vw;
  color: var(--color-base);
  filter: drop-shadow(0 0 8px rgba(60, 95, 192, 0.75));
  background: linear-gradient(164deg, #260e5a 0%, #100e33 100%);
  box-shadow: 0 0 0 1px #902ff2 inset;
  width: 90vw;
}
@media screen and (min-width: 769px) {
  .fbConntent {
    width: min(660px, 80vw);
    padding: 56px;
  }
}
.fbConntent__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fbConntent .fbHdg {
  align-self: normal;
  height: 40px;
  text-indent: -9999em;
  background-size: contain !important;
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/fbHdg.png") no-repeat 50% 0;
}

:root {
  --color-base: #fff;
  --color-white: #fff;
  --color-highlight: #e76a8a;
  --color-danger: #ff4052;
  --color-purple: #c0c9ff;
  --bg-gradient: linear-gradient(180deg, rgba(209,49,21,1) 49%, rgba(177,41,18,1) 50%);
}

:root p {
  margin-bottom: 0;
}

.color-base {
  color: var(--color-base);
}

.color-white {
  color: var(--color-white);
}

.color-hilight {
  color: var(--color-highlight);
}

.color-danger {
  color: var(--color-danger);
}

.color-purple {
  color: var(--color-purple);
}

.text-stroke-1 {
  text-stroke: 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow);
}

.text-stroke-2 {
  text-stroke: 2px 2px 1px var(--color-shadow), 2px 1px 1px var(--color-shadow), 2px 0 1px var(--color-shadow), 2px -1px 1px var(--color-shadow), 2px -2px 1px var(--color-shadow), 1px 2px 1px var(--color-shadow), 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 1px -2px 1px var(--color-shadow), 0 2px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), 0 -2px 1px var(--color-shadow), -1px 2px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow), -1px -2px 1px var(--color-shadow), -2px 2px 1px var(--color-shadow), -2px 1px 1px var(--color-shadow), -2px 0 1px var(--color-shadow), -2px -1px 1px var(--color-shadow), -2px -2px 1px var(--color-shadow);
}

.text-stroke-3 {
  text-stroke: 3px 3px 1px var(--color-shadow), 3px 2px 1px var(--color-shadow), 3px 1px 1px var(--color-shadow), 3px 0 1px var(--color-shadow), 3px -1px 1px var(--color-shadow), 3px -2px 1px var(--color-shadow), 3px -3px 1px var(--color-shadow), 2px 3px 1px var(--color-shadow), 2px 2px 1px var(--color-shadow), 2px 1px 1px var(--color-shadow), 2px 0 1px var(--color-shadow), 2px -1px 1px var(--color-shadow), 2px -2px 1px var(--color-shadow), 2px -3px 1px var(--color-shadow), 1px 3px 1px var(--color-shadow), 1px 2px 1px var(--color-shadow), 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 1px -2px 1px var(--color-shadow), 1px -3px 1px var(--color-shadow), 0 3px 1px var(--color-shadow), 0 2px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), 0 -2px 1px var(--color-shadow), 0 -3px 1px var(--color-shadow), -1px 3px 1px var(--color-shadow), -1px 2px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow), -1px -2px 1px var(--color-shadow), -1px -3px 1px var(--color-shadow), -2px 3px 1px var(--color-shadow), -2px 2px 1px var(--color-shadow), -2px 1px 1px var(--color-shadow), -2px 0 1px var(--color-shadow), -2px -1px 1px var(--color-shadow), -2px -2px 1px var(--color-shadow), -2px -3px 1px var(--color-shadow), -3px 3px 1px var(--color-shadow), -3px 2px 1px var(--color-shadow), -3px 1px 1px var(--color-shadow), -3px 0 1px var(--color-shadow), -3px -1px 1px var(--color-shadow), -3px -2px 1px var(--color-shadow), -3px -3px 1px var(--color-shadow);
}

.text-shadow-1 {
  text-shadow: 0 0 4px #9780ff;
}

.color-1-odd {
  background-color: #972f4d;
}

.color-2-odd {
  background-color: #f5dfe2;
}

.color-3-odd {
  background-color: #f5e5e7;
}

.color-1-even {
  background-color: #b33055;
}

.color-2-even {
  background-color: #fff2f1;
}

.color-3-even {
  background-color: #fff9f8;
}

html, body {
  overflow: inherit;
}

html {
  width: calc(100vw - (100vw - 100%));
}

body {
  line-height: 1.4;
  counter-reset: number 0;
  min-width: auto;
}
@media screen and (min-width: 1171px) {
  body {
    min-width: 1170px;
  }
}

figure {
  margin-bottom: 0;
}

.open-fb {
  overflow: hidden;
}

[v-cloak] {
  opacity: 0;
}

.text-big {
  font-size: 2.4rem;
  font-weight: 800;
}

.text-color-1 {
  color: #ffffff;
}

.text-color-2 {
  color: #fbe472;
}

.text-color-3 {
  color: #fbe49e;
}

.list-disc {
  list-style-type: disc;
  padding-left: 23px;
  text-indent: -23px;
}

.list-kome {
  list-style-type: "※";
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 1.75rem;
}

.kome {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.kome::before {
  content: "※";
}

.strong {
  font-weight: bold;
}

.txt_lead {
  text-align: center;
  color: #fff;
  font-size: max(2.6666666667vw, 16px);
  filter: drop-shadow(0 0 2px rgb(0, 0, 0)) drop-shadow(0 0 2px rgb(0, 0, 0));
}
@media screen and (min-width: 769px) {
  .txt_lead {
    font-size: 21px;
  }
}

.btn_9th {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 4.2666666667vw;
  right: 3.6vw;
  width: 25.0666666667vw;
  height: 22.1333333333vw;
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/btn_9th.png") no-repeat 50% 0/contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 769px) {
  .btn_9th {
    top: 37px;
    right: 0;
    width: 236px;
    height: 207px;
  }
}
.btn_9th a {
  display: block;
  width: 207px;
  height: 207px;
  border-radius: 100%;
}

@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 2.1rem !important;
  }
  h2, .h2 {
    font-size: 1.8rem !important;
  }
  h3, .h3 {
    font-size: 1.4rem !important;
  }
  h4, .h4 {
    font-size: 1.1rem !important;
  }
  h5, .h5 {
    font-size: 1.1rem !important;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
.allContent {
  font-size: min(4vw, 1rem);
  font-weight: 200;
  background-color: #020b16;
}
@media screen and (min-width: 769px) {
  .allContent {
    font-size: 1rem;
  }
}

.headArea {
  height: 181.3333333333vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/m/main.webp);
}
@media screen and (min-width: 769px) {
  .headArea {
    height: 1080px;
    background-size: auto;
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305gift/img/main.webp);
  }
}
.headArea [class^=text] {
  text-indent: -9999em;
}

.bodyArea {
  position: relative;
  padding-top: 0.1px;
  color: var(--color-base);
  font-feature-settings: "palt";
  font-family: "Folk Regular";
  background-repeat: no-repeat;
  background-position-x: center;
}
@media screen and (min-width: 769px) {
  .bodyArea {
    background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/body_bg.webp") no-repeat center 1300px;
  }
}
.bodyArea a {
  color: #a7d9ff;
}
.bodyArea a:hover {
  color: #a7d9ff;
  text-decoration: none;
}

.innerFrame {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .innerFrame {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1171px) {
  .innerFrame {
    width: 1170px;
  }
}

.sect {
  position: relative;
}
.sect ~ .sect {
  margin-top: 9.2vw;
}
@media screen and (min-width: 769px) {
  .sect ~ .sect {
    margin-top: 69px;
  }
}
.sect-1__hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-1_hdg.png") no-repeat 50% 0/contain;
}
.sect-1__cont-1_hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-1_cont-1_hdg.png") no-repeat 50% 0/contain;
}
.sect-1__cont-2_hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-1_cont-2_hdg.png") no-repeat 50% 0/contain;
}
@media screen and (min-width: 769px) {
  .sect {
    margin-top: -200px;
  }
}
.sect-2__hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-2_hdg.png") no-repeat 50% 0/contain;
}
.sect-3__hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-3_hdg.png") no-repeat 50% 0/contain;
}
.sect-4__hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-4_hdg.png") no-repeat 50% 0/contain;
}
.sect-4__cont-1_hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-4_cont-1_hdg.png") no-repeat 50% 0/contain;
}
.sect-4__cont-2_hdg {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-4_cont-2_hdg.png") no-repeat 50% 0/contain;
}
@media screen and (min-width: 769px) {
  .sect-4__hdg {
    height: 119px !important;
  }
}
@media screen and (min-width: 769px) {
  .sect-4__soulpass {
    align-self: stretch;
    height: 69px;
    text-indent: -9999em;
    background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/sect-4_soulpass.png") no-repeat 50% 0;
  }
}
.sect-att {
  position: relative;
  z-index: 1;
  margin-top: 20vw !important;
  color: #6b96c3;
  background: #02203c;
}
.sect-att .innerFrame {
  align-items: flex-start;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sect-att .innerFrame {
    padding: 100px;
  }
}
.sect-att h3 {
  color: #6d98ba;
  font-weight: 800;
}
.sect-att dt {
  color: #fff;
  font-weight: normal;
}
.sect-att ul {
  list-style-position: inside;
}
.sect__hdg {
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
  height: 21.3333333333vw;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position-x: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sect__hdg {
    height: 178px;
  }
}
.sect__hdg span {
  text-indent: -9999em;
}
.sect__cont_hdg {
  align-self: stretch;
  text-indent: -9999em;
  height: 9.3333333333vw;
  margin-top: 5.8666666667vw;
  margin-bottom: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .sect__cont_hdg {
    height: 56px;
    margin-top: 44px;
    margin-bottom: 26px;
  }
}

.careerWrapper {
  display: flex;
  gap: 30px 10px;
}
@media screen and (max-width: 576px) {
  .careerWrapper {
    flex-direction: column;
    align-self: stretch;
  }
}
@media screen and (min-width: 577px) {
  .careerWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.careerWrapper .careerContainer {
  display: flex;
  flex-direction: column;
  width: auto;
  background: rgba(5, 10, 39, 0.9);
  border: solid 1px #231da5;
}
@media screen and (min-width: 577px) {
  .careerWrapper .careerContainer {
    width: 49%;
  }
}
@media screen and (min-width: 577px) {
  .careerWrapper .careerContainer .spBtn {
    margin-top: auto;
  }
}
.careerWrapper .careerHdg {
  align-self: stretch;
  position: relative;
  height: 10.6666666667vw;
  margin-bottom: 0;
  font-family: "Folk Medium";
  font-weight: normal;
  font-size: min(4.4vw, 1.5rem) !important;
  background: rgba(45, 29, 141, 0.9);
  border-bottom: 1px solid #653dd3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 577px) {
  .careerWrapper .careerHdg {
    font-size: min(3.8133333333vw, 1.3rem) !important;
  }
}
@media screen and (min-width: 769px) {
  .careerWrapper .careerHdg {
    height: 80px;
    font-size: 26px !important;
  }
}
.careerWrapper .careerHdg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 33px;
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/deco_line.png") no-repeat 50% 0;
}
.careerWrapper .careerHdg i {
  font-style: normal;
}
.careerWrapper .careerBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.3333333333vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .careerWrapper .careerBody {
    padding-top: 47px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 577px) {
  .itemList {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .itemList {
    margin-bottom: 78px;
  }
}
.itemList li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.itemList li + li {
  margin-top: 16px;
}
.itemList li .ico {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-image: var(--ico);
  background-size: contain;
  box-shadow: 0 0 0 1px #667fa7 inset;
}
@media screen and (min-width: 769px) {
  .itemList li .ico {
    width: 64px;
    height: 64px;
  }
}

.howto {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .howto {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .howto {
    flex-direction: column;
  }
}
.howto .howto__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: auto;
  background: rgba(5, 10, 39, 0.9);
  border: solid 1px #231da5;
}
@media screen and (max-width: 768px) {
  .howto .howto__item {
    flex: none;
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .howto .howto__item {
    flex: 1;
    width: auto;
  }
}
@media screen and (min-width: 577px) {
  .howto .howto__item .spBtn {
    margin-top: auto;
  }
}
.howto .howto__item_up {
  flex: 1;
  align-self: stretch;
  position: relative;
  margin-bottom: 0;
  font-family: "Folk Medium";
  font-weight: normal;
  border-bottom: 1px solid #653dd3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 577px) {
  .howto .howto__item_up {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.howto .howto__item_up::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 33px;
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/deco_line.png") no-repeat 50% 0;
}
.howto .howto__item_up i {
  font-style: normal;
}
.howto .howto__item_low {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5.3333333333vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 4vw;
  background: rgba(45, 29, 141, 0.9);
  font-size: min(3.8133333333vw, 1.3rem);
}
@media screen and (min-width: 577px) {
  .howto .howto__item_low {
    height: 110px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.spBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  overflow: hidden;
  width: 48.9333333333vw;
  height: 12.4vw;
  margin-top: auto;
  padding: 0;
  font-family: "Folk Heavy";
  border: none;
}
@media screen and (max-width: 768px) {
  .spBtn {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .spBtn {
    width: 234px;
    height: 51px;
  }
}
@media screen and (min-width: 769px) {
  .spBtn {
    width: 304px;
    height: 66px;
  }
}
.spBtn i {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-style: normal;
  font-size: min(4vw, 30px);
  transform: translateY(-0.4rem);
}
@media screen and (min-width: 577px) {
  .spBtn i {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .spBtn i {
    font-size: 24px !important;
  }
}
.spBtn_active {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/btn_reward.png") no-repeat 50% 0/auto 100%;
}
.spBtn_disabled {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/btn_dis.png") no-repeat 50% 0/auto 100%;
}

.btn_reward[disabled] {
  background: url("https://static.ncsoft.jp/images/event/bns/2305gift/img/btn_reward-dis.png") no-repeat 50% 0/auto 100%;
  opacity: 1;
}
.btn_reward[disabled] i {
  color: rgba(0, 0, 0, 0.6);
}

:root .btn_closeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 37px;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, rgb(160, 160, 160) 33%, rgb(175, 175, 175) 67%);
  border: solid 2px rgb(158, 158, 158);
  text-shadow: 0 0 2px rgb(0, 0, 0);
}

.inlineScroll {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: none;
    background: #463519;
  }
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar-thumb {
    background: #ff006a;
    cursor: pointer;
  }
}/*# sourceMappingURL=style.css.map */