@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------------------

　RTX 20 シリーズ

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
  width: 100%;
	background-color:#000;
}
.breadCrumb a {
	color:#FFF;
}
.column2R #main {
  float: none;
  width: auto;
}
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 {
  background-color:#000;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
  width: 970px;
}
#lp_page ul.breadCrumb {
  padding: 15px 0 0 0;
}
#lp_page ul.breadCrumb:nth-child(2) {
	padding:5px 0 0 0 !important;
}
#lp_page a:hover {
	opacity:0.7;
}

/*-------------------------------------
　メインタイトル
---------------------------------------*/
#boxTitle {
  background:url(/5info/img/geforce-rtx-20/geforce-rtx-20_title2.jpg) no-repeat center;
  margin: -10px -500%;
  padding: 0 500% 40px 500%;
  width: 100%;
}
#boxTitle .mainTitle {
	height: 500px;
}
#boxTitle .leftBox {
  width: 516px;
  padding: 60px 0 0 0px;
}
#boxTitle .mainTitle h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 125%;
  text-align: center;
}
#boxTitle .mainTitle h2 .smallText {
  font-size: 26px;
}
#boxTitle .mainTitle h2 .yellowStrong {
  color:#F5FC05;
}
#boxTitle .mainTitle .catchCopy {
  border-bottom: 1px solid #9bdb23;
  color: #9bdb23;
  font-size: 50px;
  letter-spacing: -0.08em;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
#boxTitle .mainTitle .logoBox img {
  height: auto;
  width: 230px;
}
#boxTitle .mainText {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto;
  padding: 12px 40px;
  width: 866px;
}

/*-------------------------------------
　メニューリスト
---------------------------------------*/
#menuListBox {
	/*background-color: #507808;
  margin: 0 -500%;
  padding: 0 500%;
  width: 100%;*/
	margin: 30px auto;
  height: 70px;
}
#menuListBox .boxInside {
  margin: 5px auto;
  overflow: hidden;
}
#menuListBox .boxInside li {
	float: left;
	font-size: 18px;
  width: 33%;
}
#menuListBox .boxInside li a{
	color: #FFF;
	text-decoration: none;
}
#menuListBox .boxInside li a span{
	color: #FFF;
}
#menuListBox .boxInside li:hover {
	/*background-color: #144908;*/
}
#menuListBox .boxInside li a:hover {
	opacity: 0.8;
}
#menuListBox .boxInside li a span {
	text-decoration: none;
}
#menuListBox .boxInside li img {
	float: left;
}
#menuListBox .boxInside li span {
	float: left;
}
#menuListBox .boxInside li span.benchMark {
	padding: 22px 0 0;
}
#menuListBox .boxInside li span.deskTop ,
#menuListBox .boxInside li span.videoCard {
	padding: 7px 0 0;
}

/*-------------------------------------
　上スクロールで出るメニューリスト
---------------------------------------*/
#menu-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: #507808;
	transition: .3s;
	top:-100px;
}
#menu-wrap .boxInside {
  margin: 0 auto;
  overflow: hidden;
  width: 970px;
}
#menu-wrap .boxInside li {
	width:33%;
	float:left;
	font-size:18px;
}
#menu-wrap .boxInside li {
	color:#FFF;
}
#menu-wrap .boxInside li:hover {
	background-color: #144908;
}
#menu-wrap .boxInside li a:hover {
	opacity:1;
}
#menu-wrap .boxInside li a span {
	text-decoration:none;
	color:#FFF;
}
#menu-wrap .boxInside li img {
	float:left;
}
#menu-wrap .boxInside li span {
	float:left;
}
#menu-wrap .boxInside li span.benchMark {
	padding:22px 0 0;
}
#menu-wrap .boxInside li span.deskTop ,
#menu-wrap .boxInside li span.videoCard {
	padding:7px 0 0;
}

