@charset "UTF-8";

/* 記事ページでエラーが出るので、下記記述が不要な場合も空のファイルをアップしてください */


/*==================================

 pagetop(PC)

==================================*/

.newnogistar_bg {
    background: url(../newnogistar_assets/images/pattern.jpg) repeat;
}

.newnogistar-banner-area ul li {
    list-style: none;
    text-align: center;
}


/*==================================

 SNS

==================================*/

#sns .newnogistar-block-inner {
    display: block;
}

#sns .x-area {
    width: 100%;
}

#sns .btn-follow-area {
    width: 100%;
    margin-top: 10px;
}

#sns .btn-follow-area ul {
    display: flex;
    padding-inline-start: 0px;
}

#sns .btn-follow-area ul li {
    width: 100%;
    list-style: none;
    margin: 4px;
}

#sns .btn-follow-area ul li a {
    border-radius: 4px;
    padding: 20px 0;
}

@media screen and (min-width: 601px) {
    #sns .newnogistar-block-inner {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    #sns .x-area {
        width: 70%;
    }
    #sns .btn-follow-area {
        width: 27%;
        margin-top: 0px;
    }
    #sns .btn-follow-area ul {
        display: block;
    }
    #sns .btn-follow-area ul li#btn-follow-x,
    #sns .btn-follow-area ul li#btn-follow-insta {
        margin-bottom: 10px;
    }
    #sns .btn-follow-area ul li {
        margin: 0px;
    }
    #sns .btn-follow-area ul li a {
        padding: 15px 0;
    }
}


/*==================================

 イントロダクション

==================================*/

.newnogistar-contents #intro p {
    font-size: 14px;
    letter-spacing: 1px;
    width: 95%;
    font-weight: bold;
    text-align: center;
    margin: auto;
    line-height: 180%;
}

.border-underline {
    padding: 3px;
    border-bottom: 2px solid #D6CFF8;
}

@media screen and (min-width: 601px) {
    .newnogistar-contents #intro p {
        font-size: 16px;
        line-height: 200%;
    }
}


/*==================================

 出演者

==================================*/

#cast h4 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

#cast ul.cast-member {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

#cast .cast-member li {
    text-indent: -9999px;
    width: 100px;
    padding: 54px;
    margin: 0 2px;
}

#cast .cast-member li.item01 {
    background: url(../newnogistar_assets/images/cast/cast-img01.png) no-repeat center center/contain;
}

#cast .cast-member li.item02 {
    background: url(../newnogistar_assets/images/cast/cast-img02.png) no-repeat center center/contain;
}

#cast .cast-member li.item03 {
    background: url(../newnogistar_assets/images/cast/cast-img03.png) no-repeat center center/contain;
}

#cast .cast-member li.item04 {
    background: url(../newnogistar_assets/images/cast/cast-img04.png) no-repeat center center/contain;
}

#cast .cast-member li.item05 {
    background: url(../newnogistar_assets/images/cast/cast-img05.png) no-repeat center center/contain;
}

#cast .cast-member li.item06 {
    background: url(../newnogistar_assets/images/cast/cast-img06.png) no-repeat center center/contain;
}

#cast .cast-member li.item07 {
    background: url(../newnogistar_assets/images/cast/cast-img07.png) no-repeat center center/contain;
}

#cast .cast-member li.item08 {
    background: url(../newnogistar_assets/images/cast/cast-img08.png) no-repeat center center/contain;
}

#cast .cast-member li.item09 {
    background: url(../newnogistar_assets/images/cast/cast-img09.png) no-repeat center center/contain;
}

#cast .cast-member li.item10 {
    background: url(../newnogistar_assets/images/cast/cast-img10.png) no-repeat center center/contain;
}

#cast .cast-member li.item11 {
    background: url(../newnogistar_assets/images/cast/cast-img11.png) no-repeat center center/contain;
}

#cast .cast-mc {
    text-align: center;
}

#cast .cast-mc img {
    width: 270px;
    margin: 8px 5px;
}

@media screen and (min-width: 450px) {
    #cast .cast-member li {
        width: 116px;
        padding: 56px;
    }
}

@media screen and (min-width: 480px) {
    #cast .cast-member li {
        width: 130px;
    }
}

@media screen and (min-width: 601px) {
    #cast h4 {
        font-size: 22px;
    }
    #cast .cast-member li {
        width: 148px;
        margin: 3px;
    }
    #cast .cast-member {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
}


/*==================================

 ネットワーク局・スタッフ

==================================*/

.newnogistar-contents .newnogistar-txtlist {
    line-height: 1.0em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-align: center;
}

