#content {background-color: #f3baa1; font-size: 18px; line-height: 1.4; color: #220e04; position: relative; overflow: hidden;}
#content #headArea {position:relative; margin: 0 auto; width:100%; height: 979px; background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/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:65px; z-index: 9; display:block; background-color: rgba(0,0,0,.8); color: #da3591; text-decoration:none; font-weight:bold; font-size:11px; width:60px; height:60px; text-align:center; line-height:22px; border-radius:50%; padding-top:30px; box-sizing:border-box; display: none; cursor: pointer;}
#content #topBtn:before {content:'\25B2'; position:absolute; top:10px; left:0; width:100%; text-align:center; font-size:14px;}
#content #topBtn:hover {color: #ea67b0; background-color: rgba(0,0,0,.6);}
#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 i {font-style: normal;}

/*#content #sct1 {height: 1089px; background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/sct1.jpg) no-repeat center top;}
#content #sct2 {height: 1036px; background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/sct2.jpg) no-repeat center top;}
#content #sct3 {height: 1446px; background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/sct3.jpg) no-repeat center top;}
*/
#content #bodyArea {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/bg1.jpg), url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/bg2.jpg), url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/bg3.jpg);
    background-position: center 0, center 1500px, center 3000px;
    background-repeat: no-repeat;
}
#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/bns/common/logo_bk.png) no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0;
}
#content.active #headArea .bnsLogo a {
    -webkit-animation: slideDown .5s ease-in-out 1.65s both;
    animation: slideDown .5s ease-in-out 1.65s both;
}



#content .sct .inner {
    padding: 115px 0;
}
#content .sct h2 {
    height: 84px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/ttl.png) no-repeat;
    text-indent: -999em;
    margin-bottom: 30px;
}
#content.active .sct h2.active {
    -webkit-animation: slideDown .5s ease-in-out .3s both;
    animation: slideDown .5s ease-in-out .3s both;
}
#content .sct h2 + p {
    text-align: center;
}
#content .sct img {
    max-width: 100%;
}
#content .sct .box {
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: #FFF2EB;
    box-shadow: 0 0 8px rgba(145,12,112,0.2) inset,
                0 5px 10px rgba(111,20,85,0.4);
}
#content .sct .textPink {
    color: #D41B9D;
    font-weight: bold;
}
#content #sct2 .inner:before,
#content #sct3 .inner:before {
    content: '';
    width: 375px;
    height: 13px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/sec_line.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -188px;
}
#content .sct [class*=flex] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#content .sct .flexCenter {
    -webkit-justify-content: center;
            justify-content: center;
}
#content .sct .flexBetween {
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
#content .sct .flexWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#sp_msg {display: none !important; background: none; position: fixed; top: 0; left: 0; z-index: 99999999;}