/*-------------------------------------
　各項目の共通
---------------------------------------*/
.section {
  margin: 0 -500%;
  padding: 50px 500%;
  width: 100%;
}
.section .boxInside {
  margin: 0 auto;
  overflow: hidden;
  width: 970px;
}
h3 {
  font-weight:normal;
	font-size:42px;
	text-align:center;
}
.catchText {
	text-align:center;
	font-size:30px;
	color:#9bdb23;
}
/* 画面外にいる状態 */
.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*-------------------------------------
　性能表
---------------------------------------*/
#performanceBox {
	background: #000 url(/5info/img/geforce-rtx-20/bg_performanceBox.jpg) no-repeat center 0;
  background-position: center center;
}
#performanceBox table {

	margin:50px auto 0;
	border:0;
	background:rgba(34,34,34,0.7);
}
#performanceBox table tr {
  font-size: 14px;
}
#performanceBox table th {
  padding: 20px 7px 10px;
  color: #DDDDDD;
}
#performanceBox table td {
  padding: 10px 15px;
  color: #DDDDDD;
}
#performanceBox table .white br {
  display: inline;
}
#performanceBox table .greenStrong {
  color: #9bdb23;
  font-size: 20px;
}
#performanceBox table .whiteStrong {
  color: #fff;
  font-size: 17px;
}
#performanceBox table .white {
  color: #fff;
}
.SideScrollBar {
  margin-bottom: 60px;
}

/*-------------------------------------
　VRベンチマーク
---------------------------------------*/
/*#vrBenchMarkBox {
	background: url(/5info/img/geforce-gtx-1080/back_vrbench.jpg) no-repeat center 0;
}
#vrBenchMarkBox .benchTitle {
	margin:50px 0 0;
  font-size: 16px;
}

#vrBenchMarkBox .graphTable {
	padding:0 0 0 170px;
	background:url(/5info/img/geforce-gtx-1080/icon_vr.png) no-repeat scroll 0 30px;
}
#vrBenchMarkBox table {
	width:100%;
	margin:10px auto 0;
	border:0;
  font-size: 16px;
}
#vrBenchMarkBox table td {
	padding:10px 0;
}
#vrBenchMarkBox table td.name {
	width:14%;
}
#vrBenchMarkBox table td p {
  background-color: #747474;
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
}
#vrBenchMarkBox table td.greenStrong {
  color: #9bdb23;
}
#vrBenchMarkBox table td.greenStrong p {
  background-color: #9bdb23;
}
#vrBenchMarkBox .cautionText {
	text-align:right;
}*/

/*-------------------------------------
　パソコン一覧
---------------------------------------*/
#rtx2070super {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2070super.jpg) no-repeat center;
}
#rtx2060super {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2060super.jpg) no-repeat center;
}
#rtx2060 {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2060.jpg) no-repeat center;
}
#rtx2070 {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2070.jpg) no-repeat center;
}
#rtx2080ti {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2080ti.jpg) no-repeat center;
}
#rtx2080 {
  background:url(/5info/img/geforce-rtx-20/bg_rtx2080.jpg) no-repeat center;
}
.pcList .boxInside .detailText {
	font-size:16px;
	width:800px;
	margin:50px auto;
}

