@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

予算15万円のRTX 2060 SUPER搭載ゲーミングPC

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定
　・ナビブロック
　・タイトルブロック
　・ブロック共通
　
　2020.09.15作成
---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
	width:100%;
}
.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#container main {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb {
  margin: 4px auto;
}
.pagetop {
  margin: 0 auto;
  width: 970px;
}
#container main h2 {
  border-bottom: 1px solid;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
}
#container main h3 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}
#container main h4 {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #container main {
    margin-top: 0 !important;
  }
  #container main h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #container main h3 {
    font-size: 1.1rem;
  }
  #container main h4 {
    font-size: .9rem;
    margin-bottom: 8px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*-------------------------------------
　ナビブロック
---------------------------------------*/
#container nav {
  border-top: 4px solid #76b900;
  background-color: #888;
}
#container nav a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#container nav a:hover {
  background-color: #565656;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
.inside ul li {
  width: 33%;
}
.inside .noLink {
  background: url("/5info/img/10thgen_intel_cpu/ico_coming_soon.png") no-repeat;
  background-position: 50%;
  background-size: 100%;
  cursor: inherit;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #container nav a {
    font-size: 1rem;
  }
  .menuBox {
    position: sticky;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    width: 50%;
  }
  .inside ul li:nth-child(even){
    border-right: 0;
  }
}

/*-------------------------------------
　タイトルブロック
---------------------------------------*/
#titleBox {
  background: url(/5info/img/pickup_rtx2060super_pc/img_feature_performance_title.png) center center / cover no-repeat scroll;
}
.layer {
  box-sizing: border-box;
  height: 630px;
  margin: 0 auto;
  padding: 50px 0 30px;
  position: relative;
  width: 1050px;
}
.titleText {
  margin: 0;
}
.icon {
  position: absolute;
  bottom: 10px;
  left: 160px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .layer {
    height: auto;
    padding: 25px 0 25px;
    text-align: center;
    width: 90%;
  }
  .layer img {
    height: auto;
    width: 100%;
  }
  .icon {
    position: static;
  }
  .icon img {
    height: auto;
    width: 85%;
  }
}


/*-------------------------------------
　税込み(.taxIncluded)
---------------------------------------*/
.taxIncluded {
  padding: 0 0 100px;
}
.taxIncludedInner {
  background: #2E2E2E;
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 26px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.taxIncludedInner::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 40px 0 40px;
  border-color: #2E2E2E transparent transparent transparent;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .taxIncluded {
    padding: 0 0 40%;
  }
  .taxIncludedInner {
    font-size: 1.4rem;
  }
}


/*-------------------------------------
　各ブロック共通
---------------------------------------*/
#desktop, #note, #about {
	padding: 70px 0;
}
.inner {
  margin: 0 auto;
  width: 970px;
}
.other_link a {
  border: 2px solid #0071c5;
  color: #0071c5;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 2px;
  margin: 10px auto 50px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 70%;
}
.other_link a:hover {
  background-color: #0071c5;
  border: 2px solid #0071c5;
  color: #fff;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #desktop, #note, #about {
    padding: 30px 0;
  }
  .inner {
    margin: 0 auto;
    width: 94%;
  }
  .other_link a {
    font-size: 1rem;
    width: 80%;
  }
}


/*-------------------------------------
　搭載パソコン(#desktop,#note)
---------------------------------------*/
#rec_pc {
  background: #f5f5f5;
}
.rec_pcWrap {
  border: 5px solid #fff;
  margin-bottom: 50px;
  position: relative;
  padding: 30px 30px;
}
.rec_pc_box {
	display: flex;
	justify-content: space-around;
}
.rec_pc_left {
	width: 57%;
}
.rec_pc_right {
  margin-top: 48px;
  width: 43%;
}
.rec_pc_img {
	max-width: 100%;
}
.rec_pc_name {
	font-size: 28px;
	font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.rec_pc_spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}
.rec_pc_spec span {
	font-size: 16px;
	margin-bottom: 6px;
  width: 48%;
}
.rec_pc_spec span::before {
	content:'・ ';
}
.rec_pc_price {
	/*color: #DF001E;*/
  font-size: 30px;
	font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.taxTxt, .yenTxt {
  font-size: 20px;
}
.icoPostage {
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  padding: 2px 10px 4px;
  vertical-align: middle;
}
.postageNotes {
  font-size: 12px;
  font-weight: 400;
}
.rec_pc_box a span {
  color: #333;
}
.rec_pc_box .link_btn a {
  background: #76b900;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 8px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.rec_pc_box .link_btn a:hover {
	background: #507d00;
}
.rec_pcBenchmark {
  background-color: rgba(46,46,46,0.7);
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 18px 14px;
}
.benchText {
  align-items: baseline;
  display: flex;
}
.benchTitle {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}
.benchScore span {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}
.benchNotes {
  font-size: 12px;
}
.gradeUpModel {
  color: #cfa600;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}

/*ワンランク上*/
.rec_pcWrap.gold {
  border: 5px solid #cfa600;
}
.gold .rec_pc_box .link_btn a {
  background: #cfa600;
}
.gold .rec_pc_box .link_btn a:hover {
  background: #ab8a07;
}
@media screen and (max-width:479px){
  .rec_pcWrap {
    padding: 10px;
  }
  .rec_pc_box {
    /*display: block;*/
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10px;
  }
  .rec_pc_left {
    order: 3;
    width: 100%;
  }
  .rec_pc_right {
    margin-bottom: 10px;
    margin-top: 10px;
    order: 2;
    width: 100%;
  }
  .rec_pc_right p {
    margin-bottom: 10px;
  }
  .rec_pc_img {
    width: 80%;
  }
  .rec_pcBenchmark {
    background-color: rgba(46,46,46,1);
    margin-bottom: 20px;
    order: 1;
    position: static;
    width: 100%;
  }
  .benchText {
    justify-content: center;
  }
  .rec_pc_name {
    font-size: 1.4rem;
  }
  .rec_pc_spec span {
    font-size: 4vw;
    margin-bottom: 2px;
  }
  .rec_pc_price {
    font-size: 5.4vw;
    margin-bottom: 24px;
    line-height: 2;
  }
  .rec_pc_box .link_btn a {
    width: 100%;
  }
  .gradeUpModel {
    font-size: 1.4rem;
  }
}


/*-------------------------------------
　グラフィックカード説明(#about)
---------------------------------------*/
#about {
  background-color: #000;
  color: #fff;
}
.performance {
  margin-bottom: 40px;
}
.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;
}
.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;
}
.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;
}

@media screen and (max-width:479px){
  .performance img {
    height: auto;
    width: 100%;
  }
  .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 0;
  }
}