@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------------------------*/
/*  1.0 - 基本設定
/*-------------------------------------------*/
#container {
    width: 100%;
    margin: 0 auto;
}
.column2R #main {
    float: none;
    width: auto;
}
#lp_page {
    width: 100%;
    margin: 0 auto;
}
.breadCrumb {
    width: 1050px;
    margin: 0 auto;
}
.dirt5Camp {
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
}
.dirt5Camp *,.dirt5Camp *:before,.contents *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.dirt5Camp h3 {
    font-size: 44px;
    font-weight: bold;
}
.dirt5Camp .inner {
    width: 1050px;
    margin: 0 auto;
}
#container .pagetop {
    width: 1050px;
    margin: 0 auto;
}

/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/
.dirt5Camp .mainVisual {
background: #011e60;
    margin-bottom: 50px;
}
.dirt5Camp .mainVisual h2 span {
    background: #b60005;
    display: block;
    text-align: center;
}
.dirt5Camp .mainVisual h2 img {
    display: block;
    margin: 0 auto;
}

/*-------------------------------------------*/
/*  3.0 - キャンペーン内容
/*-------------------------------------------*/
.campOverview h3{
    text-align: center;
    background: url(/5info/img/dirt5_game_campaign/img_band_b.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.campOverview {
    padding: 80px 0;
}
.campOverview .leadTxt {
font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
    line-height: 150%;
    letter-spacing: 4px;
    width: 1050px;
    margin: 0 auto;
}

.campOverview .leadTxt span {
    font-size: 32px;
}
.overviewBlock {
    width: 1050px;
    margin: 0 auto;
    text-align: center;
    font-size: 100px;
}
.img_cpu {
    margin: 0 20px;
}

/*-------------------------------------------*/
/*  4.0 - キャンペーン期間
/*-------------------------------------------*/
.campPeriod {
    padding-bottom: 140px;
}
.campPeriod .leadTxt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
    line-height: 150%;
    letter-spacing: 4px;
    width: 1050px;
    margin: 0 auto;
}
.campPeriod h3{
    text-align: center;
    background: url(/5info/img/dirt5_game_campaign/img_band_b.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.campPeriod dl {
    font-size: 24px;
    overflow: hidden;
}
.campPeriod dt {
    background: #fe1a7c;
    color: #000;
    float: left;
    width: 23%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #fe1a7c;
}
.campPeriod dd {
    border-bottom: 1px solid #fe1a7c;
    width: 77%;
    padding: 5px 0 5px 50px;
}
.campPeriod dt,
.campPeriod dd {
    margin-bottom: 50px;
    display: inline-block;
}
.campPeriod .conditions {
    width: 840px;
    margin: 50px auto 0;
    text-align: center;
}
.campPeriod .inner_conditions {
    position: relative;
    padding: 60px 30px;
    border: 1px solid #fff;
    width:100%;
    background: repeating-linear-gradient(-45deg, #1b1b1b 0px, #1b1b1b 3px, #222 3px, #222 6px);
}
.campPeriod .conditions h4 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 22px;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 4px 0;
    transform: skewX(-30deg);
    width: 300px;
}
.campPeriod .conditions h4 span {
    display: inline-block;
    transform: skewX(30deg);
}
.campPeriod .inner_conditions ul {
    font-size: 20px;
}
.campPeriod .inner_conditions ul:last-child {
    font-size: 18px;
}
.campPeriod .inner_conditions li {
    text-align: left;
    text-indent: -1em;
    margin-top: 10px;
    margin-left: 1em;
}
.campPeriod .entryBtn {
    width: 700px;
    text-align: center;
    position: relative;
    margin: 40px auto 0;
}
.campPeriod .entryBtn a {
    width: 730px;
    color: #fff;
    background: #fe1a7c;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.campPeriod .entryBtn a:before, .entryBtn a:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #fff;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}
.campPeriod .entryBtn a:before {
    top: -6px;
    left: -6px;
    border-width: 1px 0 0 1px;
    z-index: 5;
}
.campPeriod .entryBtn a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 1px 1px 0;
}
.campPeriod .entryBtn a:hover:before,
.campPeriod .entryBtn a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #fff;
}
.campPeriod .entryBtn a:hover {
    color: #353535;
    background-color: #1b1b1b;
    border-color: #fff;
}
.campPeriod .entryBtn a span {
    position: relative;
    margin-left: 35px;
}
.campPeriod .entryBtn a span:before {
    content: "";
    background: url(/5info/img/amd_game_campaign/ico_arrow.png);
    position: absolute;
    top: 0;
    left: -65px;
    width: 49px;
    height: 27px;
    bottom: 0;
    margin: auto;
}


/*-------------------------------------------*/
/*  5.0 - 対象パソコン
/*-------------------------------------------*/
.campReco {
    background: url(/5info/img/dirt5_game_campaign/bg01.jpeg);
    background-position: bottom center;
    padding-bottom: 100px;
	margin-top: 100px;
}
.reco_inner {
    background: url(/5info/img/dirt5_game_campaign/bg_picture2.png);
    background-size: cover;
    background-position: top center;
    text-align: center;
    position: relative;
    padding: 140px 0 60px;
}

.campReco h3 {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    background: #000;
    color: #ffd20b;
    padding: 4px 0;
    transform: skewX(-30deg);
    width: 620px;
    border: 7px double #ffd20b;
}
.campReco h3 span {
    display: inline-block;
    transform: skewX(30deg);
}
.campReco .model_block {
    display: flex;
    justify-content: space-between;
}
.campReco .model_block .box {
    width: 31%;
}
.campReco .model_block .box img {
    width: 270px;
}
.campReco .model_block .modelName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.campReco .spec p {
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.campReco .spec p span:first-child {
    background: #fff;
    color: #000;
    font-weight: bold;
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 3px 0;
    margin-right: 10px;
}
.campReco .price {
    font-size: 34px;
    font-weight: bold;
    color:#ff0000;
    margin-bottom: 20px;
}
.campReco .price span.taxTxet {
    font-size: 20px;
}
.campReco .linkBtn {
    width: 250px;
    margin: 0 auto;
}
.campReco .linkBtn a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #1b1b1b;
}
.campReco .linkBtn a:hover {
    background: #fe1a7c;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/*-------------------------------------------*/
/*  6.0 - 対象グラフィックス・カード
/*-------------------------------------------*/
.campModel {
    text-align: center;
    background-image: url(/5info/img/amd_game_campaign/img_bg_line.png),url(/5info/img/amd_game_campaign/img_bg_line.png),url(/5info/img/amd_game_campaign/bg_metalmesh.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top center, bottom center, top center;
}
.campModel .inner {
    padding: 60px 0 80px 0;
}
.campModel h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
/*.campModel ul {
    display: flex;
    justify-content: space-between;
}
.campModel ul li:last-child {
    width: 330px;
}*/
.campModel ul.up {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.campModel ul.down {
    display: flex;
    justify-content: space-between;
}
.campModel ul.down li {
    width: 330px;
}
.campModel ul li .linkBtn a {
    transform: skewX(-20deg);
    width: 360px;
}
/*.campModel ul li:last-child .linkBtn a {
    width: 290px;
}*/
.campModel ul li .linkBtn a span {
    display: inline-block;
    transform: skewX(20deg);
}
.campModel .linkBtn a:link, .campModel .linkBtn a:visited {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #1b1b1b;
}
.campModel .linkBtn a:link:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.campModel .linkBtn a:link:hover, .campModel .linkBtn a:visited:hover {
    color: #fff;
    text-shadow: none;
    border: 1px solid #fff;
}
.campModel .linkBtn a:link:hover:after {
    height: 450%;
}
.campModel .linkBtn a {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #ac0000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}
.campModel .linkBtn a:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nthree;
}
.campModel .linkBtn a:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.campModel .linkBtn a:before {
    display: block;
    position: absolute;
    top: 0px;
    right: -2px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #ac0000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}


/*-------------------------------------------*/
/*  7.0 - コピーライト
/*-------------------------------------------*/
.copyright {
    font-size: 12px;
}
.copyright .logoArea{
    text-align: center;
    margin: 150px 0;
}


/*-------------------------------------------*/
/*  8.0 - MediaQuery
/*-------------------------------------------*/
@media screen and (max-width:479px){
#lp_page {
    width: 100%!important;
}
.dirt5Camp .inner {
    width: 100%;
    margin: 0 auto;
}
.dirt5Camp h3 {
    font-size: 18px;
}
.dirt5Camp .mainVisual {
    margin-bottom: 30px;
}
.campOverview h3 {
    background-position: center bottom;
    margin-bottom: 30px;
    background-size: 100% auto;
}
.campOverview .leadTxt {
font-size: 4.4vw;
    padding: 20px 15px;
    line-height: 1.6;
    letter-spacing: unset;
    width: 100%;
}
.campOverview .leadTxt span {
    font-size: 16px;
}
.campOverview .inBlock {
    background-size: 100% auto;
}
.overviewBlock {
    height: auto;
    margin-bottom: 0;
    width: 100%;
    font-size: 50px;
}
.overviewBlock .overview_left {
    position: unset;
    width: 100%;
    height: auto;
    background-image: none;
    background: #2c2c2c;
    background: -moz-linear-gradient(top,  #2c2c2c 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top,  #2c2c2c 0%,#7e7e7e 100%);
    background: linear-gradient(to bottom,  #2c2c2c 0%,#7e7e7e 100%);
    background-position: right top;
    z-index: 1;
}
.overviewBlock .leftBox {
    width: 90%;
    float: none;
    margin: 0 auto;
}
.overviewBlock .leftBox .itemArea {
    padding: 20px 5px 10px;
}
.overviewBlock .leftBox .itemArea .model01 p {
    bottom: 22%;
    left: 0;
}
.overviewBlock .leftBox .itemArea .model02 {
    margin: 0 0 0 0;
    height: 300px;
}
.overviewBlock .leftBox .itemArea .model02 p {
    bottom: 16%;
    right: 0;
}
.overviewBlock .leftBox .itemArea .model03 {
    margin: 0 0 0 0;
    right: 0;
}
.overviewBlock .leftBox .itemArea .model03 p {
    bottom: 22%;
    right: auto;
}
.overviewBlock .leftBox .itemArea .model01 img,
.overviewBlock .leftBox .itemArea .model02 img,
.overviewBlock .leftBox .itemArea .model03 img {
    width: 70%;
}
.overviewBlock .overview_right {
    position: unset;
    width: 100%;
    height: auto;
    background: url(/5info/img/amd_game_campaign/bg_metalmesh.png);
    background-position: left top;
}
.overviewBlock .rightBox {
    width: 100%;
    float: none;
    margin: 0;
}
.overviewBlock .rightBox .detailArea {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
}
.overviewBlock .rightBox .detailArea .detail01 {
    width: 100%;
}
.overviewBlock .rightBox .detailArea .detail01 img {
    width: 180px;
}
.overviewBlock .rightBox .detailArea .detail02 {
    width: 100%;
    margin: 0;
}
.overviewBlock .rightBox .detailArea h4 {
    font-size: 21px;
    padding: 0 15px;
    width: 100%;
}
.overviewBlock .rightBox .detailArea .detail01 h4:before,
.overviewBlock .rightBox .detailArea .detail02 h4:before {
    content: none;
}
.overviewBlock .rightBox .detailArea ul {
    margin: 20px 0 35px;
}
.overviewBlock .rightBox .detailArea li {
    font-size: 16px;
}
.overviewBlock .rightBox .detailArea .detail02 ul {
    margin-bottom: 0;
}
.overviewBlock .rightBox .detailArea .detail02 li:last-child {
    font-size: 13px;
}
.overviewBlock_bottom {
    height: 100%;
    margin-bottom: 50px;
}
.overviewBlock_bottom .overview_right {
    position: unset;
    width: 100%;
    height: auto;
    margin: auto;
    background-image: none;
    background: #2c2c2c;
    background: -moz-linear-gradient(top,  #2c2c2c 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top,  #2c2c2c 0%,#7e7e7e 100%);
    background: linear-gradient(to bottom,  #2c2c2c 0%,#7e7e7e 100%);
    background-position: right top;
}
.overviewBlock_bottom .rightBox {
    width: 90%;
    float: none;
    margin: 0 auto;
}
.overviewBlock_bottom .rightBox .itemArea {
    padding: 40px 0 0;
}
.overviewBlock_bottom .rightBox .itemArea .model01 img {
    width: 70%;
}
.overviewBlock_bottom .rightBox .itemArea .model01 p {
    bottom: 20%;
}
.overviewBlock_bottom .overview_left {
    position: unset;
    width: 100%;
    height: auto;
    background: url(/5info/img/amd_game_campaign/bg_metalmesh.png);
    background-position: left top;
}
.overviewBlock_bottom .leftBox {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}
.overviewBlock_bottom .leftBox .detailArea {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.overviewBlock_bottom .leftBox .detailArea .detail01 {
    width: 100%;
}
.overviewBlock_bottom .leftBox .detailArea .detail01 img {
    width: 180px;
}
.overviewBlock_bottom .leftBox .detailArea .detail02 {
    width: 100%;
    margin: 0;
}
.overviewBlock_bottom .leftBox .detailArea h4 {
    font-size: 21px;
    padding: 0 15px;
}
.overviewBlock_bottom .leftBox .detailArea .detail01 h4:before,
.overviewBlock_bottom .leftBox .detailArea .detail02 h4:before {
    content: none;
}
.overviewBlock_bottom .leftBox .detailArea ul {
    margin: 20px 0 35px;
}
.overviewBlock_bottom .leftBox .detailArea li {
    font-size: 16px;
}
.overviewBlock_bottom .leftBox .detailArea .detail02 ul {
    margin-bottom: 0;
}
.overviewBlock_bottom .leftBox .detailArea .detail02 li:last-child {
    font-size: 13px;
}
.campPeriod {
    padding-bottom: 100px;
}
.campPeriod h3 {
    background-position: center bottom;
    margin-bottom: 30px;
    background-size: 100% auto;
}
.campPeriod dl {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}
.campPeriod dt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.campPeriod dd {
    border-bottom: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.campPeriod .conditions {
    width: 94%;
    margin: 40px auto 0;
}
.campPeriod .inner_conditions {
    padding: 40px 10px 30px;
}
.campPeriod .conditions h4 {
    top: -15px;
    font-size: 18px;
    width: 240px;
}
.campPeriod .inner_conditions ul {
    font-size: 14px;
}
.campPeriod .inner_conditions ul:last-child {
    font-size: 12px;
}
.campPeriod .entryBtn {
    width: 100%;
}
.campPeriod .entryBtn a {
    width: 85%;
    font-size: 4.2vw;
}
.campPeriod .entryBtn a span {
    margin-left: 25px;
}
.campPeriod .entryBtn a span:before {
    left: -30px;
    width: 24px;
    height: 13px;
    background-size: 24px auto;
}
.campReco {
    background-size: 100% auto;
}
.reco_inner {
    padding: 45px 0 5px;
}
.reco_inner_02 {
    padding: 45px 0 5px;
}
.campReco h3 {
    top: -25px;
    width: 78%;
    border: 1px solid #fff;
}
.campReco .model_block {
    display: block;
}
.campReco .model_block .box {
    width: 90%;
    margin: 0 auto 30px;
}
.campReco .spec p {
    margin-bottom: 15px;
}
.campReco .linkBtn {
    width: 100%;
}
.campReco .linkBtn a {
    padding: 14px 10px;
    font-size: 20px;
}
.campModel {
    background-size: auto 6px,auto 6px;
}
.campModel .inner {
    padding: 20px 0 50px 0;
}
.campModel h3 {
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto 30px;
}
.campModel ul {
    display: block;
}
.campModel ul.down {
    justify-content: center;
    flex-flow: column;
}
.campModel ul li, .campModel ul.down li {
    width: auto;
    margin-bottom: 50px;
}
.campModel ul li:last-child {
    margin-bottom: 0;
    width: auto;
}
.campModel ul li img {
    width: 65%;
}
.campModel img.bottom {
    margin: -20px 0 10px 0;
}
.campModel ul.down li img {
    width: 85%;
    margin-bottom: 10px;
}
.campModel ul li .linkBtn {
    margin-top: -40px;
}
.campModel ul li .linkBtn a,
.campModel ul li:last-child .linkBtn a {
    width: 310px;
}
.campModel .linkBtn a:link, .campModel .linkBtn a:visited {
    padding: 12px 10px;
    font-size: 18px;
}
.copyright {
    font-size: 10px;
    padding: 0px 15px;
}
.copyright .logoArea {
    margin: 50px 0;
}
.copyright .logoArea img {
    width: 80%;
}
.campReco {
    padding-bottom: 0;
}


.overviewBlock .leftBox .itemArea .model01 {
    margin: 0;
    height: 300px;
}


}

/*-------------------------------------------*/
/*  キャンペーン終了
/*-------------------------------------------*/

.dirt5Camp .end-campaign {
  width: 1050px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dirt5Camp .end-campaign p {
  color: #fff;
  text-shadow:
  red 1px 1px 10px, red -1px 1px 10px,
  red 1px -1px 10px, red -1px -1px 10px;
}

@media screen and (max-width:479px){
.dirt5Camp .end-campaign {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
}


/*-------------------------------------------*/
/*  修正と追加
/*-------------------------------------------*/
.campPc h3 {
    background-color: #000;
    text-align: center;
    padding: 15px 0;
}
.campPc_galleria {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
}
.campPc_galleria p img {
    margin-right: 40px;
}
.campPc_galleria p span {
    font-size: 22px;
    font-weight: bold;
    line-height: 3;
}

@media screen and (max-width:479px) {
.campPc_galleria {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 40px;
}
.campPc_galleria p img {
    margin-bottom: 30px;
}
.campOverview {
    padding: 40px 0;
}
.img_cpu {
    margin: 0;
}
.campPeriod .leadTxt {
    font-size: 4.4vw;
    padding: 20px 15px;
    line-height: 1.6;
    letter-spacing: unset;
    width: 100%;
}
}