/* DLC
----------------------------------*/
.dlc-wrap__inner {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: .6rem .6rem .60rem 2.1rem;
}
.dlc-ttl{
    font-size: .28rem;
    color: #03ceb8;
    font-weight: bold;
    letter-spacing: .05rem;
    padding-bottom: .5rem;
}
/* インナー */
.dlc-boxarea{
    background: #fff;
    -webkit-box-shadow: 0 0 .02rem .02rem #e8e8e8;
            box-shadow: 0 0 .02rem .02rem #e8e8e8;
    border-radius: .08rem;
    border: 1px solid #e8e8e8;
    padding: .50rem;
    margin-bottom: 0.5rem;
}
.dlc-eventttl {
    font-size: .22rem;
    color: #03ceb8;
    font-weight: bold;
    letter-spacing: .05rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: .10rem;
}
/* スクリーンショット */
.dlc-sslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: .25rem;
}
.dlc-sslist_item {
    width: 4.46rem;
    height: 2.52rem;
}
/* サマリーテキスト */
.dlc-summary {
    font-size: .16rem;
    text-align: left;
    margin-bottom: .10rem;
}
/* リスト */
.music-list {
    font-size: .16rem;
    text-align: left;
}
.music-list dt {
    font-weight: normal;
}
/* テーブル */
.dlc-tbl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .16rem;
    margin-bottom: .25rem;
    border-top: 1px solid #8ae2d0;
    border-bottom: 1px solid #8ae2d0;
}
.dlc-tbl_cell.basicinfo__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.dlc-tbl_cell dt {
    color: #fff;
    background-color: #8ae2d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    min-height: .50rem;
}
.dlc-tbl_cell dd {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #8ae2d0;
    border-right: 1px solid #8ae2d0;
    min-height: .50rem;
}
/* テキスト */
.notice {
    font-size: .15rem;
    text-align: left;
    color: #757575;
    margin-top: -.20rem;
}
.attent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .10rem;
    color: #444;
}
.attent::before, .attent::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: .02rem;
    background: #727272;
    margin:0 .20rem;
}

/* イベントセットエリア */
.set-type {
    text-align: left;
    font-size: .16rem;
    padding: .26rem .30rem;
}
.set-type.pink {
    background-color: #fff7f9;
}
.set-type.blue {
    background-color: #eefaff;
}
.set-type.yellow {
    background-color: #fffde6;
}
.set_ttl {
    font-size: .18rem;
    margin-bottom: .05rem;
}
.set-type.pink .set_ttl {
    color: #ff4f7b;
}
.set-type.blue .set_ttl {
    color: #21b8e7;
}
.set-type.yellow .set_ttl {
    color: #775509;
}
.set_txt {
    margin-bottom: .10rem;
}
.set_price {}
.set_price .discount {
    color: #fff;
    background-color: #ff78cb;
    font-weight: bold;
    padding: .3em .5em;
    margin-right: 1em;
}
.set_price .price {
    font-size: .22rem;
    font-weight: bold;
}
/* ボタン（未リンク状態） */
.btn_page-navi.yet {
    pointer-events: none;
    cursor: default;
    background-color: #efefef;
    color: #fff;
    border: none;
}

@media screen and (max-width: 750px) {
    .dlc-wrap__inner {
        width: 100%;
        padding: .42rem .25rem;
    }
    .dlc-sslist_item {
        width: 100%;
        height: auto;
        margin-bottom: .10rem;
    }
    .dlc-tbl-wrap {
        display: block;
        border-top: 1px solid #000;
        border-bottom: none;
    }
    .dlc-tbl_cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #000;
        font-size: .24rem;
        line-height: 1.4;
        padding: .4em 0;
    }
    .dlc-tbl_cell dt {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border: none;
        background-color: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        color: #03ceb8;
    }
    .dlc-tbl_cell dd {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border: none;
        background-color: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
    .dlc-summary {font-size: .24rem;}
    .set-type {font-size: .22rem;}
    .set_ttl {font-size: .24rem;}
    .set_price .price {font-size: .28rem;}
    .notice {font-size: .20rem;}
    .attent {font-size: .30rem;}
}