.pcList .boxInside .photoBox {
  float: left;
  margin: 30px 30px 0 0;
  text-align: center;
  width: 400px;
}
.pcList .boxInside .photoBox img {
  width: 410px;
}
.pcList .boxInside .pcItemDetailBox {
  float: left;
  font-size: 15px;
  margin: 30px 0 0;
  width: 500px;
}
.pcList .boxInside .pcName {
  font-size:26px;
	font-weight:bold;
  margin-bottom: 10px;
}
.pcList .boxInside .nouki {
	color: #F7F50B;
	font-size: 18px;
  margin: 10px 0;
}
.pcList .boxInside .satisfy {
	margin: 20px 0 0;
}
.pcList .boxInside .kakakucomreview {
	display: inline-block;
}
.pcList .boxInside .kakakucomreview span {
	color: #FFF !important;
}
.pcList .boxInside a.pcReviewGo {
	margin: 0 10px;
  font-size: 14px;
  color: #9bdb23;
  display: inline-block;
}
.pcList .boxInside .price {
	font-size: 30px;
	color: #FF0000;
	margin: 20px 0;
}
.pcList .boxInside .price .en {
	font-size: 20px;
}
.pcList .boxInside .price .taxkara {
	font-size: 14px;
}
.pcList .boxInside .pcItemGoBtn a {
  background: #76b900;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.pcList .boxInside .pcItemDetailBox .pcAllGoBtn {
  margin: 10px auto 0;
  text-align: right;
  width: 100%;
}
.pcList .boxInside .pcAllGoBtn {
  margin: 20px auto 0;
  text-align: right;
}
.pcList .boxInside .pcAllGoBtn a {
  color: #9bdb23;
	padding:0;
	font-size:13px;
}
.pcList .boxInside .pcList {
	margin:50px 0 0;
}
.pcList .boxInside .pcList a {
	text-decoration:none;
}
.pcList .boxInside .pcList li {
  background-position: 220px 10px;
  background-repeat: no-repeat;
  background-size: 58% auto;
	background-color:#000;
  border: 1px solid #9bdb23;
  width: 470px;
  margin:0 0 25px;
}
.pcList .boxInside .pcList li.leftBox {
	float:left;
}
.pcList .boxInside .pcList li.rightBox {
	float:right;
}
.pcList .boxInside .pcList li p {
	margin:0 15px;
}
.pcList .boxInside .pcList a li span.en {
  font-size: 16px;
}
.pcList .boxInside .pcList a li span.taxkara {
  font-size: 14px;
}
.pcList .boxInside .pcList a li .modelGoBtn {
  margin: -50px 0 5px;
  text-align: right;
}
.pcList .boxInside .pcBtn {
	text-align:center;
	font-size:18px;
	width: 895px;
	margin:0 auto;
}
.pcList .boxInside .pcBtn li {
	float:left;
	margin:20px 15px 0;
}
.pcList .boxInside .pcBtn li a {
  color: #9bdb23;
  border:3px solid #9bdb23;
	display:inline-block;
	padding:10px 15px;
  text-decoration: none;
	width: 380px;
}
.pcList .boxInside .btnReview {
	text-align:center;
	margin: 150px 0 0;
}
.pcList .boxInside .reviewText {
	text-align:center;
}
.otherLink {
  margin-top: 100px;
}
.otherLink a {
  border: 1px solid #76b900;
  box-sizing: border-box;
  color: #76b900;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 80%;
}

/*-------------------------------------
　ビデオカード
---------------------------------------*/
#videoCardBox {
	/*background:url(/5info/img/geforce-gtx-1080/back_parts_card.jpg) no-repeat center 100px;*/
}

#videoCardBox .mb60 {
	padding: 0 0 60px;
}

#videoCardBox .photoBox {
  float: left;
	margin: 30px 30px 0 0;
  width: 400px;
}
#videoCardBox .photoBox img {
  filter: drop-shadow(0 0 10px rgba(46,73,0,1));
}
#videoCardBox .videoDetailBox {
	float: left;
	margin: 60px 0 0;
  width: 485px;
}
.rtxType {
  color: #76b900;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.rtxType:before, .rtxType:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #76b900;
	display: block;
}
.rtxType:before {
	margin-right: .4em;
}
.rtxType:after {
	margin-left: .4em;
}
.mkrname {
  font-size: 18px;
}
.itemname {
  font-size: 22px;
}
.btn-green a {
  background: #76b900;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#videoCardBox .price {
	color: #FF0000;
  font-size: 30px;
	margin: 20px 0;
}
#videoCardBox .price .en {
	font-size: 20px;
}
#videoCardBox .price .taxkara {
	font-size: 14px;
}

/*3カラム用*/
#videoCardBox ul {
  display: flex;
  flex-wrap: wrap;
	margin: 50px 0 0;
}
#videoCardBox li {
	margin-right: 42px;
  margin-bottom: 70px;
  width: 29%;
}
#videoCardBox li .videoCardImg {
	text-align: center;
}
#videoCardBox li .videoCardImg img {
  filter: drop-shadow(0 0 10px rgba(46,73,0,1));
	width: 280px;
}
.column3 .rtxType {
  font-size: 22px;
}
.column3 .mkrname {
  font-size: 16px;
}
.column3 .itemname {
  font-size: 18px;
  line-height: 1.4
}

