@charset 'UTF-8';

/* --------------------------------------------
    list
-------------------------------------------- */
#main-src.ds-list-new ul#list > li,
#main-src ul#list2 > li {
    border: none;
    padding: 0 5px 8px;
}

#main-src.ds-list-new ul#list > li > div,
#main-src ul#list2 > li > div {
    border: solid 1px #eee;
    padding: 10px 6px;
    height: 360px;
}

#main-src.ds-list-new .tmb .txt {
    border: none;
}

#main-src.ds-list-new .tmb {
    margin: 0;
}

#main-src.ds-list-new .tmb .tmb-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#main-src.ds-list-new .tmb .img {
    height: 230px;
}

#main-src.ds-list-new .tmb .img img {
    max-width: 100%;
    max-height: 220px;
}

#main-src.ds-list-new .status {
    top: 230px;
    left: 14px;
    letter-spacing: -0.4em;
}

#main-src.ds-list-new .status .ico-status {
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    background: #6f6f6f;
    padding: 2px 5px;
    letter-spacing: 0;
    color: #fff;
    font-size: 10px;
}

#main-src.ds-list-new .status .ico-status-browser {
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    background: #20b2ca;
    padding: 2px 5px;
    letter-spacing: 0;
    color: #fff;
    font-size: 10px;
}

#main-src.ds-list-new .detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    height: 76px;
}

#main-src.ds-list-new .detail-inner {
    width: 150px;
}

#main-src.ds-list-new .detail-inner:first-child {
    margin-right: 5px;
    width: calc(100% - 125px);
}

#main-src.ds-list-new .primary-btn {
    box-sizing: border-box;
    display: -ms-flexbox;
    position: relative;
    border: 1px solid #ffbd1b;
    border-radius: 2px;
    background: linear-gradient(180deg, #ffd85e 0%, #ffc100 100%);
    height: 34px;
}

#main-src.ds-list-new .primary-btn:hover {
    top: 1px;
    opacity: 0.8;
}

#main-src.ds-list-new .primary-btn::before {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: url(https://p.dmm.co.jp/p/dc_pcgame/common/ico_cart.svg) no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    content: "";
}

#main-src.ds-list-new .primary-btn form {
    width: 100%;
    height: 100%;
}

#main-src.ds-list-new .primary-btn input:focus {
    outline: none;
}

#main-src.ds-list-new .primary-btn a,
#main-src.ds-list-new .primary-btn input {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0 0 0 20px !important;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: inherit;
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 11px;
}

#main-src.ds-list-new .primary-btn a:hover {
    text-decoration: none;
}

#main-src.ds-list-new .primary-btn.primary-btn--bookmark {
    margin-top: 4px;
    border-color: #d9d9d9;
    background: linear-gradient(180deg, #fff 0%, #e6e6e6 100%);
    padding: 0;
}

#main-src.ds-list-new .primary-btn.primary-btn--bookmark::before {
    background-image: url(https://p.dmm.co.jp/p/dc_pcgame/common/ico_star.svg);
}

#main-src.ds-list-new .primary-btn.primary-btn--bookmark.is-active a {
    color: #005fc0;
}

#main-src.ds-list-new .primary-btn.primary-btn--bookmark.is-active {
    border-color: #f5f5f5;
    background: #f5f5f5;
}

#main-src.ds-list-new .sublink span {
    white-space: normal;
}

/* 販売予定ステータス */
#main-src.digital_pcgame span.ico-st-planned span {
    border-radius: 2px;
    background: #666;
    padding: 0 4px;
    color: #fff;
}

#main-src.digital_pcgame span.ico-st-planned {
    background: none;
    width: 48px;
}

#main-src span[class^="ico-st-cloud_browser"] {
    background: #fff url(https://p.dmm.co.jp/p/dc/common/list/ico_status_browser.png) 0 no-repeat;
    width: 60px;
}

#main-src .list-headtext {
    margin-bottom: 24px;
    line-height: 150%;
    font-size: 24px;
    font-weight: bold;
}
