@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

第11世代 インテル&reg; Core&trade;プロセッサー

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定
　・ナビブロック
　・タイトルブロック
　・ブロック共通
　・紹介ブロック(#intro)
　・シリーズ一覧ブロック(#series)
　・ベンチマークブロック(#benchmark)※未実装
　・パーツブロック(#cpu, #motherboard)
　・コラムブロック(#column)※未実装
　
　2021.03.30作成
---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#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%;
}
main {
  background-color: #fff;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb, .pagetop {
  margin: 0 auto;
  width: 970px;
}
main h2 {
  border-bottom: 1px solid;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
}
main h3 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}
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;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  main h2 {
font-size: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 0.07em;
  }
  main h3 {
    font-size: 1.1rem;
  }
  main h4 {
    font-size: .9rem;
    margin-bottom: 8px;
  }
  .sp {
    display: block;
  }
}

/*-------------------------------------
　ナビブロック
---------------------------------------*/
#main nav {
background: #7d7d7d;
}
#main nav a {
color: #fff;
    display: block;
    font-size: 17px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}
#main nav a:hover {
background: #7B7B7B;
}
.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: 16%;
  height: 60px;
}
.inside .noLink {
  background: url("https://dev02-ap01-thirdwave.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwe4249ac1/5info/img/11thgen_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){
  .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;
  }
}

/*-------------------------------------
　タイトルブロック
---------------------------------------*/
.subtit{
position: absolute;
    top: 120px;
    left: 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 104%;
    letter-spacing: 2px;
    text-shadow: 1px 2px 3px #000000;
}
.subtit span{
display: block;
    font-size: 30px;
    letter-spacing: 0;
}
#titleBox {
  background: url(https://dev02-ap01-thirdwave.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwe4249ac1/5info/img/11thgen_intel_cpu/bg_title.jpg) center center / cover no-repeat scroll;
}
.layer {
  display: flex;
  margin: 0 auto;
  padding: 30px 0 30px;
  justify-content: space-between;
  width: 970px;
}
.leftBox {
  color: #fff;
  font-size: 18px;
  width: 45%;
  position: relative;
}
.titleText {
  margin: 0 0 80px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .layer {
    display: block;
    padding: 25px 0 25px;
    width: 100%;
  }
  .leftBox, .imgBox {
    margin: 0 auto;
    text-align: center;
    width: 94%;
  }
  .leftBox img {
    height: auto;
    width: 100%;
  }
  .titleText {
  margin: 0 0 40px;
  }
  .icon {
    margin-left: 0;
  }
  .icon img {
    height: auto;
    width: 70%;
    padding-top: 50px;
  }
  .subtit {
    text-align: left;
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    line-height: 104%;
    letter-spacing: 2px;
    text-shadow: 1px 2px 3px #000000;
}
.subtit span {
    display: block;
    font-size: 0.8em;
    letter-spacing: 0;
}
}

/*-------------------------------------
　各ブロック共通
---------------------------------------*/
#intro, #series, #benchmark, #rec_pc, #cpu, #motherboard, #column, #otherCamp {
	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){
  #intro, #series, #benchmark, #rec_pc, #cpu, #motherboard, #column, #otherCamp {
    padding: 30px 0;
  }
  .inner {
    margin: 0 auto;
    width: 94%;
  }
  .other_link a {
    font-size: 1rem;
    width: 80%;
  }
}

/*-------------------------------------
　紹介ブロック(#intro)
---------------------------------------*/
#intro {
  background: url(https://dev02-ap01-thirdwave.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwe4249ac1/5info/img/11thgen_intel_cpu/bg_intro.jpg) center center / cover no-repeat scroll;
  color: #fff;
}
.textBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#intro p.text {
	font-size: 1.2rem;
  line-height: 1.6;
  width: 46%;
}
#intro p.text span {
	font-size: .8rem;
  display: block;
  margin-top: 20px;
}
#intro p.cpuPkg {
	width: 50%;
}
.shadow {
  text-shadow: 0 0 5px #333;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .textBox {
    display: block;
  }
  #intro p.text {
font-size: 0.9em;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  #intro p.cpuPkg {
    width: 100%;
  }
}

