@charset "utf-8";
:root{
  --p-amd-prompage-main-color: #DD6021;
  --gap-qa: 30px;
  --arrow-icon: 0.5em;
}

@media screen and (max-width:767px){
  :root {
    --gap-qa: 15px;
  }
}
.p-amd-prompage {
  overflow: hidden;
  margin-bottom: 60px;
}

.p-amd-prompage__intro-text{
  font-size: 20px;
  line-height: 1.75;
}

@media screen and (max-width:767px){
  .p-amd-prompage__intro-text{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px),
print {
  .p-amd-prompage {
    margin-bottom: 120px;
  }
}

.p-amd-prompage img {
  max-width: 100%;
  height: auto;
}

.p-amd-prompage__kv {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-amd-prompage .u-pc-width {
    width: 92vw;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.p-amd-prompage__section {
  padding: min(12vw, 90px) calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-amd-prompage__section--green {
  background: #d9f7ee;
}

.p-amd-prompage__section--gray {
  background: #f0eeeb;
}

@media screen and (max-width: 767px) {

  .p-amd-prompage__about-gamepcdesk_clearance_campaign p,
  .p-amd-prompage__other-case p {
    font-size: 14px;
  }
}

.p-amd-prompage__share-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: min(4vw, 30px);
}

@media screen and (min-width: 1200px),
print {
  .p-amd-prompage__share-links {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-amd-prompage__share-links>li {
  width: 30px;
  flex: 0 0 auto;
}

.p-amd-prompage__share-links a,
.p-amd-prompage__share-links button {
  transition: all 0.3s ease-in-out;
}

.p-amd-prompage__share-links a:hover,
.p-amd-prompage__share-links button:hover {
  opacity: 0.7;
}

.p-amd-prompage__copy-link-flash {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  width: 100%;
  padding-top: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.p-amd-prompage__copy-link-flash.is-show {
  opacity: 1;
}

.p-amd-prompage-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dade1a;
  border-radius: 29px;
  padding: 0.3em 29px;
  font-weight: bold;
  width: 100%;
  height: auto;
  min-height: 57px;
  border: 0;
}

.p-amd-prompage-button::before {
  background: #FBFCE8;
}

.p-amd-prompage-button::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px),
print {
  .p-amd-prompage-button {
    min-height: 114px;
    padding-left: 57px;
    padding-right: 57px;
    border-radius: 57px;
  }

  .p-amd-prompage-button::after {
    right: 60px;
  }
}

.p-amd-prompage-button--page-link::after {
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: no-repeat url(../images/icon-page-link.webp) center/contain;
  border: 0;
}

@media screen and (min-width: 768px),
print {
  .p-amd-prompage-button--page-link::after {
    width: 28px;
    height: 28px;
  }
}


/* ページ内ナビゲーション */
.p-amd-prompage__nav {
  margin-bottom: min(12vw, 90px);
}

.p-amd-prompage__nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 1200px),
print {
  .p-amd-prompage__nav-list {
    flex-direction: row;
    gap: 60px;
  }

  .p-amd-prompage__nav-list>li {
    flex: 1;
  }
}

.p-amd-prompage__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  background: #001e60;
  color: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  min-height: 50px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.p-amd-prompage__nav-link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1200px),
print {
  .p-amd-prompage__nav-link {
    font-size: min(20/1770*100vw, 20px);
    height: 100%;
  }
}

.p-amd-prompage__nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 12px;
  background: no-repeat url(../images/icon-page-link-white.webp) center/contain;
}

@media screen and (min-width: 1200px),
print {
  .p-amd-prompage__nav-link::after {
    width: 16px;
    height: 14px;
  }
}

.p-amd-prompage__nav-link__thumbnail {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-15%);
  display: block;
  width: 65px;
  height: 65px;
}

