@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
    overflow: inherit;
}
#content {
    color: #2468b0;
    font-size: 20px;
    line-height: 1.4;
    background-color: #fff;
}
#content #headArea {
    height: 1155px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/main.jpg) center top no-repeat;
}
#content #headArea .inner {
    white-space: nowrap;
    text-indent: -9999em;
}
#content #bodyArea {
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/bg_body_1.jpg) center top no-repeat,
        url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/bg_body_2.jpg) center 1500px no-repeat, #96e8fd;
}
#content a {
    text-decoration: none;
}
#content img {
    max-width: 100%;
    vertical-align: middle;
}

#content .text--white {
    color: #fff !important;
}
#content .text--sm {
    font-size: 0.9em;
}
#content .text--lg {
    font-size: 1.15em;
}
#content .text--xl {
    font-size: 1.25em;
}
#content .text--serif,
#content .text--serif * {
    font-family: "Noto Serif SC", serif;
}

#content .frame {
    position: relative;
    padding: 3em 4em;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/frame_bg.png) center;
    border-radius: 10px;
    box-shadow: 0 0 40px #006699 inset;
}
#content .frame-inner {
    padding: 3em;
    background: #def3fb;
    border-radius: 12px;
    border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/frame_inner_border.png) 33.333% / 100px;
}

#content .list-cst-no {
    padding: 2em;
    background: rgba(87, 191, 232, 0.2);
    border-radius: 3em;
}
#content .list-cst-no li {
    position: relative;
    text-indent: -2.15em;
    padding-left: 2.15em;
}
#content .list-cst-no li::before {
    display: inline-block;
    width: 1.65em;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    text-indent: 0;
    margin-right: 0.5em;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/list_bg.png) center / contain no-repeat;
}
#content .list-cst-no li:nth-child(1)::before {
    content: "1";
}
#content .list-cst-no li:nth-child(2)::before {
    content: "2";
}
#content .list-cst-no li:nth-child(3)::before {
    content: "3";
}
#content .list-cst-no li:nth-child(4)::before {
    content: "4";
}
#content .list-cst-no li:nth-child(5)::before {
    content: "5";
}
#content .list-cst-no li:nth-child(6)::before {
    content: "6";
}
#content .list-cst-no li:nth-child(7)::before {
    content: "7";
}
#content .list-cst-no li:nth-child(8)::before {
    content: "8";
}
#content .list-cst-no li:nth-child(9)::before {
    content: "9";
}

#content .table-area .table {
    width: 100%;
}
#content .table-area .table th,
#content .table-area .table td {
    height: 45px;
    padding: 0.25em 0.5em;
    border-right: 1px solid #5ac1e8;
    border-top: 1px solid #5ac1e8;
}
#content .table-area .table th:last-child,
#content .table-area .table td:last-child {
    border-right: none;
}
#content .table-area .table thead th {
    color: #fff;
    background: linear-gradient(to bottom, rgba(62, 152, 237, 1) 0%, rgba(45, 138, 226, 1) 50%, rgba(16, 90, 212, 1) 100%);
}
#content .table-area .table tbody th,
#content .table-area .table tbody td {
    background: #def6ff;
}
#content .table-area .table tbody tr:nth-child(2n) th,
#content .table-area .table tbody tr:nth-child(2n) td {
    background: #d1f2ff;
}

#content .ss-area {
    position: relative;
    z-index: 2;
}

#content #att {
    color: #fff;
    background: #35a9dd;
    padding: 3em 0 6em;
}
#content .title-att {
    color: #abe5f7;
    font-size: 1.35em;
}

#content .char--1 {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 356px;
    height: 954px;
    margin-left: 370px;
    margin-bottom: -10px;
    background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/kazari_01.png) center no-repeat;
}

@media screen and (max-width: 1110px) {
    #content #headArea {
        height: 95vw;
        max-height: 1155px;
        background-size: cover;
    }
    #content .sct:not(#att) {
        margin-right: 0.5em;
        margin-left: 0.5em;
    }

    #content .frame {
        padding: 2.5em;
    }
    #content .frame-inner {
        padding: 1.5em;
        border-image-width: 50px;
    }
    #content .list-cst-no {
        padding: 1em;
        border-radius: 1.5em;
    }

    #content #att {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #content [class*="char--"] {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #content {
        font-size: 14px;
    }

    #content #headArea {
        height: 138vw;
        background: url(https://image.tw.ncsoft.com/bns/pc/event/2406/stone/main_sp.jpg) center top / cover no-repeat;
    }

    #content #bodyArea {
        background: #26c5f4;
    }

    #content .frame {
        padding: 1em;
    }

    #content .title img {
        height: 1.15em;
    }
    #content .sub-title img {
        height: 3em;
    }
}
