/* --------------------------------------------
    top
-------------------------------------------- */
#w .page-top .d-recommend {
    border-top: none;
}

#w .page-top .d-recommend .contents-list .sect .list-main {
    padding: 0;
}

.page-top .area-campaign .campaignpickup-timer {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 11px;
}

.page-top .area-campaign .campaignpickup-timer .view {
    border-radius: 9px;
    padding: 3px 9px;
    line-height: 1;
    color: #fff;
}

.page-top .area-campaign .campaignpickup-timer01 .view {
    background-color: #f00;
}

.page-top .area-campaign .campaignpickup-timer02 .view {
    background-color: #ff205f;
}

.page-top .area-campaign .campaignpickup-timer03 .view {
    background-color: #ff8500;
}

.page-top .area-campaign .campaignpickup-timer04 .view {
    background-color: #f00;
}

.page-top .area-campaign .campaignpickup-timer05 .view {
    background-color: #f00;
    color: #f9ff00;
}

.page-top .area-campaign .campaignpickup-new .view {
    background-color: #ffc820;
}

.page-top .area-campaign .c-sliderlist {
    position: relative;
    padding: 0 50px;
}

.page-top .area-campaign .c-sliderlist .page-number {
    margin: 0 -50px 15px 0;
    text-align: right;
    font-size: 11px;
}

.page-top .area-campaign .c-sliderlist .sale-prev,
.page-top .area-campaign .c-sliderlist .sale-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 25px;
    width: 44px;
}

.page-top .area-campaign .c-sliderlist .sale-prev:hover,
.page-top .area-campaign .c-sliderlist .sale-next:hover {
    background: #f3f3f3;
    cursor: pointer;
}

.page-top .area-campaign .c-sliderlist .sale-prev span,
.page-top .area-campaign .c-sliderlist .sale-next span {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: -25px 10px 0;
    width: 24px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.page-top .area-campaign .c-sliderlist .sale-prev {
    left: 0;
}

.page-top .area-campaign .c-sliderlist .sale-prev:hover span {
    background-image: url(https://p.dmm.co.jp/p/common/ico/arrow_slideprev_on.png);
}

.page-top .area-campaign .c-sliderlist .sale-prev span {
    background: url(https://p.dmm.co.jp/p/common/ico/arrow_slideprev.png) no-repeat scroll 50% 50%;
}

.page-top .area-campaign .c-sliderlist .sale-next {
    right: 0;
}

.page-top .area-campaign .c-sliderlist .sale-next:hover span {
    background-image: url(https://p.dmm.co.jp/p/common/ico/arrow_slidenext_on.png);
}

.page-top .area-campaign .c-sliderlist .sale-next span {
    background: url(https://p.dmm.co.jp/p/common/ico/arrow_slidenext.png) no-repeat scroll 50% 50%;
}

.page-top .area-campaign .c-list-salecampaign {
    margin: -25px 0 0;
    max-height: 535px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.page-top .area-campaign .c-list-salecampaign::after {
    display: block;
    clear: both;
    content: "";
}

.page-top .area-campaign .c-list-salecampaign .cols {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 25px 0 0;
    padding: 0 6px;
    width: 25%;
    min-height: 485px;
    vertical-align: top;
    line-height: 18px;
    font-size: 12px;
}

.page-top .area-campaign .c-list-salecampaign .cols:focus,
.page-top .area-campaign .c-list-salecampaign .cols:active {
    outline: none;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-box {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 8px;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-box-link {
    display: block;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
}

.page-top .area-campaign .c-list-salecampaign .tx-pricedown {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    background: #f00;
    padding: 0 8px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.page-top .area-campaign .c-list-salecampaign .tx-saleterm {
    float: left;
    margin-bottom: 5px;
    width: 137px;
    height: 22px;
    line-height: 22px;
    color: #c00;
    font-size: 14px;
}

.page-top .area-campaign .c-list-salecampaign .ttl-campaign {
    clear: both;
    margin-bottom: 5px;
    height: 2.4em;
    overflow: hidden;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items {
    box-sizing: border-box;
    position: relative;
    min-height: 382px;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items.loaded .list-sale-items-list {
    opacity: 1;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items::before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(https://p.dmm.com/p/title/loading.gif) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    content: "";
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items.loading::before {
    display: block;
    z-index: 100;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-list {
    position: relative;
    -webkit-transition: opacity 0.6s 0.2s;
    transition: opacity 0.6s 0.2s;
    opacity: 0;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 2px 0;
    height: 120px;
    overflow: hidden;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-item-link:hover img {
    opacity: 0.8;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-item-link:hover .list-sale-items-title {
    text-decoration: underline;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-tmb {
    display: table;
    margin-left: 5px;
    table-layout: fixed;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-tmb > span {
    display: table-cell;
    width: 100px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-tmb > span img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-title {
    display: -webkit-box;
    position: absolute;
    top: 1.25em;
    left: 115px;
    padding-right: 5px;
    height: 4.2em;
    overflow: hidden;
    line-height: 1.4;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-price {
    white-space: normal;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-info {
    float: left;
    margin-top: -4.25em;
    margin-left: 115px;
    padding-bottom: 0.5em;
}

.page-top .area-campaign .c-list-salecampaign .list-sale-items .list-sale-items-info .list-sale-items-sublink {
    font-size: 11px;
}

.page-top .area-campaign .c-list-salecampaign .readmore {
    min-height: 12px;
    text-align: right;
    line-height: 1;
}

.page-top .area-campaign .c-list-salecampaign .readmore a:hover {
    text-decoration: none;
}

.page-top .area-campaign .c-list-salecampaign .readmore span {
    color: #999;
    font-size: 90%;
}

.page-top .area-campaign .tx-sale {
    margin-right: 8px;
    border-radius: 3px;
    background: #f20089;
    padding: 3px 5px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.page-top .area-campaign .tx-off {
    display: inline-block;
    margin-right: 6px;
    border-radius: 3px;
    background-color: #f20089;
    padding: 3px 3px 2px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.page-top .area-campaign .tx-value {
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    color: #f20089;
    font-size: 13px;
    font-weight: bold;
}

.page-top .area-new .c-capt-l {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_music.png) no-repeat 4px 0;
    padding-left: 40px;
}

.page-top .area-recom .c-capt-l {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_heart.png) no-repeat 7px 7px;
    padding-left: 40px;
}

.page-top .area-sound .c-capt-l {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_sound.png) no-repeat 6px 0;
    padding-left: 40px;
}

.page-top .area-vocal .c-capt-l {
    background: url(https://p.dmm.co.jp/p/dc_pcgame/music/ico_mic.png) no-repeat 10px 0;
    padding-left: 40px;
}