/*-------------------------------------
　シリーズ一覧ブロック(#series)
---------------------------------------*/
#series {
  background-color: #0071c5;
}
#series h2 {
  color: #fff;
}
.specTable {
	font-size: 16px;
	width: 100%;
}
.specTable th,
.specTable td {
	border: 2px solid #0071c5;
  color: #fff;
	padding: 8px 13px;
}
.specTable th {
	background-color:#262F39;
  width: 20%;
}
.specTable td {
	background-color:#013c73;
  text-align: center;
}
.accbox label {
  display: block;
  margin: 5px auto;
  padding: 10px 0;
  color: #333;
  background: #febf01;
  background: linear-gradient(to bottom,  #febf01 0%,#febf01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01',GradientType=0 );
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  opacity: 0;
  transition: 0.8s;
  pointer-events:none;
}
.cssacc:checked + .accshow {
  height: auto;
  opacity: 1;
  pointer-events:all;
}
.accbox .accshow h2 {
  align-items: center;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.haedIcon img {
  margin-right: 16px;
  height: auto;
  width: 70px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .specTable {
    margin-bottom: 30px;
    width: 100%;
    font-size: 90%;
  }
  .specTable th,
  .specTable td {
    border:2px solid #FFF;
    padding:3px 5px;
    line-height: 1.3;
    word-break: break-all;
  }
  .accbox label {
    font-size: 1rem;
  }
}

/*-------------------------------------
　ベンチマークブロック(#benchmark)
---------------------------------------*/
#benchmark {
  background: #fff;
}
.graphTable {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #333;
	width: 100%;
}
.graphTable td.graph {
	padding-bottom:13px;
}
.graphTable td.model {
  border-right: 1px solid #ccc;
  text-align: center;
  width: 16%;
}
.graphTable th,
.graphTable td {
	padding: 10px 12px 10px 0;
}
.graphTable tr:nth-child(odd) td {
	background: #F5F5F5;
}
/*.graphTable .bgGrey {
	background-color: #F5F5F5;
}*/
.graphLength {
	background: #3ff2bb none repeat scroll 0 0;
  padding: 6px 0 10px 0;
}
.graphLength .graphFigure {
	font-weight: bold;
	margin-left: 1em;
}
.fontDeco01 {
	font-size: 22px;
}
.model_sp {
  display: none;
}
.gray {
  color: #666;
}
.small {
  font-size: 0.8em;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .graphTable td.model {
    font-size: .9rem;
    line-height: 1.2;
    padding: 6px;
    text-align: left;
    width: 25%;
  }
  .graphTable td.graph {
    padding: 8px 8px 8px 0;
  }
  .graphLength .graphFigure {
    margin-left: 8px;
  }
  .model_sp {
    font-size: 1rem;
  }
  .graphLength {
    padding: 6px 0 6px 0;
  }
  .graphFigure {
    color: #555;
  }
}

/*-------------------------------------
　搭載パソコンブロック(#rec_pc)
---------------------------------------*/
#rec_pc {
  background: #f5f5f5;
}
.rec_pc_box {
	display: flex;
	justify-content: space-around;
}
.rec_pc_left {
	width: 40%;
}
.rec_pc_right {
	width: 46%;
	margin-top: 30px;
}
.rec_pc_right p {
	margin-bottom: 16px;
}
.rec_pc_img {
	max-width: 100%;
}
.rec_pc_name {
	font-size: 28px;
	font-weight: bold;
}
.rec_pc_spec span {
	font-size: 20px;
	display: block;
	margin-bottom: 4px;
}
.rec_pc_price {
	font-size: 30px;
	font-weight: bold;
	color: #DF001E;
}
.rec_pc_box a span {
	color: #333;
}
.rec_pc_box .link_btn {
	font-size: 20px;
	color: #fff;
	background: #0071c5;
	width: 260px;
	text-align: center;
	padding: 8px 0 10px;
}
.rec_pc_box .link_btn:hover {
	background: #349eed;
}

@media screen and (max-width:479px){
  .rec_pc_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  .rec_pc_left {
    width: 64%;
  }
  .rec_pc_right {
    width: 100%;
    margin-top: 20px;
  }
  .rec_pc_right p {
    margin-bottom: 10px;
  }
  .rec_pc_name {
    font-size: 6vw;
  }
  .rec_pc_spec span {
    font-size: 4vw;
    margin-bottom: 2px;
  }
  .rec_pc_price {
    font-size: 5.4vw;
  }
  .rec_pc_box .link_btn {
    font-size: 4vw;
    width: 72%;
    margin: 0 auto;
  }
}

