@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
    overflow: inherit;
}
.text--serif {
    font-family: "Noto Serif JP", serif;
}
#content {
    background-color: #8bc094;
    font-size: 20px;
    line-height: 1.4;
    color: #003a42;
}
#content #headArea {
    height: 932px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/main.jpg) center top no-repeat;
}
#content #headArea .inner {
    white-space: nowrap;
    text-indent: -9999em;
}
#content a {
    text-decoration: none;
}

#content #sct1 {
    height: 1170px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/sct1.jpg) center top no-repeat;
}
#content #sct2 {
    height: 545px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/sct2.jpg) center top no-repeat;
}
#content #att {
    background: #c5c096 url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/att.jpg) center top no-repeat;
}

#content .sct .text--red {
    color: #c75b5b;
}
#content .sct .text--beige {
    color: #fff5ad;
}
#content .sct .text--green {
    color: #003a42;
}
#content .sct .text--sm {
    font-size: 0.95em;
}
#content .sct .text--lg {
    font-size: 1.35em;
}

#content #sct1 .inner {
    padding-top: 150px;
}

#content .sct .sct__item [class*="item--"] {
    width: 495px;
    margin-top: 3px;
}
#content .sct .sct__item [class*="item--"] .item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 157px;
    font-size: 1.35em;
    text-shadow: 0 0 5px #fff;
    padding-top: 25px;
}
#content .sct .sct__item .item--1 .item__title {
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/item_top_1.png) center top / cover no-repeat;
}
#content .sct .sct__item .item--2 .item__title {
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/item_top_2.png) center top / cover no-repeat;
}
#content .sct .sct__item .item__bottom {
    max-width: 419px;
    height: 568px;
    padding-top: 125px;
    margin: -70px auto 0;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/item_list_bg.png) center bottom / cover no-repeat;
}
#content .sct .sct__item .item__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#content .sct .sct__item .item__list li {
    width: 100%;
    padding: 0.15em 0;
}

#content .sct .item__att {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    background: #003b3f;
    padding: 0.35em 0;
    border-radius: 5em;
}

#content .sct [class*="char--"] {
    position: absolute;
    left: 50%;
}
#content .sct .char--1 {
    top: 0;
    margin-left: -718px;
    margin-top: -75px;
    width: 392px;
    height: 621px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/char_01.png) center / contain no-repeat;
}
#content .sct .char--2 {
    bottom: 0;
    margin-left: 275px;
    margin-bottom: -88px;
    width: 487px;
    height: 659px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/char_02.png) center / contain no-repeat;
}

#content #sct2 .sct__bonus .btn {
    position: relative;
    display: block;
    width: 418px;
    height: 138px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/btn.png) center top / contain no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content #sct2 .sct__bonus .btn:hover {
    filter: brightness(120%);
}
#content #sct2 .sct__bonus .btn .btn__light,
#content #sct2 .sct__bonus .btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999em;
}
#content #sct2 .sct__bonus .btn .btn__light:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
#content #sct2 .sct__bonus .btn.is-kirakira {
    -webkit-animation: kirakira 2s infinite;
    animation: kirakira 2s infinite;
}

#content #att {
    padding: 60px 0 100px;
    color: #000000;
}
#content #att .att__title {
    color: #00314d;
    text-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

@-webkit-keyframes shine {
    50%,
    to {
        left: 125%;
    }
}
@keyframes shine {
    50%,
    to {
        left: 125%;
    }
}

@-webkit-keyframes kirakira {
    0%,
    60%,
    100% {
        filter: brightness(100%);
    }
    30% {
        filter: brightness(120%);
    }
}
@keyframes kirakira {
    0%,
    60%,
    100% {
        filter: brightness(100%);
    }
    30% {
        filter: brightness(120%);
    }
}

html.fancyOpen {
    overflow-y: hidden;
}
.floatArea {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 530px;
    margin-left: 455px;
}
.floatArea.move {
    position: fixed;
    margin-top: 125px;
}
.fl_btn {
    z-index: 5;
    display: block;
    width: 365px;
    height: 362px;
    background: url("https://image.tw.ncsoft.com/bns/pc/event/2304/30days/bnr_floating.png") center / contain no-repeat;
    animation: vertical 1s ease-in-out infinite alternate;
    text-indent: -999em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fl_btn:hover {
    filter: brightness(120%);
}
.fl_btn.hide {
    opacity: 0;
    pointer-events: none;
}
.fl_btn.show {
    opacity: 1;
    pointer-events: auto;
}
.fancybox-container {
    z-index: 999999 !important;
}
.fancy-cont {
    background: none;
}
.fancy-cont img {
    max-width: 100%;
}
@keyframes blink {
    0% {
        filter: brightness(100%) drop-shadow(0 0 10px rgba(0, 0, 0, 0));
    }
    70% {
        filter: brightness(100%) drop-shadow(0 0 10px rgba(0, 0, 0, 0));
    }
    85% {
        filter: brightness(200%) drop-shadow(0 0 10px black);
    }
    100% {
        filter: brightness(100%) drop-shadow(0 0 10px rgba(0, 0, 0, 0));
    }
}
@keyframes vertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
@keyframes switchOff {
    from {
        border: 0px solid #fff0;
        opacity: 0;
    }
    to {
        border: 0px solid #fff0;
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .floatArea,
    .floatArea.move {
        position: absolute;
        left: auto;
        right: 0;
        margin-top: 315px;
        margin-left: 0;
    }
}
@media screen and (max-width: 960px) {
    .fl_btn {
        width: 187px;
        height: 195px;
    }

    #content .sct .sct__title {
        width: 120%;
        margin-left: -10%;
    }
}
@media screen and (max-width: 640px) {
    #content {
        font-size: 14px;
    }
    #content #headArea {
        height: 160vw;
        background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/main_sp.jpg) center top / cover no-repeat;
    }
    #content #bodyArea {
        background: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/bg_body_sp.jpg) center top / contain no-repeat;
    }
    #content #sct1,
    #content #sct2 {
        height: auto;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 2em;
    }
    #content #sct1 {
        background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/sct1_sp_01.jpg), url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/sct1_sp_02.jpg);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat, repeat-y;
    }
    #content #sct2 {
        height: 67vw;
        background: #e4e9af url(https://image.tw.ncsoft.com/bns/pc/event/2304/30days/sct2_sp.jpg) center top / contain no-repeat;
    }
    #content #sct1 .inner {
        padding-top: 10vw;
    }

    #content .sct .sct__item [class*="item--"] {
        width: 100%;
    }
    #content .sct .sct__item [class*="item--"] .item__title {
        height: auto;
        padding-top: 0;
        padding-bottom: 1em;
        background-size: cover;
    }
    #content .sct .sct__item [class*="item--"] .item__title img {
        height: 6em;
    }
    #content .sct .sct__item .item__bottom {
        max-width: 315px;
        height: 427px;
        padding-top: 100px;
        margin-top: -75px;
    }
    #content .sct .item__att {
        max-width: 80%;
        padding: 0.5em 1em;
    }

    #content #sct2 .sct__bonus .btn {
        width: 60vw;
        height: 20vw;
    }
    #content #att {
        padding: 50px 0;
    }

    .floatArea,
    .floatArea.move {
        margin-top: calc(55vw + 70px);
    }
    .fl_btn {
        width: 35vw;
        height: 35vw;
    }
}
