@charset "UTF-8";

/*-------------------------------------
　変数設定
---------------------------------------*/
:root {
  --grid-gap-x: 0.5rem;
  --section-gap: 60px;
}

@media screen and (max-width:767px) {
  :root {
    --section-gap: 30px;
  }
}

/*-------------------------------------
　KV
---------------------------------------*/
.kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 10px 0;
  background: url(../images/gamingnote-pc/bg-kv.webp) no-repeat 50% 50% / cover;
  border-top: 0;
}

.kv img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width:1140px) {
  .kv {
    height: auto;
    aspect-ratio: 1920/300;
  }
}

@media screen and (max-width:767px) {
  .kv {
    padding: 2.93vw 4vw 1.07vw 4vw;
    aspect-ratio: 375/140;
    background: url(../images/gamingnote-pc/bg-kv-sp.webp) no-repeat 50% 50% / cover;
  }
}

/*-------------------------------------
　タイトル
---------------------------------------*/
.p-gamingnote-pc__title {
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  font-size: 36px;
  color: #001e60;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: calc((60 * 1em) / 1000);
}

.p-gamingnote-pc__title small {
  position: static;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  bottom: 0;
}

@media screen and (max-width:767px) {
  .p-gamingnote-pc__title {
    margin: 0 0 10px 0;
    font-size: 22px;
  }

  .p-gamingnote-pc__title small {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
  }
}

/*-------------------------------------
　ゲーミングノートPCを選ぶ
---------------------------------------*/
.p-gaming-pc-sub__select-from {
  padding: 20px 0 40px 0;
  background: #001e60;
}

.p-gaming-pc-sub__select-from svg {
  height: 1em;
}

.p-gaming-pc-sub__select-from h2 {
  display: flex;
  gap: 0.75em;
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: 700;
}

.p-gaming-pc-sub__select-from h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.p-gaming-pc-sub__select-from .grid-container+.grid-container {
  margin-top: 2rem;
}

.p-gaming-pc-sub__select-from .c-button--primary-white {
  width: 100%;
  color: #001e60;
  font-size: 20px;
}

.p-gaming-pc-sub__select-from .c-button--primary-white::before {
  background-color: #b2e3f7;
  opacity: 1;
}

.p-gaming-pc-sub__select-from .c-button--primary-white::after {
  border-color: #a3a3a3;
}

.p-gaming-pc-sub__select-from .icon-in-c-button__wrapper {
  position: relative;
}

.p-gaming-pc-sub__select-from .icon-in-c-button {
  background: #00a2e6;
  color: #fff;
  font-size: 10px;
  padding: 0.25em 0.5em;
  border-radius: 0 0 0.25em 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.p-gaming-pc-sub__select-from .c-button--primary-white-pickup {
  gap: 0.5em;
  background: #e5f6fc;
}

.p-gaming-pc-sub__select-from .strong-sp {
  font-weight: 400;
}

.p-gaming-pc-sub__select-from details {
  position: relative;
}

.p-gaming-pc-sub__select-from details summary::-webkit-details-marker {
  display: none;
}

.p-gaming-pc-sub__select-from details summary.c-button--primary-white {
  cursor: pointer;
  gap: 0.5em;
}

.p-gaming-pc-sub__select-from details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}

.p-gaming-pc-sub__select-from details ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
}

.p-gaming-pc-sub__select-from details[open] ul {
  opacity: 1;
}

.p-gaming-pc-sub__select-from details[open] summary.c-button--primary-white {
  background: #ececec;
}

.p-gaming-pc-sub__select-from details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}

.p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
}

.p-gaming-pc-sub__select-from details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}

