@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf') format('opentype');
}
#content {background-color: #091216; font-size: 18px; line-height: 1.4; color: #12232a; position: relative; overflow: hidden;}
#content #headArea {position:relative; margin: 0 auto; width:100%; height: 936px; background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/main.jpg) no-repeat center top;}
#content #headArea .inner {white-space: nowrap; text-indent: -99999em;}
#content #headArea h2 {display: none;}
#content #topBtn {position:fixed; bottom:20px; right:20px; z-index: 9; display:block; background-color:rgba(0,0,0,0.6); color:#a1e4ff; text-decoration:none; font-weight:bold; font-size:11px; width:60px; height:60px; text-align:center; line-height:22px; border-radius:10px; padding-top:30px; box-sizing:border-box; display: none;}
#content #topBtn:before {content:'\25B2'; position:absolute; top:10px; left:0; width:100%; text-align:center; font-size:14px;}
#content #topBtn:hover {color: #d2f2ff; background-color:rgba(0,0,0,0.5);}
#content .sct a {-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
#content .sct a.btn:hover {filter: contrast(150%);}
#content .sct i {font-style: normal;}
#content .sct .textBold {font-weight: bold;}
#content .sct .textOrange {color: #D05B00;}
#content .sct .textBrown {color: #69200d;}
#content .sct .mincho {font-family: 黎ミン B;}

#content #bodyArea {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/body_bg.jpg) repeat-y center top;
}
#content #tab {
  height: 101px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/tab_bg.jpg) no-repeat center top;
}
/*#content #sct1 {height: 783px; }
#content #sct2 {height: 794px; background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/sct2.jpg) no-repeat center top;}
#content #sct3 {height: 5886px; background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/sct3.jpg) no-repeat center top;}
#content #att {background: #792a64;}*/

#content #tab {
  position: relative;
}
#content #tab:before {
  content: '';
  width: 100%;
  height: 4px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/tab_line.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#content #tab .tabList {
  top: 0;
}
#content #tab .tabList,
#content #tab .tabList li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#content #tab .tabList li a {
  width: 516px;
  height: 97px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
  text-decoration: none;
  padding-top: 20px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/tab_off.png) no-repeat;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
  position: relative;
}
#content #tab .tabList li.active a {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/tab_on.png) no-repeat;
  cursor: default;
  z-index: 3;
}
#content #tab .tabList li:not(.active) a {
  z-index: 1;
}
#content #tab .tabList li:not(.active) a:hover {
  filter: contrast(140%);
}


#content .sct .inner {
  width: 1130px;
}
#content .sct.box {
  padding: 90px 0;
  text-align: center;
}
#content #sct3 {
  padding: 40px 0 180px;
}
#content .sct.box .inner {
  padding: 0 25px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/box_m.png) repeat-y center;
}
#content .sct.box .inner:before,
#content .sct.box .inner:after {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}
#content .sct.box .inner:before {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/box_t.png) no-repeat center;
  top: -50px;
}
#content .sct.box .inner:after {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/box_b.png) no-repeat center;
  bottom: -50px;
}
#content .sct.box h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 348px;
  height: 80px;
  color: #3F2923;
  font-size: 32px;
  text-shadow: 1px 1px 0 rgba(255,255,255,.85);
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/ttl.png) no-repeat;
  margin: -47px auto 0;
  padding-bottom: 6px;
  position: relative;
  z-index: 2;
}
#content .sct.box h2 + p {
  margin-top: 15px;
}
#content .sct .list {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin-top: 10px;
}
#content .sct.box .subBox {
  width: 1082px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox_m.png) repeat-y center;
  margin: 45px auto 20px;
  position: relative;
  padding: 15px 100px 5px;
}
#content .sct.box .subBox:before,
#content .sct.box .subBox:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
}
#content .sct.box .subBox:before {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox_t.png) repeat-y center;
  top: -20px;
}
#content .sct.box .subBox:after {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox_b.png) repeat-y center;
  bottom: -20px;
}
#content .sct table {
  width: 100%;
  border-top: 1px solid #091216;
  border-right: 1px solid #091216;
}
#content .sct table th,
#content .sct table td {
  vertical-align: middle;
  border-left: 1px solid #091216;
  border-bottom: 1px solid #091216;
  font-size: 16px;
}
#content .sct table td {
  height: 50px;
  text-align: center;
  padding: 7px 0;
}
#content .sct.box table thead th {
  height: 46px;
  color: #FFF;
  font-size: 18px;
  text-shadow: -1px -1px 0 rgba(0,0,0,.85);
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/th_bg1.png) no-repeat left top;
}
#content .sct.box table tbody th {
  color: #FFC262;
  background-color: #122228;
}
#content .sct.box table tbody tr:nth-child(2n) th {
  background-color: #0e1c22;
}
#content .sct.box table tbody td {
  background-color: #162A32;
}
#content .sct.box table tbody tr:nth-child(2n) td {
  background-color: #12232a;
}
#content .sct.box table tbody td:nth-child(2) {
  color: #FFF;
}
#content .sct.box table tbody td:nth-child(3) {
  color: #a1e4ff;
}