#content #headArea .ttl {
    width: 1050px;
    height: 991px;
    position: relative;
    margin: -80px auto 0;
}
#content #headArea .ttl .ttlTxt,
#content #headArea .ttl .ttlTxt i {
    width: 530px;
    height: 530px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_ttl_txt.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -265px;
    margin-left: -265px;
    z-index: 3;
    opacity: 0;
}
#content #headArea .ttl .ttlTxt i {
    display: block;
    transition: all 0s ease-out 0s;
}
#content.active #headArea .ttl .ttlTxt i {
    -webkit-animation: zoom-out .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s both;
            animation: zoom-out .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s both;
}
#content.active #headArea .ttl .ttlTxt {
    -webkit-animation: zoom-in .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: zoom-in .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#content #headArea .ttl .ttlBg {
    width: 1022px;
    height: 1050px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_ttl_bg.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    margin: auto;
    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;
    z-index: 1;
    opacity: 0;
}
#content #headArea .ttl .ttlEff {
    width: 550px;
    height: 550px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_ttl_eff.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -275px;
    z-index: 2;
    opacity: 0;
}
#content.active #headArea .ttl .ttlEff {
    -webkit-animation: zoom-in .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: zoom-in .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#content #headArea .ttl .ttlDone {
    width: 955px;
    height: 992px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -496px;
    margin-left: -478px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_ttl.jpg) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    z-index: 3;
    opacity: 0;
}
#content.active #headArea .ttl .ttlDone {
    -webkit-animation: fadeIn .5s ease-in-out .95s both, fadeIn2 2s ease-in-out 2s infinite alternate;
    animation: fadeIn .5s ease-in-out .95s both, fadeIn2 2s ease-in-out 2s infinite alternate;
}
#content #headArea [class*=chara] {
    position: absolute;
    z-index: 4;
    opacity: 0;
}
#content #headArea .chara1 {
    width: 779px;
    height: 901px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_chara1.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: 110px;
    left: 50%;
    margin-left: -940px;
}
#content #headArea .chara1:before {
    content: '';
    width: 372px;
    height: 296px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/flower.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 395px;
    left: 50%;
    margin-left: -85px;
}
#content #headArea .chara2 {
    width: 911px;
    height: 592px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_chara2.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: 75px;
    left: 50%;
    margin-left: 75px;
}
#content.active #headArea .chara1 {
    -webkit-animation: slideLeft .25s ease-in-out 1s both;
    animation: slideLeft .25s ease-in-out 1s both;
}
#content.active #headArea .chara2 {
    opacity: 1;
    -webkit-animation: slideHong .25s linear 1s both, vertical 1s ease-in-out infinite alternate;
    animation: slideHong .25s linear 1s both, vertical 1s ease-in-out infinite alternate;
}
#content #headArea .info {
    width: 753px;
    height: 216px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_info.png) no-repeat center;
    margin: -185px auto 0;
    position: relative;
    z-index: 5;
    opacity: 0;
}
#content.active #headArea .info {
    -webkit-animation: slideUp .5s ease-in-out 1.65s both;
    animation: slideUp .5s ease-in-out 1.65s both;
}
#content #headArea .btnSignup {
    display: block;
    position: fixed;
    bottom: 75px;
    right: 5px;
    width: 178px;
    height: 178px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/btnSignup.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    z-index: 999;
    opacity: 0;
}
#content.active #headArea .btnSignup {
    -webkit-animation: fadeIn .5s ease-in-out 1.65s both;
    animation: fadeIn .5s ease-in-out 1.65s both;
}


#content #sct1 .inner {
    padding-top: 50px;
}
#content #sct1 h2 {
    background-position: center 0;
}
#content #sct1 .bnrList {
    margin: 50px -1% 0;
    position: relative;
    z-index: 2;
}
#content #sct1 .bnrList li {
    width: 32%;
    margin: 0 .5%;
}
#content.active #sct1 .bnrList li.active {
    -webkit-animation: slideUp .5s ease-in-out .5s both;
    animation: slideUp .5s ease-in-out .5s both;
}
#content #sct1 .bnrList li a {
    display: block;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    padding: 11px;
    margin-bottom: 60px;
}
#content #sct1 .bnrList li a:hover,
#content #sct3 .box .boxInr .btn:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    filter: contrast(140%);
}
#content #sct1 .bnrList li a:hover {
    box-shadow: 0 0 8px rgba(145,12,112,0.2) inset,
                0 5px 10px rgba(111,20,85,0.8);
}
}
#content #sct1 .bnrList li a img {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
}
#content #sct1 .bnrList li a .bnrDetail {
    height: 85px;
    padding: 5px;
    margin-top: 5px;
}
#content #sct1 .bnrList + p {
    width: 582px;
    height: 61px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/sct1_text.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    margin: 35px auto 0;
    text-indent: -999em;
}
#content.active .sct .bnrList + p.active {
    -webkit-animation: slideLeft .5s ease-in-out .5s both;
    animation: slideLeft .5s ease-in-out .5s both;
}
#content #sct1 .anime [class*=chara] {
    position: absolute;
    opacity: 0;
}
#content #sct1 .anime .chara1 {
    width: 132px;
    height: 194px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/anime_chara1.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    left: -115px;
    top: 360px;
    z-index: 3;
}
#content #sct1 .anime .chara2 {
    width: 132px;
    height: 169px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/anime_chara2.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: 50px;
    right: 30px;
    z-index: 1;
}
#content #sct1 .anime .chara3 {
    width: 171px;
    height: 184px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/anime_chara3.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    right: 110px;
    bottom: 95px;
    z-index: 3;
}
#content.active #sct1 .anime .chara1.active {
    -webkit-animation: scale-in-center .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
            animation: scale-in-center .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
}
#content.active #sct1 .anime .chara2.active {
    -webkit-animation: slideUp2 .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
            animation: slideUp2 .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
#content.active #sct1 .anime .chara3.active {
    -webkit-animation: scale-in-center .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
            animation: scale-in-center .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.7s both;
}



