@charset "utf-8";

/*------------------------------------------
共通
general-desk
------------------------------------------*/
:root{
  --gap-s: clamp(10px, 0.398rem + 1.14vw, 20px);
  --gap-m: clamp(20px, 0.795rem + 2.27vw, 40px);
  --gap-l: clamp(50px, 1.989rem + 5.68vw, 100px);
} 
.general-desk .contents-section{
  position:relative;
  width:100%;
  padding:var(--gap-m) 0;
  text-align:center;
}
.general-desk .bkg-dark{
  background:#484848;
  color:#fff;
}
.general-desk .bkg-mid-gray{
  background:#999;
  color:#fff;
}
.general-desk .bkg-gray{
  background:#f6f6f6;
}
.general-desk .bkg-mid-gray .c-button--primary-white,
.general-desk .bkg-dark .c-button--primary-white{
  color:#484848;
}
.general-desk .contents-section-inner{
  position:relative;
  width:calc(100% - 30px);
  max-width:1140px;
  margin:auto;
  text-align:left;
}
.general-desk .ttl-h2{
  font-weight:700;
  font-size:clamp(18px, 0.898rem + 1.14vw, 28px);
  line-height: 1.2;
  margin-bottom:var(--gap-s);
}
.general-desk .ttl-h3{
  font-weight:700;
  font-size:clamp(16px, 0.864rem + 0.68vw, 22px);
  line-height: 1.2;
  margin-bottom:var(--gap-s);
}
.general-desk .ttl-h4{
  font-weight:600;
  line-height: 1.2;
}
.general-desk strong{
  font-weight:700;
}
.general-desk p{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height: 1.6;
}
.general-desk .lead-txt{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
}
.general-desk .ttl-h2 + .lead-txt{
  margin-top:calc((var(--gap-s) / 2) * -1);
}
.general-desk img{
  width:100%;
  margin:auto;
  object-fit: contain;
}
.general-desk .c-button{
  width:100%;
}

/*------------------------------------------
キービジュアル
kv
------------------------------------------*/
.general-desk .kv{
  width:100%;
  padding:30px 0;
  background: #fff url(../images/bg-kv.webp) no-repeat top center / cover;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.general-desk .kv-wrap{
  width:100%;
  display:flex;
  flex-direction: column;
  gap:15px;
}
.general-desk .kv-logo{
  width: 36%;
  max-width: 275px;
}
.general-desk h1{
  font-weight:900;
  font-size:clamp(24px, 0.955rem + 2.73vw, 48px);
}
.general-desk .kv-txt{
  width:100%;
  display:flex;
  align-items: center;
  gap:20px;
}
.general-desk .kv-lead{
  font-weight:500;
  font-size:font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
  letter-spacing:0.05em;
}

@media screen and (max-width: 1080px) {
  .general-desk .kv{
    padding:20px 0;
    background: #fff url(../images/bg-kv-sp.webp) no-repeat top center / cover;
  }
  .general-desk .kv-txt{
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
  }
}