/*-------------------------------------
　特長
---------------------------------------*/
.turing {
  background:url(/5info/img/geforce-rtx-20/bg_turing-architecture.jpg) 0 0 no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 41.03%;
  margin-bottom: 40px;
  position: relative;
}
.turing .textBox {
  position: absolute;
  top: 18%;
  left: 7%;
  width: 40%;
}
.turing .mainText {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 10px;
  line-height: 1.2;
}
.turing .subText {
  font-size: 16px;
  line-height: 1.4;
}
.raytracing {
  background:url(/5info/img/geforce-rtx-20/bg_ray-tracing.jpg) 0 0 no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 48.45%;
  margin-bottom: 40px;
  position: relative;
}
.raytracing .textBox {
  position: absolute;
  top: 76%;
  left: 50%;
  line-height: 1.4;
  -webkit-transform: translate(-50%,-76%);
  transform: translate(-50%,-76%);
  width: 90%;
}
.raytracing .mainText {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 10px;
  text-align: center;
}
.raytracing .subText {
  font-size: 16px;
}
.featuresCtn {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
}
.featuresCtn div {
  margin-bottom: 40px;
  width: 48%;
}
.featuresCtn div img {
  height: auto;
  width: 100%;
}
.mainHead {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.subHead {
  color: #76b900;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0;
}

/*-------------------------------------
　その他セール
---------------------------------------*/
.otherCamp {
	margin:50px 0 0;
}
.otherCamp {
	margin:50px 0 0;
}
.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;
}

/*-------------------------------------
　ページトップへ追随設定
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	background-color: #333;
	border-radius: 5px;
  color: #fff;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}
.pageLink {
  clear: both;
  margin: 0 0 20px 0;
  text-align: right;
}
.pageLink a {
  background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #FFFFFF;
	padding-left: 14px;
}
.pagetop {
	display: none;
}

/*---------------------------
　コピーライト
---------------------------*/
#copyright {
  font-size: 10px;
  padding: 20px 110px 0 0;
  word-break: break-all;
}

/*---------------------------
　COMMING SOON
---------------------------*/
.PricePre {
  margin: 80px 0px 155px 0;
  font-size: 50px;
  color: #9bdb23;
  text-align:center;
}

/*---------------------------
　PCビュー専用
---------------------------*/
.pcCtn {
  display: block;
}
.spCtn {
  display: none;
}