#content #sct2 h2 {
    background-position: center -100px;
}
#content.active .sct h2 + p.active {
    -webkit-animation: slideUp .5s ease-in-out .5s both;
    animation: slideUp .5s ease-in-out .5s both;
}
#content #sct2 .voiceList {
    margin-top: 60px;
    padding: 0 115px;
}
#content #sct2 .voiceList li {
    width: 405px;
    position: relative;
}
#content.active .sct .voiceList .voice1.active {
    -webkit-animation: slideLeft .5s ease-in-out 1s both;
    animation: slideLeft .5s ease-in-out 1s both;
}
#content.active .sct .voiceList .voice2.active {
    -webkit-animation: slideRight .5s ease-in-out 1.05s both;
    animation: slideRight .5s ease-in-out 1.05s both;
}
#content #sct2 .voiceList li .voiceThumb {
    width: 403px;
    height: 392px;
}
#content #sct2 .voiceList .voice1 .voiceThumb {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/voice_thum1.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct2 .voiceList .voice2 .voiceThumb {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/voice_thum2.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct2 .voiceList .voiceBox {
    font-size: 18px;
    text-align: center;
    padding: 20px 20px 15px;
    margin-top: 15px;
}
#content #sct2 .voiceList .voiceBox span {
    color: #89350F;
    font-size: 32px;
    font-weight: bold;
}
#content #sct2 .voiceList .voiceBox audio {
    width: 100%;
    margin-top: 10px;
}
#content #sct2 .voiceList li .voiceChara {
    position: absolute;
}
#content #sct2 .voiceList .voice1 .voiceChara {
    width: 187px;
    height: 288px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/voice_chara1.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: 225px;
    left: -30px;
}
#content #sct2 .voiceList .voice1.active .voiceChara {
    -webkit-animation: jello-horizontal 4s infinite 3s both;
    animation: jello-horizontal 4s infinite 3s both;
}
#content #sct2 .voiceList .voice2 .voiceChara {
    width: 204px;
    height: 268px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/voice_chara2.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    top: 240px;
    right: -60px;
}
#content #sct2 .voiceList .voice2.active .voiceChara {
    -webkit-animation: jello-horizontal 4s infinite 3.3s both;
    animation: jello-horizontal 4s infinite 3.3s both;

}



#content #sct3 h2 {
    background-position: center -200px;
}
#content #sct3 .box {
    max-width: 1000px;
    text-align: center;
    padding: 45px 70px;
    margin: auto;
}
#content.active #sct3 .box.active {
    -webkit-animation: slideUp .5s ease-in-out .5s both;
    animation: slideUp .5s ease-in-out .5s both;
}
#content #sct3 .box h2 + p {
    margin-bottom: 30px;
}
#content #sct3 .box h3 {
    display: inline-block;
    color: #FFF;
    text-shadow: 0 3px 3px #9b5c40;
    background-color: #C29C8B;
    padding: 0 35px;
    margin-bottom: 15px;
    position: relative;
}
#content #sct3 .box h3 p {
    height: 36px;
}
#content #sct3 .box h3:before,
#content #sct3 .box h3:after {
    content: '';
    position: absolute;
    top: 0;
}
#content #sct3 .box h3:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 10px;
    border-color: transparent transparent transparent #FFF2EB;
    left: 0;
}
#content #sct3 .box h3:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 10px 18px 0;
    border-color: transparent #FFF2EB transparent transparent;
    right: 0;
}
#content #sct3 .box .boxInr {
    background-color: #FFF;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 30px 50px 45px;
    margin: 35px auto 40px;
}
#content #sct3 .box .boxInr .btn {
    display: block;
    width: 478px;
    height: 88px;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/btn.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    text-indent: -999em;
    margin: auto;
}
#content #sct3 .box .boxInr .btn.done {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/btn_done.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct3 .box .boxInr .signList {
    margin-top: 35px;
}
#content #sct3 .box .boxInr .signList [class*=sign] {
    width: 350px;
    height: 0;
    padding-top: 46.5%;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
#content #sct3 .box .boxInr .signList .sign1 {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/smaple_sign1.jpg) no-repeat center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#content #sct3 .box .boxInr .signList .sign2 {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/smaple_sign2.jpg) no-repeat center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}



#content #sct3 .box.done {
    position: relative;
}
#content #sct3 .box.done:before,
#content #sct3 .box.done:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 9999;
}
#content #sct3 .box.done:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.55);
    border-radius: 5px;
}
#content #sct3 .box.done:after {
    content: 'イベント終了しました';
    width: 588px;
    height: 60px;
    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%);
    text-indent: -999em;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/event_text.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}


