@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
    overflow: inherit;
}
#content {
    background-color: #135e5d;
    font-size: 18px;
    line-height: 1.4;
    color: #002716;
}
#content #headArea {
    height: 860px;
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/main.jpg) center top no-repeat;
}
#content #headArea .inner {
    white-space: nowrap;
    text-indent: -9999em;
}
#content a {
    text-decoration: none;
}

#content p + p {
  margin-top: 10px;
}

#content #headArea .bnsLogo a {
  height: 100%;
  background: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  #content #headArea .bnsLogo {
    height: 46px;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}
#content #headArea .bnsLogo.is-black a {
  background: url(https://static.ncsoft.jp/images/bns/common/logo_bk.png) center/contain no-repeat;
}

#content #bodyArea {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/bodyAreaBg.jpg) center top no-repeat, url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/bodyAreaBg_bottom.jpg) center top repeat-y;
    padding-bottom: 250px;
}

@media screen and (max-width: 960px) {
    #content #bodyArea {
        padding-bottom: 15%;
    }
}

#content .sctWrapper {
    position: relative;
    filter: drop-shadow(2px 6px 9px #0008);
}

/* #content #sct1 {
    height: 348px;
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/sct1.jpg) center top no-repeat;
} */

#content #sct1::before {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_top.png) no-repeat top center;
    position: absolute;
    max-width: 1188px;
    height: 46px;
    top: 0;
    left: 0;
    right: 0;
    margin: -2px auto;
    filter: drop-shadow(4px 4px 2px #0005) drop-shadow(2px 6px 9px #0008);
    z-index: 1;
}

#content .sctWrapper::before {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_deco.png) center top no-repeat;
    width: 322px;
    height: 467px;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 2;
    transform: translateX(-50%);
    left: calc(50% - 500px);
}


#content .sct:not(:last-child) .inner {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_right.png) repeat-y right top, url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_left.png) repeat-y left top;
    background-color: #e9e4d9;
}

#content .sct .fw-bold {
    font-weight: bold;
}

#content .sct .text--white {
    color: #fff !important;
}
#content .sct .text--red {
    color: #9d1f01 !important;
}
#content .sct .text--brown {
    color: #6a1601 !important;
}
#content .sct .text--blue {
    color: #0033ca !important;
}
#content .sct .text--sm {
    font-size: 0.9em;
}
#content .sct .text--lg {
    font-size: 1.15em;
}
#content .sct .text--xl {
    font-size: 1.25em;
}
#content .sct .text--serif,
#content .sct .text--serif * {
    font-family: "Noto Serif SC", serif;
}

#content .sct .list-no {
    border-radius: 4px;
    box-shadow: 0 0 0 2px #ede8d3, 0 0 0 5px #82a29c;
    background: #b8c7bc;
    padding: 5% 6% 3%;
    margin-top: -5%;
}
#content .sct .list-no li {
    position: relative;
    padding-left: calc(34px + 0.25em);
}
#content .sct .list-no li .no {
    position: absolute;
    left: 0;
    top: -4px;
    display: inline-block;
    width: 33px;
    height: 32px;
    text-indent: 0;
    text-align: center;
    font-weight: bold;
    margin-right: 0.25em;
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/no_bg.png) center top / contain no-repeat;
    color: #fff;
    line-height: 32px;
}

#content .sct .list-time {
    flex-wrap: wrap;
    justify-content: center !important;
}

#content .sct .list-time li {
    width: 188px;
    height: 148px;
    line-height: 148px;
    margin: 4px;
}

#content .sct .list-time li:nth-child(odd) {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/time_bg1.png) center top / contain no-repeat;
}

#content .sct .list-time li:nth-child(even) {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/time_bg2.png) center top / contain no-repeat;
}

#content .sct .list-ex {
    text-indent: -2.25em;
    padding-left: 2.25em;
}
#content .sct .list-ex .ex {
    display: inline-block;
    color: #fff;
    line-height: 1.1;
    text-indent: 0;
    background: #1751ff;
    border-radius: 1em;
    width: 2em;
    text-align: center;
    margin-right: 0.25em;
}

#content .sct .sct__table table {
    width: 100%;
    border-radius: 5px;
}
#content .sct .sct__table table th,
#content .sct .sct__table table td {
    padding: 0.5em;
}
@media screen and (max-width: 640px) {
    #content .sct .sct__table table th,
    #content .sct .sct__table table td {
        padding: 0.25em;
    }
}


#content .sct .table-red  thead th {
    background: #932407;
    width: calc(100% / 3);
    color: #fff;
}

#content .sct .table-red {
    border: 2px solid #691500;
}

#content .sct .table-red th,
#content .sct .table-red td {
    border-right: 1px solid #691500;
    border-top: 1px solid #691500;
}

#content .sct .table-red tbody tr:last-child {
    border-bottom: 3px solid #691500;
}

#content .sct .table-red tbody tr:nth-child(odd) th,
#content .sct .table-red tbody tr:nth-child(odd) td {
    background: #e1dbda;
}

#content .sct .table-red tbody tr:nth-child(even) th,
#content .sct .table-red tbody tr:nth-child(even) td {
    background: #d3c5c3;
}

#content .sct table tbody th, #content .sct table tbody td {
    font-weight: normal;
}


#content .sct .table-green  thead th {
    background: #035d4c;
    width: calc(100% / 4);
}

#content .sct .table-green {
    border: 2px solid #004034;
}

#content .sct .table-green th,
#content .sct .table-green td {
    border-right: 1px solid #004034;
    border-top: 1px solid #004034;
}

#content .sct .table-green tbody tr:last-child {
    border-bottom: 3px solid #004034;
}

