@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : fanart.css
Description :
===================================================================== */

.museum {
    padding: calc(100 / 750 * 100%) 0 0;
}

.sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    z-index: 2;
}

.museum .sec_ttl {
    margin: 0 0 calc(30 / 750 * 100%);
}

.museum .sec_ttl span {
    font-size: 4.5rem;
    margin: calc(20 / 750 * 100%) 0 calc(70 / 750 * 100%);
}

.museum .txt {
    color: #fff;
    font-size: 2.8rem;
}

.museum .txt a {
    display: inline;
    text-decoration: underline;
    margin: 0 .3em;
    color: #fff;
}

.museum .txt span {
    color: #fb4795;
}

.museum .img {
    width: calc(420 / 690 * 100%);
    margin: calc(40 / 690 * 100%) auto;
}

.museum .date {
    margin: 0 auto calc(50 / 690 * 100%);
    background: url(../images/fanart/bg_date.jpg) no-repeat center;
    background-size: contain;
    padding: .5em;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
}

.illust,
.present {
    background: url(../images/fanart/bg_contents.jpg) repeat top center;
    padding: calc(100 / 750 * 100%) 0;
}

.illust::before,
.present::before {
    content: '';
    background: url(../images/fanart/bg_contents_top.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(70 / 750 * 100%);
}

.illust::after,
.present::after {
    content: '';
    background: url(../images/fanart/bg_contents_bottom.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: calc(90 / 750 * 100%);
}

.illust_box {
    width: calc(590 / 690 * 100%);
    margin: 0 auto calc(70 / 690 * 100%);
    padding: 0 0 calc(70 / 690 * 100%);
    border-bottom: 2px solid #585858;
}

.illust_list li:not(:last-child) {
    margin-bottom: calc(50 / 590 * 100%);
}

.illust_list span {
    display: block;
    /*    border: 10px solid #cacaca;*/
    background: url(../images/fanart/bg_art.jpg) no-repeat top center;
    background-size: contain;
}

.illust_list span::before {
    /*
    content: '';
    position: absolute;
    border: 2px solid #cacaca;
    width: 96%;
    height: 96%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
*/
}

.illust_list img {
    width: 92%;
    padding: 4%;
    margin: auto;
    z-index: 1;
}

.illust_name {
    font-size: 3.2rem;
    text-align: center;
    padding-top: calc(20 / 590 * 100%);
}

/*.illust_name::before {
    content: '';
    position: absolute;
    width: 1px;
    padding-top: calc(40 / 590 * 100%);
    background-color: #3a3a3a;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
*/
.post_box {
    /*    padding-top: calc(80 / 630 * 100%);*/
}

.post_box h3 {
    text-align: center;
    font-size: 4.2rem;
    font-weight: 800;
}

.post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(40 / 630 * 100%);
}

.post_list li {
    width: calc(330 / 690 * 100%);
    margin: 0 calc(30 / 690 * 100%) calc(40 / 690 * 100%) 0;
}

.post_list li:nth-child(even),
.post_list li:last-child {
    margin-right: 0;
}

.post_list span {
    display: block;
    border: 5px solid #cacaca;
}

.post_list span::before {
    content: '';
    position: absolute;
    border: 2px solid #cacaca;
    width: 95%;
    height: 95%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.post_list img {
    z-index: 1;
}

.post_name {
    text-align: center;
    color: #000;
    padding-bottom: calc(15 / 330 * 100%);
    margin: calc(10 / 330 * 100%) 0 calc(10 / 330 * 100%);
    font-size: 3.2rem;
}


.join {
    padding: calc(100 / 750 * 100%) 0;
    margin: 0 0 calc(80 / 750 * 100%);
    background: url(../images/common/bg_gray.jpg) repeat center;
    background-size: calc(400 / 750 * 100%) auto;
    /*    padding: calc(400 / 750 * 100%) 0 calc(100 / 750 * 100%);*/
    /*    margin: calc(-380 / 750 * 100%) 0 calc(80 / 750 * 100%);*/
}

.sub_ttl {
    color: #fff;
    text-align: center;
    font-size: 4.8rem;
    padding-bottom: calc(20 / 690 * 100%);
    margin-bottom: calc(50 / 690 * 100%);
    border-bottom: 3px solid #fff;
}

.join_box li {
    width: calc(590 / 690 * 100%);
    margin: 0 auto;
    background-color: #fff;
    padding: calc(60 / 690 * 100%) 0;
}

.join_box li:not(:last-child) {
    margin-bottom: calc(80 / 690 * 100%);
}

.join_box dl {
    width: calc(500 / 590 * 100%);
    margin: 0 auto;
}

.join_box li:first-child dd {
    margin-top: calc(60 / 500 * 100%);
    text-align: center;
}

.join_box li:first-child::before {
    content: '';
    position: absolute;
    width: calc(18 / 590 * 100vw);
    height: calc(18 / 590 * 100vw);
    border-top: calc(5 / 590 * 100vw) solid #fff;
    border-right: calc(5 / 590 * 100vw) solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: calc(-35 / 590 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
}

.join_box dd {
    margin-top: calc(30 / 500 * 100%);
    font-size: 2.8rem;
    color: #7c7c7c;
}

.join_box dd b {
    font-weight: bold;
}

.join_box dd a {
    color: #7c7c7c;
    text-decoration: underline;
}

.btn_share {
    margin: calc(70 / 690 * 100%) auto;
}

.btn_share dt {
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
}

.btn_share strong {
    display: block;
    font-size: 3.6rem;
    font-weight: 800;
}

.btn_share dd a {
    background-color: #fff;
    width: calc(300 / 690 * 100%);
    margin: calc(40 / 690 * 100%) auto calc(60 / 690 * 100%);
    color: #3a3a3a;
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    padding: calc(30 / 690 * 100%) 0 calc(30 / 690 * 100%) calc(140 / 690 * 100%);
}

.btn_share dd a::before {
    content: '';
    position: absolute;
    background: url(../images/fanart/btn_tw.png) no-repeat center;
    background-size: contain;
    width: calc(50 / 300 * 100%);
    padding-top: calc(40 / 300 * 100%);
    left: calc(70 / 300 * 100%);
    top: 0;
    bottom: 0;
    margin: auto;
}

.sns_box {
    margin: calc(80 / 690 * 100%) auto calc(120 / 690 * 100%);
}

.sns_box p {
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: calc(30 / 690 * 100%);
}

.sns_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sns_box li {
    width: calc(330 / 690 * 100%);
}

.sns_box li a {
    background-color: #fff;
    color: #3a3a3a;
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    padding: calc(50 / 330 * 100%) 0 calc(50 / 330 * 100%) calc(140 / 330 * 100%);
    line-height: 1.1;
}

.sns_box li a::before {
    content: '';
    position: absolute;
    width: calc(52 / 330 * 100%);
    padding-top: calc(42 / 330 * 100%);
    left: calc(65 / 330 * 100%);
    top: 0;
    bottom: 0;
    margin: auto;
}

.sns_box li:nth-child(1) a::before {
    background: url(../images/fanart/btn_ig.png) no-repeat center;
    background-size: contain;
}

.sns_box li:nth-child(2) a::before {
    background: url(../images/fanart/btn_tw.png) no-repeat center;
    background-size: contain;
}

.sns_box li a strong {
    font-weight: 800;
    font-size: 3.6rem;
}

.present h4 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 800;
    padding-bottom: calc(20 / 690 * 100%);
    margin-bottom: calc(30 / 690 * 100%);
}

.present h4::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.present_box dt {
    font-size: 2.8rem;
    margin-bottom: calc(40 / 690 * 100%);
}

.present_box dt span {
    color: #fb4795;
}

.present_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(660 / 690 * 100%);
    margin: calc(130 / 630 * 100%) auto 0;
}

.present_box li {
    width: calc(310 / 660 * 100%);
}

.present_box li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: calc(-80 / 310 * 100%);
    right: calc(-50 / 310 * 100%);
    background: url(../images/fanart/img_present3.png) no-repeat center;
    background-size: contain;
    width: calc(336 / 310 * 100%);
    padding-top: calc(250 / 310 * 100%);
    z-index: 2;
}

