body {background: #000;}
#content {background-color: #000; position: relative;}

#ncjSnsHolder {
    top: 70px !important;
    z-index: 9999 !important;
}
#eventFooterSns {
    display: none;
}
#sp_msg {
    display: none !important;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

/**********
header
**********/
#content #headArea {
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #706EFF;
    background-color: rgba(24,14,36,.7);
    position: absolute;
    top: 0;
    z-index: 999;
}
#content .fixObj {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    padding: 5px 10px;
}
#content .bnsLogo {
    z-index: 999;
    position: relative;
    top: auto;
    left: 20px;
    right: auto;
}
#content .bnsLogo,
#content .bnsLogo a{
    width: 120px;
    height: 56px;
    margin: 0;
}
 #content .bnsLogo a {
    background: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}

/**********
nav
**********/
#content #nav {
    height: 105px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/nav_icon_bg.png) no-repeat center top 30px;
}
#nav li {
    margin: 0 43px;
}
#nav li a {
    display: block;
    width: 120px;
    height: 65px;
    text-indent: -999em;
    position: relative;
}
#nav li a i {
    display: block;
}
#nav li a .nav_icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12.5px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/nav_icon_off.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.5s ease-in-out;
}
#nav li a .nav_txt {
    width: 120px;
    height: 40px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/nav_off.png) no-repeat;
    position: absolute;
    bottom: 0;
}
#nav .nav1 a .nav_txt {
    background-position: center 0;
}
#nav .nav2 a .nav_txt {
    background-position: center -50px;
}
#nav .nav3 a .nav_txt {
    background-position: center -100px;
}
#nav .nav4 a .nav_txt {
    background-position: center -150px;
}
#nav li a:hover .nav_txt,
#nav li.active a:hover .nav_txt,
#nav li.active a .nav_txt {
    width: 120px;
    height: 40px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/nav_on.png) no-repeat;
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
}
#nav .nav1 a:hover .nav_txt,
#nav .nav1.active a:hover .nav_txt,
#nav .nav1.active a .nav_txt {
    background-position: center 0;
}
#nav .nav2 a:hover .nav_txt,
#nav .nav2.active a:hover .nav_txt,
#nav .nav2.active a .nav_txt {
    background-position: center -50px;
}
#nav .nav3 a:hover .nav_txt,
#nav .nav3.active a:hover .nav_txt,
#nav .nav3.active a .nav_txt {
    background-position: center -100px;
}
#nav .nav4 a:hover .nav_txt,
#nav .nav4.active a:hover .nav_txt,
#nav .nav4.active a .nav_txt {
    background-position: center -150px;
}
#nav li a:hover .nav_icon,
#nav li.active a:hover .nav_icon,
#nav li.active a .nav_icon {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/nav_icon_on.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
}


/**********
fade effect
**********/
#content .fullpage-wrapper {
    width: 100%!important;
    transform: none!important;
}
#content .fp-section {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: -36px;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease-in-out;
    text-indent: -9999em;
}
#content .fp-section.fp-completely.active {
    visibility: visible;
    opacity: 1;
}
#content .fp-slidesContainer {
    width: 100%!important;
    transform: none!important;
}
#content .fp-slide {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease-in-out;
}
#content .fp-completely .fp-slide.active {
    visibility: visible;
    opacity: 1;
}


/**********
cont 共通
**********/
#fullpage .fp-tableCell,
#fullpage .popup {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#fullpage .fp-scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#fullpage .fp-scroller{
    overflow: hidden;
    width: 100%;
}
#fullpage .iScrollIndicator{
    border: 0 !important;
}
#fullpage .fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fullpage .section .cont_wrap {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 66px 30px 0;
}
#fullpage .section .popup .cont_wrap {
    padding-top: 0;
}
#fullpage .section .anime > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#fullpage .section .btn {
    display: block;
    width: 280px;
    height: 82px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/btn.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -5px;
    margin-top: 40px;
}
#fullpage .section .btn:hover {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    filter: contrast(140%)
}
#fullpage .popup {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
#dungeon_popup.open,
#fullpage .popup.open {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 99999;
}
#fullpage .popup .close {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 66px;
    right: 30px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/btn_close.png) no-repeat 50% 0;
    -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .45s;
    z-index: 10;
    cursor: pointer;
}
#fullpage .popup .close:hover {
    -ms-transform: rotate(90deg); transform: rotate(90deg);
}