#content #sct1 {
  padding-top: 150px;
}
#content #sct1 h3 {
  color: #0E8BBE;
  font-size: 22px;
  margin-top: 5px;
}
#content #sct1 h3 + p {
  margin-top: 15px;
}
#content #sct1 table + .list {
  margin-top: 10px;
}


#content #sct2 .list {
  display: inline-block;
}
#content #sct2 .list li {
  text-align: left;
}
#content #sct2 .deco,
#content.event #sct3 .deco,
#content.event #sct5 .deco {
  display: block;
  width: 551px;
  height: 812px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/deco1.png) no-repeat center;
  position: absolute;
  z-index: 3;
}
#content #sct2 .deco {
  left: -405px;
  top: -95px;
}
#content.event #sct3 .deco {
  right: -80px;
  bottom: -180px;
}
#content.event #sct5 .deco {
  width: 607px;
  height: 950px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/deco2.png) no-repeat center;
  top: -595px;
  left: -407px;
}


#content #sct3 .selectList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 12px;
}
#content #sct3 .select {
  width: 240px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #a1e4ff;
  background: #000000;
}
#content #sct3 .select::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a1e4ff;
  pointer-events: none;
}
#content #sct3 .select + .select {
  margin-left: 20px;
}
#content #sct3 .select select {
  width: 100%;
  height: 40px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #a1e4ff;
}
#content #sct3 .select select::-ms-expand {
    display: none;
}
#content #sct3 .select select option {
  background-color: #000;
}
#content .sct .rankingBox {
  width: 1130px;
  padding: 20px 70px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/rankingBox_m.png) repeat-y center;
  color: #FFF;
  position: relative;
  margin-top: 60px;
}
#content .sct .rankingBox:before,
#content .sct .rankingBox:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
}
#content .sct .rankingBox:before {
  height: 36px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/rankingBox_t.png) no-repeat center;
  top: -36px;
}
#content .sct .rankingBox:after {
  height: 50px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/rankingBox_b.png) no-repeat center;
  bottom: -50px;
}
#content .sct .rankingBox .myRanking {
  margin-bottom: 30px;
}
#content .sct .rankingBox .myRanking .rankingSubBox,
#content .sct .rankingBox .myRanking .rankingSubBox .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#content .sct .rankingBox .myRanking .rankingSubBox {
  height: 90px;
  color: #A1E4FF;
  background-color: #000;
  border: 1px solid #4a6774;
  margin: auto;
}
#content .sct .rankingBox .myRanking .rankingSubBox .btn {
  width: 360px;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,.85);
  margin: auto;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/btn.png) no-repeat center;
}
#content .sct .rankingBox table thead th,
#content.event .sct.box .subBox2 table thead th {
  height: 36px;
  color: #4B3C22;
  text-shadow: 1px 1px 0 rgba(255,255,255,.85);
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/th_bg2.png) no-repeat top left;
}
#content .sct .rankingBox table td {
  border: none;
}
#content .sct .rankingBox table td:nth-child(1),
#content.event .sct.box .subBox2 table tbody th {
  color: #FFC262;
}
#content .sct .rankingBox table td:nth-child(4),
#content.event .sct.box .subBox2 table tbody td:last-child,
#content.event #sct7 table td:last-child {
  color: #ff8d34;
}
#content .sct .rankingBox table td:nth-child(5) {
  color: #bbbbbb;
}
#content .sct .rankingBox .myRanking table {
  border: 1px solid #4a6774;
}
#content .sct .rankingBox .myRanking table td {
  background-color: #12232a;
}
#content .sct .rankingBox .myRanking table th:first-child,
#content .sct .rankingBox .myRanking table td:first-child {
  border-left: 1px solid #4a6774;
}
#content .sct .rankingBox > table {
  border: 1px solid #725247;
}
#content .sct .rankingBox > table th:first-child/*,
#content .sct .rankingBox > table td:first-child*/ {
  border-left: 1px solid #725247;
}
#content .sct .rankingBox > table td,
#content.event .sct .subBox2 table td {
  background-color: #1a120f;
}
#content .sct .rankingBox > table tr:nth-child(2n) td,
#content.event .sct.box .subBox2 table tr:nth-child(2n) td,
#content.event .sct.box .subBox2 table tbody th {
  background-color: #241915;
}