@media screen and (min-width: 1200px),
print {
  .p-amd-prompage__nav-link__thumbnail {
    width: min(95/1770*100vw, 95px);
    height: min(95/1770*100vw, 95px);
    left: min(25/1770*100vw, 25px);
  }
}

.p-amd-prompage__nav-link__thumbnail>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-amd-prompage__nav-link {
    font-size: 18px;
  }
}


/* 
 * ギャラリー 
*/
.p-amd-prompage__gallery {
  position: relative;
  background: #001e60;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 30px;
  height: 42.5vw;
}

@media screen and (min-width: 768px),
print {
  .p-amd-prompage__gallery {
    padding: 0 min(9%, 130px);
    height: min(22vw, 420px);
  }
}

.p-amd-prompage__gallery__prev,
.p-amd-prompage__gallery__next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: min(42/750*100vw, 42px);
  height: min(42/750*100vw, 42px);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
  cursor: pointer;
}

.p-amd-prompage__gallery__next {
  left: auto;
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 768px),
print {

  .p-amd-prompage__gallery__prev {
    left: 30px;
  }

  .p-amd-prompage__gallery__next {
    right: 30px;
  }
}

.p-amd-prompage__gallery .swiper-slide img {
  width: 370px;
  opacity: 0;
}

.p-amd-prompage .is-ready .swiper-slide img {
  opacity: 1;
}

.p-amd-prompage__gallery .swiper-container {
  transform: translateY(-15%);
}

@media screen and (min-width: 768px),
print {
  .p-amd-prompage__gallery .swiper-container {
    transform: translateY(-10%);
  }
}

.p-amd-prompage__h2 {
  font-size: min(36/750*100vw, 36px);
  font-weight: bold;
  text-align: left;
  margin-bottom: min(5vw, 90px);
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-amd-prompage__white-case-lineup .p-amd-prompage__h2 {
    font-size: min(32/750*100vw, 32px);
  }
}

.p-amd-prompage__h3 {
  font-size: min(30/750*100vw, 30px);
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
  margin-bottom: min(4vw, 30px);
}


/* 
 * スクロールテーブル
*/
.js-scrollable-table-wrapper-mask {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* mask-image: linear-gradient(to right, transparent, black 0, black calc(100vw - 5.33vw * 4), transparent); */
}

.js-scrollable-table-wrapper-mask.no-mask {
  mask-image: none;
}

@media screen and (max-width: 767px) {
  .js-scrollable-table-wrapper-mask {
    position: relative;
  }

  .js-scrollable-table-wrapper-mask::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 10%;
    display: block;
    width: 120px;
    height: 120px;
    background: no-repeat url(../images/icon_scroll_gray.webp) center/contain;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    animation: scroll-hint 4s ease-in-out infinite;
  }

  @keyframes scroll-hint {
    0% {
      opacity: 0;
    }

    5%,
    20% {
      opacity: 1;
      transform: translateX(0)
    }

    50% {
      opacity: 1;
      transform: translateX(-70px);
    }

    70%,
    100% {
      opacity: 0;
      transform: translateX(-70px);
    }
  }

  .js-scrollable-table-wrapper-mask.no-mask::after,
  .js-scrollable-table-wrapper-mask.no-scroll-hint::after {
    opacity: 0;
    animation: none;
  }
}

.js-scrollable-table-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  margin-bottom: min(40/750*100vw, 40px);
}