/**********
main
**********/
#fullpage .section.main {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.main .cont_wrap {
    position: relative;
    top: 120px;
}
#fullpage .section.main .ttl {
    width: 812px;
    height: 287px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 0 auto 0;
}
#fullpage.active .section.main.fp-completely .ttl {
    -webkit-animation: mainTit .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: mainTit .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.main .subTtl {
    width: 220px;
    height: 224px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/subttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: -125px auto 0;
}
#fullpage.active .section.main.fp-completely .subTtl {
    -webkit-animation: mainTit .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.65s both;
    animation: mainTit .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.65s both;
}
#fullpage .section.main .date {
    width: 562px;
    height: 53px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/date.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: -15px auto 0;
}
#fullpage.active .section.main.fp-completely .date {
    -webkit-animation: slideUp 0.5s ease-in-out 1.8s both;
    animation: slideUp 0.5s ease-in-out 1.8s both;
}
#fullpage .section.main .anime .chara1 {
    width: 400px;
    height: 660px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/chara1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 3;
    margin-left: -80px;
    margin-top: -255px;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}
#fullpage.active .section.main.fp-completely .anime .chara1 {
    -webkit-animation: slideLeft .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) .65s both;
    animation: slideLeft .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) .65s both;
}
#fullpage .section.main .anime .chara2 {
    width: 762px;
    height: 865px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/chara2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 2;
    margin-left: -435px;
    margin-top: -402px;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}
#fullpage.active .section.main.fp-completely .anime .chara2 {
    -webkit-animation: slideRight .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideRight .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.main .anime .bg {
    width: 1699px;
    height: 774px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/main/anime_bg.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 65px;
    z-index: 1;
}
#fullpage.active .section.main.fp-completely .anime .bg {
    -webkit-animation: fadeIn 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
    animation: fadeIn 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
}
#fullpage.active .section.main.fp-completely #myCanvas {
    -webkit-animation: fadeIn .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: fadeIn .65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}


/**********
dungeon
**********/
#fullpage .section.dungeon {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.dungeon .area {
    width: 695px;
    height: 221px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/area.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -50px;
}
#fullpage.active .section.dungeon.fp-completely .area {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.dungeon .subTtl {
    width: 344px;
    height: 24px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/subttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 10px;
}
#fullpage.active .section.dungeon.fp-completely .subTtl {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
#fullpage .section.dungeon .ttl {
    width: 321px;
    height: 87px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 20px;
}
#fullpage.active .section.dungeon.fp-completely .ttl {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.15s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.15s both;
}
#fullpage .section.dungeon .lines {
    width: 401px;
    height: 34px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/lines.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 30px;
}
#fullpage.active .section.dungeon.fp-completely .lines {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.dungeon .txt {
    width: 592px;
    height: 88px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/txt.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 30px;
}
#fullpage.active .section.dungeon.fp-completely .txt {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
}
#fullpage.active .section.dungeon.fp-completely .btn {
    -webkit-animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.75s both;
    animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.75s both;
}
#fullpage .section.dungeon .anime .chara1 {
    width: 1453px;
    height: 1142px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/chara1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -390px;
    margin-top: -580px;
    z-index: 3;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
