@charset "UTF-8";

.p-gamingnote-pc{
  font-family: "Roboto", ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo,  Sans-Serif !important;
}

/*-------------------------------------
変数設定
---------------------------------------*/
:root {
  --grid-gap-x: 0.5rem;
  --section-gap: clamp(30px, 1.023rem + 3.64vw, 60px);
}

/*-------------------------------------
全体レイアウト
---------------------------------------*/
.p-gamingnote-pc img{
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.p-gamingnote-pc .c-button{
  width: 100%;
}

.p-gamingnote-pc details summary::-webkit-details-marker {
  display: none;
}

/*コンテンツメインセクション*/
.cont-section {
  padding: var(--section-gap) 0;
  text-align:center;
}

.cont-section.sec-gray {
  background:#f6f6f6;
}

.cont-section.sec-gray + .cont-section.sec-gray{
  padding-top:0;
}
.cont-section.sec-white + .cont-section.sec-white{
  padding-top:0;
}

/*ボトムセクション*/
.btm-section {
  padding: var(--section-gap) 0;
  text-align:center;
}
/* .btm-section + .btm-section {
  padding-top:0;
} */

/*コンテンツインナー*/
.contents-inner {
  width:calc(100% - 30px);
  max-width:1140px;
  text-align:left;
  margin:auto;
}

/*-------------------------------------
全体タイトル・テキスト
---------------------------------------*/
.cont-section .c-headline__h2{
  font-size: clamp(16px, 0.818rem + 0.91vw, 24px);
  color: #001e60;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align:left;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.btm-section .c-headline__h2{
  text-align:center;
  margin-bottom:clamp(15px, 0.511rem + 1.82vw, 30px);
}
.cont-section .lead-txt {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.cont-section .lead-txt strong {
  font-size: clamp(14px, 0.614rem + 0.683vw, 20px);
  font-weight: 700;
}


/*-------------------------------------
性能で見るアジャスト
---------------------------------------*/
.p-gamingnote-pc .p-fps-by-gpu img{
  width:auto;
}
.sec-gray .p-fps-by-gpu {
  background:#fff;
}

/*-------------------------------------
レビューアジャスト
---------------------------------------*/
.review-in-recommend__link {
  justify-content: flex-start;
  width: fit-content !important;
}
.review-in-recommend__star{
  width:auto !important;
  height:1em !important;
  object-fit: contain;
  vertical-align: baseline;
}
.review-in-recommend span{
  margin-left:0.5em;
}

/*-------------------------------------
KV下キャッチコピー
---------------------------------------*/
.label-appeal {
  padding: 0.5em;
  background: #dade1a;
  color: #001e60;
  font-weight: 700;
  font-size: clamp(14px, 0.83rem + 0.23vw, 16px);
  text-align: center;
  display: block;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.label-appeal strong {
  color: #e43344;
  font-size: clamp(18px, 0.989rem + 0.68vw, 24px);
}
.label-appeal a {
  text-decoration: underline;
}


/*-------------------------------------
ゲーミングノートPCを選ぶ
p-gaming-pc-sub__select-from
---------------------------------------*/
.p-gaming-pc-sub__select-from {
  padding: 30px 0;
  background: #001e60;
}

.p-gaming-pc-sub__select-from svg {
  margin-right: 0.5em;
  height: 1em;
}

.p-gaming-pc-sub__select-from h2 {
  font-size: clamp(14px, 0.83rem + 0.23vw, 16px);
  font-weight: 700;
  margin-bottom: 1em;
  color: #fff;
}

.p-gaming-pc-sub__select-from .c-button--primary-white {
  width: 100%;
  color: #001e60;
  font-size: 20px;
  border-radius:8px;
  font-weight:600;
}

.p-gaming-pc-sub__select-from .c-button--primary-white::before {
  background-color: #b2e3f7;
  opacity: 1;
}

.p-gaming-pc-sub__select-from .c-button--primary-white::after {
  border-color: #a3a3a3;
}

.p-gaming-pc-sub__select-from details {
  position: relative;
}

.p-gaming-pc-sub__select-from details summary::-webkit-details-marker {
  display: none;
}

.p-gaming-pc-sub__select-from details summary.c-button--primary-white {
  cursor: pointer;
  gap: 0.5em;
}

.p-gaming-pc-sub__select-from details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}

.p-gaming-pc-sub__select-from 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;
}

.p-gaming-pc-sub__select-from details[open] ul {
  opacity: 1;
}

.p-gaming-pc-sub__select-from details[open] summary.c-button--primary-white {
  background: #ececec;
}

.p-gaming-pc-sub__select-from details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}

.p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 1em;
  font-weight:500;
}

.p-gaming-pc-sub__select-from details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}