#content .sct table td [class*=class] {
  display: block;
  width: 35px;
  height: 35px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/icon_class.png) no-repeat;
  margin: auto;
}
#content .sct table td .class1 {
  background-position: 0 0;
}
#content .sct table td .class2 {
  background-position: -50px 0;
}
#content .sct table td .class3 {
  background-position: -100px 0;
}
#content .sct table td .class5 {
  background-position: -150px 0;
}
#content .sct table td .class6 {
  background-position: -200px 0;
}
#content .sct table td .class7 {
  background-position: -250px 0;
}
#content .sct table td .class8 {
  background-position: -300px 0;
}
#content .sct table td .class9 {
  background-position: -350px 0;
}
#content .sct table td .class10 {
  background-position: -400px 0;
}
#content .sct table td .class4 {
  background-position: -450px 0;
}
#content .sct table td .class11 {
  background-position: -500px 0;
}



/*event概要*/
#content.event .sct.box h2 {
  width: 496px;
  height: 80px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/ttl2.png) no-repeat;
}
#content.event .sct.box h2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
}
#content.event .sct.box h2 .textSmall {
  display: inline-block;
  font-size: 20px;
  margin-top: -10px;
}
#content.event .sct.box table tbody th {
  color: #FFF;
  font-weight: normal;
}
#content.event .sct.box table tbody td {
  color: #FFF;
}
#content.event .sct.box table tbody td:last-child {
  color: #A1E4FF;
}
#content .sct.box .subBox2 {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox2_m.png) repeat-y center;
}
#content .sct.box .subBox2:before {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox2_t.png) repeat-y center;
}
#content .sct.box .subBox2:after {
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/subBox2_b.png) repeat-y center;
}

#content.event #sct1 {
  text-align: center;
  padding-top: 100px;
}
#content.event #sct1 h2 {
  text-indent: -999em;
  width: 198px;
  height: 41px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/ttl_event.png) no-repeat;
  margin: auto;
}
#content.event #sct1 p + p {
  margin-top: 15px;
}

#content.event #sct2 {
  margin-top: 100px;
}

#content.event #sct3 {
  padding: 90px 0;
}
#content.event .sct .inner > table {
  width: 800px;
  margin: 20px auto;
}
#content.event .sct .subBox2 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
#content.event .sct .subBox2 h3 {
  display: inline-block;
  color: #EEE7C3;
  font-size: 24px;
  background-color: #3E3B3A;
  padding: 5px 50px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-bottom: 10px;
}
#content.event .sct .subBox2 h3 + p {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px;
}
#content.event .sct .subBox2 .tbl2Col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#content.event .sct .subBox2 .tbl2Col > div {
  width: 48%;
}
#content.event .sct .subBox2 table {
  width: 470px;
  margin: auto;
}
#content.event .sct .subBox2 .tblB {
  margin-top: 50px;
}
#content.event #sct6 p + .list {
  display: inline-block;
}
#content.event #sct6 table tbody > * {
  height: 60px;
}
#content.event #sct6 table tbody th {
  color: #FFF;
  text-align: left;
  padding-left: 20px;
}
#content.event #sct6 table tbody th i {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}
#content.event #sct6 table tbody th i:before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/icon_item.png) no-repeat;
}
#content.event #sct6 table tbody th .item01:before {
  background-position: 0 0;
}
#content.event #sct6 table tbody th .item02:before {
  background-position: 0 -50px;
}
#content.event #sct6 table tbody th .item03:before {
  background-position: 0 -100px;
}
#content.event #sct6 table tbody th .item04:before {
  background-position: 0 -150px;
}
#content.event #sct6 table tbody th .item05:before {
  background-position: 0 -200px;
}
#content.event #sct6 table tbody th .item06:before {
  background-position: 0 -250px;
}
#content.event #sct6 table tbody th .item07:before {
  background-position: 0 -300px;
}
#content.event #sct6 table tbody th .item08:before {
  background-position: 0 -350px;
}
#content.event #sct6 table tbody th .item09:before {
  background-position: 0 -400px;
}
#content.event #sct6 table tbody th .item10:before {
  background-position: 0 -450px;
}
#content.event #sct6 table tbody th .item11:before {
  background-position: -50px 0;
}
#content.event #sct6 table tbody th .item12:before {
  background-position: -50px -50px;
}
#content.event #sct7 {
  padding-bottom: 150px;
}
#content.event #sct7 h2 {
  width: 185px;
  height: 34px;
  background: url(https://static.ncsoft.jp/images/event/bns/1903ingame/ttl_itemList.png) no-repeat;
  margin: auto;
  text-indent: -999em;
}
#content.event #sct7 table {
  margin-top: 25px;
}
#content.event #sct4 .subBox2 table td,
#content.event #sct7 table td {
  background-color: #1a1d2e;
}
#content.event #sct4 .subBox2 table tr:nth-child(2n) td,
#content.event #sct7 table tr:nth-child(2n) td {
  background-color: #161826;
}
#content.event #sct4 .subBox2 table tbody th {
  background-color: #12131e;
}
#content.event #sct4 .subBox2 table tbody td:last-child {
  color: #98A7FF;
}
#content #sct7 .rankingBox > table {
  border: 1px solid #474c73;
}
#content #sct7 .rankingBox > table th:first-child {
  border-left: 1px solid #474c73;
}