@charset "utf-8";
.link_review {
  margin-top: 0;
  margin-bottom: 50px;
}
.p-100k-gaming-pc {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-100k-gaming-pc {
    font-size: 14px;
  }
}
.p-100k-gaming-pc img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-100k-gaming-pc .c-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-100k-gaming-pc .c-section.p-100k-gaming-pc__kv {
  margin: 0 auto;
}
.p-100k-gaming-pc__container {
  margin-top: 80px;
  gap: 30px;
  align-items: flex-start;
}
.p-100k-gaming-pc__sidebar {
  width: 20%;
  min-width: 200px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-100k-gaming-pc__container {
    margin-top: 40px;
  }
  .p-100k-gaming-pc__sidebar {
    display: none;
  }
}
.p-100k-gaming-pc__main {
  width: 80%;
  flex: 1 1 auto;
}
.p-100k-gaming-pc__main hr {
  color: #999;
  margin: 50px 0;
}
.p-100k-gaming-pc__index {
  padding: 44px 20px 38px 54px;
  border: 1px solid #000;
  border-radius: 5px;
  width: fit-content;
  margin: 80px auto;
}

.p-100k-gaming-pc__index__inner {
  display: flex;
  align-items: center;
  gap: 54px;
}
.p-100k-gaming-pc__index__title {
  max-width: 131px;
}
.p-100k-gaming-pc__index__title img {
  width: 100%;
  height: auto;
}
.p-100k-gaming-pc__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-100k-gaming-pc__index__table li:not(:first-child) {
  margin-top: 6px;
}
.p-100k-gaming-pc__index__table a:hover {
  background: #004da1;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-100k-gaming-pc__index {
    padding: 44px 10px;
    margin: 40px auto;
  }
  .p-100k-gaming-pc__index__inner {
    flex-direction: column;
    gap: 15px;
  }
  .p-100k-gaming-pc__index__table li:not(:first-child) {
    margin-top: 11px;
  }
  .p-100k-gaming-pc__index__table a {
    font-size: 16px;
  }
}

.p-100k-gaming-pc__h2 {
  font-weight: bold;
  font-size: min(3.8vw, 36px);
  color: #000;
  margin-bottom: 0.8em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-100k-gaming-pc__h2 {
    font-size: 22px;
  }
}
.p-100k-gaming-pc__h3 {
  font-weight: bold;
  font-size: 22px;
  color: #000;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-100k-gaming-pc__h3 {
    font-size: 16px;
  }
}
.p-100k-gaming-pc__h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.p-100k-gaming-pc__h4--disc {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.p-100k-gaming-pc__h4--disc::before {
  content: "・";
}
.p-100k-gaming-pc__products .p-products-all-item {
  outline: none;
}
.p-100k-gaming-pc__products .u-pc-width {
  display: contents;
}
.p-100k-gaming-pc__products .productMoreGrid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 50px;
  margin: 20px auto;
  width: fit-content;
}
.p-100k-gaming-pc__products .productMoreGrid .p-products-all-item__item {
  max-width: 300px;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-100k-gaming-pc__products .p-products-all-item-product {
    display: contents;
  }
}

.p-100k-gaming-pc__products .p-products-all-item-product__image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 250/230;
}
.p-100k-gaming-pc__products .p-products-all-item-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-100k-gaming-pc__products .p-products-all-item-product__name .c-flex {
  justify-content: space-between;
}
.p-100k-gaming-pc__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-100k-gaming-pc__products .p-products-all-item-product__number {
  font-size: 22px;
}
.p-100k-gaming-pc__products .p-products-all-item-product__spec__item {
  min-width: 9em;
  padding: 4px 0;
  margin-right: 10px;
}
.p-100k-gaming-pc__products .p-products-all-item-product__spec__item::after {
  display: none;
}
.p-100k-gaming-pc__products .p-products-all-item-product__spec__text {
  padding: 4px 0;
  font-size: 12px;
}
.p-100k-gaming-pc__products .p-products-all-item-product > .p-products-all-item-product__buttons {
  flex-direction: column;
}
.p-100k-gaming-pc__products .p-products-all-item-product > .p-products-all-item-product__buttons .p-products-all-item-product__link--detail,.p-100k-gaming-pc__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-100k-gaming-pc__products .p-products-all-item-product > .p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  margin-top: 15px;
}
.p-100k-gaming-pc__products .productMoreGrid .p-products-all-item__item:nth-child(n+5),
.p-100k-gaming-pc__products .productMoreButton {
  display: none;
}
.p-100k-gaming-pc__products__footer {
  text-align: right;
}

@media screen and (max-width: 979px) {
  .p-100k-gaming-pc__products .productMoreGrid {
    grid-template-columns: auto;
    gap: 0;
  }
  .p-100k-gaming-pc__products .productMoreGrid .p-products-all-item__item {
    padding: 0 15px;
    max-width: none;
  }
  .p-100k-gaming-pc__products .p-products-all-item__item + .p-products-all-item__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a3a3a3;
  }
  .p-100k-gaming-pc__products .p-products-all-item-product__name__text {
    font-size: 14px;
  }
  .p-100k-gaming-pc__products__footer {
    margin-top: 14px;
  }
  .p-100k-gaming-pc__products__footer .c-link {
    font-size: 14px;
  }
}
.p-100k-gaming-pc__reviews {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.p-100k-gaming-pc__review {
  position: relative;
  padding: 36px 20px;
  background: #f0fbff;
  border-radius: 8px;
  font-weight: 500;
  color: #777;
  margin: 20px 0;
  letter-spacing: 0.05em;
}
.p-100k-gaming-pc__review::before,
.p-100k-gaming-pc__review::after {
  position: absolute;
  display: block;
  width: 50px;
  height: auto;
  min-height: 50px;
  aspect-ratio: 131/ 150;
  content: "";
}
.p-100k-gaming-pc__review::before {
  background: no-repeat url(../images/icon-quote-left.webp) center/contain;
  top: 0;
  left: 20px;
  transform: translateY(-40%);
}
.p-100k-gaming-pc__review::after {
  background: no-repeat url(../images/icon-quote-right.webp) center/contain;
  bottom: 0;
  right: 20px;
  transform: translateY(40%);
}
.p-100k-gaming-pc__review i {
  font-size: 54px;
  color: #007CAD;
}

@media screen and (max-width: 767px) {
  .p-100k-gaming-pc__reviews {
    gap: 0;
  }
  .p-100k-gaming-pc__review {
    padding: 22px 15px;
    font-size: 14px;
  }
  .p-100k-gaming-pc__review::before,.p-100k-gaming-pc__review::after {
    width: 36px;
  }
  .p-100k-gaming-pc__review::before {
    left: 15px;
  }
  .p-100k-gaming-pc__review::after {
    right: 15px;
  }
}