.hidden {
    display: none !important;
}

/*
foundation -- base.scss
---------------------------------------- */
#d-side-r #side-rank-tab .s-tb-capt li.ttl-tab {
    box-sizing: border-box;
    cursor: pointer;
    width: 50%;
}

#w {
    display: table;
    table-layout: fixed;
}

#su {
    box-sizing: border-box;
    display: table-cell;
    padding-top: 15px;
}

#mu {
    display: table-cell;
    padding-top: 15px;
    width: 100%;
}

#d-header ~ div#w,
#d-header ~ div#w #su,
#d-header ~ div#w #mu {
    padding-top: 15px;
}

.d-rst h2 {
    font-size: 22px;
}

/*
layout -- l-contents.scss
---------------------------------------- */
.l-contents {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*
layout -- l-rightcol.scss
---------------------------------------- */
.l-rightcol {
    box-sizing: border-box;
    display: table-cell;
    width: 300px;
    vertical-align: top;
}

/*
layout -- l-main.scss
---------------------------------------- */
.l-main {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.c-capt.is-underline {
    border-bottom: 2px #f20089 solid;
}

.c-capt-l {
    border-bottom: 2px #f20089 solid;
    padding-top: 2px;
    padding-left: 3px;
    height: 1.5em;
    vertical-align: bottom;
    text-align: right;
    line-height: 27px;
    color: #f20089;
    font-size: 22px;
    font-weight: normal;
}

.c-capt-l > span:first-child {
    float: left;
}

.c-capt-l .img-link img {
    vertical-align: middle;
}

.c-capt-l.is-withlink .d-txtnomal {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.c-capt-m h1 {
    font-size: 16px;
    font-weight: bold;
}

.c-capt-pink {
    background: #f20089;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.c-capt-pink.is-left {
    padding-left: 20px;
    text-align: left;
}

.c-tx-pink {
    color: #f20089;
}

.c-list-tmb {
    font-size: 0;
}

.c-list-tmb > li {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}

.c-list-tmb > li .list-capt {
    display: block;
    margin-bottom: 12px;
    max-height: 14.5em;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: bold;
}

.c-list-tmb > li .list-capt:hover img {
    opacity: 0.7;
}

.c-list-tmb.is-col4 > li {
    width: 25%;
}

.c-list-box {
    font-size: 0;
}

.c-list-box > li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -1px -1px 0;
    border: solid 1px #ccc;
    padding: 12px;
    vertical-align: top;
    font-size: 12px;
}

.c-list-box > li .tmb {
    cursor: pointer;
}

.c-list-box > li .tmb:hover img {
    opacity: 0.7;
}

.c-list-box .img {
    display: block;
    padding-bottom: 12px;
    text-align: center;
}

.c-list-box .img img {
    max-height: 120px;
}

.c-list-box .txt {
    display: block;
    border-top: 1px #ccc dotted;
    padding-top: 6px;
    height: 3em;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: bold;
}

.c-list-link {
    font-size: 0;
}

.c-list-link > li {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 12px;
}

.c-list-link.is-col3 > li {
    width: 33.33%;
}

.c-list-link.is-col5 > li {
    width: 20%;
}

.c-list-link.is-col6 > li {
    width: 16.66%;
}

.c-list-rank {
    padding: 8px;
}

.c-list-rank > li {
    position: relative;
    margin-bottom: 20px;
}

.c-list-rank > li a:hover .rank-tmb {
    opacity: 0.7;
}

.c-list-rank > li .rank-tmb {
    display: block;
    text-align: center;
}

.c-list-rank > li .rank-ttl {
    display: block;
    margin: 8px 10px 5px;
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
}

.c-list-rank .rank-no {
    position: absolute;
    top: 30px;
    left: 0;
    width: 35px;
    text-align: center;
    font-family: "Arial Black";
    font-size: 21px;
    font-weight: bold;
}

.c-list-rank .rank-no.tx-rank01,
.c-list-rank .rank-no.tx-rank02,
.c-list-rank .rank-no.tx-rank03 {
    top: 18px;
    left: 5px;
    padding-top: 25px;
}

.c-list-rank .rank-no.tx-rank01 {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_ranking_yellow.png) no-repeat center top;
    color: #fa0;
}

.c-list-rank .rank-no.tx-rank02 {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_ranking_gray.png) no-repeat center top;
    color: #999;
}

.c-list-rank .rank-no.tx-rank03 {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_ranking_brown.png) no-repeat center top;
    color: #bd9039;
}

.c-list-rank.is-small > li {
    margin-bottom: 10px;
}

.c-list-rank.is-small > li::after {
    display: table;
    clear: both;
    content: "";
}

.c-list-rank.is-small > li .rank-tmb {
    float: left;
    margin-left: 30px;
    width: 50px;
}