/*------------------------------------------
Pickupキーワード
contents-pickup-keyword
------------------------------------------*/
.contents-pickup-keyword {
  padding: 15px 0;
}
.pickup-keyword {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 200px;
  position: relative;
  gap: 1rem;
  font-size: 14px;
}
.pickup-keyword::before {
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
  content: "Pickupキーワード";
  background: #00a2e6;
  display: block;
  color: #fff;
  clip-path: polygon(calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 0;
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
}
.pickup-keyword a {
  white-space:nowrap;
}

@media screen and (max-width: 767px) {
  .pickup-keyword-wrap {
      width: 100%;
      overflow-x: scroll;
      padding-bottom: 5px;
  }
  .pickup-keyword {
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  .pickup-keyword::before {
    padding: 0.5rem 1em 0.5em 0.5em;
    position: relative;
    width: fit-content;
    white-space: nowrap;
  }
}

/*------------------------------------------
ケースから選ぶ
contents-select-case
------------------------------------------*/
.select-size-list{
  width:100%;
  display:grid;
  gap:var(--gap-s);
  grid-template-columns: repeat(5,1fr);
}
.select-size-list li a{
  position:relative;
  background:#fff;
  border-radius: 10px;
  width:100%;
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  gap:10px;
  padding:15px 10px 10px 10px;
  text-align:center;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.select-size-list li a:hover{
  cursor: pointer;
  outline: 1px solid rgba(0, 162, 230, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 162, 230, 0.1));
}

.select-size-list .select-size-img{
  width:100%;
}

.select-size-list .select-size-ttl{
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
  font-weight:700;
  line-height:1.25;
  color:#222;
}

.select-size-list .select-size-txt{
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
  font-weight:700;
  line-height:1.25;
}

.select-size-list .select-size-tag{
  display:flex;
  gap:5px;
  width:100%;
}
.select-size-list .tag-feature{
  flex:1;
  padding:0.5em;
  font-size:12px;
  text-align:center;
  border-radius: 3px;
  white-space: nowrap;
}
.select-size-list .tag-feature.--01{
  background:#484848;
  color:#fff;
}
.select-size-list .tag-feature.--02{
  background:#ccc;
  color:#222;
}

.link-txt{
  margin-top:20px;
  text-align:right;
}

@media screen and (max-width: 900px) {
  .select-size-list .tag-feature{
    padding:0.2em;
  }
}

@media screen and (max-width: 767px) {
  .select-size-list{
    grid-template-columns: repeat(1,1fr);
  }
  .select-size-list li a {
    position: relative;
    padding-left: 130px;
    padding-top: 15px;
    height: 100px;
    text-align: left;
    gap: 5px;
    justify-content: flex-start;
  }
  .select-size-list li.large a {
    height: 115px;
  }
  .select-size-list li a::after{
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #484848;
    content: '';
  }
  .select-size-list .select-size-img{
    position:absolute;
    top:calc(50% - 50px);
    left:10px;
    width:100px;
  }
  .select-size-list .select-size-tag{
    max-width:165px;
  }
}

/*------------------------------------------
スペックから選ぶ
contents-select-spec
------------------------------------------*/

.select-spec-list{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:var(--gap-s);
}

.select-spec-list h2{
  font-weight:700;
  font-size: clamp(14px, 0.739rem + 0.68vw, 20px);
}

.select-spec-list + .select-spec-list{
  margin-top: 20px;
}

.select-spec-list li{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}

.select-spec-list .c-button--primary-white {
  width:100%;
  color: #484848;
  border-radius:8px;
  border-color: #484848;
  font-weight:600;
  font-size: clamp(14px, 1.67vw, 20px);
}

.select-spec-list .c-button--primary-white::before {
  background-color: #eee;
  opacity: 1;
}

.select-spec-list .c-button--primary-white::after {
  border-color: #a3a3a3;
}

.select-spec-list details {
  width:100%;
  position: relative;
}

.select-spec-list details summary::-webkit-details-marker {
  display: none;
}

.select-spec-list details summary.c-button--primary-white {
  cursor: pointer;
  gap: 0.5em;
}

.select-spec-list details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}
.select-spec-list details ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
}

.select-spec-list details[open] ul {
  opacity: 1;
}

.select-spec-list details[open] summary.c-button--primary-white {
  background: #ececec;
}

.select-spec-list details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}

.select-spec-list details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 1em;
  font-weight:600;
  font-size: 15px;
}

.select-spec-list details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .select-spec-list{
    grid-template-columns: repeat(2,1fr);
  }

  .select-spec-list li{
    justify-content: center
  }

  .select-spec-list .c-button--primary-white {
    padding: 11px;
    border-color: #ececec;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    border-radius: 5px;
    height: 40px;
  }
  
  .select-spec-list details[open] ul li .c-button--primary-white {
    height: 45px;
  }
  .select-spec-list .c-button--primary-white::after {
    display: none;
  }

  .select-spec-list .c-button--primary-white-spec {
    padding: 6px 11px;
    align-items: center;
  }

  .select-spec-list details{
    height: 100%;
  }
  
  .select-spec-list details ul {
    top: 40px;
  }

  .select-spec-list details summary.c-button--primary-white {
    flex-direction: column;
    text-align: center;
    height: 40px;
  }
  .select-spec-list details summary.c-button--primary-white .u-pc-hide{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .select-spec-list details summary.c-button--primary-white::after {
    display: block;
    right: 8px;
  }

  .select-spec-list details summary.c-button--primary-white strong {
    font-size: 16px;
  }

  .select-spec-list details[open] ul li .c-button--primary-white {
    font-size: 14px;
  }

  .select-spec-list details[open] ul li .c-button--primary-white::after {
    display: block;
    right: 15px;
  }
}