#fullpage.active .section.dungeon.fp-completely .anime:not(.pop_anime) .chara1 {
    -webkit-animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.dungeon .popup {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.dungeon .popup .cont_wrap .pop_ttl {
    width: 381px;
    height: 159px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    text-indent: -999em;
    margin: auto;
}
#fullpage .section.dungeon .popup.open .cont_wrap .pop_ttl {
    -webkit-animation: slideDown .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: slideDown .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.dungeon .popup .cont_wrap table {
    display: none;
}
#fullpage .section.dungeon .popup .cont_wrap .spTbl {
    display: block;
    width: 564px;
    height: 551px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_tbl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    text-indent: -999em;
    margin: 15px auto 0;
}
#fullpage .section.dungeon .popup.open .cont_wrap .spTbl {
    -webkit-animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.dungeon .popup .anime .chara1 {
    width: 450px;
    height: 859px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_char1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 2;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -335px;
    margin-left: -490px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .chara1 {
    -webkit-animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.dungeon .popup .anime .chara2 {
    width: 452px;
    height: 785px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_char2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 1;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -347px;
    margin-left: -681px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .chara2 {
    -webkit-animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .55s both;
    animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .55s both;
}
#fullpage .section.dungeon .popup .anime .chara3 {
    width: 442px;
    height: 799px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_char3.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 2;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -310px;
    margin-left: 150px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .chara3 {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s both;
}
#dungeon_popup .anime .chara4 {
    width: 450px;
    height: 767px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_char4.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 1;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -345px;
    margin-left: 255px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .chara4 {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#dungeon_popup .anime .name1 {
    width: 422px;
    height: 277px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_item_name1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 3;
    margin-top: 250px;
    margin-left: -450px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .name1 {
    -webkit-animation: fadeIn .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: fadeIn .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
#dungeon_popup .anime .name2 {
    width: 422px;
    height: 277px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/dungeon/pop_item_name2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 3;
    margin-top: 250px;
    margin-left: 435px;
}
#fullpage .section.dungeon .popup.open .anime.pop_anime .name2 {
    -webkit-animation: fadeIn .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: fadeIn .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}


/**********
fishing
**********/
#fullpage .section.fishing {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.fishing .fp-slidesNav {
    margin: 0 !important;
    position: fixed;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 11;
}
#fullpage .section.fishing .fp-slidesNav li a {
    display: block;
    width: 140px;
    height: 45px;
    margin: 35px 0;
    position: relative;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#fullpage .section.fishing .fp-slidesNav li a.active {
    height: 125px;
}
#fullpage .section.fishing .fp-slidesNav li a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_icon_off.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#fullpage .section.fishing .fp-slidesNav li a.active:before {
    width: 93px;
    height: 93px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(1) .active:before {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_icon1_on.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(2) .active:before {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_icon2_on.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(3) .active:before {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_icon3_on.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(4) .active:before {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_icon4_on.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.fishing .fp-slidesNav li a span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_off.png) no-repeat center;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(1) a span {
    background-position: center 0;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(2) a span {
    background-position: center -30px;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(3) a span {
    background-position: center -60px;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(4) a span {
    background-position: center -90px;
}
#fullpage .section.fishing .fp-slidesNav li a.active span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/fishing_nav_on.png) no-repeat center;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(1) a.active span {
    background-position: center 0;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(2) a.active span {
    background-position: center -30px;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(3) a.active span {
    background-position: center -60px;
}
#fullpage .section.fishing .fp-slidesNav li:nth-child(4) a.active span {
    background-position: center -90px;
}
#fullpage .section.fishing .fp-controlArrow {
    width: 44px;
    height: 86px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide_arrow.png) no-repeat center;
    -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 11;
    cursor: pointer;
}
#fullpage .section.fishing .fp-controlArrow.fp-prev {
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#fullpage .section.fishing .fp-controlArrow.fp-next {
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
         -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

#fullpage .section.fishing .slide1 .ttl {
    width: 293px;
    height: 135px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide1_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -10px;
}
#fullpage.active .section.fishing.fp-completely .slide1.active .ttl {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.fishing .slide1 .lines {
    width: 451px;
    height: 58px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide1_lines.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 20px;
}
#fullpage.active .section.fishing.fp-completely .slide1.active .lines {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
}
#fullpage .section.fishing .slide1 .txt {
    width: 585px;
    height: 202px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide1_txt.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 30px;
}
#fullpage.active .section.fishing.fp-completely .slide1.active .txt {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
}
#fullpage .section.fishing .slide1 .anime .chara1 {
    width: 1072px;
    height: 999px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide1_chara1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -275px;
    margin-top: -410px;
    z-index: 3;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