.c-list-rank.is-small > li .rank-ttl {
    float: right;
    margin: 8px 10px 12px;
    width: 150px;
}

.c-list-rank.is-small .rank-no {
    top: 17px;
    width: 20px;
    font-size: 12px;
}

.c-list-track > li {
    box-sizing: border-box;
    display: table;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 60px;
    table-layout: fixed;
}

.c-list-track > li::after {
    display: table;
    clear: both;
    content: "";
}

.c-list-track > li .track-play-btn,
.c-list-track > li .track-album,
.c-list-track > li .track-name,
.c-list-track > li .track-detail,
.c-list-track > li .track-bskt-btn {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.c-list-track > li .track-play-btn,
.c-list-track > li .track-album {
    padding-right: 0;
    padding-left: 10px;
    width: 80px;
}

.c-list-track > li .track-play-btn .track-no,
.c-list-track > li .track-album .track-no {
    float: right;
    line-height: 24px;
}

.c-list-track > li .track-album {
    height: 110px;
    line-height: 20px;
}

.c-list-track > li .track-name {
    width: 100%;
}

.c-list-track > li .track-name .ttl,
.c-list-track > li .track-name .artist {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-list-track > li .track-name .ttl {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.c-list-track > li .track-name .artist {
    color: #333;
    font-size: 11px;
}

.c-list-track > li .track-name .artist a {
    padding: 0 5px;
    color: #777;
}

.c-list-track > li .track-detail {
    padding: 0;
    width: 255px;
    font-size: 0;
}

.c-list-track > li .track-detail .type,
.c-list-track > li .track-detail .file,
.c-list-track > li .track-detail .bps,
.c-list-track > li .track-detail .time {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
}

.c-list-track > li .track-detail .type {
    width: 65px;
}

.c-list-track > li .track-detail .file {
    width: 65px;
}

.c-list-track > li .track-detail .bps {
    width: 70px;
}

.c-list-track > li .track-detail .time {
    width: 55px;
}

.c-list-track > li .track-bskt-btn {
    padding: 3px 0 0;
    width: 180px;
    text-align: center;
}

.c-list-track > li .track-bskt-btn.is-wide {
    padding: 10px 20px;
    width: 272px;
}

.c-list-track > li.is-ttl {
    height: 30px;
    font-size: 10px;
}

.c-list-track > li.is-ttl .type {
    width: 50px;
    font-size: 10px;
}

.c-list-track > li.is-ttl .file {
    width: 75px;
    font-size: 10px;
}

.c-list-track > li.is-ttl .bps {
    width: 73px;
    font-size: 10px;
}

.c-list-track > li.is-ttl .time {
    width: 57px;
    font-size: 10px;
}

.c-list-track > li.is-ttl .track-no {
    top: 7px;
    left: 80px;
}

.c-list-track > li.is-ttl .track-play-btn .track-no {
    line-height: 1.5;
}

.c-list-track.is-small > li .track-play-btn,
.c-list-track.is-small > li .track-album,
.c-list-track.is-small > li .track-name,
.c-list-track.is-small > li .track-detail,
.c-list-track.is-small > li .track-bskt-btn,
.c-list-track.is-small > li .track-name {
    padding: 8px 10px;
}

.c-list-track.is-small > li .track-play-btn {
    padding-left: 20px;
    width: 90px;
}

.c-list-track.is-small > li .track-name .ttl,
.c-list-track.is-small > li .track-name .artist {
    text-overflow: initial;
    white-space: normal;
}

.c-list-track.is-small > li .track-detail {
    padding: 8px 0;
    width: 60px;
}

.c-list-track.is-small > li .track-detail > span {
    display: block;
    padding: 0;
    width: 60px;
    font-size: 11px;
}

.c-list-track.is-small > li .track-bskt-btn {
    padding-right: 20px;
    width: 170px;
}

.c-list-track.is-small > li.is-ttl .track-detail > span {
    font-size: 10px;
}

.c-list-reccomend {
    height: 235px;
}

.c-table th,
.c-table td {
    padding: 2px 0;
    vertical-align: top;
}

.c-table th {
    min-width: 100px;
    text-align: right;
    font-weight: normal;
}

.c-table a {
    display: inline-block;
    margin-right: 5px;
}

.c-tmb {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 12px;
    border: 1px #ddd solid;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    max-width: 149px;
    height: 149px;
    overflow: hidden;
}

.c-tmb > span {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.c-tmb > span > span {
    display: table-cell;
    width: 100%;
    height: 147px;
    vertical-align: middle;
    text-align: center;
}

.c-tmb > span > span > img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 147px;
}

.c-tag a {
    display: inline-block;
    border: #ddd 1px solid;
    border-radius: 3px;
    background: #f8f8f8;
    padding: 0 6px;
    font-size: 11px;
}

.c-tag.is-plural {
    font-size: 0;
}

.c-tag.is-plural a {
    margin: 0 4px 4px 0;
}

.c-tag-tx {
    display: inline-block;
    border: solid 1px #242424;
    border-radius: 3px;
    padding: 3px 6px;
    vertical-align: top;
    font-size: 11px;
}

.c-tag-tx.is-pink {
    border: solid 1px #f20089;
    color: #f20089;
}

.c-tag-status {
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    background: #6f6f6f;
    padding: 2px 5px;
    letter-spacing: 0;
    color: #fff;
    font-size: 10px;
}

.c-btn-play {
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #f20089;
    cursor: pointer;
    width: 40px;
    height: 26px;
    text-align: center;
}

.c-btn-play .play {
    display: block;
    line-height: 24px;
}

.c-btn-play .stop {
    display: none;
    line-height: 24px;
}

.c-btn-play img {
    vertical-align: middle;
}

.c-btn-play.active .play {
    display: none;
}

.c-btn-play.active .stop {
    display: block;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.c-bnr {
    height: 240px;
    overflow: hidden;
}

.c-bnr .carousel {
    opacity: 0;
}

.slick-loading .c-bnr {
    background: #fff url(https://p.dmm.co.jp/p/dc_pcgame/music/ajax-loader.gif) center center no-repeat;
}

.c-bnr .slick-slide {
    padding: 0 3px;
}

.c-bnr .slick-slide a {
    outline: none;
}

.c-bnr .slick-prev,
.c-bnr .slick-next {
    display: block;
    position: absolute;
    top: 0;
    outline: none;
    border: none;
    background: transparent;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#44000000,endColorstr=#44000000);
}

.c-bnr .slick-prev:focus,
.c-bnr .slick-next:focus {
    outline: none;
}

.c-bnr .slick-prev:hover,
.c-bnr .slick-next:hover {
    outline: none;
    background: transparent;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

.c-bnr .slick-prev::before,
.c-bnr .slick-next::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.c-bnr .slick-prev {
    right: 50%;
    z-index: 10;
    margin-right: 256px;
}

.c-bnr .slick-prev::before {
    right: 10px;
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/btn_prev.png) no-repeat right center;
}

.c-bnr .slick-next {
    left: 50%;
    margin-left: 256px;
}

.c-bnr .slick-next::before {
    left: 10px;
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/btn_next.png) no-repeat left center;
}

.c-bnr .slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.c-bnr .slick-dots {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.c-bnr .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    cursor: pointer;
    width: 11px;
    height: 11px;
}

.c-bnr .slick-dots li button {
    display: block;
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 5px;
    width: 11px;
    height: 11px;
    line-height: 0;
    color: transparent;
    font-size: 0;
}

.c-bnr .slick-dots li button:hover,
.c-bnr .slick-dots li button:focus {
    outline: none;
}

.c-bnr .slick-dots li button:hover::before,
.c-bnr .slick-dots li button:focus::before {
    background: #f20089;
}

.c-bnr .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #cad3d7;
    width: 11px;
    height: 11px;
    content: "";
}

.c-bnr .slick-dots li.slick-active button::before {
    background: #f20089;
}

.c-popup-box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}

.c-popup-box .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.c-popup-box .box {
    position: relative;
    padding: 60px 30px;
}

.c-popup-box .box-inner {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border: solid 2px #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 840px;
    text-align: left;
}

.c-popup-box .box-inner .tx-capt {
    display: none;
    padding-right: 20px;
    text-align: left;
}

.c-popup-box .box-inner .tx-detail {
    display: none;
    margin-bottom: 10px;
    text-align: left;
}

.c-popup-box .box-inner .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 8px;
}

.c-popup-box.active .box-popup .popup-img {
    display: block;
}

.c-nav-box {
    box-sizing: border-box;
    border: #ccc 1px solid;
    width: 100%;
    font-size: 0;
}

.c-nav-box > li {
    box-sizing: border-box;
    display: inline-block;
    border-left: #ccc 1px solid;
    height: 34px;
    font-size: 12px;
}

.c-nav-box > li:first-child {
    border-left: none;
}

.c-nav-box > li span {
    display: table-cell;
    width: 200px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
}

.c-nav-box > li a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-nav-box > li a:hover {
    background: #f0f0f0;
}

.c-nav-box.is-col10 > li {
    width: 10%;
}

.c-box-list {
    border: #f20089 1px solid;
    padding: 14px;
}

.c-box-list ul li a {
    display: block;
}

.c-box-red {
    border: 1px #c00 solid;
    background: #fee;
    padding: 8px;
}

@media (max-width: 1200px) {
    .c-list-tmb.is-col4 > li {
        width: 50%;
    }
}