/*絞り込み検索*/
.select-spec-lower{
  margin-top: 20px;
}
.select-spec-lower details {
  width:100%;
}
.select-spec-lower details summary::-webkit-details-marker {
  display: none;
}
.select-spec-lower details summary::-webkit-details-marker {
  display: none;
}
.select-spec-lower details summary.c-button {
  position:relative;
  cursor: pointer;
  gap: 0.5em;
  border-radius:8px;
  font-weight:600;
  font-size: clamp(14px, 0.739rem + 0.68vw, 20px);
  z-index:+1;
}
.select-spec-lower details summary.c-button::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}
.select-spec-lower details summary + div {
  position:relative;
  /* padding:var(--gap-m); */
  background:#fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color:#484848;
  margin-top:-8px;
  padding-top:8px;
}
@media screen and (max-width: 767px) {
  .select-spec-lower details summary.c-button {
    height:50px;
  }
}
/*------------------------------------------
ランキング
contents-ranking
------------------------------------------*/


.ranking-tab-block{
  margin-top:var(--gap-m);
}

/* ラジオボタンを非表示 */
.ranking-tab-block input[type="radio"] {
  display: none;
}

/* タブ */
.ranking-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.ranking-tabs label {
  width: calc((100% - 0.2em) / 2);
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:clamp(14px, 0.705rem + 0.73vw, 20px);
  color: #666;
  letter-spacing:0.1em;
  cursor: pointer;
  font-weight: 700;
  border-radius: 1.5em 1.5em 0 0;
  background: #ddd;
  position: relative;
}

/* コンテンツエリア */
.ranking-tab-content {
  margin-top:4px;
  display: block;
  background:#fff;
  /* background: #f1fafe; */
  padding: 2em 1em 1em;
  border-radius: 0 0 1.5em 1.5em;
}

/* 各タブの内容 */
.ranking-block {
  display: none;
}

/* 選択中のタブ */
#ranking-tab1:checked ~ .ranking-tabs label[for="ranking-tab1"],
#ranking-tab2:checked ~ .ranking-tabs label[for="ranking-tab2"] {
  background: #fff;
  color: #00a2e6;
  padding: 1em 1em 0.8em;
}

#ranking-tab1:checked ~ .ranking-tabs label[for="ranking-tab1"]::after,
#ranking-tab2:checked ~ .ranking-tabs label[for="ranking-tab2"]::after{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

/* 対応するコンテンツを表示 */
#ranking-tab1:checked ~ .ranking-tab-content #ranking-block1,
#ranking-tab2:checked ~ .ranking-tab-content #ranking-block2 {
  display: block;
}

/* ランキング中身 */
.ranking-block .ttl-h3 strong{
  position:relative;
  padding:0 1em;
  margin-right:1em;
}
.ranking-block .ttl-h3 strong::before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:2px;
  height:100%;
  background:#484848;
  transform: rotate(-10deg);
}
.ranking-block .ttl-h3 strong::after{
  position:absolute;
  content:'';
  top:0;
  right:0;
  width:2px;
  height:100%;
  background:#484848;
  transform: rotate(10deg);
}

/*ランキングブロック*/
.ranking-wrapper{
  width:100%;
}
.ranking-wrapper .ranking-list{
  width:100%;
  display:flex;
  gap:1em;
}
.ranking-wrapper .ranking-list > li{
  position:relative;
  flex: 1;
}
.ranking-wrapper .ranking-list li > a{
  position:relative;
}
.ranking-wrapper .ranking-card{
  position:relative;
  padding: 1rem;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  gap:10px;
  border:1px solid #ccc;
  background:#fff;
  width:100%;
}
.ranking-wrapper .ranking-card .card-top,
.ranking-wrapper .ranking-card .card-top-btm,
.ranking-wrapper .ranking-card .card-bottom{
  display:flex;
  flex-direction: column;
  gap:10px;
}
.ranking-wrapper .ranking-model-images{
  position:relative;
  width:100%;
}
.ranking-wrapper .ranking-model-images .ranking-model-img{
  position:relative;
  width:60%;
  margin:auto;
}
.ranking-wrapper .ranking-model-images .ranking-model-img-left{
  position:relative;
  width:60%;
  top:0;
  left:10%;
  z-index:2;
}
.ranking-wrapper .ranking-model-images .ranking-model-img-right{
  position:absolute;
  width:60%;
  top:0;
  right:0;
  z-index:1;
}
.ranking-wrapper .ranking-model-copy{
  font-size: 14px;
}
.ranking-wrapper .ranking-model-name{
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  line-height:1.2;
}
.ranking-wrapper .ranking-model-spec {
  font-size: 12px;
}
.ranking-wrapper .ranking-model-spec tr:nth-child(even) th,
.ranking-wrapper .ranking-model-spec tr:nth-child(even) td {
  background: #eee;
}
.ranking-wrapper .ranking-model-spec th,
.ranking-wrapper .ranking-model-spec td {
  padding: 0.25em 0.4em;
}
.ranking-wrapper .ranking-model-spec th {
  text-align: right;
  white-space: nowrap;
}
.ranking-wrapper .ranking-model-price{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: auto;
  font-size: 24px;
  font-weight: 700;
}
.ranking-wrapper .ranking-model-price .yen {
  font-size: 16px;
}

