@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

第13世代 インテル&reg; Core&trade;プロセッサー

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定
　・ナビブロック※未使用
　・タイトルブロック
　・ブロック共通
　・紹介ブロック(#intro)
　・シリーズ一覧ブロック(#series)
　・搭載モデルブロック(#rec_pc, #cpu, #motherboard)
　・汎用ブロック(#others)
　
　2022.09.22作成
　2022.10.20更新
　2022.12.08更新
---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
	width: 100%;
}
.column2R #main {
	float: none;
	width: auto;
}
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 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}
main h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  margin-bottom: 20px;
  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;
}
.head2 {
  background: #073375;
  background: -webkit-linear-gradient(-45deg,  #073375 0%,#035cb5 100%);
  background: linear-gradient(135deg,  #073375 0%,#035cb5 100%);
  color: #fff;
}
.sp {
  display: none;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  main h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
  }
  main h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
  }
  main h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sp {
    display: block;
  }
}

/*-------------------------------------
　ナビブロック※未使用
---------------------------------------*/
/*nav {
  background: #888;
}
nav a {
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
}
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(../5info/img/12th_gen_intel_cpu/ico_coming_soon.webp) no-repeat;
  background-position: 50%;
  background-size: 100%;
  cursor: inherit;
  pointer-events: none;
}

/* ウィンドウ幅が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;
  }
}

/*-------------------------------------
　タイトルブロック
---------------------------------------*/
#titleBox {
  background: url(../5info/img/13th_gen_intel_cpu/bg_title.webp) center center / cover no-repeat scroll;
}
.title_inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 0 30px 30px;
  width: 970px;
}
.title_wrap {
  position: relative;
  /*width: 60%;*/
}
.title_logo {
  margin-bottom: 50px;
}
.title_text_top {
  color: #fff;
  font-size: 31px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px #000000;
}
.title_text_bottom {
  display: flex;
  align-items: center;
}
.title_text-cpu {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  margin-right: 60px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #titleBox {
    background: url(../5info/img/13th_gen_intel_cpu/bg_title.webp) right 50% center / cover no-repeat scroll;
  }
  .title_inner {
    display: block;
    padding: 40px 20px;
    width: 100%;
  }
  .title_wrap img {
    height: auto;
    width: 100%;
  }
  .title_logo {
    margin-bottom: 20px;
  }
  .title_text_top {
    font-size: 22px;
    text-align: left;
  }
  .title_text-cpu {
    font-size: 22px;
    margin-bottom: 14px;
    text-align: left;
  }
  .title_text_bottom {
    display: block;
  }
  .title_text_bottom img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 80%;
  }
}

/*-------------------------------------
　各ブロック共通
---------------------------------------*/
#intro, #series, #benchmark, #rec_pc, #cpu, #motherboard, #others {
	padding: 70px 0;
}
.inner {
  margin: 0 auto;
  width: 970px;
}
div .inner:not(:last-child) {
  margin-bottom: 70px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #intro, #series, #benchmark, #rec_pc, #cpu, #motherboard, #others {
    padding: 60px 0;
  }
  .inner {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
}