#content .sct .table-green tbody tr:nth-child(odd) th,
#content .sct .table-green tbody tr:nth-child(odd) td {
    background: #cad7cb;
}

#content .sct .table-green tbody tr:nth-child(even) th,
#content .sct .table-green tbody tr:nth-child(even) td {
    background: #b4c8bb;
}

#content #sct3 {
  text-align: center;
}

#content #sct5 {
  position: relative;
}
#content #sct5::before, 
#content #sct5::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}
#content #sct5::before {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/chara1.png) no-repeat bottom center/contain;
    top: 286px;
    left: calc(50% - 784px);
    width: 646px;
    height: 840px;
}
#content #sct5::after {
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/chara2.png) no-repeat bottom center/contain;
    top: 1269px;
    left: calc(50% + 605px);
    width: 224px;
    height: 624px;
}


#content #sct5 table img {
    width: 50px;
    min-width: 36px;
    min-height: 36px;
}
@media screen and (max-width: 640px) {
    #content #sct5 table img {
        min-width: 30px;
        min-height: 30px;
    } 
}

#content #sct6 .inner {position: relative;}

#content #sct6 .inner::before {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_bottom-left.png) no-repeat bottom center;
    position: absolute;
    bottom: -1px;
    left: -8px;
    z-index: 1;
    width: 27px;
    height: 44px;
    vertical-align: bottom;
}

#content #sct6 .inner::after {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/frame_bottom-right.png) no-repeat bottom center;
    position: absolute;
    bottom: -1px;
    right: -8px;
    z-index: 1;
    width: 27px;
    height: 44px;
    vertical-align: bottom;
}

#content #sct6 .sct__title {
    margin-bottom: -3%;
} 

#content #att {
    display: none;
    background: #194344;
}

#content .att__title {
    color: #a3beaf;
}

#content .att__list {
    list-style: decimal;
    color: #7aafb0;
}


@media screen and (max-width: 1200px) {
    #content .sctWrapper::before {
        content: none;
    }
    #content #sct5::before,
    #content #sct5::after {
        content: none;
    }
}
@media screen and (max-width: 1000px) {
    #content {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
  #content #headArea {
    height: 126vw;
    background: url(https://static.ncsoft.jp/images/event/bns/2305ingame/img/main_sp.jpg) center top / cover no-repeat;
  }
}
@media screen and (max-width: 640px) {
    #content {
        font-size: 14px;
    }
    #content #sct1,
    #content #sct2,
    #content #sct3,
    #content #att {
        height: auto;
    }

    #content #sct1::before {
        transform: translateX(-50%);
        left: 50%;
        width: 1188px;
        height: 46px;
    }

    #content #sct1 .inner {
        padding-top: 17vw !important;
    }

    #content .sct .list-no li {
        padding-left: calc(28px + 0.25em);
    }
    #content .sct .list-no li .no {
        width: 28px;
        height: 28px;
    }

    #content #sct3 .list-ex {
        margin-top: 1em;
    }

    #content #sct6 {
        margin-bottom: 50px;
    }

    #content #att {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
}

@media screen and (max-width: 1200px) {
  html,
  body {
      min-width: auto;
  }
  img {
      max-width: 100%;
  }
  #content .inner {
      width: 100%;
      max-width: 1110px;
  }
  #nctFooter div.ncFooter,
  #nctGnb .ncGnb > div.wrap {
      min-width: auto;
      max-width: none;
  }

  #content #headArea .fixObj ul.snsList {
      right: 0.5em;
  }
  #content #headArea .fixObj .bnsLogo {
      margin-left: 0;
      left: 10px;
  }
  #content #headArea .fixObj .bnsLogo a {
      margin: 0;
  }
  #content ul.snsList li.fbOfficial a,
  #content ul.snsList li.ad a,
  #content ul.snsList li.bnsOfficial a {
      min-width: auto;
  }
  #grobalFooterLink .footerTableArea table tr {
      display: flex;
      justify-content: center;
      align-items: 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%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  #grobalFooterLink .footerTableArea table tr td:last-child {
      width: 100%;
      border-top: 1px solid #dddddd;
      padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  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 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #eeeeee;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList,
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
      left: 0;
      border: none;
      padding: 10px 30px 0;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu {
      position: static;
      display: flex;
      justify-content: space-between;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu {
      min-width: 100%;
      height: 30px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .myInfo + .menu {
      min-width: auto;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
      height: 30px;
      min-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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 0.5em;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a,
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a span {
      white-space: nowrap;
  }
  body #nctGnb .gnbMenu .myInfo {
      width: 50%;
  }
  body #nctGnb .gnbMenu .myInfo p {
      display: flex;
      align-items: center;
      height: 30px;
      padding: 0 0.5em;
  }
  #nctGnb .gnb-games {
      border-top: 1px solid #eeeeee;
      padding: 10px;
      -webkit-box-sizing: border-box;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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;
  }

  #content {
      height: 100%;
      width: 100%;
      overflow: hidden;
  }
  #content #headArea .fixObj {
      z-index: inherit;
  }
  #content #headArea .fixObj .bnsLogo {
      height: 47px;
      width: 100px;
      position: absolute;
      top: 15px;
      left: 0;
      margin-left: 0;
  }
  #content #headArea .fixObj .bnsLogo a {
      height: 47px;
      width: 100px;
      margin: 0;
  }
  #content #headArea .fixObj ul.snsList {
      top: 20px;
      right: 0.5em;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  #content #headArea .fixObj ul.snsList li {
      float: none;
      font-size: 11px;
  }
  #content #headArea .fixObj ul.snsList li a {
      min-width: auto;
      padding: 0 0.5em;
  }
  #content #headArea .fixObj ul.snsList li.fbShare a {
      padding: 0;
  }

  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 #att li {
      font-size: 1em;
  }
}