.ranking-wrapper .c-button--secondaryB-black{
  background:#000;
}

@media screen and (max-width:1028px) {
  .ranking-wrapper{
    width:100%;
    padding-bottom:5px;
    overflow-x: auto;
  }
  .ranking-wrapper .ranking-list{
    width:fit-content;
    gap:10px;
  }
  .ranking-wrapper .ranking-list > li{
    width:275px;
  }
}

/*ランク*/
.ranking-list > li::before {
  position: absolute;
  display: block;
  --f: 0.5em;
  --r: 0.5em;
  border-inline: 0.5em solid #0000;
  padding: 0.2em 0.5em calc(var(--r) + 0.2em);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.5em) 100%, 50% calc(100% - var(--r)), 0.5em 100%, 0 100%);
  background: #2699dc padding-box;
  left: 0;
  top: -0.2em;
  font-size: 24px;
  color: #fff;
  z-index:+1;
}
.ranking-list > li:nth-child(1)::before {
  content: "1";
  background: #e2cc3a padding-box;
}
.ranking-list > li:nth-child(2)::before {
  content: "2";
  background: #bababa padding-box;
}
.ranking-list > li:nth-child(3)::before {
  content: "3";
  background: #e2a15c padding-box;
}
.ranking-list > li:nth-child(4)::before {
  content: "4";
  background: #aecbdf padding-box;
}

/*------------------------------------------
シリーズ
contents-series
------------------------------------------*/
.series-block{
  padding-top:var(--gap-s) ;
}
.series-block + .series-block{
  padding-top:var(--gap-m) ;
}

.series-list{
  width:100%;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  color:#484848;
}
.series-list th{
  position:relative;
  width:10%;
  padding:10px;
  background:#f6f6f6;
  border:1px solid #484848;
  font-weight:700;
  font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
  text-align:center;
  vertical-align: middle;
}

.series-list td{
  width:11.25%;
  padding:10px;
  background:#fff;
  border:1px solid #484848;
  text-align:center;
  vertical-align: middle;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
}
.series-list thead td{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
  font-weight:700;
  color:#fff;
}
.series-list thead td.ttl-design{
  background:#333;
}
.series-list thead td.ttl-mini,
.series-list thead td.ttl-slim,
.series-list thead td.ttl-middle{
  background:#000;
}
.series-list .series-img-box{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:5px;
}
.series-list .series-ttl{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
  font-weight:700;
  color:#666;
  margin-bottom:5px;
}
.series-list :has(.series-feature-ttl) {
  border-bottom:none;
}
.series-list .series-feature-ttl{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  font-weight:700;
  line-height:1.2;
}
.series-list .series-feature-txt{
  font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
  line-height:1.2;
}
.series-list :has(.series-feature-img) {
  border-top:none;
}
.series-list .series-feature-img{
  width:100%;
  border-radius:5px;
  overflow: hidden;
}
.series-list .series-img{
  width:60%;
  margin:auto;
}
.series-list .cpu-intel{
  color:#0070c0;
  font-weight:700;
}
.series-list .cpu-amd{
  color:#c00000;
  font-weight:700;
}
.series-list .c-button--secondaryB-black {
  width:100%;
}
.series-block .note-txt{
  width:100%;
  text-align:right;
  padding-top:5px;
}
.series-list .td-link{
  padding: 0;
}
.series-list .td-link a{
  width:100%;
  height:100%;
  display:block;
  padding: 10px;
}
.series-list .td-link a:hover{
  cursor: pointer;
  outline: 1px solid rgba(0, 162, 230, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 162, 230, 0.5) inset;
}
.series-list .c-button{
  border-radius: 3rem;
}