/*-------------------------------------
　紹介ブロック(#intro)
---------------------------------------*/
#intro {
  background: url(../5info/img/12th_gen_intel_cpu/bg_intro.webp) 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 h3 {
  color: #fff;
}
.table_wrap {
  overflow: auto;
}
.specTable {
	font-size: 16px;
  table-layout: fixed;
	width: 100%;
}
.specTable th, .specTable td {
	border-top: 2px solid #0071c5;
  border-right: 2px solid #0071c5;
  border-bottom: 2px solid #0071c5;
  border-left:none;
  box-sizing: border-box;
  color: #fff;
  padding: 8px 13px;
}
.specTable th {
	background-color:#262F39;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 180px;
}
.specTable td {
	background-color:#013c73;
  text-align: center;
  width: 200px;
}
.specTable td img {
  width: 170px;
}
.specTable td a {
  color: #ffffff !important;
}
.specTable td a:hover img {
  opacity: 0.8;
}
.specTable .item_detail td {
  background-color: #f90;
	padding: 0;
}
.specTable .item_detail td:hover {
  background-color: #EB421D;
}
.specTable .item_detail td a {
	text-decoration: none;
    display: block;
	padding: 8px 0;
}
.specTable .item_detail td.no_detail_link {
	background-color:#013c73;
}
.other_item {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  font-style: italic;
}
.other_item p {
  margin-bottom: 30px;
}
.other_item:hover {
  text-decoration: underline;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 479px){
  .specTable {
    width: 100%;
    font-size: 14px;
  }
  .specTable td {
    width: 170px;
  }
  .specTable td img {
    width: 100px;
  }
  .specTable th, .specTable td {
    border-top: 1px solid #0071c5;
    border-right: 1px solid #0071c5;
    border-bottom:  1px solid #0071c5;
    padding: 8px 13px;
  }
  .specTable th {
    width: 140px;
  }
  .icon_sweep.fade_on {
    display: block;
    position: absolute;
    max-width: 120px;
    top: 310px;
    right: 0;
    animation-name: icon_sweep_anime;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 6;
    animation-direction: alternate;
    opacity: 0;
  }
}
/*.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;
}*/


/*-------------------------------------
　製品ブロック(#rec_pc)
---------------------------------------*/
#rec_pc {
  background: #f5f5f5;
}

/*-------------------------------------
　製品ブロック(#rec_pc, #cpu, #motherboard)
---------------------------------------*/
.model_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.model_box {
  background-color: #fff;
  border: 1px solid #ececec;
	box-sizing: border-box;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
	display: inline-block;
	margin: 0 34px 34px 0;
  position: relative;
	width: 300px;
}
.model_box::before {
  z-index: 1;
  position: absolute;
  right: 7px;
  bottom: 6px;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
  transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}
.model_box::before {
  right: 7px;
  bottom: 6px;
  width: 8px;
  height: 8px;
}
.model_box::after {
  z-index: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  content: "";
}
.model_box::after {
  width: 20px;
  height: 20px;
}
.model_box a,
.model_box_long a {
	color: #333 !important;
	display: block;
  padding: 26px 20px;
	text-decoration: none;
}
.model_box:nth-child(3n) {
	margin-right: 0;
}
.model_box img {
	width: 100%;
	height: auto;
}
.model_box .model_name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.model_box_long a .model_price span,
.model_box a .model_price span {
	color: #DF001E;
	font-weight: bold;
}
.model_box .cpu_img {
	display: block;
	height: auto;
	margin: 0 auto 25px;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.model_box > a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.model_name {
	font-size: 16px;
	font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.model_name span,
.model_spec span {
  color: #484848 !important;
}
.model_spec {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.model_spec span:not(:last-child)::after {
  content:"/";
  margin-right: 2px;
  padding-left: 4px;
} 
.model_price {
	font-size: 20.5px;
	font-weight: bold;
  letter-spacing: 0.82px;
  line-height: 1.17;
}
.model_price span {
  color: #e43344;
}
.model_price span.tax {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.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%;
}
.other_model {
  text-align: center;
  color: #0071c5;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  font-style: italic;
}
.other_model p {
  margin-bottom: 30px;
}
.other_model:hover {
  text-decoration: underline;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .model_wrap {
    display: block;
    width: 100%;
  }
  .model_box {
    margin: 0 auto 20px;
    width: 100%;
  }
  .model_name {
    font-size: 14px;
    line-height: 1.4;
  }
  .model_spec span {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.66px;
  }
  .model_price {
    font-size: 16px;
  }
}

/*-------------------------------------
　その他のおすすめキャンペーン・特集
---------------------------------------*/
.bnr_area {
  margin-bottom: 40px;
  margin-top: 40px;
}
.bnr_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 660px;
}
.bnr_area img {
  max-width: 300px !important;
}
.bnr_area a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*-------------------------------------
　コンテンツ下部リンク幅調整
---------------------------------------*/
.pagetop {
	width: 970px;
	margin: 0 auto;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .pagetop {
    width: auto;
  }
}