#fullpage.active .section.fishing.fp-completely .slide1.active .anime .chara1 {
    -webkit-animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .45s both;
    animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .45s both;
}
#fullpage .section.fishing .slide1 .anime .chara1_bg {
    width: 1072px;
    height: 999px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide1_chara1_bg.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: -275px;
    margin-top: -410px;
    z-index: 3;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 0;
}
#fullpage.active .section.fishing.fp-completely .slide1.active .anime .chara1_bg {
    -webkit-animation: blink 2s infinite 2s none,
                        vertical 1s ease-in-out infinite 2s alternate;
            animation: blink 2s infinite 2s none,
                        vertical 1s ease-in-out infinite 2s alternate;
}
#fullpage .section.fishing .slide2 .ttl {
    width: 547px;
    height: 128px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide2_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 0 auto;
}
#fullpage.active .section.fishing.fp-completely .slide2.active .ttl {
    -webkit-animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.fishing .slide2 table {
    display: none;
}
#fullpage .section.fishing .slide2 .spTbl {
    display: block;
    width: 649px;
    height: 533px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide2_tbl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 10px;
    margin-left: 50px;
}
#fullpage.active .section.fishing.fp-completely .slide2.active .spTbl {
    -webkit-animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
    animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
}
#fullpage .section.fishing .slide2 .cap {
    width: 547px;
    height: 16px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide2_cap.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 10px;
    margin-left: 64px;
}
#fullpage.active .section.fishing.fp-completely .slide2.active .cap {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.fishing .slide2 .anime .chara1 {
    width: 1220px;
    height: 916px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide2_chara1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-left: -255px;
    margin-top: -415px;
}
#fullpage.active .section.fishing.fp-completely .slide2.active .anime .chara1 {
    -webkit-animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .45s both;
    animation: slideRight .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .45s both;
}
#fullpage .section.fishing .slide3 .cont_wrap {
    padding-top: 0;
    padding-bottom: 0;
}
#fullpage .section.fishing .slide3 .cont_wrap:before,
#fullpage .section.fishing .slide3 .cont_wrap:after {
    content: '';
    width: 100%;
    height: 200px;
    display: block;
}
#fullpage .section.fishing .slide3 .cont_wrap:after {
    height: 450px;
}
#fullpage .section.fishing .slide3 .ttl {
    width: 378px;
    height: 125px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 0 auto 0;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ttl {
    -webkit-animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.fishing .slide3 .txt {
    width: 760px;
    height: 70px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_txt.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 10px auto 0;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .txt {
    -webkit-animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.fishing .slide3 .ss_list1,
#fullpage .section.fishing .slide3 .cont_2col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 50px;
}
#fullpage .section.fishing .slide3 .ss_list1 li {
    width: 514px;
    height: 410px;
}
#fullpage .section.fishing .slide3 .ss_list1 .ss1_1 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss1_1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss1_1 {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
}
#fullpage .section.fishing .slide3 .ss_list1 .ss1_2 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss1_2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss1_2 {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.4s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.4s both;
}
#fullpage .section.fishing .slide3 .ss_list2,
#fullpage .section.fishing .slide3 .cont_2col {
    margin-top: 80px;
}
#fullpage .section.fishing .slide3 .ss_list2 .ss2 {
    width: 618px;
    height: 307px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: auto;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss2 {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
}
#fullpage .section.fishing .slide3 .ss_list2 .cap {
    width: 545px;
    height: 37px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss2_cap.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 10px auto 0;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss2 + .cap {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
}
#fullpage .section.fishing .slide3 .cont_2col .ss_list3 .ss3 {
    width: 575px;
    height: 253px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss3.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss3 {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.2s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.2s both;
}
#fullpage .section.fishing .slide3 .ss_list3 .cap {
    width: 382px;
    height: 16px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_ss3_cap.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-left: 15px;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .ss3 + .cap {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.2s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.2s both;
}
#fullpage .section.fishing .slide3 .cont_2col table {
    display: none;
}
#fullpage .section.fishing .slide3 .cont_2col .spTbl {
    display: block;
    width: 518px;
    height: 283px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide3_tbl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.fishing.fp-completely .slide3.active .spTbl {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.3s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.3s both;
}
#fullpage .section.fishing .slide4 .ttl {
    width: 326px;
    height: 126px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide4_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 0 auto 0;
}
#fullpage.active .section.fishing.fp-completely .slide4.active .ttl {
    -webkit-animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideDown .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.fishing .slide4 .txt {
    width: 683px;
    height: 18px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide4_txt.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 10px auto 0;
}
#fullpage.active .section.fishing.fp-completely .slide4.active .txt {
    -webkit-animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.fishing .slide4 .ss_list {
    position: relative;
    margin-top: 50px;
    padding-bottom: 43px;
}
#fullpage.active .section.fishing.fp-completely .slide4.active .ss_list {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
#fullpage .section.fishing .slide4 .ss_list .ss1 {
    width: 525px;
    height: 455px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide4_ss.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 0 auto 0;
}
#fullpage .section.fishing .slide4 .ss_list [class*=ss_cap] {
    position: absolute;
    bottom: 0;
    left: 50%;
}
#fullpage .section.fishing .slide4 .ss_list [class*=ss_cap] i {
    display: block;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap1 {
    margin-left: -195px;
}
#fullpage.active .section.fishing.fp-completely .slide4.active .ss_list .ss_cap1 {
    -webkit-animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
    animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap1,