.newnogistar-contents .newnogistar-txtlist dt {
    font-size: 16px;
    color: #003E97;
    margin-bottom: 10px;
    font-weight: bold;
}

.newnogistar-contents .newnogistar-txtlist dd {
    font-size: 14px;
    margin-inline-start: 0px;
    color: #fff;
    line-height: 1.6em;
    font-weight: bold;
}

.notes {
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 601px) {
    .newnogistar-contents .newnogistar-txtlist dt {
        font-size: 18px;
    }
    .newnogistar-contents .newnogistar-txtlist dd {
        font-size: 16px;
    }
    .notes {
        font-size: 14px;
    }
}


/* ---------------------------------
 SP
--------------------------------- */

@media screen and (min-width: 601px) {
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 602px) {
    .pconly {
        display: none;
    }
}

@media (min-width: 993px) {
    .ntv-pageTop a {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }
    .ntv-pageTop a:after {
        border-color: #fff;
        margin-top: 24.5px;
        content: '';
    }
    #cast .cast-member li {
        padding-top: 0;
        height: 168px;
    }
}


/*==================================

 Blu-ray情報

==================================*/


/*=========== layout ===========*/


/* ---------------------------------
 mainvisual
--------------------------------- */

body.second .newnogistar-main-mainImg img {
    display: block;
    width: 100%;
}

body.second .newnogistar-main-onair {
    display: none;
}

body.second .newnogistar-main-onair-note {
    display: none;
}

body.second #mv_second a {
    display: block;
}

body.second #mv_second a:hover {
    transition: opacity .1s;
    text-decoration: none;
    opacity: 0.65;
}


/*=========== summary ===========*/


/* lead */

#bd-summary .area-lead {
    margin-top: -3vw;
}

#bd-summary .newnogistar-block-title {
    background-image: url(../newnogistar_assets/images/bd/tit_lead_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 15%;
    padding-bottom: 20px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .newnogistar-block-title-vol2 {
    background-image: url(../newnogistar_assets/images/bd-vol2/tit_lead-vol2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 15%;
    padding-bottom: 20px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .newnogistar-block-title-vol3 {
    background-image: url(../newnogistar_assets/images/bd-vol3/tit_lead-vol3_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 15%;
    padding-bottom: 20px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .newnogistar-block-title-vol4 {
    background-image: url(../newnogistar_assets/images/bd-vol4/tit_lead-vol4_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 15%;
    padding-bottom: 20px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .newnogistar-super-block-title-vol1 {
    background-image: url(../newnogistar_assets/images/super-bd-vol1/tit_lead-super-vol1_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 50px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .newnogistar-super-block-title-vol2 {
    background-image: url(../newnogistar_assets/images/super-bd-vol2/tit_lead-super-vol2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 50px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#bd-summary .newnogistar-super-block-title-vol3 {
    background-image: url(../newnogistar_assets/images/super-bd-vol3/tit_lead-super-vol3_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 50px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#bd-summary .newnogistar-super-block-title-vol4 {
    background-image: url(../newnogistar_assets/images/super-bd-vol4/tit_lead-super-vol4_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 50px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .parag02 {
    margin: 0;
}

#bd-summary .parag03 img {
    width: 38%;
    background: #9E3EB2;
    padding: 5px 10px;
    margin-top: 10px;
}


/* text */

#bd-summary .bd_lead {
    text-align: center;
}

#bd-summary .bd_lead p {
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
}

#bd-summary .bd_lead span.em {
    font-size: 1.15em;
}

#bd-summary .bd_lead span.bold {
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.02rem;
}

#bd-summary .bd_lead span.color {
    color: rgb(255, 249, 196);
}

span.color-2 {
    color: rgb(255, 249, 196);
}

span.line {
    background: #D6CFF8;
    color: #9E3EB2;
    padding: 0.1em;
}

span.line-2 {
    background: #9E3EB2;
    color: #fff;
    padding: 0.2em;
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    line-height: 180%;
}


/* product */

#bd-summary .area-product {
    margin-top: 20px;
}

#bd-summary .bd_product .imgBox {
    width: 195px;
    float: left;
}

#bd-summary .bd_product .imgBox img {
    width: 100%;
}

#bd-summary .bd_product .product_txtBox {
    margin-left: 195px;
    padding: 0.5em 0 0 0;
}

#bd-summary .bd_product .product_txtBox_inner {
    padding-left: 3vw;
}

#bd-summary .product_txtBox ul {
    margin: 3vw 0 6vw;
}

#bd-summary .product_txtBox li {
    line-height: 1.6;
}

