#contentArea * {font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-size: 18px; line-height: 1.6; color: #333333;}
#content {background-color: #000000;}
#content #headArea {position:relative; margin: 0 auto; width:100%; overflow:hidden;}
#content #headArea h2 {display: none;}
#content #topBtn {position:fixed; bottom:20px; right:20px; z-index: 999; display:block; background-color:rgba(0,0,0,0.6); color:#f72e2f; 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: #ff7070; background-color:rgba(0,0,0,0.5);}
#content #att ol li {list-style: decimal; margin-left: 1em;}
#content 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 a:hover {
    filter: contrast(130%);
}
#content .playerMovie a {
    display: block;
    position: absolute;
    cursor: pointer;
}
#content .anime {
    display: block;
    position: absolute;
}
#headArea .bnsLogo {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 210px;
    height: 102px;
    margin-left: -571px;
    z-index: 99999;
}
#content #headArea .bnsLogo a {
    width: 206px;
    height: 94px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1803/logo_bns.png) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* gate */
#content.gate #headArea {
    height: 1320px;
    text-indent: -999em;
}
#content.gate .char01 {
    width: 1953px;
    height: 945px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_char01.png) no-repeat center top;
    top: 0;
    left: -180px;
    -webkit-animation: slideL .5s ease-in-out both;
    animation: slideL .5s ease-in-out both;
    z-index: 2;
}
#content.gate .char02 {
    width: 1115px;
    height: 1056px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_char02.png) no-repeat center top;
    top: 0;
    right: -270px;
    -webkit-animation: slideR .5s ease-in-out both;
    animation: slideR .5s ease-in-out both;
    z-index: 2;
}
#content.gate .ttl {
    width: 728px;
    height: 258px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/txt_gate_ttl.png) no-repeat center top;
    top: 500px;
    right: 50%;
    margin-right: -364px;
    -webkit-animation: fadeIn 1s 1s ease both;
    animation: fadeIn 1s 1s ease both;
    z-index: 3;
}
#content.gate .date {
    width: 972px;
    height: 94px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/txt_gate_date.png) no-repeat center top;
    top: 745px;
    right: 50%;
    margin-right: -486px;
    -webkit-animation: fadeIn 1s 1.2s ease both;
    animation: fadeIn 1s 1.2s ease both;
    z-index: 3;
}
#content.gate .gateBg {
    width: 100%;
    height: 100%;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_gate_pc.jpg) no-repeat center top;
    top: 0;
    left: 50%;
    margin-left: -50%;
    -webkit-animation: fadeIn 2s 2s ease both;
    animation: fadeIn 2s 2s ease both;
    opacity: 0;
    z-index: 1;
}
#content #tabAreaPC {
    display: block;
    text-indent: 0;
    position: absolute;
    top: 840px;
    left: 50%;
    margin-left: -593px;
    z-index: 10;
    -webkit-animation: fadeIn 1s 1.2s ease both;
    animation: fadeIn 1s 1.2s ease both;
}
#content #tabAreaPC area {
    border:none;
    outline:none;
}
#content #tabAreaSP {
    display: none;
}
#content.gate #eventLink {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
    z-index: 9;
    top: 1100px;
    left: 0;
    -webkit-animation: fadeIn 1s 1.2s ease both;
    animation: fadeIn 1s 1.2s ease both;
}
#content.gate #eventLink a {
    display: block;
    width: 270px;
    height: 93px;
}
#content.gate #eventLink .event1 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180903.jpg) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content.gate #eventLink .event2 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180904.jpg) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content.gate #eventLink .event3 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180905.jpg) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content.gate #eventLink .event4 {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180906.jpg) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

@-webkit-keyframes slideR {
    0% {
      opacity: 0;
      transform: translate(-60%,0px);
    }
    100% {
      opacity: 1;
      transform: translate(0%,0px);
    }
}
@-webkit-keyframes slideL {
    0% {
      opacity: 0;
      transform: translate(60%,0px);
    }
    100% {
      opacity: 1;
      transform: translate(0%,0px);
    }
}
@-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