@media screen and (min-width: 768px),
print {
  .js-scrollable-table-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-amd-prompage__table {
  width: 100%;
  border-collapse: collapse;
  background: #f0eeeb;
  border-radius: 15px;
  table-layout: fixed;
  line-height: 1.3;
}

.p-amd-prompage__table th,
.p-amd-prompage__table td {
  text-align: center;
  width: calc(92vw / 2);
  padding: 2vw 2.67vw;
}

@media screen and (min-width: 768px),
print {

  .p-amd-prompage__table th,
  .p-amd-prompage__table td {
    width: 180px;
    padding: 16px;
  }
}

.p-amd-prompage__table th:not(:last-child),
.p-amd-prompage__table td:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-amd-prompage__table tbody tr:nth-child(odd) td {
  background: #f8f6f3;
}

.p-amd-prompage__table__note {
  font-size: min(30/750*100vw, 16px);
}

@media screen and (max-width: 767px) {
  .p-amd-prompage__table {
    margin: 20px 0;
  }
}

.p-amd-prompage__section .more-link {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.p-amd-prompage__section .more-link .c-button--primary-white {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}

.p-amd-prompage__section .bnr-area p {
  padding: 2rem 0;
  font-size: 20px;
}

@media screen and (max-width:767px) {
  .p-amd-prompage__section--link-inner a {
    font-size: 14px;
  }

  .p-amd-prompage__section .more-link {
    padding-bottom: 2rem;
  }

  .p-amd-prompage__section .bnr-area p {
    font-size: 16px;
  }
}

/* Ryzen激押しポイント */
.p-amd-ryzen-pc__reason {
  background: var(--p-amd-prompage-main-color);
  padding: 30px 0;
}

.p-amd-ryzen-pc__reason h2 {
  margin: 0 auto 30px 0;
  text-align: center;
}

.p-amd-ryzen-pc__reason h2 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: min(30 / 750 * 100vw, 30px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc((60 * 1em) / 1000);
}

.p-amd-ryzen-pc__reason-list {
  display: flex;
  justify-content: space-between;
}

.p-amd-ryzen-pc__reason-item {
  position: relative;
  padding-left: 90px;
  color: #fff;
}

.p-amd-ryzen-pc__reason-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Roboto;
  font-weight: 900;
  font-style: italic;
  font-size: 110px;
  line-height: 1;
  color: var(--p-amd-prompage-main-color);
  text-shadow: none;
  background: linear-gradient(0deg, var(--p-amd-prompage-main-color) 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 1em;
  opacity: .5;
}

.p-amd-ryzen-pc__reason-item:nth-child(1) {
  width: 48%;
}

.p-amd-ryzen-pc__reason-item:nth-child(2) {
  width: 46%;
}

.p-amd-ryzen-pc__reason-attention {
  font-size: 8px;
}

.p-amd-ryzen-pc__reason-attention::before {
  content: '※';
}

.p-amd-ryzen-pc__reason-item:nth-child(1)::before {
  content: "1";
}

.p-amd-ryzen-pc__reason-item:nth-child(2)::before {
  content: "2";
}

.p-amd-ryzen-pc__reason-item:nth-child(3)::before {
  content: "3";
}

.p-amd-ryzen-pc__reason-item h3 {
  margin-bottom: 12px;
  font-size: min(26/750*100vw, 24px);
  font-weight: 700;
  white-space: nowrap;
}

.p-amd-ryzen-pc__reason-item p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .p-amd-ryzen-pc__reason .u-pc-width {
    padding: 0 4vw;
  }

  .p-amd-ryzen-pc__reason {
    padding: 5.87vw 0;
  }

  .p-amd-ryzen-pc__reason-list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 4vw;
  }

  .p-amd-ryzen-pc__reason h2 {
    margin: 0 auto 6vw 0;
  }

  .p-amd-ryzen-pc__reason h2 span {
    font-size: 4.2vw;
  }

  .p-amd-ryzen-pc__reason-item {
    padding-left: 10.67vw;
  }

  .p-amd-ryzen-pc__reason-item:nth-child(1),
  .p-amd-ryzen-pc__reason-item:nth-child(2) {
    width: 100%;
  }

  .p-amd-ryzen-pc__reason-item::before {
    font-size: 10.67vw;
  }

  .p-amd-ryzen-pc__reason-item h3 {
    margin-bottom: 0.53vw;
    font-size: 4vw;
    letter-spacing: 0.18vw;
  }

  .p-amd-ryzen-pc__reason-item p {
    font-size: 3vw;
  }
}

