@charset "utf-8";

/**********************************************

三國志14(sangokushi14.tpl)用CSS
Copyright (c) Dospara Co., Ltd. All rights reserved.

**********************************************/

/*-------------------------------------------*/
/*  1.0 - 基本設定
/*-------------------------------------------*/
.column2R #main {
    float: none;
    width: auto;
}
#container {
    z-index: auto;
    margin: 0 auto;
}
#lp_page {
    width: 970px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}
#lp_page *,
#lp_page *:before,
#lp_page *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#lp_page .mgb50 {
    margin-bottom: 50px;
}
#lp_page .mgb80 {
    margin-bottom: 80px;
}
#lp_page h2 {
    font-size: 32px;
    color: #fff;
}
#lp_page h2.line {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
#lp_page h2.line span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
}
#lp_page h2.line span::before,
#lp_page h2.line span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
}
#lp_page h2.line span::before {
    right: 100%;
}
#lp_page h2.line span::after {
    left: 100%;
}
#lp_page h2.band {
    overflow: hidden;
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
    position: relative;
    padding: 10px 0;
    text-align: center;
    background-color: #dd1a00;
    background-image:
    linear-gradient(45deg, #b11500 25%, transparent 25%, transparent 75%, #b11500 75%, #b11500),
    linear-gradient(45deg, #b11500 25%, transparent 25%, transparent 75%, #b11500 75%, #b11500);
    background-position: 0 0, 2px 2px;
    background-size: 4px 4px;
}
#lp_page h2.band span.fontL {
    font-size: 44px;
    margin-right: 10px;
}
#lp_page h2.band:before,
#lp_page h2.band:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#lp_page h2.band:before {
    top: 0;
    border-bottom: 2px solid #fff;
}
#lp_page h2.band:after {
    bottom: 0;
    border-top: 2px solid #ccfffc;
}
#lp_page .for_sp {
    display: none;
}


/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/
.sgs_mainVisual p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}