#bd-summary .product_txtBox .btn_buy a {
    display: block;
    background: rgb(0, 62, 151);
    width: 100%;
    border-radius: 4px;
    max-height: 48px;
    padding: 1em 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
}

#bd-summary .product_txtBox li.product_price {
    padding-bottom: 2em;
}

#bd-summary .product_txtBox .list_bonus {
    border-left: 2px solid rgb(214, 207, 248);
    padding-left: 1.5em;
    text-indent: -1em;
    color: #fff;
}


/* product-bd dvd */

#bd-summary .product_bd_tit {
    background-image: url(../newnogistar_assets/images/bd/tit_product_bd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product_bd_tit-vol2 {
    background-image: url(../newnogistar_assets/images/bd-vol2/tit_product_bd-vol2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product_bd_tit-vol3 {
    background-image: url(../newnogistar_assets/images/bd-vol3/tit_product_bd-vol3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product_bd_tit-vol4 {
    background-image: url(../newnogistar_assets/images/bd-vol4/tit_product_bd-vol4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product-super_bd-vol1 {
    background-image: url(../newnogistar_assets/images/super-bd-vol1/tit_product-super_bd-vol1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product-super_bd-vol2 {
    background-image: url(../newnogistar_assets/images/super-bd-vol2/tit_product-super_bd-vol2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-summary .product-super_bd-vol3 {
    background-image: url(../newnogistar_assets/images/super-bd-vol3/tit_product-super_bd-vol3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#bd-summary .product-super_bd-vol4 {
    background-image: url(../newnogistar_assets/images/super-bd-vol4/tit_product-super_bd-vol4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 32px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}


/* text */

#bd-summary .product_txtBox li.product_price {
    font-size: 1.2rem;
    color: #fff;
}

#bd-summary .product_txtBox .tit_bonus {
    padding-bottom: 0.25em;
    font-weight: bold;
    color: rgb(214, 207, 248);
}

#bd-summary .product_txtBox span {
    font-weight: bold;
}

#bd-summary .product_txtBox span.price {
    font-size: 02.2em;
}

#bd-summary .product_txtBox span.tax {
    font-size: 0.75em;
}

#bd-summary .product_txtBox .list_bonus span {
    display: inline-block;
    font-weight: normal;
    padding-left: 1.25em;
    font-size: 0.8em;
}

#bd-summary p.note {
    line-height: 2;
    text-align: center;
    color: #222222;
    font-size: 1.2rem;
}

span.m10 {
    margin-bottom: 10px;
}


/*=========== bonus ===========*/

#bd-bonus .newnogistar-block-title {
    background-image: url(../newnogistar_assets/images/bd/tit_bonus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 30%;
    margin: 20px auto;
    padding-top: 7.6%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-bonus p.note {
    font-size: 1.2rem;
    padding: 2% 3% 0;
    color: #fff;
}


/*=========== detail ===========*/

#bd-detail .newnogistar-block-title {
    background-image: url(../newnogistar_assets/images/bd/tit_detail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 30%;
    margin: 20px auto;
    padding-top: 7.6%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-detail dl dt {
    color: #003E97;
}

#bd-detail .txtBox dl dd {
    padding-bottom: 1em;
}

#bd-detail .ep-list {
    background: #fff;
    padding: 1.8em;
    border-radius: 10px;
}

#bd-detail .ep-list dl {
    display: table;
    margin: 0;
}

#bd-detail .ep-list dl dt {
    display: table-cell;
    text-indent: 0;
    margin-bottom: 0;
    border-left: none;
    border-image-source: unset;
    font-weight: normal;
    width: 2.5em;
    font-size: 1.4rem;
    font-weight: bold;
}

#bd-detail .ep-list dl dd {
    display: table-cell;
    padding-bottom: 0.5em;
    font-size: 14px;
}

#bd-detail p.note {
    font-size: 1.2rem;
    margin: 15px 0;
}


/*=========== campaign ===========*/

#bd-camp .newnogistar-block-title {
    background-image: url(../newnogistar_assets/images/bd/tit_camp_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-camp .newnogistar-block-title-vol2 {
    background-image: url(../newnogistar_assets/images/bd-vol2/tit_camp-vol2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-w-camp .newnogistar-block-title-vol2 {
    background-image: url(../newnogistar_assets/images/bd-vol2/tit_w-camp-vol2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-camp .newnogistar-block-title-vol3 {
    background-image: url(../newnogistar_assets/images/bd-vol3/tit_camp-vol3_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-camp .newnogistar-block-title-vol4 {
    background-image: url(../newnogistar_assets/images/bd-vol4/tit_camp-vol4_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-w-camp .newnogistar-block-title-vol4 {
    background-image: url(../newnogistar_assets/images/bd-vol4/tit_w-camp-vol4_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-camp .newnogistar-super-block-title-vol1 {
    background-image: url(../newnogistar_assets/images/super-bd-vol1/tit_camp-super-vol1_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-camp .newnogistar-super-block-title-vol2 {
    background-image: url(../newnogistar_assets/images/super-bd-vol2/tit_camp-super-vol2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#bd-camp .newnogistar-super-block-title-vol3 {
    background-image: url(../newnogistar_assets/images/super-bd-vol3/tit_camp-super-vol3_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}
#bd-camp .newnogistar-super-block-title-vol4 {
    background-image: url(../newnogistar_assets/images/super-bd-vol4/tit_camp-super-vol4_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 94%;
    margin: 20px auto 0;
    padding-top: 12%;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

#bd-w-camp .vol4_sample {
    text-align: center;
}

#bd-w-camp .vol4_sample img {
    width: 90%;
}

#bd-camp .nogistar-block-inner,
#bd-w-camp .nogistar-block-inner {
    padding: 5% 5% 0;
}

#bd-camp .camp_ditail dl dt,
#bd-w-camp .camp_ditail dl dt {
    color: rgb(255, 249, 196);
    padding-bottom: 0.5em;
    font-weight: bold;
}

#bd-camp .camp_ditail dl dd,
#bd-w-camp .camp_ditail dl dd {
    padding-bottom: 1.5em;
    color: #fff;
}

#bd-camp .camp_ditail dl dd.prize,
#bd-w-camp .camp_ditail dl dd.prize {
    font-weight: bold;
}

#bd-camp .cheki {
    padding-bottom: 1.5em;
}

#bd-camp .cheki .cheki_img {
    margin: 2% 0;
    display: block;
    text-align: center;
}

#bd-camp .cheki .cheki_img img {
    width: 90%;
}

#bd-camp .cheki ul li {
    line-height: 1.6;
    color: #fff;
}

#bd-camp ul.notes,
#bd-w-camp ul.notes {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}


/* ---------------------------------
   PC用
  --------------------------------- */

@media screen and (min-width: 993px) {
    #bd-summary .nogistar-block-title {
        padding-top: 36.75%;
    }
    #bd-summary .area-lead {
        margin-top: -60px;
    }
    #bd-summary .product_bd {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    #bd-summary .product_txtBox ul {
        margin: 2vw 0;
    }
}


/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
    /* product */
    #bd-summary .bd_product .imgBox {
        width: 70%;
        margin: 0 auto;
        float: none;
        padding: 4vw 0;
    }
    #bd-summary .bd_product .product_txtBox {
        margin-left: 0;
    }
    #bd-summary .bd_product .product_txtBox_inner {
        padding-left: 0;
    }
    /* title */
    #bd-bonus .nogistar-block-title {
        background-size: 150%;
        padding-top: 24.75%;
    }
    #bd-detail .nogistar-block-title {
        background-size: 150%;
        padding-top: 24.75%;
    }
    #bd-camp .nogistar-block-title,
    #bd-w-camp .nogistar-block-title {
        background-size: 130%;
        padding-top: 40%;
    }
}