@media screen and (max-width:767px) {
  :root {
    --grid-gap-fluid: 0.5rem;
  }

  .p-gaming-pc-sub__select-from {
    padding: 30px 15px;
    background: #e5edf5;
  }

  .p-gaming-pc-sub__select-from h2 {
    margin: -30px -15px 16px -15px;
    padding: 8px 15px;
    background: #001e60;
  }

  .p-gaming-pc-sub__select-from h3 {
    margin: 0 0 8px 0;
    color: #001e60;
    font-size: 12px;
    font-weight: 400;
  }

  .p-gaming-pc-sub__select-from .grid-container+.grid-container {
    margin-top: 0.6rem;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white {
    height: auto;
    padding: 11px;
    font-size: 10px;
    border-color: #ececec;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1;
    align-items: baseline;
    gap: 2px;
    white-space: nowrap;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white::after {
    display: none;
  }

  .p-gaming-pc-sub__select-from .icon-in-c-button {
    padding: 0.14em 0.5em;
    border-radius: 0.25em 0;
    font-size: 9px;
    top: -3px;
    left: -3px;
  }

  .p-gaming-pc-sub__select-from .strong-sp {
    font-weight: 700;
    font-size: 18px;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white-spec {
    padding: 6px 11px;
    align-items: center;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white-pickup {
    padding: 8px 11px;
    font-size: 12px;
    align-items: center;
    background: #fff;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white-pickup svg {
    height: 18px;
  }

  .p-gaming-pc-sub__select-from details{
    height: 100%;
  }
  
  .p-gaming-pc-sub__select-from details ul {
    top: 45px;
  }

  .p-gaming-pc-sub__select-from details summary.c-button--primary-white {
    flex-direction: column;
    text-align: center;
    height: 100%;
  }
  .p-gaming-pc-sub__select-from details summary.c-button--primary-white .u-pc-hide{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .p-gaming-pc-sub__select-from details summary.c-button--primary-white::after {
    display: block;
    right: 15px;
  }

  .p-gaming-pc-sub__select-from details summary.c-button--primary-white strong {
    font-size: 16px;
  }

  .p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white {
    font-size: 14px;
    justify-content: flex-start;
    padding: 11px 36px 11px 11px;
  }

  .p-gaming-pc-sub__select-from details[open] ul li .c-button--primary-white::after {
    display: block;
    right: 15px;
  }
}
.p-gaming-pc__condition__title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-gaming-pc__condition__title-icon{
  margin-right: .5em;
}

/*-------------------------------------
 ガレリアが選ばれる理由
---------------------------------------*/
.p-gaming-pc-sub__reason {
  padding: 30px 0;
  background: url(../images/gamingnote-pc/bg-reason.webp) no-repeat center/cover;
}

.p-gaming-pc-sub__reason h2 {
  margin: 0 auto 20px 0;
  text-align: center;
}

.p-gaming-pc-sub__reason h2 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px #060034;
  line-height: 2em;
  letter-spacing: calc((60 * 1em) / 1000);
}

.p-gaming-pc-sub__reason-item {
  padding-left: 60px;
  color: #fff;
  text-shadow: 0 0 10px #060034;
  position: relative;
}

.p-gaming-pc-sub__reason-item::before {
  position: absolute;
  left: -28px;
  top: 43%;
  transform: translateY(-50%);
  font-family: Roboto;
  font-weight: 900;
  font-style: italic;
  font-size: 110px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  text-shadow: none;
}

.p-gaming-pc-sub__reason-item:nth-child(1)::before {
  content: "1";
}

.p-gaming-pc-sub__reason-item:nth-child(2)::before {
  content: "2";
}

.p-gaming-pc-sub__reason-item:nth-child(3)::before {
  content: "3";
}

.p-gaming-pc-sub__reason-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.p-gaming-pc-sub__reason-item p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width:1440px) {
  .p-gaming-pc-sub__reason {
    padding: 2.08vw 0;
  }

  .p-gaming-pc-sub__reason h2 {
    margin: 0 auto 1.39 0;
  }

  .p-gaming-pc-sub__reason h2 span {
    font-size: 1.39vw;
    text-shadow: 0 0 0.69vw #060034;
  }

  .p-gaming-pc-sub__reason-item {
    padding-left: 4.17vw;
    text-shadow: 0 0 0.69vw #060034;
  }

  .p-gaming-pc-sub__reason-item::before {
    left: -1.94vw;
    font-size: 7.64vw;
  }

  .p-gaming-pc-sub__reason-item h3 {
    margin-bottom: 0.83vw;
    font-size: 1.39vw;
  }

  .p-gaming-pc-sub__reason-item p {
    font-size: 0.97vw;
  }
}

@media screen and (max-width:767px) {
  .p-gaming-pc-sub__reason .u-pc-width {
    padding: 0 4vw;
  }

  .p-gaming-pc-sub__reason {
    padding: 5.87vw 0;
    background: url(../images/gamingnote-pc/bg-reason-sp.webp) no-repeat center/cover;
  }

  .p-gaming-pc-sub__reason h2 span {
    font-size: 3.73vw;
    text-shadow: 0 0 2.67vw #060034;
  }

  .p-gaming-pc-sub__reason-item {
    padding-left: 10.67vw;
  }

  .p-gaming-pc-sub__reason-item+.p-gaming-pc-sub__reason-item {
    margin-top: 4vw;
  }

  .p-gaming-pc-sub__reason-item::before {
    left: 0px;
    font-size: 10.67vw;
  }

  .p-gaming-pc-sub__reason-item h3 {
    margin-bottom: 0.53vw;
    font-size: 4vw;
  }

  .p-gaming-pc-sub__reason-item p {
    font-size: 2.67vw;
  }
}

/*-------------------------------------
 ランキング
---------------------------------------*/
:root {
  --recommend-model-gap: 1rem;
  --recommend-model-cols: 4;
}

.p-gaming-pc-sub__reccomend {
  padding: var(--section-gap) 0;
}

.p-gaming-pc-sub__reccomend__title--info {
  margin: 0 0 36px 0;
  color: #00a2e6;
  text-align: center;
}

.p-gaming-pc-sub__reccomend__title--info svg {
  height: 1em;
}

.p-gaming-pc-sub__reccomend__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--recommend-model-gap);
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow {
  width: calc((100% - var(--recommend-model-gap) * (var(--recommend-model-cols) - 1)) / var(--recommend-model-cols));
  border: solid 1px #a3a3a3;
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow::after {
  background-color: #a3a3a3;
}

.p-gaming-pc-sub__reccomend__list ul li .p-gaming-pc-sub__reccomend__card::after {
  content: "";
  width: 48px;
  height: 40px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.p-gaming-pc-sub__reccomend__list ul li .p-gaming-pc-sub__reccomend__card::before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.p-gaming-pc-sub__reccomend__list ul li:nth-child(1) .p-gaming-pc-sub__reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-1.webp) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li:nth-child(2) .p-gaming-pc-sub__reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-2.webp) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li:nth-child(3) .p-gaming-pc-sub__reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-3.webp) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li:nth-child(4) .p-gaming-pc-sub__reccomend__card::after {
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-4.webp) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li.coupon-model .p-gaming-pc-sub__reccomend__card::before {
  background: url(../images/gamingnote-pc/icon-coupon-model.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li.recommend-model .p-gaming-pc-sub__reccomend__card::before {
  background: url(../images/gamingnote-pc/icon-recommend-model.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__list ul li.entry-model .p-gaming-pc-sub__reccomend__card::before {
  background: url(../images/gamingnote-pc/icon-entry-model.svg) no-repeat 50% 50% / cover;
}

.p-gaming-pc-sub__reccomend__card {
  padding: 1rem;
  position: relative;
}

.p-gaming-pc-sub__reccomend__card__rank-icon {
  position: absolute;
  top: 0.5rem;

  left: 1rem;
  width: 48px;
  height: 40px;
}

.p-gaming-pc-sub__reccomend__card__rank-icon img {
  width: 100%;
}

.p-gaming-pc-sub__reccomend__list #icon-coupon-model,
.p-gaming-pc-sub__reccomend__list #icon-recommend-model {
  width: 110px;
  margin: -0.5rem 0 0 -1rem;
}

.p-gaming-pc-sub__reccomend__list #icon-recommend-model {
  display: none;
}

.p-gaming-pc-sub__reccomend__card__img {
  width: 100%;
  margin-bottom: 1rem;
}

.p-gaming-pc-sub__reccomend__card__text--bold {
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 1.4;
}

.p-gaming-pc-sub__reccomend__card__text--display {
  margin-bottom: 1rem;
  padding: 7px;
  background: #e5f6fc;
  color: #004da1;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1;
}

.p-gaming-pc-sub__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list {
  display: block;
  margin-bottom: 0.5rem;
}

.p-gaming-pc-sub__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list>li {
  width: auto;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.p-gaming-pc-sub__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list>li+li::before {
  content: "/";
}

.p-gaming-pc-sub__reccomend__card__text--review {
  font-size: 12px;
}

.p-gaming-pc-sub__reccomend__card__text--price {
  margin-top: auto;
  padding-top: 0.5rem;
}

.p-gaming-pc-sub__reccomend__card__text--price span.main_price {
  font-size: inherit;
  font-weight: 700;
}

.p-gaming-pc-sub__reccomend__list .review-in-recommend .review-in-recommend__link {
  justify-content: flex-start;
}

.review-in-recommend__star{
  height: 1em;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  :root {
    --recommend-model-gap: 0;
    --recommend-model-cols: 2;
  }

  .p-gaming-pc-sub__list {
    padding-top: 0;
  }

  .p-gaming-pc-sub__reccomend {
    padding-top: 30px;
  }

  .p-gaming-pc-sub__reccomend__title {
    margin-bottom: 20px;
  }

  .p-gaming-pc-sub__reccomend__title h2 {
    font-size: 30px;
  }

  .p-gaming-pc-sub__reccomend__title h2 small {
    margin-top: 11px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
  }

  .p-gaming-pc-sub__reccomend__title--info {
    margin: 0 0 30px 0;
    font-size: 11px;
  }

  .p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow {
    width: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }

  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card {
    flex-direction: column;
  }

  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__text {
    max-width: 100%;
  }

  .p-gaming-pc-sub__reccomend__card>.p-gaming-pc-sub__reccomend__card__img {
    display: block;
  }

  .p-gaming-pc-sub__reccomend__list ul li .p-gaming-pc-sub__reccomend__card__img,
  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__img {
    margin: 0 auto 10px auto;
  }

  .p-gaming-pc-sub__reccomend__card__text--bold {
    font-size: 13px;
  }

  .p-gaming-pc-sub__reccomend__card__text--price {
    font-size: 18px;
  }

  .p-gaming-pc-sub__reccomend__card__text--bold span {
    -webkit-line-clamp: 3;
  }

  .p-gaming-pc-sub__reccomend__list ul li .p-gaming-pc-sub__reccomend__card::after {
    width: 42px;
    height: 35px;
    right: 0.5rem;
    top: 0.25rem;
  }

  .p-gaming-pc-sub__reccomend__list ul li .p-gaming-pc-sub__reccomend__card::before {
    content: "";
    width: 79px;
    height: 79px;
  }
}

/*----------------------------------------------------
　キャンペーン
----------------------------------------------------*/
.p-gaming-pc-sub__campaign {
  padding: var(--section-gap) 0;
}

.p-gaming-pc-sub__campaign .c-headline {
  display: none;
}

/*----------------------------------------------------
　ラインアップ
----------------------------------------------------*/
.p-gaming-pc-sub__lineup {
  padding: var(--section-gap) 0;
}

.p-gaming-pc-sub__lineup-table {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.p-gaming-pc-sub__lineup-table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.p-gaming-pc-sub__lineup-table table tr {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.p-gaming-pc-sub__lineup-table table th,
.p-gaming-pc-sub__lineup-table table td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

.p-gaming-pc-sub__lineup-table table colgroup {
  background: linear-gradient(to bottom, #002668, #00a2e5);
}

.p-gaming-pc-sub__lineup-table table thead th {
  background: #004da1;
  color: #fff;
  border-bottom: none;
  font-size: 10px;
  font-weight: 400;
}

.p-gaming-pc-sub__lineup-table table thead strong {
  font-size: 18px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table thead img {
  height: 13px;
  margin-right: 8px;
  vertical-align: baseline;
}

.p-gaming-pc-sub__lineup-table table tbody {
  position: relative;
}

/*.p-gaming-pc-sub__lineup-table table tbody::before {
  content: "";
  display: block;
  height: calc(100% - 1px);
  aspect-ratio: 80 / 1204;
  background: url(../images/gamingnote-pc/bg-lineup-indicator.webp) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateX(-100%);
} 250220 マップ更新時コメントアウト*/

.p-gaming-pc-sub__lineup-table table tbody th {
  color: #fff;
  font-size: 16px;
}

.p-gaming-pc-sub__lineup-table table thead th.p-gaming-pc-sub__lineup-table-col-corner {
  background: transparent;
  position: relative;
  width: 120px;
  font-weight: 400;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #004da1;
  clip-path: polygon(100% 0, 2% 0, 100% 100%);
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text {
  position: absolute;
  font-size: 10px;
  z-index: 1;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--1 {
  top: 10px;
  right: 10px;
}

.p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--2 {
  bottom: 10px;
  left: 10px;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow {
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  margin: -20px;
  padding: 20px;
  line-height: 1.5;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="cpu"] {
  font-size: 15px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="amttaxnounit"]) {
  font-size: 10px;
  color: #e43344;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="amttaxnounit"] {
  font-size: 16px;
  font-weight: 700;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="benchmark"]) {
  border-top: 1px solid #c8c8c8;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"] {
  font-size: 14px;
}

.p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"]::before,
.p-gaming-pc-sub__lineup-table-caption--benchmark::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 0.8em;
  margin-right: 0.2em;
  aspect-ratio: 18/12;
  background: url(../images/gamingnote-pc/icon-benchmark.webp) no-repeat center/cover;
}

.p-gaming-pc-sub__lineup-table table .icon-rank {
  display: block;
  width: 35px;
  height: 35px;
  padding: 3px 0 0 2px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.p-gaming-pc-sub__lineup-table table .icon-rank small {
  font-size: 6px;
  font-weight: 400;
  bottom: 0;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--1 {
  background: #f3de6c;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--2 {
  background: #dddddd;
}

.p-gaming-pc-sub__lineup-table table .icon-rank--3 {
  background: #e3b68e;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover-col {
  background: #e5f6fc;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover {
  background: #e5edf5;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover-cell {
  background: #cee5f2;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover.hover-cell .c-panel-arrow::after {
  background-color: #004da1;
}

.p-gaming-pc-sub__lineup-table table tbody td.hover.hover-cell .c-panel-arrow::before {
  border-color: #fff;
}

.p-gaming-pc-sub__lineup-table-caption {
  margin-top: 10px;
  font-size: 12px;
}

.p-gaming-pc-sub__lineup-table .icon-scroll-cross {
  display: none;
}

@media screen and (max-width:767px) {
  .p-gaming-pc-sub__lineup-table {
    width: 100%;
    overflow-x: auto;
  }

  .p-gaming-pc-sub__lineup-table table {
    width: max-content;
  }

  .p-gaming-pc-sub__lineup-table table th,
  .p-gaming-pc-sub__lineup-table table td {
    padding: 15px 10px;
  }

  .p-gaming-pc-sub__lineup-table table thead th {
    font-size: 12px;
  }

  .p-gaming-pc-sub__lineup-table table tbody::before {
    display: none;
  }

  .p-gaming-pc-sub__lineup-table table tbody th {
    position: sticky;
    left: 0;
    background: #002668;
    z-index: 1;
  }

  .p-gaming-pc-sub__lineup-table table thead th.p-gaming-pc-sub__lineup-table-col-corner {
    width: 60px;
    height: 50px;
    top: 0;
    left: 0;
    background: #002668;
    position: sticky;
    z-index: 2;
  }

  .p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--1 {
    top: 4px;
    right: 4px;
    text-align: right;
  }

  .p-gaming-pc-sub__lineup-table table .p-gaming-pc-sub__lineup-table-col-corner .p-gaming-pc-sub__lineup-table-col-corner-text--2 {
    left: 5px;
    bottom: 5px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow {
    width: calc(100% + 20px);
    height: calc(100% + 30px);
    margin: -15px -10px;
    padding: 8px;
    line-height: 1.5;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="cpu"] {
    font-size: 12px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow p:has(span[data-key="amttaxnounit"]) {
    font-size: 10px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="amttaxnounit"] {
    font-size: 14px;
  }

  .p-gaming-pc-sub__lineup-table table .c-panel-arrow span[data-key="benchmark"] {
    font-size: 12px;
  }

  .p-gaming-pc-sub__lineup-table-caption {
    padding: 0 15px;
  }

  .p-gaming-pc-sub__lineup-table .icon-scroll-cross {
    position: absolute;
    left: 70px;
    top: 60px;
    display: block;
    transition: 0.3s all;
    opacity: 1;
  }

  .p-gaming-pc-sub__lineup-table.scroll-over .icon-scroll-cross {
    opacity: 0;
  }
}

/*----------------------------------------------------
　初心者からプロフェッショナルまで、全てのニーズに応えるGALLERIAノートPC
----------------------------------------------------*/
.p-gaming-pc-sub__series{
  overflow: hidden;
}
.p-gaming-pc-sub__series__title h2{
  font-size: 22px;
  line-height: 1.6;
}
.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;
}
.p-gaming-pc-sub__map-ribon{
  display: flex;
  align-items: center;
  background: #e5edf5;
  width: calc(100% + 20px);
  height: 32px;
  min-height: 32px;
  padding-left: 22px;
  margin-right: -20px;
  color: #004da1;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.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--arrow.webp") no-repeat center/contain;
  position: absolute;
  right: 0;
  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: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  border-radius: 15px;
  position: relative;
}
.p-gaming-pc-sub__map-item::before {
  content: "";
  width: 48px;
  height: 40px;
  display: block;
  position: absolute;
  left: 15px;
  top: -27px;
}
.p-gaming-pc-sub__map-item--rank-1::before{
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-1.webp) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item--rank-2::before{
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-2.webp) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item--rank-3::before{
  background: url(../images/gamingnote-pc/icon-gamingnote-pc-rank-3.webp) no-repeat 50% 50% / cover;
}
.p-gaming-pc-sub__map-item-name{
  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: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-gaming-pc-sub__map-item-thumb img{
  width: 70%;
}
.p-gaming-pc-sub__map-item-thumb-icon-display{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  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-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-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;
}
.p-gaming-pc-sub__map-item .c-button--primary-blue{
  width: 177px;
  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: 20px;
}
.p-gaming-pc-sub__map-item-body li{
  padding: 5px 0;
  border-top: 1px solid #ececec;
  font-size: 14px;
}
.p-gaming-pc-sub__map-item-body li.p-gaming-pc-sub__map-item-benchmark{
  color: #004da1;
}
.p-gaming-pc-sub__map-item-body li.p-gaming-pc-sub__map-item-benchmark::before {
    content: "";
    display: inline-block;
    width: auto;
    height: 0.8em;
    margin-right: 0.2em;
    aspect-ratio: 18 / 12;
    background: url("../images/gamingnote-pc/icon-benchmark-blue.webp") no-repeat center / cover;
}
.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;
}
.p-gaming-pc-sub__map-item-icon{
  position: absolute;
  left: 20px;
  top: 0;
}
.p-gaming-pc-sub__map-item-icon--pricedown{
  background: red;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  padding: 5px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width:767px){
  .p-gaming-pc-sub__series__title h2{
    font-size: 16px;
  }
  .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: 20px 12px;
    border-radius: 6px;
  }
  .p-gaming-pc-sub__map-item-name{
    font-size: 16px;
  }
  .p-gaming-pc-sub__map-item-thumb{
    margin-top: 12px;
  }
  .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-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-item .c-button--primary-blue{
    width: 148px;
    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;
  }
  .p-gaming-pc-sub__map-item-icon{
    left: 12px;
  }
}

/*----------------------------------------------------
　コラボモデル、ゲーム推奨モデル
----------------------------------------------------*/
.p-gaming-pc-sub__recommend-model {
  background: #f2fafe;
  padding: var(--section-gap) 0;
}

.p-gaming-pc-sub__recommend-model section+section {
  margin-top: calc(var(--section-gap) / 2);
}

.p-gamingnote-pc-recommend-slider {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.p-gamingnote-pc-recommend-slider-list-wrapper {
  position: relative;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide {
  height: auto;
  transition: box-shadow .2s, transform .2s, border .2s;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide:hover {
  transform: translateY(-2px);
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide>a h3 {
  padding: 15px 15px 20px 15px;
  color: #001e60;
  font-weight: 700;
}

.p-gamingnote-pc-recommend-slider-list li.swiper-slide img {
  width: 100%;
  height: auto;
}

.p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list {
  overflow: hidden;
  padding: 3px;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link {
  border: 1px solid #00a2e6;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a {
  justify-content: center;
  align-items: center;
  background: #d9f1fb;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a>h4 {
  margin-top: 0;
  text-align: center;
}

.p-gamingnote-pc-recommend-slider .js-itemsliderhasnav-swiper-button-prev {
  left: -80px;
}

.p-gamingnote-pc-recommend-slider .js-itemsliderhasnav-swiper-button-next {
  right: -80px;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet {
  border-radius: unset;
  width: 30px;
  height: 4px;
}

.p-gamingnote-pc-recommend-slider .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 6px;
}

.p-gamingnote-pc-recommend-slider .p-common-item-slider__scrollbar {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .p-gaming-pc-sub__recommend-model .p-gamingnote-pc__title small {
    font-size: 18px;
    font-weight: 700;
  }

  .p-gamingnote-pc-recommend-slider {
    padding: 0 15px;
  }

  .p-gamingnote-pc-recommend-slider li.swiper-slide.swiper-slide--simple-link>a {
    font-size: 12px;
  }

  .p-gamingnote-pc-recommend-slider .swiper-pagination-bullet {
    height: 2px;
  }
}

@media screen and (max-width:428px) {

  .c-top-slider-section .p-common-item-slider__scrollbar,
  .p-gamingnote-pc-recommend-slider .p-common-item-slider__scrollbar {
    display: none !important;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list::-webkit-scrollbar {
    background: rgba(0, 0, 0, .2);
    width: 2px;
    height: 2px;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list::-webkit-scrollbar-thumb {
    background-color: #00a2e6;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list ul.swiper-wrapper>li {
    width: 56vw;
  }

  .p-gamingnote-pc-recommend-slider .p-gamingnote-pc-recommend-slider-list ul.swiper-wrapper>li:nth-of-type(n+2) {
    margin-left: 3vw;
  }

  .p-gamingnote-pc-recommend-slider-list li.swiper-slide>a h3 {
    padding: 13px 13px 15px 13px;
    font-size: 13px;
    font-weight: 400;
  }
}

/*----------------------------------------------------
　選び方のポイント
----------------------------------------------------*/
.p-gaming-pc__select-point{
  overflow: hidden;
}
.p-gaming-pc__select-point-slider{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-gaming-pc__select-point-slider .swiper-container{
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.p-gaming-pc__select-point-slider .swiper-slide{
  width: 500px;
  height: auto;
  padding: 30px;
  background: #1b1b1b;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-gaming-pc__select-point-slider-thumb{
  width: calc(100% + 30px + 30px);
  margin: -30px;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
}
.p-gaming-pc__select-point-slider-title{
  font-size: 20px;
  font-weight: 700;

  line-height: 1.6;
}
.p-gaming-pc__select-point-slider-body{
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.7;
}
.p-gaming-pc__select-point-slider-link {
  margin-top: auto;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.p-gaming-pc__select-point-slider-link .c-button{
  height: 40px;
  border-radius: 40px;
}
.p-gaming-pc__select-point-slider-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;
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: -80px;
}
.p-gaming-pc__select-point-slider-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__select-point-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}
.p-gaming-pc__select-point-slider-button--prev {
  right: 80px;
  transform: rotate(-135deg);
}
.p-gaming-pc__select-point-slider-button.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}
@media screen and (max-width:767px){
  .p-gaming-pc__select-point-slider{
     width: calc(100% - 30px); 
  }
  .p-gaming-pc__select-point-slider .swiper-slide{
    padding: 20px;
    gap: 20px;
  }
  .p-gaming-pc__select-point-slider-thumb{
    width: calc(100% + 20px + 20px);
    margin: -20px;
    margin-bottom: 20px;
  }
  .p-gaming-pc__select-point-slider-title{
    font-size: 4.27vw;
  }
  .p-gaming-pc__select-point-slider-body{
    font-size: 3.2vw;
  }
  .p-gaming-pc__select-point-slider-link{
    gap: 5px;
  }
  .p-gaming-pc__select-point-slider-link .c-button{
    padding-right: 10px;
    font-size: 3.2vw;
    height: 8.53vw;
  }
  .p-gaming-pc__select-point-slider-link .c-button::after{
    right: 11.31px;
  }
}

/*----------------------------------------------------
　GALLERIAとは
----------------------------------------------------*/
.txt-left{
  text-align: left!important;
}

/*----------------------------------------------------
　すべてのノートパソコンはこちら
----------------------------------------------------*/
.cts_link_to_note .u-pc-width .content-asset{
  max-width: 860px;
  margin: 0 auto;
}
.cts_link_to_note .u-pc-width .content-asset .to-all-model{
  margin: 50px auto;
}
@media screen and (max-width: 767px) {

  .cts_link_to_note .u-pc-width{
      padding: 0 15px;
  }
}

/*----------------------------------------------------
　チャットソフト
----------------------------------------------------*/
#chatIcon,
#navigation {
  display: none !important;
}

/*----------------------------------------------------
　Project
----------------------------------------------------*/
.p-gaming-pc__condition {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition {
    padding-top: 7px;
    padding-bottom: 45px;
  }
}

.p-gaming-pc__condition__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc__condition__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__title {
    margin-bottom: 21px;
  }
}

.p-gaming-pc__condition__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__condition__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__condition__button a {
    width: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .p-gaming-pc__condition__button a:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .p-gaming-pc__condition__button a {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__button a {
    width: 100%;
    margin-bottom: 15px;
  }

  .p-gaming-pc__condition__button a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__button a>span {
    font-size: 16px;
  }
}

.p-gaming-pc__purpose {
  padding-top: 86px;
  padding-bottom: 88px;
  background-color: #ecf8fd;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose {
    padding: 45px 0;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__purpose__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__inr {
    padding: 0 15px;
  }
}

.p-gaming-pc__purpose__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__title {
    margin-bottom: 21px;
  }
}

.p-gaming-pc__purpose__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__purpose__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-gaming-pc__purpose__card {
  width: 555px;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__purpose__card:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card:first-child {
    margin-bottom: 15px;
  }
}

.p-gaming-pc__purpose__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card a {
    padding: 15px;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__purpose__card a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .p-gaming-pc__purpose__card a:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-gaming-pc__purpose__card__img {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-gaming-pc__purpose__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__img img {
    width: 100%;
  }
}

.p-gaming-pc__purpose__card__img>object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc__purpose__card__text {
  width: 243px;
  padding-top: 27px;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card__text {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text {
    width: 50%;
    padding-top: 3px;
  }
}

.p-gaming-pc__purpose__card__text p {
  margin-bottom: 4px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc__purpose__card__text h4 {
  margin-bottom: 4px;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}

.p-gaming-pc__purpose__card__text span {
  color: #00a2e6;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text span {
    font-size: 11px;
    letter-spacing: 0.61px;
  }
}

.p-gaming-pc__relation {
  padding-top: 88px;
  padding-bottom: 70px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation {
    margin-top: 38px;
    padding-top: 43px;
    padding-bottom: 35px;
  }
}

.p-gaming-pc__relation__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__title {
    margin-bottom: 33px;
  }
}

.p-gaming-pc__relation__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__relation__slider {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

.p-gaming-pc__relation__slider__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  overflow: hidden;
  background-color: #001e60;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__inr {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.p-gaming-pc__relation__slider__inr::after {
  text-align: center;
  content: "※ GALLERIAブランドサイトへ遷移します｡";
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__slider__inr::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__inr::after {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-gaming-pc__relation__slider__title {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__title {
    margin-bottom: 22px;
  }
}

.p-gaming-pc__relation__slider__title p {
  color: rgba(0, 162, 230, 0.3);
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 4.32px;
  line-height: 0.58;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__title p {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 0.88;
  }
}

.p-gaming-pc__relation__slider__view {
  width: 1020px;
  margin: 0 auto;
  padding-bottom: 114px;
  overflow: hidden;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__slider__view {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__view {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-gaming-pc__relation__steam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__steam {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 51px 134px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px;
  }
}

.p-gaming-pc__relation__steam__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-gaming-pc__relation__steam-wrap {
  margin-bottom: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam-wrap {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area {
    width: 51%;
    margin-left: 20px;
  }
}

.p-gaming-pc__relation__steam__text-area__text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area__text h3 {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: left;
  }
}

.p-gaming-pc__relation__steam__text-area__text p {
  margin-bottom: 27px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-gaming-pc__relation__steam__img-area {
  width: 334px;
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc__relation__steam__img-area {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__img-area {
    width: 130px;
    margin-bottom: 0;
  }
}

.p-gaming-pc__relation__steam__img-area img {
  width: 100%;
}

.p-gaming-pc__relation__steam__button {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.p-gaming-pc__relation__steam__button::before {
  background-color: #fff;
}

.p-gaming-pc__relation__steam__button:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__button {
    width: 100%;
    height: 40px;
    margin-top: -3px;
  }

  .p-gaming-pc__relation__steam__button span {
    font-size: 16px;
  }
}

.p-gaming-pc__relation__bnr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr {
    width: 100%;
    padding-top: 35px;
  }
}

.p-gaming-pc__relation__bnr__inr {
  width: 555px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr__inr {
    width: 100%;
    padding: 0 35px;
  }
}

.p-gaming-pc__relation__bnr__img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr__img {
    margin-bottom: 15px;
  }
}

.p-gaming-pc__relation__bnr__img:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__bnr__img a:hover img {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-gaming-pc__relation__bnr__img img {
  width: 100%;
}

.p-gaming-pc__relation__swiper-container {
  position: relative;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullets {
  bottom: -40px;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullets>.swiper-pagination-bullet {
  margin: 0 7.5px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-container .swiper-pagination-bullets>.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullet-active {
  background-color: #479de4;
}

.p-gaming-pc__relation__swiper-slide {
  position: relative;
  height: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__swiper-slide {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide {
    width: 116px !important;
    margin-bottom: 25px;
  }
}

.p-gaming-pc__relation__swiper-slide::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 68px);
  width: 136px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 1;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__swiper-slide::after {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide::after {
    left: 19%;
    width: 66%;
    height: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__swiper-slide:hover {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }

  .p-gaming-pc__relation__swiper-slide:hover::after {
    display: block;
    bottom: -20px;
    -webkit-transform: translate(0, calc(100% + 20px)) scale(0.7);
    transform: translate(0, calc(100% + 20px)) scale(0.7);
    opacity: 0.6;
  }
}

.p-gaming-pc__relation__swiper-slide__inr {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 2px solid #7d8dae;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__inr {
    border: 2px solid #7d8dae;
  }
}

.p-gaming-pc__relation__swiper-slide__img {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__img {
    width: 100%;
  }
}

.p-gaming-pc__relation__swiper-slide__img img {
  width: 100%;
}

.p-gaming-pc__relation__swiper-slide__text {
  display: block;
  height: 100%;
  padding: 27px 10px 20px 15px;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__relation__swiper-slide__text {
    min-height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text {
    padding: 14px 10px 14px 10px;
  }
}

.p-gaming-pc__relation__swiper-slide__text span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text span {
    font-size: 8px;
    letter-spacing: 0.48px;
  }
}

.p-gaming-pc__relation__swiper-slide__text p {
  font-size: 13px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text p {
    font-size: 10px;
    letter-spacing: 0.48px;
  }
}

.p-gaming-pc__review {
  margin-bottom: 90px;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review {
    margin-bottom: 45px;
    padding-top: 40px;
  }
}

.p-gaming-pc__review__inr {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.p-gaming-pc__review__inr img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc__review__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__title {
    margin-bottom: 25px;
  }
}

.p-gaming-pc__review__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__title h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc__review__content {
  padding: 51px 45px;
  border: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__content img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-gaming-pc__title h1 {
    letter-spacing: 0.32px;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 480px) and (min-width: 480px),
print and (min-width: 480px) {
  .p-gaming-pc__title h1 {
    padding-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 480px) and (min-width: 1440px),
print and (min-width: 1440px) {
  .p-gaming-pc__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 480px) and (min-width: 480px),
print and (min-width: 480px) {
  .p-gaming-pc__title h1 {
    padding-right: calc(20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 480px) and (min-width: 1440px),
print and (min-width: 1440px) {
  .p-gaming-pc__title h1 {
    padding-right: 150px;
  }
}

#keyboard_large_image:checked~.bg_black {
  pointer-events: all;
  opacity: 1;
}

.popup_box {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  border-radius: 9px;
  border: 2px solid #ccc;
  transform: translate(-50%, -50%);
}

.popup_box::before {
  content: '×';
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 10px));
  font-size: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: rgba(0, 0, 0, .9);
  background: rgba(255, 255, 255, 0.4);
}

.keyboard_large_trigger {
  position: absolute;
  right: 90px;
  bottom: 20px;
}

#keyboard_large_image {
  display: none;
}

#keyboard_large_image~.bg_black {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  z-index: 10000;
  transition: opacity .5s;
}

#keyboard_large_image:checked~.bg_black {
  pointer-events: all;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .keyboard_large_trigger {
    right: 50px;
    bottom: 10px;
  }

  .popup_box {
    left: 8px;
    padding: 10px;
    transform: translate(-4px, -50%);
  }
}

/*-------------------------------------
　各種上書き
---------------------------------------*/
.p-header-banner__link--left {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__title h1 {
    font-size: 4vw;
    letter-spacing: 0;
  }
}

.p-gaming-pc-countdown+.c-section {
  padding-top: 0
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series.p-gaming-pc-countdown {
    padding-top: 0px;
  }

  .p-gaming-pc-sub__series.p-gaming-pc-countdown .countdown {
    padding-top: 45px;
  }
}

#chatIcon,
#navigation {
  display: none !important;
}

.p-gaming-pc__self-check .p-top-headline__h2__sub,
.p-gaming-pc__other-maker-portable-pc .p-top-headline__h2__sub {
  margin-top: 1em;
  font-size: 18px;
}

.p-gaming-pc__self-check__inr {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.p-gaming-pc__self-check__banner {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

a.p-gaming-pc__self-check__banner:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-gaming-pc__self-check__banner img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__self-check__inr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {

  .p-gaming-pc__self-check .p-top-headline__h2__sub,
  .p-gaming-pc__other-maker-portable-pc .p-top-headline__h2__sub {
    font-size: 14px;
  }
}

.link_cell {
  padding: 2%;
}

.p-gaming-pc__condition {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition {
    margin-top: 10px;
  }
}

.about_accordion .toggle {
  display: none;
}

.about_accordion .Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
  background-color: #fff;
  border: 1px solid #7fa6d0;
  color: #1f2c3f;
  display: block;
  font-size: 18px;
  margin: auto;
  padding-right: 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 360px;
}

.about_accordion .Label h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #004da1;
  border-right: 2px solid #004da1;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.about_accordion .Label,
.about_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.about_accordion .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.about_accordion .toggle:checked+.Label+.content {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.about_accordion .toggle:checked+.Label h2::before {
  transform: rotate(-45deg) !important;
}

.p-gaming-pc__condition__inr .about_accordion p {
  line-height: normal;
  margin-bottom: 1rem;
}

.p-gaming-pc__condition__inr .about_accordion p.u-mb0 {
  margin-bottom: 0;
}

.p-gaming-pc__condition__inr .about_accordion h3 {
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center;
  color: unset;
  font-size: unset;
  letter-spacing: unset;
}

.about_accordion .Label.c-button--primary-white::after {
  border: none;
}

.about_accordion {
  padding: 60px 0 0;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .about_accordion .Label {
    width: 100%;
  }
}

.p-gaming-pc__condition {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition {
    margin-top: 10px;
  }
}

.about_accordion .toggle {
  display: none;
}

.about_accordion .Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
  background-color: #fff;
  border: 1px solid #7fa6d0;
  color: #1f2c3f;
  display: block;
  font-size: 18px;
  margin: auto;
  padding-right: 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 360px;
}

.about_accordion .Label h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #004da1;
  border-right: 2px solid #004da1;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.about_accordion .Label,
.about_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.about_accordion .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.about_accordion .toggle:checked+.Label+.content {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.about_accordion .toggle:checked+.Label h2::before {
  transform: rotate(-45deg) !important;
}

.p-gaming-pc__condition__inr .about_accordion p {
  line-height: normal;
  margin-bottom: 1rem;
}

.p-gaming-pc__condition__inr .about_accordion p.u-mb0 {
  margin-bottom: 0;
}

.p-gaming-pc__condition__inr .about_accordion h3 {
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center;
  color: unset;
  font-size: unset;
  letter-spacing: unset;
}

.about_accordion .Label.c-button--primary-white::after {
  border: none;
}

.about_accordion {
  padding: 60px 0 0;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .about_accordion .Label {
    width: 100%;
  }
}

.p-gaming-pc__other-maker-portable-pc__banner:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-gaming-pc__other-maker-portable-pc__banner.c-panel-arrow::before {
  color: #fff;
}

.p-gaming-pc__other-maker-portable-pc__banner.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (min-width:768px) {

  .p-gaming-pc__other-maker-portable-pc__banner.c-panel-arrow::before,
  .p-gaming-pc__other-maker-portable-pc__banner.c-panel-arrow::after {
    display: none;
  }
}

.p-gaming-pc__other-maker-portable-pc .p-top-headline__h2__sub {
  padding: 0 20px;
}

@media screen and (max-width:1200px) {
  .staff-start-inner {
    overflow: hidden;
  }
}