@charset "utf-8";

/*-------------------------------------

Steam x Dospara

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

#container {
    width: 100%;
}

#container a,
#container a span {
    color: #fff;
}

html {
    overflow: auto;
}

* html {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

body {
    min-width: 970px;
    overflow-x: hidden;
    position: relative;
}

* html body {
    height: 100%;
    overflow-y: auto;
}

#lp_page {
    color: #484848;
    padding-bottom: 90px;
}

#lp_page a:hover {
    opacity: 0.7;
}

.breadCrumb {
    font-size: 12px;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
}

.breadCrumb li {
    background: url(../5img/bcBg_999.webp) no-repeat scroll left center;
    display: inline;
    padding: 0 0 0 10px;
}

.breadCrumb li:first-child {
    background: none;
    padding-left: 0;
}

.only_pc {
    display: block;
}

.only_sp {
    display: none;
}

.contentBox {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding-bottom: 60px;
}



/*-------------------------------------
　メインタイトル
---------------------------------------*/
.main_title {
    width: 100%;
}

.main_title .main_title_inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.main_title .main_title_inner img {
    width: 100%;
}

.asTitle3 {
    width: 100%;
    margin: 0px auto;
    line-height: 1.4;
    font-size: 20px;
    text-align: center;
    padding: 20px 10px;
    background-color: #2D2D2D;
    color: #fff;
}

/*-------------------------------------
　各項目の共通
---------------------------------------*/
.Title_h2 {
    padding: 50px 0;
    line-height: 1.45;
    text-align: center;
}

.Title_h2 h2 {
    color: #004EA2;
    font-weight: bold;
    font-size: 44px;
}

.text-gradient {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: #1E5AD0;
    background: -webkit-linear-gradient(right, #1E5AD0 40%, #E95498 55%);
    background: linear-gradient(to right, #1E5AD0 40%, #E95498 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img.Title_img {
    width: 386px;
    display: block;
    margin: 0 auto 60px;
}

.Title_h3 {
    text-align: center;
    margin-bottom: 20px;
}

.Title_h3 h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

.Title_h3 h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #484848;
    transform: rotate(-25deg);
}

.Title_h3 h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #484848;
    transform: rotate(25deg);
}

@media screen and (max-width: 479px) {
    #container {
        margin: 0 auto 50px;
    }

    #lp_page {
        width: 100%;
        margin: 0 auto;
        color: #484848;
        line-height: 1.6em;
        background-color: #fff;
    }

    .only_pc {
        display: none;
    }

    .only_sp {
        display: block;
    }

    .breadCrumb {
        display: none;
    }

    .asTitle3 {
        font-size: 16px;
    }

    .Title_h2 h2 {
        font-size: 24px;
    }

    .text-gradient {
        font-size: 14px;
    }

    img.Title_img {
        width: 286px;
    }

    .Title_h3 h3 {
        width: 95%;
        font-size: 20px;
    }

    .Title_h3 h3:before {
        left: 0;
    }

    .Title_h3 h3:after {
        right: 0;
    }

    .contentBox {
        width: 96%;
    }

    .column2R #main {
        background-image: none;
    }
}


/*-------------------------------------
　さらに、ドスパラポイントを増やすには？
---------------------------------------*/
#blueBG {
    background: #EEF3FF;
}

a.bnr_link img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 100%;
}

/*-------------------------------------
　ゲームタイトル
---------------------------------------*/
#blackBG {
    background: #2D2D2D;
}

.sd_game {
    margin: 0 auto 40px;
    background: #1D1D1D;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    max-width: 1000px;
}

