@charset "utf-8";
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#maincontent {
  overflow: hidden;
}
#maincontent h1,
#maincontent h2,
#maincontent h3,
#maincontent h4,
#maincontent h5,
#maincontent h6 {
  font-weight: 700;
}
#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
  padding-top: 1px;
}
.mainContents {
  letter-spacing: 1.4px;
}
.tw-pc-hide {
  display: none;
}
@media screen and (max-width: 1100px) {
  .catch-br-hide {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .tw-pc-hide {
    display: block;
  }
  .tw-sp-hide {
    display: none;
  }
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.breadCrumb {
  margin: 10px auto 0 !important;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}
@media screen and (max-width: 479px) {
  /*.breadCrumb {
    display: none;
  }*/
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
.contents {
  padding: 90px 0;
}
.contents img {
  max-width: 100%;
}
.contents .cont_inr {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: clamp(16px, 0.818rem + 0.61vw, 20px);
}
.contents .txt_red {
  color: #f00;
}
@media screen and (max-width: 767px) {
  .contents .cont_inr {
    /*width: min(100%, 650px);*/
  }
}
@media screen and (max-width: 479px) {
  .contents {
    padding: 60px 0;
  }
  .contents .cont_inr {
    font-size: 3.6vw;
  }
}
/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.contents--mv {
  width: min(100%, 1600px);
  margin: 15px auto 0;
  padding: 0;
}
.contents--mv h1 {
  font-size: clamp(20px, 0.341rem + 3.03vw, 40px);
  color: #fff;
  font-weight: bold;
  background: radial-gradient(circle at 50% 400%, #1C80Ca 40%, #002b63 100%) no-repeat;
  padding: 12px 2.4vw 8px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .contents--mv h1 {
    font-size: 4.8vw;
  }
}
/*-------------------------------------
　OUTLINE
---------------------------------------*/
.contents--outline h2 {
  font-size: clamp(18px, 0.67rem + 1.52vw, 28px);
  color: #004da1;
  font-weight: bold;
  border-bottom: 1px solid #004da1;
  padding: 0 10px;
}
.contents--outline p {
  margin-top: 30px;
}
.contents--outline ul {
  margin-top: 30px;
}
.contents--outline ul li {
  font-size: clamp(14px, 0.784rem + 0.3vw, 16px);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 479px) {
  .contents--outline h2 {
    font-size: 4vw;
    ;
  }
  .contents--outline ul li {
    font-size: 3.2vw;
  }
}
/*-------------------------------------
　LINE UP
---------------------------------------*/
.contents--lineup h3 {
  font-size: clamp(18px, 0.489rem + 2.12vw, 32px);
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.contents--lineup .lineup_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.contents--lineup .model_box {
  width: calc((100% - 30px - 30px)/3);
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
}
.contents--lineup .model_box .model_category{
  margin: -20px -30px 20px -30px;
  padding: 10px 30px;
  text-align: center;
}
.contents--lineup .model_box .model_category_gaming,.c-button--overwrite-gaming{
  background: #011e60;
  color: #fff;
}
.contents--lineup .model_box .model_category_gaming::before{
  content: "ゲーミングPC";
}
.contents--lineup .model_box .model_category_creator,.c-button--overwrite-creator{
  background: #004da1;
  color: #fff;
}
.contents--lineup .model_box .model_category_creator::before{
  content: "クリエイターPC";
}
.contents--lineup .model_box .model_category_general,.c-button--overwrite-general-desk,.c-button--overwrite-general-note{
  background: #00a2e6;
  color: #fff;
}
.contents--lineup .model_box .model_category_general::before{
  content: "一般向けPC";
}
.contents--lineup .model_box .model_catch {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background: #e5f6fc;
  border-radius: 0.5em;
  font-size: clamp(16px, 0.909rem + 0.3vw, 18px);
}
.contents--lineup .model_box .model_catch::after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #e5f6fc;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform:translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contents--lineup .model_box .model_name {
  font-size: clamp(18px, 1.034rem + 0.3vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
}
.contents--lineup .model_box .model_img {
  text-align: center;
}
.contents--lineup .model_box .model_img img {
  max-width: 80%;
  transition: all .2s ease-in-out;
}
.contents--lineup .model_box .model_img a:hover img {
  transform: scale(1.1, 1.1);
}
.contents--lineup .model_box .model_spec {
  font-size: clamp(12px, 0.659rem + 0.3vw, 14px);
  margin-block: 20px;
}
.contents--lineup .model_box .model_price {
  font-size: clamp(18px, 0.67rem + 1.52vw, 28px);
  font-weight: bold;
  color: #f00;
  margin-bottom: 10px;
}
.contents--lineup .model_box .model_price .model_yen {
  font-size: 60%;
}
.contents--lineup .model_box .model_link a {
  width: 100%;
  text-decoration: none !important;
  color: #fff !important;
  font-size: clamp(14px, 0.784rem + 0.3vw, 16px);
}
.contents--lineup .lineup_other_link{
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap:1em;
}
.contents--lineup .lineup_other_link a{
  width: calc((100% - 1em) / 2);
}
@media screen and (max-width: 767px) {
  .contents--lineup .lineup_flex {
    flex-direction: column;
    gap: 30px;
    width: min(100%, 400px);
    margin: 0 auto;
  }
  .contents--lineup .model_box {
    width: 100%;
  }
  .contents--lineup .lineup_other_link{
      margin-top: 60px;
    }
    .contents--lineup .lineup_other_link a{
      width: 100%;
    }
}
@media screen and (max-width: 479px) {
  .contents--lineup h3 {
    font-size: 5vw;
  }
  .contents--lineup .model_box .model_catch {
    font-size: 4vw;
  }
  .contents--lineup .model_box .model_name {
    font-size: 4.8vw;
  }
  .contents--lineup .model_box .model_spec {
    font-size: 3.2vw;
  }
  .contents--lineup .model_box .model_price {
    font-size: 7vw;
  }
  .contents--lineup .model_box .model_link a {
    font-size: 3.6vw;
  }
}
/*-------------------------------------
　カテゴリー別
---------------------------------------*/
.bg_cont_gaming {
  background-color: #001e60;
  background-image: url(img/cts_intel_partner_2023/bg_cont_gaming.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg_cont_create {
  background-color: #fff;
  background-image: url(img/cts_intel_partner_2023/bg_cont_create.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg_cont_tw {
  background-color: #f6f6f6;
}
.bg_cont_gaming h3 {
  color: #fff;
}
.bg_cont_create h3 {
  color: #00a2e6;
}
.bg_cont_tw h3 {
  color: #605b5a;
}
.bg_cont_award{
  background: url(img/cts_intel_partner_2024/bg-award.webp) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .bg_cont_gaming {
    background-image: none;
  }
  .bg_cont_create {
    background-image: none;
  }
  .bg_cont_award{
    background:none;
    position: relative;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  }
  .bg_cont_award::before{
    content: "";
    width: 100vw;
    height: 100vh;
    background: url(img/cts_intel_partner_2024/bg-award.webp) no-repeat 50% 50%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
/*---------------------------
　キャンペーン・特集
---------------------------*/
.contents--camp h3 {
  font-size: clamp(18px, 0.489rem + 2.12vw, 32px);
  text-align: center;
  margin-bottom: 30px;
}
.contents--camp .camp_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
}
.contents--camp .camp_flex a {
  width: min(48%, 300px);
}
.contents--camp .camp_flex a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .contents--camp h3 {
    font-size: 5.6vw;
  }
}
/*---------------------------
　トップへ
---------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#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;
}
@media screen and (max-width: 479px) {
  #pagetop {
    bottom: 20px;
    right: 10px;
  }
}