@charset "UTF-8";

/*cmn*/
#newtitle .content_inner,
#new_release .content_inner {
    padding: 1em 0 6em;
}

@media screen and (max-width: 640px) {

    #newtitle .content_inner,
    #new_release .content_inner {
        padding: 1em 0 4em;
    }
}

/*ティザーバナー*/

.teaser_v {
    width: 100%;
}

.teaser_v img {
    width: 100%;
}

/*メインバナー*/

.slider-wrapper {
    overflow: hidden;
    padding-top: 2vw;
}

.bx-viewport {
    overflow: inherit !important;
}

#slider {
    position: relative;
    overflow: visible !important;
    /*left: 24vw;*/
}

.bx-wrapper .bx-pager {
    left: -24vw;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0;
}

.link_list img {
    width: 100%;
}

.link_list li {
    width: 46vw !important;
    margin: 0 3vw;
}

@media screen and (max-width: 640px) {
    .bx-controls-direction {
        display: none;
    }

    #slider {
        left: 0;
    }

    .bx-wrapper .bx-pager {
        left: 0;
    }

    .link_list li {
        width: 100vw !important;
        margin: 0 !important;
    }

    .bx-wrapper {
        margin-bottom: 40px !important;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -25px !important;
    }
}

/*-----------------------
トピックス
-----------------------*/
.topics_wrap {
    padding: 20px;
    width: 100%;
    background-color: #FFF;
}

.topics_body {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.topics_body ul {
    max-height: 5em;
    overflow-y: scroll;
}

.topics_body li {
    margin: .4em 2em;
}

.topics_body li a {
    color: #FF7AAF;
    text-decoration: underline;
}

.topics_body li a:hover {
    text-decoration: none;
}

.topics_body li span {
    color: #000;
    margin-right: 20px;
}

.topics_body h2 {
    background-color: #272e58;
    padding: 5px;
    width: 116px;
    text-align: center;
    position: absolute;
    top: -2.5em;
    left: -0.2em;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
}

@media screen and (max-width: 640px) {
    .topics_wrap {
        margin: 1.5em 0 0.5em 0;
    }

    .topics_body ul {
        max-height: 7.5em;
    }

    .topics_body li {
        margin: .4em;
    }

    .topics_body li span {
        display: block;
    }
}

/*-----------------------
新刊情報
-----------------------*/
#new_release .btn_list {
    background-color: #272e58;
    box-shadow: 0 2px 0 0 #0b102e;
    font-size: 2rem;
    font-weight: 500;
    width: 95%;
}

#new_release .btn_list span {
    display: block;
}

.newrelease_list {
    padding: 0 0 3em;
}

.newrelease_list li {
    width: 15.2%;
    margin-top: 1.5em;
    font-weight: 400;
    background-color: #FFFFFF;
}

.newrelease_list li a {
    display: block;
}

.newrelease_list li .comic_img img {
    width: 100%;
    display: block;
    border: 1px solid #f9f9f9;
}

