@charset "utf-8";
:root {
  --page-red: #D50B0B;
  --page-blue: #004AB9;
  --page-green: #00681C;
  --page-yellow: #FFD100;
  --page-gray: #303030;
  --page-light-gray: #3B3B3B;
  --page-table-border: #545454;
}
.page a {
}
.page a:hover {
  opacity: 1;
  text-decoration: none;
}
.page .note {
  font-size: 0.85em;
}
.page .i {
  font-style: italic;
}
.page {
  color: #FFF;
}
.page > section {
  background-color: #141414;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.page header {
  min-height: 330px;
  position: relative;
}
.page header h2 {
  margin: 0;
  padding: 0;
}
.page header p {
  left: 40px;
  position: absolute;
  top: 200px;
  width: 640px;
}
.page header + .bn {
  background-image: url("/parts/contents/gamingpc/gaming_title_bn.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #FFF;
  border-radius: 8px;
  height: 184px;
  margin: 0 auto;
  opacity: 0.65;
  width: 860px;
}
.page header + .bn:hover {
  border: solid 1px var(--page-yellow);
  opacity: 1;
}
.page header + .bn a {
  border-radius: 8px;
  display: block;
  height: 100%;
  width: 100%;
}
.page header + .bn a:hover {
  box-shadow: 0px 0px 20px 8px #53460F inset;
}
.page > section > section {
  margin: 3rem auto 0 auto;
  width: 860px;
}
.page .price::after {
  content: "";
}
.page h3 {
  align-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #000;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
  margin: 0 0 1.5rem 0;
  padding: 2px 0;
}
.page .rank h3 {
  background-image: url("/parts/contents/gamingpc/ttl_bg_1.png");
  border-color: var(--page-red);
}
.page .price h3 {
  background-image: url("/parts/contents/gamingpc/ttl_bg_2.png");
  border-color: var(--page-blue);
}
.page .spec h3 {
  background-image: url("/parts/contents/gamingpc/ttl_bg_3.png");
  border-color: var(--page-green);
}
.page table {
  border: solid 1px var(--page-table-border);
  font-size: 1rem;
  margin: 1.5rem 0;
  width: 100%;
}
.page table th,
.page table td {
  border-bottom: dotted 1px var(--page-table-border);
  border-right: solid 1px var(--page-table-border);
  padding: 0.75rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.page table tr:last-of-type th,
.page table tr:last-of-type td {
  border-bottom: none;
}
.page table th {
  color: #FFF;
  font-weight: bold;
}
.page table tr:first-of-type th {
  background-color: var(--page-gray);
}
.page table tr:first-of-type th:last-of-type {
  border-right: none;
}
.page table td {
  color: #ACACAC;
}
.page table td:last-of-type {
  border-right: none;
}
.page .btn {
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-decoration: none;
}
.page .btn li {
  background-color: var(--page-gray);
  background-image: url("/parts/contents/gamingpc/arrow.png");
  background-position: bottom 15px center;
  background-repeat: no-repeat;
  border: solid 1px #545454;
  border-radius: 8px;
  height: 170px;
  opacity: 0.75;
  width: 32%;
}
.page .btn li:hover {
  background-color: #000;
  border: solid 1px #000;
  opacity: 1;
}
.page .rank .btn li:hover {
  border-color: var(--page-red);
  box-shadow: 0px 0px 20px 8px #600A0A inset;
}
.page .price .btn li:hover {
  border-color: var(--page-blue);
  box-shadow: 0px 0px 20px 8px #11233D inset;
}
.page .spec .btn li:hover {
  border-color: var(--page-green);
  box-shadow: 0px 0px 20px 8px #0E3917 inset;
}
.page .btn li a {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 15px 0;
  height: 100%;
  width: 100%;
}
.page .btn p {
  color: #FFF;
  text-align: center;
}
.page .rank .btn p {
  border-top: solid 1px #FFF;
  line-height: 1.3;
  margin-top: 8px;
  padding-top: 8px;
  width: 80%;
}
@media screen and (min-width:441px) {
  .page {
    font-size: 1.15rem;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    width: 940px;
  }
  .page p:not(:first-of-type) {
    padding: 1rem 0 0 0;
  }
  .page a:hover {
    transition: all 0.3s 0s ease;
  }
  .page .btn li:has(a):hover {
    transition: all 0.3s 0s ease;
  }
}
@media screen and (max-width:440px) {
  .page {
    font-size: 0.85rem;
    padding-bottom: 2rem;
  }
  .page p:not(:first-of-type) {
    padding: 0.65rem 0 0 0;
  }
  .page header {
    display: block;
    min-height: auto;
  }
  .page h1 {
    margin: 0.5rem auto;
    padding: 0;
    width: 92%;
  }
  .page h2 {
    font-size: 0.85rem;
    margin: 1rem 0 0 0;
    padding: 0 4%;
  }
  .page header p {
    position: relative;
    background-image: url("/parts/contents/gamingpc/intro_sp.png");
    background-position: top right 4%;
    background-repeat: no-repeat;
    background-size: 30%;
    left: 0;
    top: 0;
    padding-right: 30%;
    padding-left: 4%;
    width: 100%;
  }
  .page header + .bn {
    background-size: contain;
    border: solid 1px var(--page-yellow);
    border-radius: 8px;
    height: 5rem;
    margin: 1rem auto;
    opacity: 1;
    width: 92%;
  }
  .page header + .bn a:hover {
    box-shadow: none;
  }
  .page section {
    margin-top: 2rem;
  }
  .page > section {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .page > section > section,
  .page > section > div,
  .page > section > p,
  .page > section > dl {
    width: 92%;
    margin: 2rem auto;
  }
  .page h3 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }
  .page h3 span {
    line-height: 1.4;
    padding: 0.75rem 4%;
  }
  .page table {
    font-size: 0.85rem;
    margin: 0 0 1.5rem 0;
    width: 800px;
  }
  .page .btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
  }
  .page .btn li {
    background-position: bottom 10px center;
    background-size: 15%;
    height: 6.5rem;
    opacity: 1;
    padding: 0 0.5rem;
    width: 32%;
  }
  .page .rank .btn li {
    border-color: var(--page-red);
  }
  .page .price .btn li {
    border-color: var(--page-blue);
  }
  .page .spec .btn li {
    border-color: var(--page-green);
  }
  .page .rank .btn li:hover,
  .page .price .btn li:hover,
  .page .spec .btn li:hover {
    box-shadow: none;
  }
  
  .page .btn li:hover {
    border: solid 1px #545454;
    opacity: 1;
  }
  .page .rank .btn li:hover,
  .page .price .btn li:hover,
  .page .spec .btn li:hover {
    border: solid 1px #545454;
    box-shadow: none;
  }
  .page .btn li a {
    padding: 0 0 10px 0;
  }
  .page .btn p {
    color: #FFF;
    text-align: center;
  }
  .page .rank .btn p {
    font-size: 0.75rem;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
  }
}