/*-------------------------------------
　パーツブロック(#cpu, #motherboard)
---------------------------------------*/
.modelWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.model_box_long {
	box-sizing: border-box;
	margin: 0 0 24px;
	width: 970px;
}
.long_inner {
  display: flex;
  margin: 0 auto;
  width: 80%;
}
.long_inner .left {
  margin-right: 16px;
  width: 35%;
}
.long_inner .right {
  width: 65%;
}
.long_inner .model_name {
	border-bottom: 1px solid #004DA1;
	color: #004DA1;
	font-size: 20px;
	margin-bottom: 6px !important;
  padding-bottom: 6px;
}
.long_inner .cpu_img {
  display: block;
  height: auto;
  margin: 10px auto 10px;
  width: 100%;
}
.long_inner .model_spec {
  margin-bottom: 6px;
}
.model_box {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 20px 24px 0;
	width: 310px;
}
.model_box a,
.model_box_long a {
  border: 1px solid #c0c0c0;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	color: #333;
	display: block;
  padding: 16px;
	text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.model_box a:hover,
.model_box_long a:hover {
	box-shadow: 0px 3px 8px rgba(0,113,197,1);
}
.model_box a span,
.model_box_long a span {
	color: #333;
}
.model_box:nth-child(3n) {
	margin-right: 0;
}
.model_box img {
	width: 100%;
	height: auto;
}
.model_box .model_name {
	border-bottom: 1px solid #004DA1;
	color: #004DA1;
	font-size: 20px;
	margin-bottom: 6px !important;
  padding-bottom: 6px;
}
.model_box_long a .model_price span,
.model_box a .model_price span {
	color: #DF001E;
	font-weight: bold;
}
.model_box_long .model_cashlessback,
.model_box .model_cashlessback {
  display: none;
  margin-bottom: 10px;
}
.model_box .cpu_img {
	display: block;
	height: auto;
	margin: 0 auto 10px;
  width: 70%;
}
.item_name {
  line-height: 1.2;
}
.movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 80px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .long_inner,
  .modelWrap {
    display: block;
    width: 100%;
  }
  .model_box_long,
  .model_box {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
  .long_inner .left {
    margin-right: 0;
    width: 100%;
  }
  .long_inner .right {
    width: 100%;
  }
  .long_inner .cpu_img {
    width: 70%;
  }
}

/*-------------------------------------
　コラムブロック(#column)※未実装
---------------------------------------*/
#column .inner div {
  margin-bottom: 60px;
}
.professor_num{
	background-color:#f8f8f8;
	border: 1px solid #ccc;
  box-sizing: border-box;
  color: #666;
  font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
	margin:auto auto 20px;
	text-align: center;
  width: 650px;
}
.color01{
	color:#89021A;
}
.color02{
	color:#03206E;
}
.color03{
	color:#036021;
}
.safix_box {
  display: flex;
  justify-content: space-between;
} 
table.safix {
  border: 1px solid #ccc;
  width: 48%;
}
th.listTitle{
	background:#00aeef;
	font-size:20px;
	height:50px;
	line-height:50px;
	padding-left:15px;
	color:#fff;
}
td.symbol {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  color: #03206E;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 50px;
  text-align: center;
  width: 10%;
}
td.text {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0.8rem;
  height: 55px;
  padding: 8px 10px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #column .inner div {
    margin-bottom: 40px;
  }
  .professor_num {
    width: 100%;
    padding: 10px 0;
    margin: auto auto 20px;
    font-size: 1rem;
  }
  .color01 {
    display: block;
  }
  .safix_box {
    display: block;
  }
  table.safix {
    margin: 0 0 20px;
    width: 100%;
  }
  td.symbol {
    width: 14%;
  }
}

/*-------------------------------------
　幅調整
---------------------------------------*/
.pagetop {
	width:970px;
	margin: 0 auto;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .pagetop {
    width: auto;
  }
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#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;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #pagetop {
    bottom: 15px;
    right: 10px;
  }
}

/*-------------------------------------
　全体設定
---------------------------------------*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  body {
    min-width: 320px!important;
    min-width:100% !important;
  }
  #headerBody {
    width:98% !important;
  }
	#headerBody .tagLine {
		display:none;
	}
	#headerBody .head_lead {
		position:static !important;
		text-align: center;
	}
	.head_lead {
		display:none;
	}
	#navBot{
		display:none;
	}
	#navMid .navMid_right,
	#navMid .navMid_center,
	#headBtn,
	#siteNav,
	.head_lead .mobileLink {
		display:none !important;
	}
	#navMid img {
		width:70%;
	}
	#headsearchBox {
		display:none;
	}
	#headsearchBox #inputBox {
		width:83%;
	}
	#headsearchBox #btnBox {
		width:15%;
	}
	#container, #wrapper {
		width:100% !important;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
	

/*-------------------------------------
　ページ設定
---------------------------------------*/
  #lp_page {
    margin-top: 10px;
    width: 100%;
  }
  img.sideImg {
    display:none;
  }
  #lp_page h2.title span {
    line-height:1.4em;
  }
  #lp_page p.cpuPkg img {
    float: none;
    max-width: 96%;
    margin-left: 0;
  }
  #lp_page .textBox {
    float: none;
    margin: 0 auto 20px;
    width: 97%;
  }
  #lp_page .cpuPkg {
    float: none;
    margin: 0 auto 20px;
    width: 97%;
  }
  #lp_page h2.title {
    font-size: 28px;
    line-height: 1.4em;
  }
  #lp_page h3.title {
    font-size: 120%;
    line-height: 1.4em;
  }
  .graphTable {
    float:none;
    width:100%;
    margin-bottom: 0;
  }
  .priceTxt {
    font-size: 16px;
    font-weight: bold;
  }
  #lp_page p.text {
    font-size: 100%;
  }
}