@media screen and (max-width:767px) {
  :root {
    --grid-gap-fluid: 10px;
  }

  .p-gaming-pc-sub__select-from {
    padding: 20px !important;
  }
  
	.p-gaming-pc-sub__select-from span {
    color: #001e60;
    font-size: 14px !important;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white {
    height: 40px;
    padding: 11px;
    font-size: 14px;
    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;
  }
  
  .p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white {
    height: 45px;
  }
  .p-gaming-pc-sub__select-from .c-button--primary-white::after {
    display: none;
  }
  .p-gaming-pc-sub__select-from .icon-in-c-button {
    padding: 0.14em 0.5em;
    border-radius: 0.25em 0;
    font-size: 9px;
    top: -3px;
    left: -3px;
  }

  .p-gaming-pc-sub__select-from .strong-sp {
    font-weight: 700;
    font-size: 18px;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white-spec {
    padding: 6px 11px;
    align-items: center;
  }
  .p-gaming-pc-sub__select-from svg {
    margin-right: 0.2em;
  }

  .p-gaming-pc-sub__select-from details{
    height: 100%;
  }
  
  .p-gaming-pc-sub__select-from details ul {
    top: 40px;
  }

  .p-gaming-pc-sub__select-from details summary.c-button--primary-white {
    flex-direction: column;
    text-align: center;
    height: 40px;
  }
  .p-gaming-pc-sub__select-from details summary.c-button--primary-white .u-pc-hide{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .p-gaming-pc-sub__select-from details summary.c-button--primary-white::after {
    display: block;
    right: 8px;
  }

  .p-gaming-pc-sub__select-from details summary.c-button--primary-white strong {
    font-size: 16px;
  }

  .p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white {
    font-size: 14px;
  }

  .p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white::after {
    display: block;
    right: 15px;
  }
}

/*-------------------------------------
 ランキング
---------------------------------------*/
.rankingDate {
  font-size: clamp(12px, 0.5rem + 0.5vw, 16px);
  line-height: 1.3;
}

:root {
  --recommend-model-gap: 1rem;
  --recommend-model-cols: 4;
}

.p-gaming-pc-sub__reccomend__title--info {
  margin: 0 0 36px 0;
  color: #00a2e6;
  text-align: center;
}

.p-gaming-pc-sub__reccomend__title--info svg {
  height: 1em;
}

/*--ランキングモデルブロック--*/
.pc-reccomend__card-list{
  margin-top:40px;
}

.pc-reccomend__card-list > ul {
  display: grid;
  gap: var(--recommend-model-gap);
  grid-template-columns: repeat(4,1fr);
}

.pc-reccomend__card-list li.c-panel-arrow {
  border: none;
}
.pc-reccomend__card-list li.c-panel-arrow::after {
  background-color: #ececec;
  border-radius: 2rem;
  right:7px;
  bottom:7px;
}
.pc-reccomend__card-list li.c-panel-arrow::before {
   right: 14px;
   bottom: 13px;
   border-color: #a3a3a3;
}

.pc-reccomend__card-list li .pc-reccomend__card {
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius: 15px;
  padding:20px;
  justify-content: space-between;
}
.pc-reccomend__card-list li .pc-reccomend__card:hover {
  outline: 1px solid rgba(0, 162, 230, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 162, 230, 0.1));
}
.pc-reccomend__card-list li .pc-reccomend__card::after {
  content: "";
  width: 34px;
  height: 30px;
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
}
.pc-reccomend__card-list li:nth-child(1) .pc-reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-pc-rank-1.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list li:nth-child(2) .pc-reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-pc-rank-2.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list li:nth-child(3) .pc-reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-pc-rank-3.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list li:nth-child(4) .pc-reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-pc-rank-4.svg) no-repeat 50% 50% / cover;
}

.pc-reccomend__card__name {
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(13px, 0.744rem + 0.34vw, 16px);
  line-height: 1.4;
  font-weight:700;
}

.pc-reccomend__card__img {
  position:relative;
  width: 100%;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
}
.pc-reccomend__card__img img{
  width: 70%;
  margin:auto;
}

.pc-reccomend__icon-display {
  display: inline-block;
  padding: 6px 12px;
  background: #ececec;
  font-weight: 700;
  border-radius: 1em;
  margin:auto;
}
.pc-reccomend__icon-display small {
  font-size: 10px;
  bottom: 0;
  font-weight: 400;
}