/*-------------------------------------------*/
/*  3.0 - 推奨ゲーミングPCとは
/*-------------------------------------------*/
.sgs_reco_pc .inner {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.sgs_reco_pc .gallaria {
    margin-left: 28px;
    text-align: center;
}
.sgs_reco_pc .gallaria p {
    text-align: left;
}


/*-------------------------------------------*/
/*  4.0 - 推奨モデル
/*-------------------------------------------*/
.sgs_lineup .overview {
    line-height: 1.8;
}
.sgs_lineup .overview p span {
    font-size: 26px;
}
.sgs_lineup .overview img {
    display: block;
    margin: 50px auto;
}
.model_cts {
    background: url(./img/sangokushi14/img_model.jpg) no-repeat;
    height: 230px;
    margin-bottom: 20px;
    position: relative;
}
.model_cts a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.model_cts:hover {
    opacity: 0.6;
}
.model_left {
    float: left;
    width: 300px;
    text-align: center;
}
.model_left .modelPc {
    margin: 15px 0 0 0;
    width: 175px;
}
.model_center {
    float: left;
    width: 440px;
    color: #333;
}
.model_right {
    color: #fff;
    float: right;
    margin: 0 10px 0 0;
    padding: 124px 0 0 0;
    width: 206px;
}
/* モデル名 */
.modeName {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}
/* スペック表記 */
.modelSpec {
    font-size: 14px;
    line-height: 1.4;
}
/* ベンチマーク */
    .benchmark {
    line-height: 1.2;
}
.score {
    font-size: 18px;
    line-height: 1;
    margin: 6px 0 0 0px;
    text-align: center;
}
.scoreSub {
    text-align: center;
}
.model_score {
    text-align: center;
    font-size: 28px;
    margin: 4px 0;
}
.LinkDetail {
    display: none;
}
/* 価格表記 */
.model_cts .pr {
    color: #F00;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -1px;
}
/* 円のサイズ */
.kara {
    color:#F00;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
/* (+税)～のサイズ */
.tax {
    color:#F00;
    font-weight: bold;
    font-size: 50%;
    text-decoration: none;
}


/*-------------------------------------------*/
/*  5.0 - 推奨PCスペック
/*-------------------------------------------*/
.sgs_spec {
    width: 800px;
    margin: 60px auto 0;
    border: 5px solid transparent;
    background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #b11500 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b11500 0),
    linear-gradient(45deg, #b11500 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b11500 0),
    linear-gradient(45deg, transparent 25%, #dd1a00 0);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px,3px 3px, 6px 6px, 0 0;
    display: flex;
    align-items: center;
    color: #333;
}
.sgs_spec .detail_spec {
    font-size: 14px;
    margin-left: 20px;
}
.sgs_spec .detail_spec h3 {
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sgs_spec .detail_spec li {
    margin-bottom: 8px;
}
.sgs_spec .detail_spec li a {
    color: #0088cc;
}


/*-------------------------------------------*/
/*  6.0 - スクリーンショット
/*-------------------------------------------*/
.ssBox {
    margin-bottom: 40px;
}
.ssBox ul {
    justify-content: space-between;
}
.topImg {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.ssBox li {
    width: calc(34% - 20px);
}
.ssBox li:nth-child(n+4) {
    margin-top: 20px;
}
.ssBox li a:hover {
    opacity: 0.5;
}
.ssBox li img {
    width: 100%;
    height: auto;
}
    @media screen and (max-width:479px){
    .topImg {
        margin-bottom: 10px;
    }
    .ssBox {
        margin-right: 0px;
    }
    .ssBox li {
        margin-bottom: 10px;
        width: calc((100% - 10px) / 2);
    }
    .ssBox li:nth-child(n+4) {
        margin-top: 0;
    }
}


/*-------------------------------------------*/
/*  7.0 - ロゴエリア
/*-------------------------------------------*/
.sgs_logoArea {
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.sgs_logoArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border: 3px solid transparent;
    background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #b11500 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b11500 0),
    linear-gradient(45deg, #b11500 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b11500 0),
    linear-gradient(45deg, transparent 25%, #dd1a00 0);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px,3px 3px, 6px 6px, 0 0;
}
.sgs_logoArea .logoImg {
    margin-top: 50px;
}


/*-------------------------------------------*/
/*  8.0 - medeiaquery
/*-------------------------------------------*/
@media screen and (max-width:479px){
    #lp_page {
        width: 97%;
        font-size: 14px;
    }
    #lp_page h2 {
        font-size: 20px;
    }
    #lp_page h2.line {
        margin-bottom: 20px;
    }
    #lp_page h2.line span {
        margin: 0 30px;
        padding: 0 10px;
    }
    #lp_page h2.band {
        font-size: 18px;
        margin: 0 calc(50% - 50vw) 20px;
    }
    #lp_page h2.band span.fontL {
        font-size: 22px;
        margin-right: 5px;
    }
    #lp_page h2.band:before, #lp_page h2.band:after {
        height: 4px;
    }
    #lp_page h2.band:before {
        border-bottom: 1px solid #fff;
    }
    #lp_page h2.band:after {
        border-top: 1px solid #ccfffc;
    }
    #lp_page .ssBox h2,
    #lp_page .sgs_lineup h2.line {
        font-size: 15px;
    }
    #lp_page .ssBox h2.line span,
    #lp_page .sgs_lineup h2.line span {
        margin: 0 15px;
    }
    #lp_page .mgb50 {
        margin-bottom: 30px;
    }
    #lp_page .mgb80 {
        margin-bottom: 50px;
    }
    #lp_page .for_pc {
        display: none;
    }
    #lp_page .for_sp {
        display: block;
    }
    .sgs_mainVisual p {
        font-size: 10px;
    }
    .sgs_reco_pc .inner {
        display: block;
    }
    .sgs_reco_pc .gallaria {
        margin-left: 0;
    }
    .sgs_reco_pc .gallaria p {
        font-size: 12px;
        margin-top: 20px;
    }
    .sgs_lineup .overview {
        margin: 0px 10px;
    }
    .sgs_lineup .overview p span {
        font-size: 18px;
    }
    .sgs_lineup .overview p br {
        display: none;
    }
    .sgs_lineup .overview img {
        width: 80%;
        margin: 30px auto;
    }
    .model_cts {
        margin: 0px 10px 20px;
        padding: 10px 10px 20px;
        height: auto;
        background-image: none;
        background: #fff;
        border: 4px double #eeb21f;
        text-align: center;
    }
    .model_left,
    .model_center,
    .model_right {
        float: none;
    }
    .model_left {
        width: auto;
    }
    .model_center {
        width: auto;
    }
    .modeName {
        font-weight: bold;
        font-size: 18px;
    }
    .model_cts .pr {
        font-size: 24px;
    }
    .kara {
        font-size: 20px;
    }
    .tax {
        font-size: 60%;
    }
    .modelSpec {
        font-size: 13px;
    }
    .modelSpec li {
        margin-bottom: 5px;
    }
    .model_right {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    .LinkDetail {
        color #fff;
        font-weight: bold;
        display: block;
        background: #dd1a00;
        text-align: center;
        font-size: 16px;
        padding: 8px;
        margin-top: 20px;
        border-radius: 4px;
    }
    .LinkDetail span {
        position: relative;
    }
    .LinkDetail span:before,
    .LinkDetail span:after {
        position: absolute;
        top: 50%;
        right: -30px;
        background: #fff;
        display: block;
        content: '';
        width: 10px;
        height: 2px;
    }
    .LinkDetail span:before {
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .LinkDetail span:after {
        margin-top: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .sgs_spec {
        width: 90%;
        margin: 0 auto 0;
        display: block;
        border: 4px solid transparent;
    }
    .sgs_spec h3 {
        display: none;
    }
    .sgs_spec .detail_spec {
        font-size: 12px;
        margin-left: 0;
        padding: 15px;
    }
    .sgs_spec .detail_spec li {
        margin-bottom: 4px;
    }
    .sgs_logoArea:before {
        border: 2px solid transparent;
    }
    .sgs_logoArea {
        padding-top: 30px;
    }
    .sgs_logoArea .logoImg {
        width: 80%;
        margin-top: 30px;
    }
}
