@charset "utf-8";
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
#pagetop {
opacity: 1;
position: fixed;
bottom: 30px;
right: 55px;
transition: opacity .5s;
z-index: 2;
}
#pagetop a {
background-color: rgba(51,51,51,.8);
border-radius: 5px;
color: #fff;
display: block;
font-size: 12px;
line-height: 1.5em;
padding: 5px 10px;
text-align: center;
text-decoration: none;
}
@media screen and (max-width: 767px) {
  #lp_page .u-pc-width{
    padding: 0 4vw;
  }
}
.link_review {
  margin-top: 0;
  margin-bottom: 50px;
}
.u-text-center {
  text-align: center;
}
.p-gamepc-compact {
  line-height: 1.6;
  font-size: 14px;
}
.p-gamepc-compact img {
  max-width: 100%;
  height: auto;
}
.p-gamepc-compact .c-section {
  padding: 40px 0;
  margin: 0;
}
.p-gamepc-compact .c-section.c-section--overflow {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: auto;
}
.p-gamepc-compact .c-section.c-section--overflow.p-gaming-pc-sub__reccomend {
  padding-left: 0;
  padding-right: 0;
}
.p-gamepc-compact .c-section--blue {
  background: #004da1;
  color: #fff;
}
.p-gamepc-compact .c-section--light-blue {
  background: #ecf8fd;
}
.p-gamepc-compact .c-section--light-blue2 {
  background: #e5f7ff;
}
.p-gamepc-compact .c-section--light-blue3 {
  background: #f2f8ff;
}
.p-gamepc-compact .c-section--gray {
  background: #f3f3f3;
}