/*-------------------------
  250702追加
  タイトル自動取得・ベンチマーク
-------------------------*/
.p-gaming-pc-sub__model{
  padding-bottom: 0;
}

.p-gaming-pc-sub__model__contents__inr a .desk-map-name span,
.p-gaming-pc-sub__model__contents__inr a .desk-map-benchmark span,
.p-gaming-pc-sub__model__contents__inr a:hover .desk-map-name span,
.p-gaming-pc-sub__model__contents__inr a:hover .desk-map-benchmark span {
  text-decoration: none;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position{
  width: 100%;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-ss{
  width: 1140px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-ss--auto-width{
  width: fit-content;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-ss--auto-width td{
  width: 180px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__contents__inr .u-mt-ss--auto-width{
    width: max-content;
  }
}

.desk-map-header__title{
  margin-bottom: 1em;
  text-align: center;
}

.desk-map-header__title .note-bench {
  position: relative;
  margin-left: 20px;
  padding-left: 25px;
  display: inline-block;
  color: #484848;
  font-size: 14px;
  font-weight: bold;
}

.desk-map-header__title .note-bench::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-7px);
  left: 0;
  background-image: url(../../../category-top/gaming-pc/sub/gaming-pc-tc30/images/table/icon_benchmark.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.desk-map-name .p-name {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.desk-map-benchmark {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

.desk-map-benchmark span {
  position: relative;
  padding-left: 25px;
}

.desk-map-benchmark span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-7px);
  left: 0;
  background-image: url(../../../category-top/gaming-pc/sub/gaming-pc-tc30/images/table/icon_benchmark.png);
  background-repeat: no-repeat;
  background-size: contain;
}

td.desk-mapB-data .desk-map-wrapper {
  padding: 10px;
}

td.desk-mapB-data .case-button {
  padding: 5px 0px 0px;
}

td.desk-mapB-data .case-button2 {
  padding: 0px 10px 20px;
}


td.desk-mapB-data .c-button {
  color: #484848;
  background: #fff;
  border: 1px solid #484848;
  width: 100%;
  height: 32px;
  padding: 5px !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
}

td.desk-mapB-data .c-button::after {
  right: 10px;
}

td.desk-mapB-data .c-button::after {
  right: 10px;
}

td.desk-mapB-data .c-button--metal {
  color: #fff;
  background: #606060;
  border: 1px solid #606060;
}

td.desk-mapB-data .c-button--black {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}


td.desk-mapB-data .c-button--metal:before,
td.desk-mapB-data .c-button--black:before {
  background-color: #ccc;
}

td.desk-mapB-data .c-button--metal:after,
td.desk-mapB-data .c-button--black:after {
  border-color: #fff;
}

td.desk-mapB-data .c-button--white {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

td.desk-mapB-data .c-button--white:before {
  background-color: #ccc;
}

td.desk-mapB-data .c-button--white:after {
  border-color: #484848;
}

.c-panel-arrow::before {
  background: none;
  content: none;
}

.c-panel-arrow::after {
  background: none;
  content: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext span {
  display: block;
}

@media screen and (max-width:767px) {
  .desk-map {
    width: 100%;
  }
}


.category-campaign {
  padding: 0;
}

.category-campaign .model-card-list>li {
  width: calc((100% - 45px) / 4);
}

.category-campaign-inner {
  width: 100%;
}

.p-amd-prompage .c-headline__h2 span {
  color: rgb(228, 51, 68);
}

.p-gaming-pc-sub__select-from {
  padding: 90px 0;
  background: var(--p-amd-prompage-main-color);
}

.p-gaming-pc-sub__select-from svg {
  height: 1em;
}

.p-gaming-pc-sub__select-from h2 {
  color: #fff;
  font-weight: 700;
}

.p-gaming-pc-sub__select-from h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.p-gaming-pc-sub__select-from .grid-container+.grid-container {
  margin-top: 2em;
}

.p-gaming-pc-sub__select-from .c-button--primary-white {
  width: 100%;
  color: #484848;
  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 .c-button-gamepc-type {
  background-color: #e5f6fc;
}

.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 {
  max-height: 50vh;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s all;
  opacity: 0;
  overflow-y: auto;
  background: #fff;
  display: block;
}

.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 {
  padding: 0 0 0 1em;
  border: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
}

.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) {
  .p-gaming-pc-sub__select-from {
    padding: 45px 0;
  }

  .p-gaming-pc-sub__select-from h3 {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: 400;
  }

  .p-gaming-pc-sub__select-from .grid-container+.grid-container {
    margin-top: 1em;
  }

  .p-gaming-pc-sub__select-from .c-button--primary-white {
    height: auto;
    padding: 11px;
    font-size: 15px;
    line-height: 1;
    gap: 2px;
  }

  .p-gaming-pc-sub__select-from .u-sp-hide {
    display: none !important;
    /*base.cssを上書き*/
  }

  .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;
  }

  .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 {
    min-width: 60vw;
    top: 45px;
  }

  .p-gaming-pc-sub__select-from .over-width-sp>.cell:nth-of-type(even) details ul {
    right: 0;
    left: auto;
  }

  .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;
  }

}

.qa__list {
  padding: var(--gap-qa);
  background: var(--p-amd-prompage-main-color);
  border-radius: var(--gap-qa);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.qa__list+.qa__list {
  margin-top: var(--gap-qa);
}

.qa__list-q {
  max-width: calc(100% - 90px * 2 - var(--gap-qa));
  padding-left: calc(90px + var(--gap-qa));
  background: url(../images/q.webp?$staticlink$) no-repeat 0 0;
}

.qa__list-q dt,
.qa__list-a dt {
  margin-bottom: calc(var(--gap-qa) / 3);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.qa__list-q dd {
  padding: var(--gap-qa);
  display: inline-block;
  background: #e6edf6;
  border-radius: 0 var(--gap-qa) var(--gap-qa) var(--gap-qa);
  font-size: 18px;
  line-height: 1.75;
}

.qa__list-a {
  max-width: calc(100% - 90px * 2 - var(--gap-qa));
  margin-top: var(--gap-qa);
  margin-left: auto;
  padding-right: calc(90px + var(--gap-qa));
  background: url(../images/a.webp?$staticlink$) no-repeat 100% 0;
}

.qa__list-a dd {
  height: calc(1em * 1.25 + var(--gap-qa) * 2);
  padding: var(--gap-qa);
  overflow: hidden;
  display: inline-block;
  background: #def0e0;
  border-radius: var(--gap-qa) 0 0 0;
  font-size: 18px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  line-height: 1.75;
}

.qa__list input {
  display: none;
}

.qa__list label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  bottom: var(--gap-qa);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.qa__list label::after {
  width: var(--arrow-icon);
  height: var(--arrow-icon);
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}

.qa__list input:checked+.qa__list-a dd {
  height: auto;
  border-radius: var(--gap-qa) 0 var(--gap-qa) var(--gap-qa);
  -webkit-mask-image: none;
  mask-image: none;
}

.qa__list input:checked+.qa__list-a+label {
  display: none;
}

@media screen and (max-width:767px){
  .qa__list-q dt,.qa__list-a dt{
    font-size: 18px;
  }
  .qa__list-q dd,.qa__list-a dd{
    font-size: 15px;
  }
  .qa__list-q{
    max-width: 100%;
    padding-left: calc(30px + var(--gap-qa));
    background-size: 30px;
  }
  .qa__list-a{
    max-width: 100%;
    padding-right: calc(30px + var(--gap-qa));
    background-size: 30px;
  }
}

.p-gaming-pc__campaign{
  padding: 0 !important;
}