.recommendBox {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.recommendBox li {
    width: 100%;
}

.recommendBox li:nth-child(2n) {
    box-sizing: border-box;
}

.steam_install {
    padding: 10px;
    color: #FFF;
    background: #004DA1;
    text-align: center;
    font-size: 24px;
    max-width: 826px;
    margin: 0 auto;
}

.steam_installed_contents_wrapper {
    display: table;
    padding: 20px 0;
    margin: 0 auto;
}

.steam_installed_contents_wrapper ul {
    display: table-row;
}

.steam_installed_contents_wrapper ul li {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.steam_installed_contents_wrapper ul li:nth-of-type(n+2) {
    padding-left: 20px;
}

img.steam_logo {
    width: 222px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:479px) {
    .recommendBox {
        display: block;
    }

    .recommendBox li {
        width: 100%;
    }

    .recommendBox li iframe {
        width: 100%;
    }

    .steam_installed_contents_wrapper ul li:nth-of-type(n+2) {
        padding-left: 0;
    }

    .steam_install {
        font-size: 18px;
    }

    .steam_installed_contents_wrapper ul li {
        display: block;
        font-size: 14px;
        line-height: 1.6;
    }
}

/*-------------------------------------
　Steamウォレットチャージの流れ
---------------------------------------*/
#steamwallet {
    color: #000;
}

.step_Title {
    margin: 0 auto 40px;
    line-height: 1.4;
    font-size: 28px;
    color: #000;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: fit-content;
}

.step_Title:before,
.step_Title:after {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    border-top: 2px solid #000000;
    width: 30px;
    position: absolute;
}

.step_Title:before {
    top: 22px;
    left: -35px;
}

.step_Title:after {
    top: 22px;
    right: -35px;
}

.boxInside {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto;
}

.stepArea {
    text-align: center;
    margin-top: 10px;
    width: 50%;
}

.step_txt {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}

.app_dl ul {
    display: flex;
    justify-content: center;
}

.app_dl ul li {
    width: 171px;
    margin: 20px;
}

img.app_icon {
    width: auto;
    max-width: 100%;
}

img.app_qr.only_pc {
    width: 100px;
    margin: 0 auto;
}

.accordion {
    padding: 25px;
    line-height: 1.4;
}

.accordion+.accordion{
    border-top: 2px solid #fff;
}

.accordion__title {
    font-size: 28px;
    cursor: pointer;
}

.accordion__body {
    margin-top: 25px;
}

@media screen and (max-width: 479px) {
    .step_Title {
        font-size: 20px;
    }

    .step_Title:before {
        top: 14px;
        left: -20px;
        width: 15px;
    }

    .step_Title:after {
        top: 14px;
        right: -20px;
        width: 15px;
    }

    .boxInside {
        display: block;
    }

    .stepArea {
        width: 100%;
    }

    .step_txt {
        font-size: 16px;
    }

    .app_dl ul {
        display: block;
    }

    .app_dl ul li {
        width: auto;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    img.app_login_img {
        width: 100%;
    }
}

/*-------------------------------------
　Steam ウォレットにアクセス
---------------------------------------*/
:root {
    --gap-step: 50px;
}

.grayBG {
    background: #F3F3F3;
}

.stepBox {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-step);
    margin: var(--gap-step) 0;
}

.stepBox .flowBox {
    width: calc((100% - var(--gap-step) * 3) / 4);
    position: relative;
}

.stepBox .flowBox--wide {
    width: calc((100% - var(--gap-step) * 1) / 2);
    position: relative;
}

.stepBox .flowBox::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: calc(var(--gap-step) * -1 + 15px);
    font-size: 20px;
    display: block;
}

.stepBox .flowBox:nth-child(1)::before,.stepBox .flowBox:nth-child(5n)::before {
    display: none;
}

.stepBox .flowBox--wide:nth-child(5n)::before {
    display: block;
}

.stepBox .flowBox--wide:nth-child(odd)::before {
    display: none;
}

.stepBox p {
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
}

span.note {
    font-size: 14px;
}

span.spanblue {
    color: #023E98;
}

.stepBox .flowBox .flowimg {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.stepBox .flowBox h4 {
    background: #E95498;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.wallet-charge-notices {
    font-size: 16px;
    margin-top: 40px;
    padding: 30px 20px;
    line-height: 1.4;
}

.charge-note-txt {
    border: 1px solid #FF0000;
    background: #fff;
    max-width: 683px;
    margin: 0 auto 60px;
    padding: 30px;
}

.wallet-charge-notices ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.wallet-charge-notices ul li {
    width: 30%;
    margin: 0px;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.4;
}

.wallet-charge-notices_img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 479px) {
    .stepBox .flowBox {
        width: 100%;
    }

    .stepBox .flowBox::before {
        content: '▼';
        position: absolute;
        top: calc(var(--gap-step) * -1 + 15px);
        left: 50%;
        transform: translateX(-50%);
    }

    .stepBox .flowBox:nth-child(5n)::before {
        display: block;
    }

    .stepBox .flowBox--wide:nth-child(odd)::before {
        display: block;
    }

    .stepBox .flowBox--wide:nth-child(1)::before {
        display: none;
    }

    .stepBox .flowBox .flowimg {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .stepBox p {
        font-size: 14px;
        line-height: 1.6;
    }

    .wallet-charge-notices {
        font-size: 14px;
        line-height: 1.6;
    }

    .charge-note-txt {
        padding: 15px;
    }

    .wallet-charge-notices ul {
        flex-direction: column;
        width: 100%;
        padding: 0 0;
    }

    .wallet-charge-notices ul li {
        width: auto;
        margin-bottom: 40px;
        padding: 0px;
        border: none;
        background: none;
        font-size: 14px;
    }
}

/*-------------------------------------
　注意事項
---------------------------------------*/
.contentBox.attention_cont {
    max-width: 1000px;
}

.pur-title-s03 {
    text-align: left;
    font-size: 16px;
    margin: 0 auto 30px;
}

.pur-title-s03 h4 {
    background: #023E98;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
}

.pur-title-s03 p {
    max-width: 1000px;
    margin: 20px auto 30px;
    line-height: 1.4;
}

.pur-title-s04 {
    text-align: center;
    font-size: 18px;
    margin: 40px auto;
    line-height: 1.4;
    border: 2px solid #023E98;
    padding: 30px 15px;
}

@media screen and (max-width: 479px) {
    .pur-title-s03 h4 {
        font-size: 16px;
    }

    .pur-title-s03 {
        font-size: 14px;
    }

    .pur-title-s03 p {
        line-height: 1.6;
    }

    .pur-title-s04 {
        font-size: 16px;
    }
}

/*-------------------------------------
　その他のおすすめキャンペーン・特集
---------------------------------------*/
.contentBox.other_cont {
    max-width: 1000px;
}

.otherCamp {
    margin: 0 auto 60px;
}

.otherCamp h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: normal;
}

