@charset "utf-8";


.p-gamepc-compact__index {
  padding: 44px 20px 38px 54px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
}

.p-gamepc-compact__index__inner {
  display: flex;
  align-items: center;
  gap: 54px;
}

.p-gamepc-compact__index__title {
  max-width: 131px;
}

.p-gamepc-compact__index__title img {
  width: 100%;
  height: auto;
}

.p-gamepc-compact__index__table a {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0.1em 0.5em 0.1em 1.6em;
  text-indent: -1.1em;
}

.p-gamepc-compact__index__table li:not(:first-child) {
  margin-top: 6px;
}

.p-gamepc-compact__index__table a:hover {
  background: #004da1;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-gamepc-compact__index {
    padding: 44px 10px;
  }

  .p-gamepc-compact__index__inner {
    flex-direction: column;
    gap: 15px;
  }

  .p-gamepc-compact__index__table li:not(:first-child) {
    margin-top: 11px;
  }

  .p-gamepc-compact__index__table a {
    font-size: 16px;
  }
}













.p-gamepc-compact__h2,
.p-gaming-pc-sub__reccomend__title .p-gamepc-compact__h2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  font-weight: bold;
  font-size: min(3.8vw, 28px);
  color: #484848;
  margin-bottom: 1.5em;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.025em;
  font-style: normal;
}

.p-gamepc-compact__h2__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #004da1;
  color: #fff;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {

  .p-gamepc-compact__h2,
  .p-gaming-pc-sub__reccomend__title .p-gamepc-compact__h2 {
    font-size: 20px;
    gap: 4px;
  }

  .p-gamepc-compact__h2__num {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}






























.p-gamepc-compact__products .p-products-all-item {
  outline: none;
  margin: 2rem 0;
  padding: 0;
}

.p-gamepc-compact__products .u-pc-width {
  display: contents;
}

.p-gamepc-compact__products .p-products-all-item__results {
  max-width: 100%;
}

.p-gamepc-compact__products .productMoreGrid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
  margin: 0 auto;
  width: fit-content;
}

.p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
  max-width: 300px;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-gamepc-compact__products .p-products-all-item-product {
    display: contents;
  }
}

.p-gamepc-compact__products .p-products-all-item-product__image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 250/230;
}

.p-gamepc-compact__products .p-products-all-item-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-gamepc-compact__products .p-products-all-item-product__name .c-flex {
  justify-content: space-between;
}

.p-gamepc-compact__products .p-products-all-item-product__name__text {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-gamepc-compact__products .p-products-all-item-product__number {
  font-size: 22px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec {
  margin-bottom: 15px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__item {
  min-width: 9em;
  padding: 4px 0;
  margin-right: 10px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__item::after {
  display: none;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__text {
  padding: 4px 0;
  font-size: 12px;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons {
  margin-top: auto;
  flex-direction: column;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--detail,
.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  margin-top: 15px;
}

.p-gamepc-compact__products .productMoreGrid .p-products-all-item__item:nth-child(n+5),
.p-gamepc-compact__products .productMoreButton {
  display: none;
}

.p-gamepc-compact__products__footer {
  text-align: right;
}

@media screen and (max-width: 1299px) {
  .p-gamepc-compact__products .productMoreGrid {
    grid-template-columns: repeat(2, auto);
  }
}



@media screen and (max-width: 979px) {
  .p-gamepc-compact__products .productMoreGrid {
    grid-template-columns: auto;
    gap: 0;
  }

  .p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
    padding: 1rem;
    border: none;
  }

  .p-gamepc-compact__products .p-products-all-item__item+.p-products-all-item__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a3a3a3;
  }

  .p-gamepc-compact__products .p-products-all-item-product__name__text {
    font-size: 14px;
  }

  .p-gamepc-compact__products__footer {
    margin-top: 14px;
  }

  .p-gamepc-compact__products__footer .c-link {
    font-size: 14px;
  }
}