/*---------------------------
　スマホ対応
---------------------------*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@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;
  }

  /*--------------------------
   レスポンシブ対応フッタ
  ----------------------------*/
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
  .footerTagline {
    margin-bottom: 4px;
    padding: 0% 2%;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    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%;
  }
  .pageLink {
    margin: 0;
    padding:0;
  }

  /*--------------------------
   レスポンシブ対応全体
  ----------------------------*/
  #container {
    margin: 0 auto 50px;
  }
  #lp_page {
    width: 98%;
    margin: 0 auto;
    color: #FFF;
    line-height: 1.6em;
    background-color:#000;
  }
  .breadCrumb {
    display:none;
  }
  .section {
    margin: 0 -10%;
    padding: 20px 10%;
  }
  .section .boxInside {
    margin: 20px auto;
    overflow: hidden;
    width: 98%;
  }

  /*--------------------------
   レスポンシブ対応タイトル
  ----------------------------*/
  #boxTitle{
    background: url(/5info/img/geforce-rtx-20/geforce-rtx-20_title2.jpg) no-repeat;
    background-size:190%;
    height: auto;
    padding:3% 0 0 0;
    background-position: 45% 20%;
    margin:0;
  }
  #boxTitle .mainTitle {
    height: 153px;
  }
  #boxTitle .leftBox {
    padding: 5% 0 0;
    width: 70%;
    text-align: center;
  }
  #boxTitle .mainTitle h2 {
    font-size: 1.2rem;
  }
  #boxTitle .mainTitle h2 .smallText {
    font-size: 14px;
  }
  #boxTitle .mainTitle .catchCopy {
    font-size: 1.5rem;
    margin: 0 0 2px;
    padding: 0 0 10px;
  }
  #boxTitle .mainTitle .logoBox {
    text-align: left;
    padding: 0 10px;
  }
  #boxTitle .mainTitle .logoBox img {
    width: 50%;
  }
  #boxTitle .mainText {
    background:#000;
    font-size: 12px;
    line-height: 160%;
    margin: 30px auto 0;
    padding: 10px 0;
    width: 100%;
  }

  /*--------------------------
   レスポンシブ対応メニュー
  ----------------------------*/
  #menuListBox {
    margin: 30px 0 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  #menuListBox .boxInside {
    width: 100%;
  }
  #menuListBox .boxInside li {
    font-size: 11px;
    /*background: url(/5info/img/geforce-gtx-1080/sp_menu_arrow.png) no-repeat 0 50%;*/
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    width: 28%;
  }
  #menuListBox .boxInside li img {
    display:none;
  }
  #menuListBox .boxInside li span.benchMark {
    padding: 12px 0;
  }
  #menuListBox .boxInside li span.deskTop, #menuListBox .boxInside li span.videoCard {
    padding: 5px 0;
  }
  #menuListBox .boxInside li:hover {
    /*background-color:#507808;*/
  }
  #menu-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #menu-wrap .boxInside {
    width: 100%;
  }
  #menu-wrap .boxInside li {
    font-size: 11px;
    background: url(/5info/img/geforce-gtx-1080/sp_menu_arrow.png) no-repeat 0 50%;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    width: auto;
  }
  #menu-wrap .boxInside li img {
    display:none;
  }
  #menu-wrap .boxInside li span.benchMark {
    padding: 12px 0;
  }
  #menu-wrap .boxInside li span.deskTop, #menuListBox .boxInside li span.videoCard {
    padding: 5px 0;
  }
  #menu-wrap .boxInside li:hover {
    background-color:#507808;
  }
  .fadein {
    opacity : 1;
    transform : translate(0, 0);
  }
  h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .catchText {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  /*--------------------------
   レスポンシブ対応性能
  ----------------------------*/
  #performanceBox {
    background-size:100%;
  }
  #performanceBox table {
    width: 100%;
    margin: 10px auto;
    white-space: pre-line;
  }
  #performanceBox table tr {
    font-size: 10px;
  }
  #performanceBox table th {
    padding: 2px;
  }
  #performanceBox table td {
    padding: 0;
  }
  #performanceBox table .greenStrong {
    font-size: 12px;
  }
  #performanceBox table .whiteStrong {
    font-size: 12px;
  }

  /*-------------------------------------
   レスポンシブ時性能性能横スクロール対応
  ---------------------------------------*/
  .SideScrollBar {
    overflow: auto;
  }
  .SideScrollBar::-webkit-scrollbar {
    width:3px;
    height:3px;
    background:#000;
  }
  .SideScrollBar::-webkit-scrollbar-thumb {
    background:#507808;
  }

  /*--------------------------
   レスポンシブ対応VRベンチマーク
  ----------------------------*/
  /*#vrBenchMarkBox {
    background-size:100%;
    margin: 0 -10%;
    padding:0 10%;
  }
  #vrBenchMarkBox .benchTitle {
    margin: 10px 0 0;
    font-size: 12px;
  }
  #vrBenchMarkBox .graphTable {
    padding:0px 0 0 20%;
  }
  #vrBenchMarkBox table {
    font-size: 11px;
  }
  #vrBenchMarkBox table td {
    padding: 5px 0;
  }
  #vrBenchMarkBox table td.name {
    width: 27%;
  }
  #vrBenchMarkBox table td p {
    height: 15px;
    display: block;
  }
  #vrBenchMarkBox table td.greenStrong p {
    background-color: #9bdb23;
    height: 15px;
  }
  #vrBenchMarkBox table td.greenStrong {
    font-size: 12px;
  }
  #vrBenchMarkBox .cautionText {
    font-size: 11px;
  }
  #vrBenchMarkBox .graphTable {
    background-size:20%;
  }*/

  /*-------------------------------------
   レスポンシブパソコン一覧
  ---------------------------------------*/
  #rtx2080ti,
  #rtx2080 {
    background: none;
  }
  .pcList .boxInside .detailText {
    font-size: 12px;
    width: 98%;
    margin: 20px auto;
  }
  .pcList .boxInside .photoBox {
    float: none;
    margin: 0;
    width: 98%;
  }
  .pcList .boxInside .photoBox img {
    width: 300px;
  }
  .pcList .boxInside .pcItemDetailBox {
    float: none;
    font-size: 12px;
    margin: 10px auto;
    width: 90%;
  }
  .pcList .boxInside .pcItemGoBtn {
    text-align:center;
  }
  .pcList .boxInside .pcItemGoBtn a {
    padding: 14px 0;
  }
  .pcList .boxInside .pcItemGoBtn img {
    width:100%;
  }
  .pcList .boxInside .pcName {
    font-size: 20px;
  }
  .pcList .boxInside .pcList li {
    background-position: 120% 10px;
    background-size: 58% auto;
    margin: 0 0 15px;
    width: 99%;
  }
  .otherLink {
    margin-top: 50px;
  }
  .otherLink a {
    border: 1px solid #76b900;
    font-size: 1.1rem;
    padding: 10px 0;
    width: 100%;
  }

  /*---------------------------
　 COMMING SOON
  ---------------------------*/
  .PricePre {
    padding: 130px 0 130px 0;
  }

  /*--------------------------
   レスポンシブ対応ビデオカード
  ----------------------------*/
  #videoCardBox {
    background-size:100%;
  }
  #videoCardBox .boxInside .photoBox {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #videoCardBox .boxInside .photoBox img {
    width: 76%;
  }
  #videoCardBox .boxInside .videoDetailBox {
    float: none;
    font-size: 12px;
    line-height: 1.2;
    margin: 10px auto 30px;
    width: 90%;
  }
  #videoCardBox ul {
    justify-content: space-between;
  }
  #videoCardBox li {
    margin-right: 0;
    width: 46%;
	}
  .rtxType {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .column3 .rtxType {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .column3 .mkrname,
  .column3 .itemname {
    font-size: 1rem;
  }
  #videoCardBox .column3 .price {
    font-size: 1.6rem;
  }
  .btn-green a {
    padding: 14px 0;
  }

  /*--------------------------
   レスポンシブ対応レビュー
  ----------------------------*/
  #reviewBox .btnReview {
    margin: 10px 0;
  }
  #reviewBox .btnReview img {
    width:100%;
  }
  #reviewBox .detailText {
    font-size: 11px;
    text-align: left;
  }

  /*--------------------------
   レスポンシブ対応特長
  ----------------------------*/
  .turing, .raytracing {
    background: none;
    height: auto;
    padding-top: 0;
  }
  .turing img, .raytracing img {
    display: block;
    margin: 0 auto;
  }
  .turing .textBox {
    position: static;
    width: 100%;
  }
  .turing .mainText {
    font-size: 1.4rem;
  }
  .raytracing .textBox {
    position: static;
    transform: none;
    width: 100%;
  }
  .raytracing .mainText {
    font-size: 1.3rem;
    text-align: left;
  }
  .featuresCtn {
    display: block;
  }
  .featuresCtn div {
    margin-bottom: 40px;
    width: 100%;
  }
  .mainHead {
    font-size: 1.3rem;
  }
  .subHead {
    padding: 10px 0;
  }

  /*--------------------------
   レスポンシブ対応その他セール
  ----------------------------*/
  .otherCamp h4 {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: normal;
  }
  .otherCamp #camp_banner {
    width: 98%;
    margin: 0 auto 30px;
  }

  /*---------------------------
  PCビュー専用
  ---------------------------*/
  .pcCtn {
    display: none;
  }
  .spCtn {
    display: block;
  }

}
/*---------------------------
  追従メニュー
---------------------------*/
.nav_bg {
	width:100%;
    background: rgba(70,70,70,0.95);
	overflow: hidden;
	margin: 0 -500%;
    padding: 0 500%;
	height: 70px;
}

.chase_nav {
	width: 700px;
	margin-left: 200px;
}
.elFollow_bg{
	position:fixed;
    top: 0;
    z-index:99999;
    transition:all 0.3s 0.2s ease-in;
	width: 100%;
	background: rgba(70,70,70,0.95);
	height: 70px;
}

.elFollow{
    position:fixed;
    top: 0;
    z-index:10;
    transition:all 0.3s 0.2s ease-in;
}
.h30 {
	padding-top: 30px;
	margin-top: -30px;
}
.h60 {
	padding-top: 60px;
	margin-top: -60px;
}
.h120 {
	padding-top: 120px;
	margin-top: -120px;
}
@media screen and (max-width:479px) {
	.nav_bg {
	width:100%;
    background: rgba(70,70,70,0.95);
	overflow: hidden;
	padding: 20px 500% 0;
	height: 55px;
}

	.chase_nav {
		width: 100%;
		margin: -20px 0;
		padding: 10px 0 15px;
	}
	.elFollow_bg{
	display: none;
}
	.elFollow{
		/*top: 10px;
		position:static;*/
		display: none;
	}
}