.otherCamp #camp_banner {
    background-color: #000;
    border: 1px solid #444;
}

.otherCamp #camp_banner ul li a {
    color: #fff;
}

.otherCamp #camp_banner ul li a .stText {
    color: #fff;
}

.otherCamp #camp_banner ul li.campbnr_geforce-gtx-1080 {
    display: none;
}

.article_list_wrap {
    padding: 20px;
    background: #fff;
    color: #000;
}

.article_list_wrap a {
    text-decoration: underline;
}

.article_list_wrap h4 {
    margin-bottom: 1em;
    font-weight: 500;
}

ul.articlelinkListGamepc li {
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
    margin: 0 0 1em;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}

ul.articlelinkListGamepc li a {
    font-size: 16px;
    font-weight: 500;
}

.ellipsis {
    white-space: normal;
}

@media screen and (max-width: 479px) {
    .article_list_wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .article_list_wrap h4 {
        font-size: 16px;
    }

    ul.articlelinkListGamepc li {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 5px 5px !important;
    }

    ul.articlelinkListGamepc li a {
        font-size: 14px;
    }
}

/*---------------------------
　ページTOPへ
---------------------------*/

#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}

#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 479px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
    }
}

/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft {
    display: none;
}

.sidebannerRight {
    display: none;
}

/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}


@media screen and (max-width:479px) {

    /*--------------------------
  レスポンシブ対応ヘッダ
  ----------------------------*/
    body {
        min-width: 100% !important;
        -webkit-text-size-adjust: 100%;
    }

    #Globalnavi,
    #Header #head_navi_menu,
    #Header #head_navi_menu_g,
    #Header .keyword,
    #Header #headsearchBox,
    #Header .wishBtn,
    #Header .btn,
    .leadSection .recomWin_black,
    .leadSectionInner {
        display: none;
    }

    #Header,
    #Header .inner,
    #Header h1 {
        width: 100%;
        height: auto;
    }

    #Header {
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        border-bottom: 3px solid #fff;
    }

    #Header .logo {
        width: 90%;
        position: relative;
        top: 0px;
        padding: 0px 0px 12px 3px;
    }

    #Header h1 {
        display: none;
    }

    #container {
        width: 100%;
        padding-top: 0px !important;
    }

    #wrapper_premium_member .topicPath,
    #wrapper_premium_member .breadCrumb {
        display: none;
    }

    /*--------------------------
  レスポンシブ対応フッタ
  ----------------------------*/
    .footerTagline {
        margin-bottom: 4px;
        padding: 0% 2%;
        text-align: left;
        font-size: 90%;
        line-height: 140%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .footerTagline,
    #footer,
    #footerNav2,
    #footerLinks #footerLinks_Nav,
    #footerLinks #footerLinks_NavParts,
    #footerCopy,
    #footerCopy p.copyright {
        width: 100%;
        min-width: 100%;
        font-size: 12px;
    }

    #footer {
        padding: 9px 0px 7px 0px;
    }

    #footerLinks {
        display: none;
    }

    #footerLinks ul {
        float: none;
    }

    #footerCopy p.copyright a {
        display: block;
        margin-bottom: 7px;
    }

    #footerLinks ul {
        margin: 12px 0px 0px 5px;
    }

    #footerLinks ul li {
        display: inline-table;
        width: 45%;
        box-sizing: border-box;
    }

    #footerLinks ul li.catName,
    #footerLinks ul li.noLink {
        width: 90%;
    }

    #footerNav2 ul {
        margin: 0% 4%;
    }

    body #footerNav2 li {
        display: inline-table;
        width: 49%;
        margin: 0px 0px 9px 0px;
        padding: 0px;
        border-left: none;
        box-sizing: border-box;
    }

    #footerNav2 li:first-of-type {
        margin-bottom: 9px !important;
    }

    #splink_footer {
        display: none !important;
    }

    #footerCopy p.copyright {
        text-align: center;
        font-size: 80%;
    }

    body #footerCopy {
        min-width: 100%;
    }
}