#fullpage .section.fishing .slide4 .ss_list .ss_cap1 i {
    width: 273px;
    height: 96px;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap1 i {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide4_ss_cap1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap2 {
    margin-left: 120px;
}
#fullpage.active .section.fishing.fp-completely .slide4.active .ss_list .ss_cap2 {
    -webkit-animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
    animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.35s both;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap2,
#fullpage .section.fishing .slide4 .ss_list .ss_cap2 i {
    width: 217px;
    height: 96px;
}
#fullpage .section.fishing .slide4 .ss_list .ss_cap2 i {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/fishing/slide4_ss_cap2.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}


/**********
renewal
**********/
#fullpage .section.renewal {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.renewal .ttl {
    width: 264px;
    height: 139px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.renewal.fp-completely .ttl {
    -webkit-animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.renewal .lines {
    width: 348px;
    height: 84px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/lines.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin-top: 30px;
}
#fullpage.active .section.renewal.fp-completely .lines {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage.active .section.renewal.fp-completely .btn {
    -webkit-animation: fadeIn .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.05s both;
    animation: fadeIn .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.05s both;
}
#fullpage .section.renewal .map {
    margin-left: 0;
    margin-top: 60px;
}
#fullpage .section.renewal .map .map_bg {
    width: 635px;
    height: 657px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/map.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage.active .section.renewal.fp-completely .map .map_bg {
    -webkit-animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: fadeIn .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#fullpage .section.renewal .map .map_cap {
    width: 435px;
    height: 83px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/map_cap.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -140px;
}
#fullpage .section.renewal .chara1 {
    width: 744px;
    height: 738px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/chara1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -270px;
    margin-left: 0;
}
#fullpage.active .section.renewal.fp-completely .chara1 {
    -webkit-animation: slideRight .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both,
                        vertical 1s ease-in-out infinite 2.5s alternate;
    animation: slideRight .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both,
                        vertical 1s ease-in-out infinite 2.5s alternate;
}
#fullpage .section.renewal .map_area_list [class*=map_area] {
    position: absolute;
}
#fullpage .section.renewal .map_area_list [class*=map_area] i {
    display: block;
}
#fullpage .section.renewal .map_area_list .map_area {
    margin-top: -30px;
    margin-left: -75px;
}
#fullpage.active .section.renewal.fp-completely .map_area_list .map_area {
    -webkit-animation: fadeIn .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: fadeIn .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}