.present_box li span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-top: calc(5 / 320 * 100%);
}

.present_box img {
    -webkit-box-shadow: .8em .8em 2em -.2em rgba(0, 0, 0, 0.3);
    -ms-box-shadow: .8em .8em 2em -.2em rgba(0, 0, 0, 0.3);
    box-shadow: .8em .8em 2em -.2em rgba(0, 0, 0, 0.3);
}

.terms {
    border: 1px solid #fff;
    padding: calc(70 / 690 * 100%) 0;
}

.terms h4 {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 800;
    padding-bottom: calc(20 / 690 * 100%);
    margin-bottom: calc(30 / 690 * 100%);
}

.terms h4::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.terms ul {
    width: calc(590 / 690 * 100%);
    margin: auto;
}

.terms li {
    color: #fff;
    padding-left: calc(50 / 590 * 100%);
    font-size: 2.8rem;
    margin-bottom: calc(30 / 590 * 100%);
}

.terms li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (min-width: 768px) {
    .sec_contents {
        width: 100%;
    }

    .museum {
        padding: 90px 0 0;
    }

    .museum .sec_ttl {
        margin: 0 0 calc(30 / 1000 * 100%);
    }

    .museum .sec_ttl span {
        font-size: 3.8rem;
        margin: calc(20 / 1000 * 100%) 0 calc(50 / 1000 * 100%);
    }

    .museum .txt {
        text-align: center;
        font-size: 1.6rem;
        margin: 0 auto 30px;
        line-height: 1.8;
    }

    .museum .txt a {
        margin: 0 .5em;
    }

    .museum .img {
        width: calc(300 / 1000 * 100%);
        margin: calc(40 / 1000 * 100%) auto;
    }

    .museum .date {
        width: calc(520 / 1000 * 100%);
        margin: 0 auto calc(40 / 750 * 100%);
        padding: 1em;
        font-size: 2.3rem;
        letter-spacing: .3rem;
    }

    .illust,
    .present {
        padding: 100px 0;
    }

    .illust::before,
    .present::before {
        padding-top: 70px;
    }

    .illust::after,
    .present::after {
        padding-top: 85px;
    }

    .illust_box {
        width: 100%;
        margin: 0 auto calc(60 / 1000 * 100%);
        padding: 0 0 calc(60 / 1000 * 100%);
    }

    .illust_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .illust_list li {
        width: calc(310 / 1000 * 100%);
    }

    .illust_list li:not(:last-child) {
        margin-bottom: 0;
    }

    .illust_list li:not(:nth-child(3n)) {
        margin: 0 calc(25 / 1000 * 100%) 0 0;
    }

    .illust_list li:not(:nth-child(-n+3)) {
        margin: calc(25 / 1000 * 100%) 0 0 0;
    }

    .illust_list span {}

    .illust_list img {
        width: 98%;
        padding: 4%;
    }

    .illust_name {
        font-size: 1.8rem;
        padding-top: calc(15 / 310 * 100%);
    }

    .illust_name::before {
        padding-top: calc(20 / 310 * 100%);
    }

    .bnr_post {
        width: calc(460 / 1000 * 100%);
        margin: 0 auto;
    }

    .bnr_post:hover {
        opacity: .7;
    }

    .post_box {
        /*        padding-top: calc(50 / 1000 * 100%);*/
        margin-bottom: calc(50 / 1000 * 100%);
    }

    .post_box h3 {
        font-size: 3rem;
    }

    .post_list {
        margin-top: calc(20 / 1000 * 100%);
    }

    .post_list li {
        width: calc(280 / 1000 * 100%);
        margin: 0;
    }

    .post_list li:not(:nth-child(3n)) {
        margin-right: calc(25 / 1000 * 100%);
    }

    .post_list li:not(:nth-child(-n+3)) {
        margin-top: calc(25 / 1000 * 100%);
    }

    .post_list li a:hover {
        opacity: 0.7;
    }

    .post_name {
        padding-bottom: calc(15 / 280 * 100%);
        margin: calc(10 / 280 * 100%) 0 calc(10 / 280 * 100%);
        font-size: 1.6rem;
    }


    .join {
        background-size: calc(400 / 1200 * 100%) auto;
        padding: 100px 0;
        margin: 0 0 80px;
        /*        padding: 280px 0 100px;*/
        /*        margin: -200px 0 80px;*/
    }

    .sub_ttl {
        font-size: 3.6rem;
        padding-bottom: calc(20 / 1000 * 100%);
        margin-bottom: calc(50 / 1000 * 100%);
        border-bottom: 3px solid #fff;
    }

    .join_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(750 / 1000 * 100%);
        margin: 0 auto;
    }

    .join_box li {
        width: calc(320 / 750 * 100%);
        padding: calc(20 / 750 * 100%) 0;
        margin: 0;
    }

    .join_box li:first-child::before {
        width: calc(15 / 1200 * 100vw);
        height: calc(15 / 1200 * 100vw);
        border-top: calc(5 / 1200 * 100vw) solid #fff;
        border-right: calc(5 / 1200 * 100vw) solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        right: calc(-55 / 1200 * 100vw);
    }

    .join_box li:not(:last-child) {
        margin-bottom: 0;
    }

    .join_box dl {
        width: calc(250 / 320 * 100%);
    }

    .join_box li:first-child dd {
        margin-top: calc(60 / 320 * 100%);
    }

    .join_box dd {
        margin-top: calc(30 / 320 * 100%);
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .btn_share {
        margin: calc(50 / 1000 * 100%) auto;
    }

    .btn_share dt {
        font-size: 1.6rem;
    }

    .btn_share strong {
        font-size: 2.4rem;
    }

    .btn_share dd a {
        width: calc(220 / 1000 * 100%);
        margin: calc(20 / 1000 * 100%) auto calc(30 / 1000 * 100%);
        font-size: 2.7rem;
        padding: calc(20 / 1000 * 100%) 0 calc(20 / 1000 * 100%) calc(100 / 1000 * 100%);
        border: 2px solid #2a2c2b;
    }

    .btn_share dd a::before {
        width: calc(32 / 220 * 100%);
        padding-top: calc(30 / 220 * 100%);
        left: calc(55 / 220 * 100%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .btn_share dd a:hover::before,
    .sns_box li:nth-child(2) a:hover::before {
        background: url(../images/fanart/btn_tw_h.png) no-repeat center;
        background-size: contain;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .btn_share dd a:hover,
    .sns_box li a:hover {
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .sns_box {
        margin: calc(80 / 1000 * 100%) 0;
    }

    .sns_box p {
        font-size: 1.6rem;
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .sns_box ul {
        width: calc(520 / 1000 * 100%);
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sns_box li {
        width: calc(250 / 520 * 100%);
    }

    .sns_box li a {
        border: 2px solid #2a2c2b;
        font-size: 1.6rem;
    }

    .sns_box li:nth-child(1) a {
        padding: calc(50 / 250 * 100%) 0 calc(50 / 250 * 100%) calc(80 / 250 * 100%);
    }

    .sns_box li:nth-child(2) a {
        padding: calc(50 / 250 * 100%) 0 calc(50 / 250 * 100%) calc(100 / 250 * 100%);
    }

    .sns_box li:nth-child(1) a::before {
        left: calc(30 / 250 * 100%);
    }

    .sns_box li:nth-child(1) a:hover::before {
        background: url(../images/fanart/btn_ig_h.png) no-repeat center;
        background-size: contain;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sns_box li:nth-child(2) a::before {
        left: calc(50 / 250 * 100%);
    }

    .sns_box li a::before {
        width: calc(34 / 250 * 100%);
        padding-top: calc(30 / 250 * 100%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sns_box li a strong {
        font-size: 3rem;
    }

    .present h4 {
        font-size: 2.4rem;
        padding-bottom: calc(20 / 1000 * 100%);
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .present_box {
        width: calc(720 / 1000 * 100%);
        margin: 0 auto;
    }

    .present_box dt {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: calc(40 / 720 * 100%);
    }

    .present_box ul {
        width: calc(430 / 720 * 100%);
        margin: calc(100 / 720 * 100%) auto 0;
    }

    .present_box li {
        width: calc(200 / 430 * 100%);
    }

    .present_box li:nth-child(2)::before {
        top: calc(-58 / 200 * 100%);
        right: calc(-45 / 200 * 100%);
        width: calc(230 / 200 * 100%);
        padding-top: calc(180 / 200 * 100%);
    }

    .present_box li span {
        margin-top: calc(5 / 200 * 100%);
        font-size: 1.4rem;
    }

    .terms {
        padding: 80px 0;
    }

    .terms h4 {
        font-size: 2.4rem;
        padding-bottom: calc(20 / 1000 * 100%);
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .terms ul {
        width: calc(790 / 1000 * 100%);
    }

    .terms li {
        padding-left: calc(30 / 790 * 100%);
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: calc(30 / 790 * 100%);
    }

}

@media screen and (min-width: 1200px) {
    .join_box li:first-child::before {
        width: 15px;
        height: 15px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        right: -60px;
    }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
    z-index: 100000;
}

.popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
}

.popup_inner {
    width: calc(680 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .popup_inner {
        width: calc(900 / 1100 * 100%);
        max-width: 900px;
        padding: calc(60 / 1100 * 100%) 0;
    }

    .popup_close {
        margin: -6.5% 0 0;
    }
}

@media screen and (min-width: 1100px) {
    .popup_inner {
        padding: 60px 0;
    }
}

/* =====================================================================
*    lightbox
* =================================================================== */
.lightbox {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lightboxOverlay {
    width: 100% !important;
    opacity: 0.6 !important;
}

.lb-outerContainer {
    width: calc(680 / 750 * 100%) !important;
    border-radius: 0 !important;
    -ms-flex-item-align: center;
    align-self: center;
}

.lb-outerContainer::before {
    content: "";
    display: block;
    width: calc(60 / 680 * 100%);
    padding-top: calc(60 / 680 * 100%);
    background: url(../plugin/lightbox/images/close2.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(-80 / 680 * 100%) 0 0;
    pointer-events: none;
}

.lightbox .lb-image {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}

.lb-dataContainer {
    width: calc(680 / 750 * 100%) !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: calc(-330 / 750 * 100%) auto 0;
    display: none !important;
}

.lb-data {
    padding: 0 !important;
}

.lb-data .lb-details {
    display: none;
}

.lb-data .lb-close {
    width: auto;
    height: auto;
    float: none;
    background: none;
}

.lb-data .lb-close::before,
.lb-data .lb-close::after {
    content: "";
    display: block;
    width: 2px;
    padding-top: 12%;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 5% 0 auto;
}

.lb-data .lb-close::after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lb-nav a {
    opacity: 1 !important;
    background-size: auto 12% !important;
}

@media screen and (min-width: 768px) {
    .lb-outerContainer {
        width: calc(800 / 1100 * 100%) !important;
        max-width: 800px !important;
        height: auto !important;
    }

    .lb-dataContainer {
        width: calc(800 / 1100 * 100%) !important;
        max-width: 800px !important;
        margin: calc(-360 / 1100 * 100%) auto 0;
    }

    .lb-outerContainer::before {
        width: calc(37 / 900 * 100%);
        padding-top: calc(37 / 900 * 100%);
        margin: calc(-47 / 900 * 100%) 0 0;
    }

    .lb-data .lb-close::before,
    .lb-data .lb-close::after {
        padding-top: 6%;
        margin: 0 2.5% 0 auto;
    }

    .lb-nav a {
        background-size: auto 8% !important;
    }

    .lightbox .lb-image {}
}

@media screen and (min-width: 1100px) {
    .lb-dataContainer {
        margin: -360px auto 0;
    }
}
