@charset "UTF-8";

/*コンテンツインナー*/
.contents-inner {
  width:calc(100% - 30px);
  max-width:1140px;
  text-align:left;
  margin:auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__map-item-stkname .p-product-show-detail__delivery-label--red {
    padding: 3px 12px 2px 12px;
    font-size: 12px;
  }
}

/*---------------------
タグ
-----------------------*/
.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;
  }
}

/*----------------------------------------------------
ラインアップスライダー
p-gaming-pc-sub__map
p-gaming-pc-sub__series
----------------------------------------------------*/
.p-gaming-pc-sub__series{
  overflow: hidden;
}
.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;
}

@media screen and (max-width:767px){
  .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{
    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__top{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.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 .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;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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 .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マーク
---------------------------------------*/

.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);
}