@media screen and (max-width: 767.98px) {
    #bd-summary .newnogistar-super-block-title-vol1 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    #bd-summary .newnogistar-block-title {
        background-image: url(../newnogistar_assets/images/bd/tit_lead_sp.png);
    }
    #bd-summary .newnogistar-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/bd-vol2/tit_lead-vol2_sp.png);
    }
    #bd-summary .newnogistar-block-title-vol3 {
        background-image: url(../newnogistar_assets/images/bd-vol3/tit_lead-vol3_sp.png);
    }
    #bd-summary .newnogistar-block-title-vol4 {
        background-image: url(../newnogistar_assets/images/bd-vol4/tit_lead-vol4_sp.png);
    }
    #bd-summary .newnogistar-super-block-title-vol1 {
        background-image: url(../newnogistar_assets/images/super-bd-vol1/tit_lead-super-vol1_sp.png);
    }
    #bd-summary .newnogistar-super-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/super-bd-vol2/tit_lead-super-vol2_sp.png);
    }
    #bd-summary .newnogistar-super-block-title-vol3 {
        background-image: url(../newnogistar_assets/images/super-bd-vol3/tit_lead-super-vol3_sp.png);
    }
    #bd-summary .newnogistar-super-block-title-vol4 {
        background-image: url(../newnogistar_assets/images/super-bd-vol4/tit_lead-super-vol4_sp.png);
    }
    #bd-camp .newnogistar-block-title {
        background-image: url(../newnogistar_assets/images/bd/tit_camp_sp.png);
    }
    #bd-camp .newnogistar-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/bd-vol2/tit_camp-vol2_sp.png);
    }
    #bd-w-camp .newnogistar-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/bd-vol2/tit_w-camp-vol2_sp.png);
    }
    #bd-camp .newnogistar-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/bd-vol3/tit_camp-vol3_sp.png);
    }
    #bd-camp .newnogistar-block-title-vol4 {
        background-image: url(../newnogistar_assets/images/bd-vol4/tit_camp-vol4_sp.png);
    }
    #bd-w-camp .newnogistar-block-title-vol4 {
        background-image: url(../newnogistar_assets/images/bd-vol4/tit_w-camp-vol4_sp.png);
    }
    #bd-camp .newnogistar-super-block-title-vol1 {
        background-image: url(../newnogistar_assets/images/super-bd-vol1/tit_camp-super-vol1_sp.png);
    }
    #bd-camp .newnogistar-super-block-title-vol2 {
        background-image: url(../newnogistar_assets/images/super-bd-vol2/tit_camp-super-vol2_sp.png);
    }
    #bd-camp .newnogistar-super-block-title-vol3 {
        background-image: url(../newnogistar_assets/images/super-bd-vol3/tit_camp-super-vol3_sp.png);
    }
    #bd-camp .newnogistar-super-block-title-vol4 {
        background-image: url(../newnogistar_assets/images/super-bd-vol4/tit_camp-super-vol4_sp.png);
    }
    #bd-summary .newnogistar-block-title,
    #bd-camp .newnogistar-block-title,
    #bd-summary .newnogistar-block-title-vol2,
    #bd-camp .newnogistar-block-title-vol2,
    #bd-summary .newnogistar-block-title-vol3,
    #bd-camp .newnogistar-block-title-vol3,
    #bd-summary .newnogistar-block-title-vol4,
    #bd-camp .newnogistar-block-title-vol4,
    #bd-summary .newnogistar-super-block-title-vol1,
    #bd-summary .newnogistar-super-block-title-vol2,
    #bd-summary .newnogistar-super-block-title-vol3,
    #bd-summary .newnogistar-super-block-title-vol4,
    #bd-camp .newnogistar-super-block-title-vol1,
    #bd-camp .newnogistar-super-block-title-vol2,
    #bd-camp .newnogistar-super-block-title-vol3,
    #bd-camp .newnogistar-super-block-title-vol4{
        width: 85%;
        margin: 12px auto;
        padding-top: 22%;
    }
    #bd-w-camp .newnogistar-block-title-vol2,
    #bd-w-camp .newnogistar-block-title-vol3,
    #bd-w-camp .newnogistar-block-title-vol4 {
        width: 62%;
        margin: 12px auto;
        padding-top: 29.6%;
    }
    #bd-summary .parag03 img {
        width: 50%;
    }
    #bd-detail .ep-list {
        background: #fff;
        padding: 1.8em 1.0em;
        border-radius: 10px;
    }
}