@media screen and (min-width: 768px) {
  .p-gamepc-compact .c-section {
    padding: 60px 0;
  }
}
.p-gamepc-compact .c-section.p-gamepc-compact__kv {
  text-align: center;
  margin: 44px auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-gamepc-compact__kv {
    margin: 30px auto;
  }
  .p-gamepc-compact__kv picture {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
  }
  .p-gamepc-compact__kv img {
    width: 91.7%;
  }
}
.p-gamepc-compact__container {
  margin-top: 40px;
  gap: 60px;
  align-items: flex-start;
}
.p-gamepc-compact__sidebar {
  width: 20%;
  min-width: 200px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-gamepc-compact__container {
    margin-top: 30px;
  }
  .p-gamepc-compact__sidebar {
    display: none;
  }
}
.p-gamepc-compact-menu {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  background: #f7f7f7;
  color: #000;
}
.p-gamepc-compact-menu ul {
  padding-left: 12px;
}
.p-gamepc-compact-menu li + li {
  border-top: 1px solid #aaa;
}
.p-gamepc-compact-menu a:hover {
  text-decoration: underline;
}
.p-gamepc-compact-menu__header {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.p-gamepc-compact-menu__header > a,
.p-gamepc-compact-menu__header > span:not(.p-gamepc-compact-menu__arrow) {
  flex: 0 1 auto;
  padding: 1em 0;
  font-weight: bold;
}
.p-gamepc-compact-menu > li > .p-gamepc-compact-menu__header > a,
.p-gamepc-compact-menu > li > a {
  padding: 1em 0.5em;
  font-weight: bold;
  display: block;
  width: fit-content;
}
.p-gamepc-compact-menu__arrow {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
}
.p-gamepc-compact-menu__arrow::before {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}
.p-gamepc-compact-menu__arrow.is-open {
  transform: rotateZ(180deg);
}
.p-gamepc-compact-menu__child .p-gamepc-compact-menu__arrow::before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-gamepc-compact-menu__child {
  font-size: max(0.9em, 12px);
  padding-bottom: 8px;
  display: none;
}
.p-gamepc-compact-menu__child.p-gamepc-compact-menu__child--no-border {
  font-weight: 400;
}
.p-gamepc-compact-menu__child.p-gamepc-compact-menu__child--no-border li {
  padding-right: 0.2em;
}
.p-gamepc-compact-menu__child.p-gamepc-compact-menu__child--no-border li + li {
  border: 0;
  margin-top: 1em;
}
.p-gamepc-compact__main {
  width: calc(80% - 30px);
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .p-gamepc-compact__main {
    max-width: calc(100% - 230px);
  }
}
.p-gamepc-compact__main .c-section:first-child {
  padding-top: 0;
}
.p-gamepc-compact__lead .p-gamepc-compact__h2 {
  display: block;
  border-bottom: 3px solid #004da1;
  padding-bottom: 15px;
  text-align: left;
}
.p-gamepc-compact__lead picture {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .p-gamepc-compact__lead .p-gamepc-compact__h2 {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-gamepc-compact__lead picture {
    margin-top: 60px;
  }
}
.p-gamepc-compact__main hr {
  color: #999;
  margin: 50px 0;
}
.p-gamepc-compact__index {
  padding: 44px 20px 38px 54px;
  border: 1px solid #000;
  border-radius: 5px;
  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;
}
.p-gamepc-compact__h2--white {
  color: #fff;
}
.p-gamepc-compact__h2--white .p-gamepc-compact__h2__num {
  background: #fff;
  color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-gamepc-compact__h2,
  .p-gaming-pc-sub__reccomend__title .p-gamepc-compact__h2 {
    font-size: 21px;
    gap: 4px;
  }
  .p-gamepc-compact__h2__num {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}
.p-gamepc-compact__box {
  border: 1px solid #000;
  padding: 10px;
  margin: 20px auto;
}
.p-gamepc-compact__box--white {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-gamepc-compact__box {
    margin: 30px;
    padding: 16px 26px;
  }
}
.p-gamepc-compact__h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.2em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-gamepc-compact__h3 {
    font-size: 14px;
  }
}
.p-gamepc-compact__h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.p-gamepc-compact__h4--disc {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.p-gamepc-compact__h4--disc::before {
  content: "・";
}
.p-gamepc-compact__products .p-products-all-item {
  outline: none;
  margin-top: 50px;
}
.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: 20px 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: 0 15px;
    max-width: 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;
  }
}
.p-gamepc-compact__reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 48px;
  margin-top: 20px;
}
.p-gamepc-compact__reviews li {
  width: calc((100% - 48px) / 2);
  display: flex;
}
.p-gamepc-compact__review {
  position: relative;
  padding: 36px 20px;
  background: #d7f2fd;
  border-radius: 8px;
  font-weight: 500;
  margin: 20px 0;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.p-gamepc-compact__review::before,
.p-gamepc-compact__review::after {
  position: absolute;
  display: block;
  width: 50px;
  height: auto;
  min-height: 50px;
  aspect-ratio: 131/ 150;
  content: "";
}
.p-gamepc-compact__review::before {
  background: no-repeat url(../images/icon-quote-left.webp) center/contain;
  top: 0;
  left: 20px;
  transform: translateY(-40%);
}
.p-gamepc-compact__review::after {
  background: no-repeat url(../images/icon-quote-right.webp) center/contain;
  bottom: 0;
  right: 20px;
  transform: translateY(40%);
}
.p-gamepc-compact__review i {
  font-size: 54px;
  color: #007CAD;
}

@media screen and (max-width: 767px) {
  .p-gamepc-compact__reviews {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .p-gamepc-compact__reviews li {
    width: auto;
  }
  .p-gamepc-compact__review {
    padding: 22px 15px;
    font-size: 12px;
  }
  .p-gamepc-compact__review::before,.p-gamepc-compact__review::after {
    width: 36px;
  }
  .p-gamepc-compact__review::before {
    left: 15px;
  }
  .p-gamepc-compact__review::after {
    right: 15px;
  }
}
.p-gamepc-compact__faq {
  margin-top: 30px;
}
.p-gamepc-compact__faq__q {
  display: flex;
  background: #f5f5f5;
  padding: 13px;
}
.p-gamepc-compact__faq__a {
  display: flex;
  padding: 13px;
  border: 1px solid #000;
  font-weight: 500;
}
.p-gamepc-compact__faq__pre {
  font-weight: bold;
}
.p-gamepc-compact__faq__q .p-gamepc-compact__faq__pre {
  color: #004da1;
}
.p-gamepc-compact__faq__a .p-gamepc-compact__faq__pre {
  color: #f00;
}
@media screen and (min-width: 768px), print {
  .p-gamepc-compact__faq__q,
  .p-gamepc-compact__faq__a {
    padding: 18px;
  }
}


.p-gaming-pc-sub__reccomend__inr {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.p-gamepc-compact__size {
  margin: 15px auto;
  width: fit-content;
}
.p-gamepc-compact__size > dt {
  text-align: center;
}
.p-gamepc-compact__size > dd dt,
.p-gamepc-compact__size > dd dd {
  display: inline-block;
  font-weight: 400;
}
.p-gamepc-compact__size > dd dt::after {
  content: ":";
}