.newrelease_list li .comic_ttl,
.comic_btn {
    padding: 1em;
    font-size: 14px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.newrelease_list li .comic_btn .btn {
    margin: 0 0 .5em 0;
}


.new_comic {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    justify-content: space-between;
}



/*pc*/
@media screen and (min-width: 640.1px) {
    .newrelease_list li {
        width: 21%;
        margin: 2%;
    }

    .newrelease_list li:nth-child(-n+4) {
        margin-top: 0;
    }

    .newrelease_list li:nth-child(4n) {
        margin-right: 0;
    }
}

/*sp*/
@media screen and (max-width: 640px) {
    .newrelease_list {
        width: 95%;
        padding: 0 0 2em;
        margin: 0 auto;
    }

    .newrelease_list.tocol2 li {
        margin-right: 6%;
        flex-basis: 47% !important;
        max-width: 47% !important;
        width: 47% !important;
    }

    .newrelease_list li:nth-child(-n+2) {
        margin-top: 0;
    }

    .newrelease_list li:nth-child(2n) {
        margin-right: 0;
    }
}

/*-----------------------
sns
-----------------------*/

.twitter_body {
    padding: 1.5rem;
    margin: 0 3% 30px auto;
    background-color: #fff;
}

.movie_body {
    padding: 1.5rem;
    margin: 0 auto 30px 3%;
    background-color: #fff;
}

.twitter_body .twitter_ttl {
    margin: .5em 0;
    font-size: 1.4rem;
    font-weight: 700;
}



/*pc*/
@media screen and (min-width: 640.1px) {
    .sns_content {
        width: 50%;
    }

    .sns_content h2 {
        width: 100%;
        max-width: calc(500px - 7%);
    }

    .sns_inner>h2,
    .sns_inner>ul,
    .twitter_body,
    .movie_body {
        width: 100%;
        max-width: calc(500px - 5%);
    }

    #twitter .sns_inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #twitter .sns_inner>h2,
    #twitter .sns_inner>ul {
        margin-right: 3%;
    }

    #movie .sns_inner>h2,
    #movie .twitter_body {
        margin-left: 3%;
    }

    /*.twitter_body iframe{height: 100% !important;}*/
    .twitter_body {
        height: 447px;
    }
}

@media screen and (min-width: 640.1px) {}

@media screen and (max-width: 1000px) {
    .sns_content h2 {
        width: 92%;
    }

    .sns_inner>h2,
    .sns_inner>ul,
    .movie_body {
        width: 92%;
        max-width: calc(500px - 3%);
    }

}

@media screen and (max-width: 640px) {
    .sns_content {
        max-width: 100% !important;
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .sns_inner>h2,
    .sns_inner>ul,
    .movie_body {
        max-width: 100%;
    }

    .sns_inner>h2 {
        width: 95%;
        margin: 0 auto;
    }

    .sns_inner>ul {
        width: 100%;
        background: none;
    }

    .movie_body {
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .twitter_body {
        width: 90%;
        padding: 2.5rem 2.5rem 1.5rem 2.5rem;
        margin: 0 auto 10px auto;
        background-color: #fff;
        height: auto;
    }

    .sns_inner .twitter_list,
    .twitter_body li {
        padding: 0;
    }

    .twitter_body li {
        -ms-align-items: center;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 2.5%;
        margin: 0;
    }

    .twitter_body li:last-of-type {
        border-bottom: none;
    }

    .twitter_body li a {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .timeline-Viewport {
        overflow: scroll;
    }
}

.newtitle_list li {
    margin-right: 1%;
    margin-top: 1em;
    /*-webkit-box-shadow: 0 5px 0 0 #bec0c3;
    box-shadow: 0 5px 0 0 #bec0c3;*/
    padding: .5rem;
}


/*-----------------------
newtitle
-----------------------*/
.newtitle_list li .newtitle_img img {
    width: 100%;
    align-self: flex-start;
    border: 1px solid #c2ccd3;
    -webkit-box-shadow: 0 5px 0 0 #bec0c3;
    box-shadow: 0 5px 0 0 #bec0c3;
}

.newtitle_list li .newtitle_img a:hover {
    opacity: .8;
}

.newtitle_list li .newtitle_ttl {
    font-weight: 700;
    margin: 0.5em 0;
}

/*pc*/
@media screen and (min-width: 640.1px) {
    .newtitle_list li:nth-child(4n) {
        margin-right: 0;
    }

    .newtitle_list li:nth-child(-n + 4) {
        margin-top: 0;
    }
}

/*sp*/
@media screen and (max-width: 640px) {
    .newtitle_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-pack: justify;
        justify-content: space-between;
    }

    .newtitle_img {
        width: 100%;
    }

    .newtitle_dtl {
        width: 100%;
    }

    .newtitle_list .btn span.icon {
        margin: 0px auto 0 33%;
    }
}


#link_footer {
    padding: 4rem 0;
    margin-top: 0 !important;
}