/* info */
#content.info #headArea {
    height: 1055px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_main_pc.jpg) no-repeat center top;
    text-indent: -999em;
}
#content.info #headArea .btnLibrary a {
    display: block;
    width: 325px;
    height: 66px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_info_library.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 910px;
    left: -10px;
}
#content.info #headArea .playerMovie a {
    width: 580px;
    height: 384px;
    top: 595px;
    right: -30px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_movie.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content.info #sct1 {
    height: 1124px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct1_pc.jpg) no-repeat center top;
    text-indent: -999em;
}
#content.info #sct1 .playerMovie a {
    display: block;
    width: 364px;
    height: 87px;
    top: 945px;
}
#content.info #sct1 .playerMovie1 a {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_info_movie1.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    left: 95px;
}
#content.info #sct1 .playerMovie2 a {
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_info_movie2.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    right: 35px;
}
#content.info #sct2 {
    height: 1181px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct2_pc.jpg) no-repeat center top;
    text-indent: -999em;
}
#content.info #sct2 h2 {
    width: 542px;
    height: 177px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/txt_info_stance_ttl.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -220px;
    z-index: 10;
}
#content.info #sct2 .stance {
    width: 100%;
    position: absolute;
    top: 50%;
}
#content.info #sct2 .stance li {
    position: absolute;
    transition: all .3s ease;
    left: 50%;
}
#content.info #sct2 .stance.active1 .stance1 {
    width: 1206px;
    height: 915px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_info_stance1_on.png) no-repeat;
    top: 153px;
    margin-left: -607px;
    z-index: 9;
}
#content.info #sct2 .stance.active1 .stance2 {
    width: 958px;
    height: 681px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_info_stance2_off.png) no-repeat;
    top: 40px;
    margin-left: -140px;
    z-index: 8;
}
#content.info #sct2 .stance.active2 .stance1 {
    width: 703px;
    height: 538px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_info_stance1_off.png) no-repeat;
    top: 95px;
    margin-left: -580px;
    z-index: 8;
}
#content.info #sct2 .stance.active2 .stance2 {
    width: 1467px;
    height: 1043px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/img_info_stance2_on.png) no-repeat;
    top: 33px;
    margin-left: -537px;
    z-index: 9;
}
#content.info .mask li {
    width: 50%;
    height: 950px;
    position: absolute;
    top: 2350px;
    z-index: 11;
}
#content.info .mask .mask1 {
    left: 0;
}
#content.info  .mask .mask2 {
    right: 0;
}
#content.info .mask.active1 .mask1,
#content.info .mask.active2 .mask2 {
    width: 60%;
}
#content.info .mask.active2 .mask1,
#content.info .mask.active1 .mask2 {
    width: 40%;
}
#content.info #sct3 {
    height: 1140px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct3_pc_v3.jpg) no-repeat center top;
    text-indent: -999em;
}
#content.info #sct3 .playerMovie a {
    width: 650px;
    height: 374px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_movie2.png) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: -325px;
    z-index: 1;
}
#content.info #sct3 .playerMovie:before {
    content: '';
    width: 163px;
    height: 85px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_movie_deco.png) no-repeat center top;
    position: absolute;
    top: 532px;
    left: 50%;
    margin-left: 159px;
    z-index: 2;
}
#content.info #sct3 .movie {
    display: none;
}
#content.info #sct3 .btn a {
    display: block;
    width: 360px;
    height: 86px;
    background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_to-gate.png) no-repeat center top;
    position: absolute;
    top: 960px;
    left: 50%;
    margin-left: -180px;
}
#content.info .movie {
    width: 735px;
    margin: 197px auto 0;
    position: relative;
    padding-top: 37.25%;
}
#content.info .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 815px) {
    html body {
        width: 100%;
        min-width: 300px !important;
        font-size: 14px;
    }
    body > .container {margin-top: 0; padding-bottom: 40px; border-radius: 0; box-shadow: none;}
    #content .inner {
        width: 100%;
    }
    #content #headArea .bnsLogo {
        top: 5px;
        left: 5px;
        margin-left: 0;
        margin-top: 10px;
        width: 85px;
        height: 45px;
    }
    #content #headArea .bnsLogo a {
        width: 100px;
        height: 45px;
        left: auto;
        margin: 0;
    }

    #content a:hover,
    #content area:hover {
        filter: contrast(100%);
    }
    #content.gate .anime  {
        animation: none !important;
        display: none;
    }
    #content.gate #headArea {
        height: auto;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_gate_sp.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
        text-indent: -999em;
    }
    #content.gate #headArea .playerMovie a {
        display: none;
    }
    #content.gate #headArea .ttl {
        width: 50%;
        height: 0;
        padding-top: 27%;
        top: 36%;
        margin-left: -25%;
    }
    #content.gate #headArea .date {
        width: 100%;
        height: 0;
        padding-top: 13%;
        top: 52%;
        left: 0;
        margin-left: 0;
    }
    #content #tabAreaPC {
        display: none;
    }
    #content #tabAreaSP {
        display: block;
        width: 85%;
        margin: 90% auto 10%;
        font-size: 0;
        text-indent: 0;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_bg.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border: 1px solid #4F1616;
    }
    #content #tabAreaSP li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    #content #tabAreaSP li a {
        display:block;
        width: 100%;
        height: 0;
        padding-top: 55.2%;
        position: relative;
        text-indent: -999em;
    }
    #content #tabAreaSP .tab1 a {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_1_on.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border-bottom: 1px solid #4F1616;
    }
    #content #tabAreaSP .tab2 a {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_2_on.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border-bottom: 1px solid #4F1616;
        border-left: 1px solid #4F1616;
    }
    #content #tabAreaSP .tab3 a {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_5_on.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border-left: 1px solid #4F1616;
    }
    #content #tabAreaSP .tab4 a {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_6_on.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border-left: 1px solid #4F1616;
    }
    #content #tabAreaSP .block a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #content #tabAreaSP .tab2.block a:before {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_2_block.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    #content #tabAreaSP .tab3.block a:before {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_3_block.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    #content #tabAreaSP .tab4.block a:before {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/tab_sp_4_block.png) no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    #content.gate #eventLink {
        display: block;
        position: static;
        margin-bottom: 20%;
    }
    #content.gate #eventLink a {
        display: block;
        margin: 20px;
    }
    #content.gate #eventLink .event1 {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180903.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.gate #eventLink .event2 {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180904.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.gate #eventLink .event3 {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180905.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.gate #eventLink .event4 {
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bannerBnS_180906.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }

    /* info */
    #content.info #headArea,
    #content.info #sct1,
    #content.info #sct2,
    #content.info #sct3 {
        height: auto;
        background: none;
        text-indent: -999em;
    }
    #content.info #headArea .inner {
        height: 0;
        padding-top: 181%;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_main_sp.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.info #headArea .btnLibrary a,
    #content.info #headArea .playerMovie a {
        width: 70%;
        height: 0;
        padding-top: 14%;
        left: 50%;
        margin-left: -29%;
    }
    #content.info #headArea .btnLibrary a {
        top: 80%;
    }
    #content.info #headArea .playerMovie a {
        top: 88%;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/btn_movie_sp.png) no-repeat center top;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    #content.info #sct1 .inner {
        height: 0;
        padding-top: 162%;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct1_sp.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.info #sct1 .playerMovie a {
        display: block;
        width: 50%;
        height: 0;
        padding-top: 15%;
    }
    #content.info #sct1 .playerMovie1 a {
        top: 44%;
        left: 42%;
    }
    #content.info #sct1 .playerMovie2 a {
        top: 85%;
        left: 2%;
    }
    #content.info #sct2 .inner {
        height: 0;
        padding-top: 220%;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct2_sp.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.info #sct2 h2,
    #content.info #sct2 .stance,
    #content.info .mask li {
        display: none;
    }
    #content.info #sct3 .inner {
        height: 0;
        padding-top: 144%;
        background: url(https://static.ncsoft.jp/images/event/bns/update/1809/bg_info_sct3_sp_v2.jpg) no-repeat center top;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    #content.info #sct3 .btn a {
        top: 75%;
    }
    .youtubePopWaku {
        width: 96% !important;
        margin-left: -48% !important;
        margin-top: -25% !important;
    }
    .youtubePopClose {
        right: -15px !important;
    }

    #content.info #sct3 .playerMovie:before {
        display: none;
    }
    #content.info #sct3 .playerMovie a {
        width: 96%;
        height: 0;
        padding-top: 55.5%;
        top: 25%;
        left: 2%;
        margin-left: 0;
    }
}