#fullpage .section.renewal .map_area_list .map_area i {
    width: 297px;
    height: 180px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/map_cap3.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#fullpage .section.renewal .popup {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#fullpage .section.renewal .popup .cont_wrap .pop_ttl {
    width: 418px;
    height: 127px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/pop_ttl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: auto;
}
#fullpage .section.renewal .popup.open .cont_wrap .pop_ttl {
    -webkit-animation: slideDown .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: slideDown .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}
#fullpage .section.renewal .popup .cont_wrap .pop_txt {
    width: 679px;
    height: 18px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/pop_txt.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    margin: 10px auto;
}
#fullpage .section.renewal .popup.open .cont_wrap .pop_txt {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .85s both;
}
#fullpage .section.renewal .popup .cont_wrap table {
    display: none;
}
#fullpage .section.renewal .popup .cont_wrap .spTbl {
    display: block;
    width: 976px;
    height: 339px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/pop_tbl.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    text-indent: -999em;
    margin: 50px auto 0;
}
#fullpage .section.renewal .popup.open .cont_wrap .spTbl {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
#fullpage .section.renewal .popup .cont_wrap .cap {
    width: 537px;
    height: 15px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/pop_cap.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    text-indent: -999em;
    margin: 10px auto 0;
}
#fullpage .section.renewal .popup.open .cont_wrap .cap {
    -webkit-animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
    animation: slideUp .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
}
#fullpage .section.renewal .popup .anime .chara1 {
    width: 450px;
    height: 859px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/renewal/pop_char1.png) no-repeat center;
    -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    z-index: 2;
    margin-top: 95px;
    margin-left: -275px;
}

#myCanvas {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 8;
}

@-webkit-keyframes mainTit {
  0% {-webkit-transform: scale(.95); transform: scale(.95); -webkit-filter: blur(1px); filter: blur(1px); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }
}
@keyframes mainTit {
  0% {-webkit-transform: scale(.95); transform: scale(.95); -webkit-filter: blur(1px); filter: blur(1px); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }
}
@-webkit-keyframes mainBtn {
  0% {-webkit-transform: scale(0.85); transform: scale(0.85); -webkit-filter: blur(2px); filter: blur(2px); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }
}
@keyframes mainBtn {
  0% {-webkit-transform: scale(0.85); transform: scale(0.85); -webkit-filter: blur(2px); filter: blur(2px); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }
}

@-webkit-keyframes slideDown {
  0% {-webkit-transform: translateY(-15px); transform: translateY(-15px); opacity: 0; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes slideDown {
  0% {-webkit-transform: translateY(-15px); transform: translateY(-15px); opacity: 0; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes slideUp {
  0% {-webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes slideUp {
  0% {-webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes slideRight {
  0% {-webkit-transform: translateX(50px); transform: translateX(50px); opacity: 0; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}
@keyframes slideRight {
  0% {-webkit-transform: translateX(50px); transform: translateX(50px); opacity: 0; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}
@-webkit-keyframes slideLeft {
  0% {-webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}
@keyframes slideLeft {
  0% {-webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0; }
  100% {opacity: 1; }
}
@keyframes fadeIn {
  0% {opacity: 0; }
  100% {opacity: 1; }
}
@-webkit-keyframes fadeOut {
  0% {opacity: 1; }
  100% {opacity: 0; }
}
@keyframes fadeOut {
  0% {opacity: 1; }
  100% {opacity: 0; }
}
@-webkit-keyframes blink {
  0% {opacity: .2;}
  50% {opacity: 1;}
  100% {opacity: .2;}
}
@keyframes blink {
  0% {opacity: .2;}
  50% {opacity: 1;}
  100% {opacity: .2;}
}
@-webkit-keyframes vertical {
    0% {transform:translateY(-5px);}
  100% {transform:translateY(  0px);}
}
@keyframes vertical {
    0% {transform:translateY(-5px);}
  100% {transform:translateY(  0px);}
}



/***
loading
***/
#loadingBg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #000;
    z-index: 99998;
}
#loading,
#loading #gauge,
#loading #gauge:before {
    width: 276px;
    height: 126px;
}
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/loader_bns_off.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99999;
}
#loading #gauge {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
#loading #gauge:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/loader_bns_on.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