@-webkit-keyframes zoom-in {
  0% {-webkit-transform: scale(2); transform: scale(2); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@keyframes zoom-in {
  0% {-webkit-transform: scale(2); transform: scale(2); opacity: 0; }
  100% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-webkit-keyframes zoom-out {
  10% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  100% {-webkit-transform: scale(1.15); transform: scale(1.15); opacity: 0; }
}
@keyframes zoom-out {
  10% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  100% {-webkit-transform: scale(1.15); transform: scale(1.15); opacity: 0; }
}
@-webkit-keyframes scale-in-center {
  0% {-webkit-transform: scale(0); transform: scale(0); opacity: 1; }
  100% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@keyframes scale-in-center {
  0% {-webkit-transform: scale(0); transform: scale(0); opacity: 1; }
  100% {-webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-webkit-keyframes slideDown {
  0% {-webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes slideDown {
  0% {-webkit-transform: translateY(-10px); transform: translateY(-10px); 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 slideUp2 {
  0% {-webkit-transform: translateY(200px); transform: translateY(200px);}
  10% {opacity: 1;}
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
}
@keyframes slideUp2 {
  0% {-webkit-transform: translateY(200px); transform: translateY(200px);}
  10% {opacity: 1;}
  100% {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
}
@-webkit-keyframes slideHong {
  0% {margin-left: 125px; margin-left: 125px; opacity: 0;}
  100% {margin-left: 75px; margin-left: 75px; opacity: 1;}
}
@keyframes slideHong {
  0% {margin-left: 125px; margin-left: 125px; opacity: 0;}
  100% {margin-left: 75px; margin-left: 75px; opacity: 1;}
}
@-webkit-keyframes slideHongSp {
  0% {margin-left: 15vw; margin-left: 15vw; opacity: 0;}
  100% {margin-left: 10vw; margin-left: 10vw; opacity: 1;}
}
@keyframes slideHongSp {
  0% {margin-left: 15vw; margin-left: 15vw; opacity: 0;}
  100% {margin-left: 10vw; margin-left: 10vw; 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 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 fadeIn {
  0% {opacity: 0; }
  100% {opacity: 1; }
}
@keyframes fadeIn {
  0% {opacity: 0; }
  100% {opacity: 1; }
}
@-webkit-keyframes fadeIn2 {
  0% {opacity: 1; }
  100% {opacity: .3; }
}
@keyframes fadeIn2 {
  0% {opacity: 1; }
  100% {opacity: .3; }
}
@keyframes vertical {
    0% {transform:translateY(-5px);}
  100% {transform:translateY(  0px);}
}
@-webkit-keyframes vertical {
    0% {transform:translateY(-5px);}
  100% {transform:translateY(  0px);}
}
@-webkit-keyframes jello-horizontal {
  0% {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  3% {-webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  4% {-webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  5% {-webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  6.5% {-webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  7.5% {-webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  10% {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes jello-horizontal {
  0% {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  3% {-webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  4% {-webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  5% {-webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  6.5% {-webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  7.5% {-webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  10% {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}


/***
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;
}


@media screen and (max-width: 812px) {
html, body {
    min-width: 310px !important;
}
#content {
    font-size: 14px;
}
#content .bnsLogo {
    left: 0;
}
#content .fixObj {
    top: 80px;
}
#headArea .fixObj .snsList {
    display: none;
}
#sp_msg {
    display: none;
}
#content #sct2 .inner:before,
#content #sct3 .inner:before {
    width: 50VW;
    height: 1.7333333333333332VW;
    top: -0.8VW;
    margin-left: -25.066666666666666VW;
}



#content .inner {
    width: 100%;
}
#content .sct .inner {
    padding: 13.333333333333334VW 4vw;
}
#content .sct .spBlock {
    display: block;
}
#content #topBtn {
    right: 20px;
}



#content #headArea .bnsLogo,
#content #headArea .bnsLogo a {
    width: 80px;
    height: 42px;
    margin: 0;
    top: 10px;
    left: 10px;
    z-index: 999;
}
#content #headArea {
    height: 166.66666666666669VW;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/main_sp.jpg) no-repeat center top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #headArea .ttl {
    width: 140VW;
    height: 132.13333333333333VW;
    margin-left: -20vw;
    margin-top: -8VW;
}
#content #headArea .ttl .ttlTxt,
#content #headArea .ttl .ttlTxt i {
    width: 70.66666666666667VW;
    height: 70.66666666666667VW;
    margin-top: -35.333333333333336VW;
    margin-left: -35.333333333333336VW;
}
#content #headArea .ttl .ttlBg {
    width: 136.26666666666668VW;
    height: 140VW;
}
#content #headArea .ttl .ttlEff {
    width: 73.33333333333333VW;
    height: 73.33333333333333VW;
    margin-top: -36.666666666666664VW;
    margin-left: -36.666666666666664VW;
}
#content #headArea .ttl .ttlDone {
    width: 127.33333333333334VW;
    height: 132.26666666666665VW;
    margin-top: -66.13333333333333VW;
    margin-left: -63.733333333333334VW;
}
#content #headArea .chara1 {
    width: 93.33333333333333VW;
    height: 107.86666666666666VW;
    top: 52vw;
    margin-left: -90vw;
}
#content #headArea .chara1:before {
    width: 49.6VW;
    height: 39.46666666666667VW;
    top: 27vw;
    margin-left: -23vw;
}
#content #headArea .chara2 {
    width: 93.33333333333333VW;
    height: 60.66666666666667VW;
    top: 17vw;
    margin-left: 10vw;
}
#content.active #headArea .chara2 {
    -webkit-animation: slideHongSp .25s linear 1s both, vertical 1s ease-in-out infinite alternate;
    animation: slideHongSp .25s linear 1s both, vertical 1s ease-in-out infinite alternate;
}
#content #headArea .info {
    width: 97.86666666666667VW;
    height: 39.46666666666667VW;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/mv_info_sp.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    margin-top: -10vw;
}
#content #headArea #mvBg {
    display: none;
}
#content #headArea .btnSignup {
    width: 27vw;
    height: 27vw;
    bottom: 78px;
    right: 1px;
}


#content #sct1 .inner {
    padding-top: 0;
}
#content .sct h2 {
    width: 86.66666666666667VW;
    height: 17.599999999999998VW;
    margin-bottom: 4.666666666666667VW;
}
#content #sct1 h2 {
    height: 12.8VW;
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/ttl1_sp.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct1 .bnrList {
    display: block;
    padding: 0 3.3333333333333335VW;
    margin: 0;
}
#content #sct1 .bnrList li {
    width: 100%;
    margin: 0;
}
#content #sct1 .bnrList li a {
    margin-bottom: 6.666666666666667VW;
    font-size: 14px;
}
#content #sct1 .bnrList li a .bnrDetail {
    height: auto;
}
#content #sct1 .bnrList + p {
    width: 77.60000000000001VW;
    height: 8.133333333333333VW;
    margin: 0;
}
#content #sct1 .anime .chara1,
#content #sct1 .anime .chara2 {
    display: none;
}
#content #sct1 .anime .chara3 {
    width: 22.8VW;
    height: 24.53333333333333VW;
    right: -5vw;
    bottom: 10vw;
}



#content #sct2 h2 {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/ttl2_sp.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct2 .voiceList {
    padding: 0;
    display: block;
}
#content #sct2 .voiceList li {
    width: 90%;
    margin: 8vw auto;
}
#content #sct2 .voiceList li .voiceThumb {
    width: 100%;
    height: 0;
    padding-top: 98%;
}
#content #sct2 .voiceList .voice1 .voiceChara {
    width: 30.666666666666664VW;
    height: 47.199999999999996VW;
    top: 60vw;
    left: -7vw;
}
#content #sct2 .voiceList .voice2 .voiceChara {
    width: 34.66666666666667VW;
    height: 45.46666666666667VW;
    top: 63vw;
    right: -15vw;
}



#content.active #sct3 .box.active {
    padding: 4vw;
}
#content #sct3 h2 {
    background: url(https://static.ncsoft.jp/images/event/bns/anniversary/5th/ttl3_sp.png) no-repeat center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#content #sct3 .box .boxInr {
    width: 98vw;
    margin-left: -7vw;
    padding: 4vw;
}
#content #sct3 .box .boxInr .btn {
    width: 63.733333333333334VW;
    height: 11.733333333333333VW;
}
#content #sct3 .box .boxInr .signList {
    margin-top: 4vw;
}

#content #sct3 .box.done:after {
    width: 78.4VW;
    height: 8VW;
}


}