@media screen and (max-width:820px) {
  .series-wrapper{
    width:100%;
    overflow-x: scroll;
  }
  .series-list{
    width: max-content;
  }
  .series-list th{
    width:85px;
    padding:5px;
    left: 0;
    z-index: 2;
    white-space:nowrap;
    position: sticky;
    border-left:none;
  }
  
  .series-list th::before,
  .series-list th::after{
    position:absolute;
    content:'';
    top:0;
    width:1px;
    height:100%;
    background:#484848;
    z-index:+1;
  }
  .series-list th::before{
    left:0;
  }
  .series-list th::after{
    right:-1px;
  }
  .series-list td{
    padding:5px;
    width:85px;
  }
  .series-list .series-img{
    width:100%;
  }
  .series-block .c-button::after{
    right:7px;
  }
}

@media screen and (max-width:428px) {
  .series-block .c-button{
    font-size:10px;
  }
}

/*------------------------------------------
THIRDWAVE（サードウェーブ）デスクトップPCの特長
contents-feature
------------------------------------------*/
.feature-list{
  width:100%;
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:var(--gap-m);
  margin-top:var(--gap-m);
}

.feature-list li{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-list .feature-ttl{
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
  font-weight:700;
  margin-bottom:10px;
}
.feature-list .feature-txt{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height:1.6;
  margin-bottom:10px;
}
.feature-list .feature-img{
  width:100%;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width:767px) {
  .feature-list{
    grid-template-columns: repeat(1,1fr);
  }
}


/*------------------------------------------
デスクトップパソコンの選び方ガイド
contents-select-guide
------------------------------------------*/
.contents-select-guide{
  overflow: hidden;
}
.select-guide-slider{
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 0 auto;
}
.select-guide-slider p{
  line-height:1.4;
}
.select-guide-slider .swiper-container{
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.select-guide-slider .swiper-slide{
  width: 500px;
  height: auto;
  padding: 30px;
  background: linear-gradient(to right, #e0e0e0 0%, #efefef 100%);
  border-radius: 20px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 10px;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  text-align:left;
  margin-left:0;
}

.feature-slider-title{
  font-size: clamp(16px, 0.909rem + 0.45vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}
.feature-slider-body{
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  line-height:1.6;
}
.select-guide-slider .swiper-slide dl{
  margin-top:10px;
}
.select-guide-slider .swiper-slide dt{
  position:relative;
  padding-left:1em;
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
  font-weight:700;
  color:#001e60;
}
.select-guide-slider .swiper-slide dt::before{
  position:absolute;
  content:'■';
  top:0;
  left:0;
}
.select-guide-slider .swiper-slide dt.c-intel{
  color:#0070c0;
}
.select-guide-slider .swiper-slide dt.c-amd{
  color:#c00000;
}
.select-guide-slider .swiper-slide dt.c-nvidia{
  color:#08912f;
}
.select-guide-slider .swiper-slide dd{
  margin-top:10px;
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  line-height:1.6;
  padding-left:1em;
}

.select-guide-slider .swiper-slidey ul li{
  list-style: disc;
  margin-left:1em;
}
.select-guide-slider .swiper-slide ul li + li{
  margin-top:10px;
}
.select-guide-slider-button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(98, 98, 98, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: -80px;
}
.select-guide-slider-button::after {
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.select-guide-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}
.select-guide-slider-button--prev {
  right: 80px;
  transform: rotate(-135deg);
}
.select-guide-slider-button.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}
@media screen and (max-width:767px){
  .select-guide-slider{
    width: calc(100% - 30px); 
  }
  .select-guide-slider .swiper-slide{
    padding: 20px;
    gap: 10px;
    margin-left:0;
  }
}

/*------------------------------------------
デスクトップパソコン（PC）のオススメ
contents-reccomend
------------------------------------------*/
.reccomend-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:var(--gap-m);
}

@media screen and (max-width: 767px) {
  .reccomend-list{
    grid-template-columns: repeat(1,1fr);
  }
}

.reccomend-list li{
  display: flex;
  flex-direction: column;
  gap:10px;
}

.reccomend-list .reccomend-ttl{
  font-size: clamp(16px, 0.909rem + 0.45vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}
.reccomend-list p{
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  line-height:1.6;
}
.reccomend-img{
  width:100%;
  background:#fff;
  text-align:center;
}
.reccomend-list img{
  margin:auto;
  width:60%;
  max-width:200px;
}

/*------------------------------------------
よくある質問
contents-qa
------------------------------------------*/
.faq-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top:20px;
}

.faq-list .faq-list-item {
  width: calc((100% - 20px) / 2);
  height: 100%;
  border: 1px solid #ececec;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
  background: #fff;
}

.faq-list .faq-list-item details summary {
  cursor: pointer;
  font-size: clamp(14px, 0.784rem + 0.45vw, 18px);
  padding: 20px 15px;
}

.faq-list .faq-list-item details {
  line-height: 1.5;
  font-size: 16px;
}

.faq-list .faq-list-item-body {
  padding: 0 15px 20px 15px;
}

.faq-list-item-body li{
  margin-top:10px;
}

.faq-list-item-body strong {
  color:#001e60;
  font-weight:700;
}

.faq-list-item-body .ico {
  color:#00a2e6;
  font-weight:700;
}

.faq-list-item-body dl {
  margin-top:10px;
}
.faq-list-item-body dt {
  color:#001e60;
}
.faq-list-item-body dd {
  margin-left:1em;
}
.faq-list-item-body table{
  width:100%;
}
.faq-list-item-body th,
.faq-list-item-body td{
  border:1px solid #ccc;
  padding:5px;
  font-size:12px;
  vertical-align:middle;
  text-align:center;
}
.faq-list-item-body thead th,
.faq-list-item-body thead td{
  background:#e2f5fb;
  font-weight:700;
}
.faq-list-item-body tbody th{
  background:#eee;
}

@media screen and (max-width: 767px) {
  .faq-list {
    width: 100%;
    margin: 0 auto;
  }

  .faq-list .faq-list-item {
    width: 100%;
  }

  .faq-list .faq-list-item details {
    line-height: 1.5;
    font-size: 14px;
  }

  .faq-list .faq-list-item details summary {
    padding: 15px;
  }
}

/*------------------------------------------
スタッフレビュー
contents-staff-review
------------------------------------------*/

#staff-review-content .c-headline__h2{
  display:none !important;
}
#staff-review-content > p{
  width:100% !important;
  max-width:1140px !important;
  margin:auto;
  text-align:left !important;
}