/*-------------------------------------
　キャンペーン重複非表示
---------------------------------------*/
.campbnr_steam {
    display: none;
}

.camp_banner ul li a span {
    color: #444;
}


/*--------------------------
  ランキング
----------------------------*/
.p-gaming-pc-sub__reccomend__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-gaming-pc-sub__reccomend__list ul li {
    width: 360px;
    border: solid 1px #004da1;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
    box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
}

.c-panel-arrow::before {
    z-index: 1;
    position: absolute;
    -webkit-transform: scale(1, .95) rotate(45deg);
    transform: scale(1, .95) rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow::before {
    border-color: #fff;
    background-color: transparent;
}

.c-panel-arrow::after {
    z-index: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow::after {
    background-color: #004da1;
}

@media screen and (min-width: 768px) {
    .c-panel-arrow::before {
        right: 7px;
        bottom: 6px;
        width: 8px;
        height: 8px;
    }

    .c-panel-arrow::after {
        width: 20px;
        height: 20px;
    }
}

.p-gaming-pc-sub__reccomend__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 20px;
}

.p-gaming-pc-sub__reccomend__card__img {
    margin-bottom: 25px;
}

.p-gaming-pc-sub__reccomend__card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.p-gaming-pc-sub__reccomend__card__text {
    width: 100%;
}

.p-gaming-pc-sub__reccomend__card__text--middle {
    margin-bottom: 11px;
    font-size: 14.5px;
    letter-spacing: .87px;
    line-height: 1.45;
    text-align: left;
}

.p-gaming-pc-sub__reccomend__card__text--bold {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .96px;
    line-height: 1.5;
    text-align: left;
}

.p-gaming-pc-sub__reccomend__card__text--light {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: .72px;
    line-height: 1.5;
    text-align: left;
}

.p-gaming-pc-sub__reccomend__card__text--price {
    color: #e43344;
    font-size: 20.5px;
    font-weight: 700;
    letter-spacing: .82px;
    line-height: 1.17;
    text-align: left;
}

.p-gaming-pc-sub__reccomend__card__text--price span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .48px;
}

.p-gaming-pc-sub__reccomend__card__text--price span.main_price {
    font-size: 20.5px;
    font-weight: 700;
    letter-spacing: .82px;
}

@media screen and (max-width: 1140px) {
    .p-gaming-pc-sub__reccomend__list ul li {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .p-gaming-pc-sub__reccomend__list ul li {
        width: 50%;
    }

    .p-gaming-pc-sub__reccomend__list ul li:first-child {
        width: 100%;
    }

    .p-gaming-pc-sub__reccomend__card {
        padding: 22px 14px;
    }

    .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .p-gaming-pc-sub__reccomend__card__img {
        margin-bottom: 25px;
    }

    .p-gaming-pc-sub__reccomend__card__img {
        max-width: 140px;
    }

    .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__img {
        margin-right: 33px;
    }

    .p-gaming-pc-sub__reccomend__card__text {
        width: 100%;
    }

    .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__text {
        max-width: 137px;
    }

    .p-gaming-pc-sub__reccomend__card__text--middle {
        margin-bottom: 3px;
        font-size: 12px;
        letter-spacing: .72px;
        line-height: 1.5;
    }

    .p-gaming-pc-sub__reccomend__card__text--bold {
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .84px;
    }

    .p-gaming-pc-sub__reccomend__card__text--light {
        margin-bottom: 6px;
        font-size: 11px;
        letter-spacing: .66px;
    }

    .p-gaming-pc-sub__reccomend__card__text--price {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .64px;
        line-height: 1;
    }

    .p-gaming-pc-sub__reccomend__card__text--price span {
        font-size: 11px;
    }
}