@media screen and (max-width: 480px) {
    #bd-summary .newnogistar-block-title,
    #bd-camp .newnogistar-block-title,
    #bd-summary .newnogistar-block-title-vol2,
    #bd-camp .newnogistar-block-title-vol2,
    #bd-summary .newnogistar-block-title-vol3,
    #bd-camp .newnogistar-block-title-vol3,
    #bd-summary .newnogistar-block-title-vol4,
    #bd-camp .newnogistar-block-title-vol4,
    #bd-summary .newnogistar-super-block-title-vol1,
    #bd-summary .newnogistar-super-block-title-vol2,
    #bd-summary .newnogistar-super-block-title-vol3,
    #bd-camp .newnogistar-super-block-title-vol1,
    #bd-camp .newnogistar-super-block-title-vol2,
    #bd-camp .newnogistar-super-block-title-vol3,
    #bd-camp .newnogistar-super-block-title-vol4 {
        padding-top: 23%;
    }
    #bd-w-camp .newnogistar-block-title-vol2,
    #bd-w-camp .newnogistar-block-title-vol3,
    #bd-w-camp .newnogistar-block-title-vol4 {
        width: 65%;
        padding-top: 30%;
    }
    #bd-bonus .newnogistar-block-title,
    #bd-detail .newnogistar-block-title {
        width: 40%;
        padding-top: 9.8%;
    }
    #bd-summary .parag03 img {
        width: 60%;
    }
    #bd-camp .camp_ditail dl dd,
    #bd-w-camp .camp_ditail dl dd {
        padding-bottom: 1em;
        font-size: 14px;
    }
}