/*------------------------------------------
カテゴリ別に探してみる
contents-select-category
------------------------------------------*/
.category-link{
  width:100%;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px 30px;
}

.category-link .c-button--primary-white{
  width:100%;
}

@media screen and (max-width:767px){
  .category-link{
    grid-template-columns: repeat(1, 1fr);
    gap:10px;
  }
}

/*------------------------------------------
ドスパラのサービス
contents-service
------------------------------------------*/
.contents-service-card {
  margin-top:var(--gap-s);
  border: solid 1px #ececec;
  background: #e2f5fb;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
}
.contents-service-card a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
}
.contents-service-card .contents-service-cont {
  width: 70%;
  padding:var(--gap-m);
}
.contents-service-card .contents-service-img {
  width: 30%;
  padding-top: 10px;
  padding-right: 5%;
}
.contents-service-card a:hover .contents-service-img{
  transform: scale(1.5);
}
.contents-service-card .contents-service-txt {
  margin-top:var(--gap-s);
  background:#fff;
  padding:10px 20px;
  display:flex;
  justify-content: space-between;
  gap:20px;
}

.contents-service-card .contents-service-txt p{
  flex:1;
  font-size:clamp(12px, 0.568rem + 0.91vw,20px);
  font-weight:700;
}
.contents-service-card .contents-service-txt p span{
  color:#004da1;
}
@media screen and (max-width:767px){
  .contents-service-card a {
    flex-direction: column;
  }
  .contents-service-card .contents-service-cont {
    width: 100%;
  }
  .contents-service-card .contents-service-img {
    width:40%;
    margin:auto;
  }
  .contents-service-card .contents-service-txt {
    padding:10px;
    gap:10px;
  }
  .contents-service-card .contents-service-txt p{
    flex:auto;
  }
}

/*------------------------------------------
開催中のキャンペーン
p-general-desk-pc__campaign
------------------------------------------*/
.p-general-desk-pc__campaign {
  padding: 45px 0;
}

/*------------------------------------------
カルーセルバナー矢印調整
------------------------------------------*/
@media screen and (max-width: 1140px) {
  .js-itemsliderhasnav-swiper-button-prev,
  .js-itemsliderhasnav-swiper-button-next {
      display: none;
  }
}