.pc-reccomend__card__spec {
  display: block;
  margin-bottom: 0.5rem;
}
.pc-reccomend__card__spec > li {
  width: auto;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.pc-reccomend__card__spec > li+li::before {
  content: "/";
  padding-right:0.2em;
}

.pc-reccomend__card__review {
  font-size: 13px;
}
.review-in-recommend__link {
  justify-content: flex-start;
}
.review-in-recommend__star{
  height: 1em;
  vertical-align: baseline;
  margin-right:0.5em;
}

.pc-reccomend__card__spec {
  margin-top: auto;
  padding-top: 0.5rem;
}

.pc-reccomend__card__stkname {
  padding: 5px 12px 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 1em;
  color: #e43344;
  border: 1px solid #e43344;
  display: inline-block;
}

.pc-reccomend__card__price {
  margin-top: 10px;
  font-size: clamp(18px, 1.034rem + 0.45vw, 22px);
  font-weight: 700;
}
.pc-reccomend__card__price small {
  font-size: clamp(10px, 0.58rem + 0.23vw, 12px);
  font-weight: 400;
  bottom: 0;
}

.pc-reccomend__card__copy{
  margin-top:10px;
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
}

@media screen and (max-width: 767px) {
  :root {
    --recommend-model-gap: 2.5vw;
    --recommend-model-cols: 2;
  }

  .p-gaming-pc-sub__reccomend__title {
    margin-bottom: 20px;
  }

  .p-gaming-pc-sub__reccomend__title h2 {
    font-size: 30px;
  }

  .p-gaming-pc-sub__reccomend__title h2 small {
    margin-top: 11px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
  }

  .p-gaming-pc-sub__reccomend__title--info {
    margin: 0 0 30px 0;
    font-size: 11px;
  }

  .pc-reccomend__card-list > ul {
    grid-template-columns: repeat(2,1fr);
  }
  
  .pc-reccomend__card-list li .pc-reccomend__card {
    border-radius: 6px;
    padding:15px 10px;
  }
  .pc-reccomend__card-list li .pc-reccomend__card::after {
    width: 30px;
    height: 26px;
    top: -20px;
    left: 5px;
  }

  .pc-reccomend__card__name {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    padding-right: 30px;
    line-height: 1.2;
  }
  
  .pc-reccomend__icon-display {
    display: block;
    width: fit-content;
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    padding: 5px 10px;
  }
  .pc-reccomend__icon-display small {
    font-size: 6px;
  }
  .pc-reccomend__card__review {
    font-size: 11px;
  }
  .pc-reccomend__card__spec > li {
    font-size: 11px;
  }
  .p-gaming-pc-sub__map-item-stkname .p-product-show-detail__delivery-label--red {
    padding: 3px 12px 2px 12px;
    font-size: 12px;
  }
}

/*詳細を見るボタン*/
.pc-reccomend__card-list .c-button--primary-blue {
  width: 100%;
  height: 38px;
  margin: 20px auto 0 auto;
  border-radius: 38px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pc-reccomend__card-list .c-button--primary-blue {
      height: 32px;
      margin: 18px auto 0 auto;
      border-radius: 32px;
      font-size: 11px;
  }
  .pc-reccomend__card-list .c-button--primary-blue::after {
      top: calc(50% - 3px);
      right: 12px;
      width: 6px;
      height: 6px;
  }
}

/*---------------------
タグ
-----------------------*/
.tag-new{
  margin:0 auto;
  display:inline-block;
  width:fit-content;
  background:#00a2e6;
  color:#fff;
  font-weight:bold;
  border-radius: 2px; 
  padding:2px 6px;
  font-size:12px;
  line-height:1;
  letter-spacing:0.1em;
}
.tag-price-down{
  margin:0 auto;
  display:inline-block;
  width:fit-content;
  font-weight:bold;
  border-radius: 2px; 
  font-size:12px;
  line-height:1;
  background: #fff;
  border: 1px solid #e43344;
  color: #e43344;
  padding: 0.3em;
}

@media screen and (max-width: 767px) {
  .tag-price-down{
      font-size:11px;
  }
}

/*ランキング表示エリア*/
.pc-reccomend__card__top .tag-rank-area {
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 2;
}

/*アピール*/
.card-tag-appeal {
  position: absolute;
  left: 50px;
  top: -1em;
  display: inline-block;
  width: fit-content;
  background: #fff;
  border: 1px solid #e43344;
  color: #e43344;
  font-weight: bold;
  border-radius: 2px;
  padding: 0.5em 0.3em 0.3em 0.3em;
  font-size: 12px;
  line-height: 1;
  max-width: 90%;
}
@media screen and (max-width: 965px) {
  .card-tag-appeal {
    top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .card-tag-appeal {
    top: -1.5em;
  }
}
@media screen and (max-width: 500px) {
  .card-tag-appeal {
    top: -2em;
    font-size: 11px;
    padding: 0.2em;
  }
}

/*----------------------------------------------------
ラインアップMAP
p-gaming-pc-sub__lineup
----------------------------------------------------*/
.p-gaming-pc-sub__lineup .p-gaming-pc-sub__lineup-table {
  overflow-y: visible;
}

.p-gaming-pc-sub__lineup-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-gaming-pc-sub__lineup-table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: auto;
}

.p-gaming-pc-sub__lineup-table table tr {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.p-gaming-pc-sub__lineup-table table th,
.p-gaming-pc-sub__lineup-table table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
.p-gaming-pc-sub__lineup-table table th {
  padding: 20px;
}
.p-gaming-pc-sub__lineup-table table th small{
  font-weight:400;
  white-space:nowrap;
}
.p-gaming-pc-sub__lineup-table table td {
  padding: 10px 20px;
  background:#fff;
}

.p-gaming-pc-sub__lineup-table table colgroup {
  background: linear-gradient(to bottom, #002668, #00a2e5);
}

.p-gaming-pc-sub__lineup-table table thead th {
  background: #004da1;
  color: #fff;
  border-bottom: none;
  font-size: 10px;
  font-weight: 400;
}

.p-gaming-pc-sub__lineup-table table thead strong {
  font-size: 18px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table thead img {
  height: 13px;
  margin-right: 8px;
  vertical-align: baseline;
}

.p-gaming-pc-sub__lineup-table table tbody {
  position: relative;
}

.p-gaming-pc-sub__lineup-table table tbody th {
  color: #fff;
  font-size: 16px;
}
.p-gaming-pc-sub__lineup-table table thead th span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-gaming-pc-sub__lineup-table table thead th.p-gaming-pc-sub__lineup-table-col-corner {
  background: transparent;
  position: relative;
  width: fit-content;
  min-width: 120px;
  font-weight: 400;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #004da1;
  clip-path: polygon(100% 0, 2% 0, 100% 100%);
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text {
  position: absolute;
  font-size: 10px;
  z-index: 1;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--1 {
  top: 10px;
  right: 10px;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--2 {
  bottom: 10px;
  left: 10px;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow {
  position:relative;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 10px);
  margin: -10px -20px;
  padding: 10px 20px;
  line-height: 1.5;
}


.p-gaming-pc-sub__lineup-table table .c-panel-arrow p {
  margin:auto;
  width:fit-content;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="cpu"] {
  font-size: 15px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="amttaxnounit"]) {
  font-size: 10px;
  color: #e43344;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="amttaxnounit"] {
  font-size: 16px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="benchmark"]) {
  padding:0 30px;
  border-top: 1px solid #c8c8c8;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"] {
  font-size: 14px;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"]::before,
.p-gaming-pc-sub__lineup-table-caption--benchmark::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 0.8em;
  margin-right: 0.2em;
  aspect-ratio: 18/12;
  background: url(../images/gamingnote-pc/icon-benchmark.webp) no-repeat center/cover;
}

.p-gaming-pc-sub__lineup-table table .icon-rank {
  position:relative;
}
.p-gaming-pc-sub__lineup-table table .icon-rank::before {
  content:'';
  display: block;
  position:absolute;
  width: 34px;
  height: 30px;
  top: -25px;
  left: -30px;
  z-index:1;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--1::before {
  background: url(../images/gamingnote-pc/icon-pc-rank-1.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--2::before {
  background: url(../images/gamingnote-pc/icon-pc-rank-2.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--3::before {
  background: url(../images/gamingnote-pc/icon-pc-rank-3.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--4::before {
  background: url(../images/gamingnote-pc/icon-pc-rank-4.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover-col {
  background: #e5f6fc;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover {
  background: #e5edf5;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover-cell {
  background: #cee5f2;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover.hover-cell .c-panel-arrow::after {
  background-color: #004da1;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover.hover-cell .c-panel-arrow::before {
  border-color: #fff;
}

.p-gaming-pc-sub__lineup-table-caption {
  margin-top: 10px;
  font-size: 12px;
}

.p-gaming-pc-sub__lineup-table .icon-scroll-cross {
  display: none;
}


@media screen and (max-width:767px) {
  .p-gaming-pc-sub__lineup-table {
    width: 100%;
    overflow-x: auto;
  }

  .p-gaming-pc-sub__lineup-table table {
    width: max-content;
    table-layout: fixed;
  }

  .p-gaming-pc-sub__lineup-table table th,
  .p-gaming-pc-sub__lineup-table table td {
    padding: 15px 10px;
  }

  .p-gaming-pc-sub__lineup-table table thead th {
    font-size: 12px;
  }

  .p-gaming-pc-sub__lineup-table table tbody::before {
    display: none;
  }

  .p-gaming-pc-sub__lineup-table table tbody th {
    position: sticky;
    left: 0;
    background: #002668;
    z-index: 2;
  }

  .p-gaming-pc-sub__lineup-table table thead th.p-gaming-pc-sub__lineup-table-col-corner {
    width: 60px;
    height: 50px;
    top: 0;
    left: 0;
    background: #002668;
    position: sticky;
    z-index: 2;
    width:120px;
  }

  .p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--1 {
    top: 4px;
    right: 4px;
    text-align: right;
  }

  .p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--2 {
    left: 5px;
    bottom: 5px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow {
    width: calc(100% + 20px);
    height: calc(100% + 30px);
    margin: -15px -10px;
    padding: 8px;
    line-height: 1.5;
  }

  .p-gaming-pc-sub__lineup-table table tbody td {
    width:150px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="cpu"] {
    font-size: 12px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="amttaxnounit"]) {
    font-size: 10px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="amttaxnounit"] {
    font-size: 14px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"] {
    font-size: 12px;
  }
  
  .p-gaming-pc-sub__lineup-table table .icon-rank::before {
    width: 30px;
    height: 26px;
    top: -20px;
    left: -15px;
  }
  .p-gaming-pc-sub__lineup-table-caption {
    padding: 0 15px;
  }

  .p-gaming-pc-sub__lineup-table .icon-scroll-cross {
    position: absolute;
    right: 20px;
    top: 60px;
    display: block;
    transition: 0.3s all;
    opacity: 1;
    width: 120px !important;
    z-index:5;
  }

  .p-gaming-pc-sub__lineup-table.scroll-over .icon-scroll-cross {
    opacity: 0;
  }
}

/*----------------------------------------------------
ラインアップスライダー
p-gaming-pc-sub__series
----------------------------------------------------*/
.p-gaming-pc-sub__series{
  overflow: hidden;
}
.p-gaming-pc-sub__map{
    width: 100%;
    max-width: 1140px;
    margin: 30px auto 0;
    box-sizing: border-box;
}
.p-gaming-pc-sub__map .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.p-gaming-pc-sub__map .swiper-container .swiper-wrapper .swiper-slide {
  width: 268px;
  height: auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align:left;
}
.p-gaming-pc-sub__map-ribon{
  display: flex;
  align-items: center;
  background: #001e60;
  width: calc(100% + 20px);
  height: 32px;
  min-height: 32px;
  padding-left: 22px;
  margin-right: -20px;
  color: #fff;
  padding-top:4px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.p-gaming-pc-sub__map-ribon span{
  font-size:18px;
  margin:-4px 0.2em 0 0.2em;
}
li:first-child .p-gaming-pc-sub__map-ribon{
  border-radius: 3em 0 0 3em;
}
li:last-child .p-gaming-pc-sub__map-ribon{
  border-radius: 0 3em 3em 0;
}
.p-gaming-pc-sub__map .swiper-container .swiper-wrapper .swiper-slide .p-gaming-pc-sub__map-ribon--arrow::before{
  content: "";
  width: 75px;
  height: 32px;
  display: block;
  background: url("../images/gamingnote-pc/bg-p-gaming-pc-sub__map-ribon--arrow2.webp") no-repeat center/contain;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.p-gaming-pc-sub__map .swiper-container .swiper-wrapper .swiper-slide:last-child .p-gaming-pc-sub__map-ribon{
  width: 100%;
  margin-right: 0;
}
.p-gaming-pc-sub__map-item{
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 8px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
a.p-gaming-pc-sub__map-item:hover{
  outline: 1px solid rgba(0, 162, 230, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 162, 230, 0.1));
}

.p-gaming-pc-sub__map-item .tag-rank-area{
  display:flex;
  position:relative;
  height:30px;
  gap:10px;
  align-items: flex-end;
  width: fit-content;
  margin-bottom:10px;
}

.p-gaming-pc-sub__map-item .tag-rank-area span{
  display:block;
}

.p-gaming-pc-sub__map-item--rank{
  position:relative;
  content:'';
  width: 34px;
  height: 30px;
}
.p-gaming-pc-sub__map-item--rank.rank-1 {
  background: url(../images/gamingnote-pc/icon-pc-rank-1.svg) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item--rank.rank-2 {
  background: url(../images/gamingnote-pc/icon-pc-rank-2.svg) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item--rank.rank-3 {
  background: url(../images/gamingnote-pc/icon-pc-rank-3.svg) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item--rank.rank-4 {
  background: url(../images/gamingnote-pc/icon-pc-rank-4.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__map-item-name{
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: calc(2em* 1.25);
  line-height: 1.25;
}
.p-gaming-pc-sub__map-item-thumb{
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.p-gaming-pc-sub__map-item-thumb a{
  display: flex;
  flex-wrap: wrap;
}
.p-gaming-pc-sub__map-item-thumb img{
  width: 70%;
  margin:auto;
  align-self: center;
}
.p-gaming-pc-sub__map-item-thumb-icon-display{
  display: inline-block;
  padding: 6px 12px;
  background: #ececec;
  font-weight: 700;
  border-radius: 1em;
}
.p-gaming-pc-sub__map-item-thumb-icon-display small{
  font-size: 10px;
  bottom: 0;
  font-weight: 400;
}
.p-gaming-pc-sub__map-item-data-wrapper {
  margin-top: 10px;
  padding:5px;
  background:#f6f6f6;
  border-radius:10px;
  display:grid;
  grid-template-columns: repeat(2,1fr);
}
.p-gaming-pc-sub__map-item-data-benchmark,
.p-gaming-pc-sub__map-item-data-rate{
  text-align:center;
  font-weight: 700;
  font-size:15px;
}
.p-gaming-pc-sub__map-item-data-benchmark small,
.p-gaming-pc-sub__map-item-data-rate small{
  font-size: 8px;
  font-weight: 400;
}

.p-gaming-pc-sub__map-item-copy{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: calc(2em* 1.25);
  line-height: 1.25;
  font-size: 14px;
}
.p-gaming-pc-sub__map-item-stkname{
  margin-top: 15px;
}
.p-gaming-pc-sub__map-item-stkname .p-product-show-detail__delivery-label--red{
  padding: 5px 12px 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 1em;
  border: 1px solid #e43344;
  display: inline-block;
}
.p-gaming-pc-sub__map-item-price{
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
.p-gaming-pc-sub__map-item-price small{
  font-size: 12px;
  font-weight: 400;
  bottom: 0;
}
.p-gaming-pc-sub__map-item-supplement{
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
  cursor: pointer;
}
.p-gaming-pc-sub__map-item-supplement svg{
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
}
.p-gaming-pc-sub__map-item .c-button--primary-blue{
  width: 100%;
  height: 38px;
  margin: 20px auto 0 auto;
  border-radius: 38px;
  font-size: 14px;
  line-height: 1;
}
.p-gaming-pc-sub__map-item .c-button--primary-blue::after{
  right: 15px;
}
.p-gaming-pc-sub__map-item-body{
  margin-top: 15px;
}
.p-gaming-pc-sub__map-item-body li{
  padding: 5px 0;
  border-top: 1px solid #ececec;
  font-size: 14px;
}
.p-gaming-pc-sub__map-item-body li:first-child{
  padding: 0 0 5px 0;
  border-top: none;
}
.p-gaming-pc-sub__map-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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  backdrop-filter:blur(5px);
}
.p-gaming-pc-sub__map-button::after{
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.p-gaming-pc-sub__map-button--prev{
  left: -80px;
  transform: rotate(-135deg);
}
.p-gaming-pc-sub__map-button--next{
  right: -80px;
  transform: rotate(45deg);
}
.p-gaming-pc-sub__map-button.swiper-button-disabled{
  background: rgba(220,220,220,0.5);
  cursor: default;
}

@media screen and (max-width:767px){
  .p-gaming-pc-sub__map .swiper-container {
    width: calc(100% - 30px);
  }
  .p-gaming-pc-sub__map-ribon{
    width: calc(100% + 15px);
    height: 32px;
    min-height: 32px;
    margin-right: -15px;
  }
  .p-gaming-pc-sub__map .swiper-container .swiper-wrapper .swiper-slide {
    width: 227px;
  }
  .p-gaming-pc-sub__map-item{
    padding: 5px 12px 12px 12px;
    border-radius: 6px;
  }
  
  .p-gaming-pc-sub__map-item .tag-rank-area{
    height:26px;
    gap:7px;
  }
  .p-gaming-pc-sub__map-item--rank{
    width: 30px;
    height: 26px;
  }
  .p-gaming-pc-sub__map-item-name{
    font-size: 16px;
  }
  .p-gaming-pc-sub__map-item-thumb{
    margin-top: 0;
  }
  .p-gaming-pc-sub__map-item-thumb-icon-display{
    padding: 5px 10px;
    font-size: 12px;
  }
  .p-gaming-pc-sub__map-item-thumb-icon-display small{
    font-size: 6px;
  }
  .p-gaming-pc-sub__map-item-copy{
    font-size: 11px;
  }
  .p-gaming-pc-sub__map-item-stkname{
    margin-top: 12px;
  }
  .p-gaming-pc-sub__map-item-stkname .p-product-show-detail__delivery-label--red{
    padding: 3px 12px 2px 12px;
  }
  .p-gaming-pc-sub__map-item-price{
    font-size: 18px;
  }
  .p-gaming-pc-sub__map-item-price small{
    font-size: 10px;
  }
  .p-gaming-pc-sub__map-item-supplement{
    margin-top: 5px;
    font-size: 10px;
  }
  .p-gaming-pc-sub__map-item-supplement svg{
    height: 1em;
    margin-left: 0.25em;
    vertical-align: middle;
  }
  .p-gaming-pc-sub__map-item .c-button--primary-blue{
    height: 32px;
    margin: 18px auto 0 auto;
    border-radius: 32px;
    font-size: 11px;
  }
  .p-gaming-pc-sub__map-item .c-button--primary-blue::after{
    top: calc(50% - 3px);
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .p-gaming-pc-sub__map-item-body{
    margin-top: 15px;
  }
  .p-gaming-pc-sub__map-item-body li{
    padding: 5px 0;
    font-size: 11px;
  }
  .p-gaming-pc-sub__map-item-body li small{
    font-size: 10px;
  }
  .p-gaming-pc-sub__map-item::before{
    left: 6px;
  }
}

/*-------------------------------------
MAP補足 IntelAMDマーク
---------------------------------------*/

.p-gamingnote-pc__title-wrap{
  display:flex;
  justify-content: space-between;
  width:100%;
}
@media screen and (max-width: 767px) {
  .p-gamingnote-pc__title-wrap{
    flex-direction: column;
  } 
}
.cpu-infomation {
  margin: 5px 0;
  line-height:1.6;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  width:fit-content;
}
.cpu-infomation.--map-btm{
  margin: 20px 0 0 0;
}
.cpu-infomation p{
  width:fit-content;
}
.p-gaming-pc-sub__map-item-body .tag-cpu-intel,
.cpu-infomation .tag-cpu-intel,
.p-gaming-pc-sub__map-item-body .tag-cpu-amd,
.cpu-infomation .tag-cpu-amd {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 6px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 3px;
  margin-bottom: -1px;
}

.p-gaming-pc-sub__map-item-body .tag-cpu-intel,
.cpu-infomation .tag-cpu-intel {
  background: rgb(0, 104, 181);
}

.p-gaming-pc-sub__map-item-body .tag-cpu-amd,
.cpu-infomation .tag-cpu-amd {
  background: rgb(242, 101, 34);
}

.p-gaming-pc-sub__feature {
  padding: var(--section-gap) 0;
}

/*-------------------------------------
SMBC
---------------------------------------*/
.smbc-item{
  margin-top: 5px;
  font-size: clamp(10px, 0.58rem + 0.23vw, 12px);
  text-align:left;
}
.smbc-item .js-products-show_fee-modal-recommend{
  color: #00a1e8;
  font-weight: normal;
  text-decoration: underline;
}
.smbc-item .recItemPrice span{
  font-size: clamp(18px, 1.034rem + 0.45vw, 22px);
  font-weight: 700;
}
.smbc-item svg {
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
}

.smbc-item .recItemIcon {
  background: none;
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  padding: 0;
}
.smbc-item svg:hover,
.smbc-item .js-products-show_fee-modal-recommend:hover{
  cursor: pointer;
}
.smbc-connect {
  color: #484848;
  font-weight:normal
}


/*----------------------------------------------------
キャンペーン
----------------------------------------------------*/
.p-gaming-pc-sub__campaign {
  padding: var(--section-gap) 0;
}

.p-gaming-pc-sub__campaign .c-headline {
  display: none;
}

/*----------------------------------------------------
コラボモデル、ゲーム推奨モデル
----------------------------------------------------*/
.p-gaming-pc-sub__recommend-model section+section {
  margin-top: calc(var(--section-gap) / 2);
}

.p-gamingnote-pc-recommend-slider {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.p-gamingnote-pc-recommend-slider-list-wrapper {
  position: relative;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide {
  height: auto;
  transition: box-shadow .2s, transform .2s, border .2s;
  border-radius: 15px;
  overflow: hidden;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide:hover {
  outline: 1px solid rgba(0, 162, 230, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 162, 230, 0.1));
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}


.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a.c-panel-arrow {
  border: none;
}
.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a.c-panel-arrow::after {
  background-color: #ececec;
  border-radius: 2rem;
  right:7px;
  bottom:7px;
}
.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a.c-panel-arrow::before {
   right: 14px;
   bottom: 13px;
   border-color: #a3a3a3;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a h3 {
  padding: 15px 15px 20px 15px;
  color: #001e60;
  font-weight: 700;
}
.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a p {
  padding: 15px 15px 20px 15px;
  color: #001e60;
  font-weight: 700;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide img {
  width: 100%;
  height: auto;
}

.p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list {
  overflow: hidden;
  padding: 3px;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link {
  border: 1px solid #00a2e6;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a {
  justify-content: center;
  align-items: center;
  background: #d9f1fb;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a>h4 {
  margin-top: 0;
  text-align: center;
}

.p-gamingnote-pc-recommend-slider .js-itemsliderhasnav-swiper-button-prev {
  left: -80px;
}

.p-gamingnote-pc-recommend-slider .js-itemsliderhasnav-swiper-button-next {
  right: -80px;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet {
  border-radius: unset;
  width: 30px;
  height: 4px;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 6px;
}

.p-gamingnote-pc-recommend-slider .p-common-item-slider__scrollbar {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .p-gamingnote-pc-recommend-slider-list li.swiper-slide {
    border-radius: 6px;
  }
  
  .p-gamingnote-pc-recommend-slider-list li.swiper-slide>a.c-panel-arrow::before {
    right: 13px;
    bottom: 11px;
  }

  .p-gamingnote-pc-recommend-slider {
    padding: 0 15px;
  }

  .p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a {
    font-size: 12px;
  }

  .p-gamingnote-pc-recommend-slider .swiper-pagination-bullet {
    height: 2px;
  }
}

@media screen and (max-width:428px) {

  .c-top-slider-section .p-common-item-slider__scrollbar,
  .p-gamingnote-pc-recommend-slider .p-common-item-slider__scrollbar {
    display: none !important;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list::-webkit-scrollbar {
    background: rgba(0, 0, 0, .2);
    width: 2px;
    height: 2px;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list::-webkit-scrollbar-thumb {
    background-color: #00a2e6;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list ul.swiper-wrapper>li {
    width: 56vw;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list ul.swiper-wrapper>li:nth-of-type(n+2) {
    margin-left: 4.5vw;
  }

  .p-gamingnote-pc-recommend-slider-list li.swiper-slide>a h3 {
    padding: 13px 13px 15px 13px;
    font-size: 13px;
    font-weight: 400;
  }
  .p-gamingnote-pc-recommend-slider-list li.swiper-slide>a p {
    padding: 13px 13px 15px 13px;
    font-size: 13px;
    font-weight: 600;
  }
}

/*----------------------------------------------------
選び方のポイント
----------------------------------------------------*/
.p-gaming-pc__select-point{
  overflow: hidden;
  padding: var(--section-gap) 0;
}
.p-gaming-pc__select-point-slider{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-gaming-pc__select-point-slider .swiper-container{
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.p-gaming-pc__select-point-slider .swiper-slide{
  width: 400px;
  height: auto;
  padding: 30px 0 20px 0;
  background: #1b1b1b;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  filter: drop-shadow(0px 0px 5px #eee);
}
.point-slider-title{
  font-size: clamp(18px, 0.955rem + 0.73vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
.p-gaming-pc__select-point-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;
}
.p-gaming-pc__select-point-slider-button::after {
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.p-gaming-pc__select-point-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}
.p-gaming-pc__select-point-slider-button--prev {
  right: 80px;
  transform: rotate(-135deg);
}
.p-gaming-pc__select-point-slider-button.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}
@media screen and (max-width:767px){
  .p-gaming-pc__select-point-slider{
    width: calc(100% - 30px); 
  }
  .p-gaming-pc__select-point-slider .swiper-slide{
    width: 290px;
    padding: 20px 0;
    gap: 10px;
  }
}

/*-------------------------
選び方のポイント画像調整
-------------------------*/
.point-slider-thumb{
  position:relative;
  width:80%;
  margin:0 auto;
}
.point-slider-thumb::before,
.point-slider-thumb::after{
  position:absolute;
  content:'';
  top:0;
  width:10%;
  height:100%;
  z-index:+1;
}
.point-slider-thumb::before{
  left:0;
  background-image: linear-gradient(90deg, rgba(27, 27, 27, 1), rgba(27, 27, 27, 0));
}
.point-slider-thumb::after{
  right:0;
  background-image: linear-gradient(90deg, rgba(27, 27, 27, 0), rgba(27, 27, 27, 1));
}

/*-------------------------
選び方のポイントモーダル用
-------------------------*/
.modal-trigger {
  position: relative;
  cursor: pointer;
}
.modal-trigger::after {
  content: "＋";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
  color: #1b1b1b;
  padding: 0.6em;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  z-index:+1;
}
.modal-box {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
  z-index: 1000;
}
.modal-box.show {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  background-color: #1b1b1b;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  position: relative;
  max-width: 60%;
  max-height: 60%;
  transform: scale(0.85);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.modal-box.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1002;
}
.close-btn::after {
  content: "＋";
  background: #fff;
  color: #1b1b1b;
  padding: 0.5em;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  transform: rotate(45deg);
}
.modal-content-inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow-y: auto;
}
.p-gaming-pc__select-point-modal-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 40px;
}
.p-gaming-pc__select-point-modal-txt {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.7;
}
.p-gaming-pc__select-point-modal-link {
  margin-top: auto;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.p-gaming-pc__select-point-modal-link .c-button {
  width: 100%;
  height: 40px;
  border-radius: 40px;
}
.p-gaming-pc__select-point-modal-link .c-button--primary-blue {
  width: 100%;
  max-width: 480px;
}
.p-gaming-pc__select-point-modal-link .c-button--primary-white {
  width: 100%;
  max-width: 480px;
  color: #001e60;
  border-radius: 8px;
  font-weight: 600;
}
.p-gaming-pc__select-point-modal-link .c-button--primary-white::after {
  transform: rotate(45deg);
  border-color: #001e60;
}

.point-spec-table {
  width:100%;
  background: #fff;
  color: #1b1b1b;
  font-size: 16px;
}
.point-spec-table th,
.point-spec-table td {
  padding:10px;
  border:1px solid #ccc;
  text-align:center;
  vertical-align:middle;
}
.point-spec-table thead th {
  background:#eee;
  font-weight:700;
}
.point-spec-table thead td {
  background:#eee;
  font-weight:700;
}
.point-spec-table tbody th {
  background:#f6f6f6;
  font-weight:700;
}
.point-spec-table tbody td {
  background:#fff;
}

@media screen and (max-width: 767px) {
  small {
    font-size: 70%;
  }
  .modal-trigger::after {
    padding: 0.4em;
  }
  .modal-content {
    color: #fff;
    padding: 1em;
    max-width: 90%;
    max-height: 90%;
  }
  .modal-content-inner {
    gap: 0.5em;
  }
  .p-gaming-pc__select-point-modal-title {
    font-size: 4.27vw;
  }
  .p-gaming-pc__select-point-modal-txt {
    font-size: 3.2vw;
  }
  .p-gaming-pc__select-point-modal-link {
    flex-direction: column;
  }

  .p-gaming-pc__select-point-modal-link .c-button--primary-blue,
  .p-gaming-pc__select-point-modal-link .c-button--primary-white {
    max-width: 100%;
  }

  .point-spec-table {
    font-size: 3vw;
  }
  .point-spec-table th,
  .point-spec-table td {
    padding:5px;
  }
}

@media screen and (max-width: 437px) {
  .modal-content {
    max-height: 70%;
  }
  .point-spec-table th,
  .point-spec-table td {
    padding:3px;
  }
}

/*-------------------------------------
　FAQ
---------------------------------------*/
.faq-list{
  border-top:2px dotted #cacaca;
  counter-reset: faq-counter; 
}
.faq-list > li{
  counter-increment: faq-counter; 
  border-bottom:2px dotted #cacaca;
}
.faq-list > li summary{
  position:relative;
  padding:15px 0;
  display:flex;
  align-items: center;
  cursor:pointer;
}
.faq-list > li summary::-webkit-details-marker {
  display:none;
}
.faq-list > li summary::before{
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: calc(50% - 1px);
  right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #6d6d6d;
}
.faq-list > li summary::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: calc(50% - 7px);
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #6d6d6d;
}

.faq-list > li details[open] summary::after{
  transform: rotate(90deg);
  transition: 0.3s all;
}
.faq-list > li summary p::before{
  position:absolute;
  left:0;
  top:-0.3em;
  font-weight:700;
  content: "Q" counter(faq-counter); 
  color:#484848;
  font-size:24px;
}
.faq-list > li summary p{
  position:relative;
  padding-left:50px;
  width:calc(100% - 80px);
  font-weight:700;
  line-height:1.4;
  font-size:clamp(14px, 0.818rem + 0.24vw, 16px);
  letter-spacing:0.02em;
}

.faq-cont{
  background:#f6f6f6;
  border-radius: 20px;
  padding:20px;
  margin-bottom:30px;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  font-weight:400;
  line-height:1.6;
}
.faq-content p + p{
  margin-top:10px;
}
.faq-table caption{
  font-weight:700;
  margin-bottom:10px;
  color:#2f9494;
}
.faq-table{
  margin:20px;
  width:calc(100% - 40px);
  font-size: clamp(12px, 0.659rem + 0.45vw, 16px);
  font-weight: 400;
  line-height: 1.6;
}
.faq-table th{
  padding:10px;
  border:1px solid #ccc;
  background:var(--color-green);
  width:30%;
  text-align:center;
  font-size: clamp(12px, 0.659rem + 0.45vw, 16px)!important;
  font-weight: 400;
  line-height: 1.6;
}
.faq-table td{
  padding:10px;
  border:1px solid #ccc;
  background:#fff;
  font-weight:400;
  width:70%;
  font-size: clamp(12px, 0.659rem + 0.45vw, 16px)!important;
  font-weight: 400;
  line-height: 1.6;
}


@media screen and (max-width:767px){
  .faq-cont{
    padding:15px 10px;
    margin-bottom:20px;
  }
  .faq-list > li summary{
    padding:20px 10px;
  }
  .faq-list > li summary::before{
    right: 4px;
  }
  .faq-list > li summary::after {
    right: 10px;
  }
  .faq-list > li summary .icon{
    width:40px;
  }
  .faq-list > li summary p{
    width:calc(100% - 70px);
    font-size:13px;
  }
  .faq-list > li summary p::before{
    left:0;
    top:0;
  }
}

/*----------------------------------------------------
チャットソフト
----------------------------------------------------*/
#chatIcon,
#navigation {
  display: none !important;
}

/*-------------------------------------
購入者様レビュー
---------------------------------------*/
.user-review-wrap{
  margin-top:clamp(15px, 0.511rem + 1.82vw, 30px);
  width:100%;
  display:flex;
  gap:30px;
  flex-wrap:wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.user-review-wrap ul{
  width:calc(50% - 15px);
  display:flex;
  gap:20px;
  flex-direction: column;
}
.user-review-wrap li{
  position:relative;
  width:100%;
  background:#fff;
  border-radius: 20px;
  padding:20px;
}
.user-review-wrap .review-user{
  position:relative;
  padding-left:50px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}
.user-review-wrap .review-user::before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:40px;
  height:40px;
  background: url(../images/gamingnote-pc/icon-review-user.svg) no-repeat 50% 50% / cover;
}

.user-review-wrap .review-model{
  width:100%;
  font-weight:700;
}
.user-review-wrap .review-purchaser{
  width:50%;
}
.user-review-wrap .review-content{
  position:relative;
  padding-top:20px;
  width:100%;
  background:#f6f6f6;
  padding:20px;
  border-radius: 20px;
  line-height:1.7;
  weight 500;
  font-size:16px;
}
.user-review-wrap .review-content::before{
  position:absolute;
  content:'';
  top:-19px;
  left:20px;
  width:20px;
  height:20px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px){
  .user-review-wrap{
    flex-direction: column;
    gap: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .user-review-wrap ul{
    width:100%;
    gap:0;
  }
  .user-review-wrap li{
    border-radius: 0;
  }
  .user-review-wrap .review-purchaser {
    font-size: 12px;
  }
  .user-review-wrap .review-content{
    font-size:14px;
  }
}

/*-------------------------------------
スタッフレビュー
---------------------------------------*/
#staff-start-content .pc-btm-area__inner{
  width:100%;
  max-width:1140px;
}

#staff-start-content.pc-btm-area__section {
  margin: 0 auto;
}
.staff-reviews-list-wrapper,
.staff-reviews-products-list-wrapper {
  background: #fff;
}
.staff-review-itemname {
  margin-bottom: 1rem;
}

#staff-reviews .c-button--secondaryB-white {
  border-color: #a3a3a3;
  color: #484848;
  border-radius: 25px;
}

@media screen and (max-width:1200px) {
  .staff-start-inner {
    overflow: hidden;
  }
}

/*----------------------------------------------------
ストア・商品レビュー
----------------------------------------------------*/
.p-gaming-pc__review__content {
  padding: 51px 45px;
  border: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__content {
    padding: 0;
  }
}


/*-------------------------------------
ドスパラのパソコン一覧はこちら
all-pc-list
---------------------------------------*/
.all-pc-list {
  display: flex;
  justify-content: center;
  gap:clamp(20px, 0.682rem + 2.42vw, 40px);
  max-width:900px;
  margin:0 auto;
}
.all-pc-list li{
  flex:1;
}
@media screen and (max-width: 767px)  {
  .all-pc-list {
    flex-direction: column;
  }
  .all-pc-list li{
    width: 100%;
  }
}


/*-------------------------------------
スライダー調整用
---------------------------------------*/
@media screen and (max-width: 1320px) {
  .p-rot-banner-wrapper--campaign-pc .js-itemsliderhasnav-swiper-button-prev,
  .p-rot-banner-wrapper--campaign-pc .js-itemsliderhasnav-swiper-button-next,
  .inc-tips-slider .js-itemsliderhasnav-swiper-button-prev,
  .inc-tips-slider .js-itemsliderhasnav-swiper-button-next {
    display: none;
  }
}

