/* pankuzu
------------------------------------------------------------ */
.theme-template {
  position: relative;
}
.theme-template .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: auto;
}
.theme-template .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #fff;
}
.theme-template .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-template .c-pankuzu strong {
  color:  #8dcf18;
}
@media screen and (max-width: 1160px) {
  .theme-template .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-template .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
/* ///pankuzu
------------------------------------------------------------ */

/*template
------------------------------------------------------------ */
.pc_none{display: none !important;}
@media screen and (max-width: 767px) {
.pc_none{display: block !important;}
.sp-none{display: none !important;}
}

.theme-lp main {
    margin-top: -10px;
    overflow: clip;
}

.template {
    margin-bottom: -30px;
}

h1 {
    margin: 0px;
}

section {
    overflow: revert;
}

.page-link.round {
	text-align:center;
}

.page-link.round a{
    padding: 12px 40px !important;
    display: inline-block;
    margin: auto;
    font-family: inherit;
    position: relative;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #afb2b3;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 18px;
    border-radius: 22px !important;
    margin-top: 10px;
    transition: all .4s ease;
}

.campaign .page-link.round a {
    width: 80%;
}

.page-link.round a:hover {
    background-color: #000000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.page-link.round a:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.page-link.round a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
    transition: all .4s ease;
}

@media screen and (max-width: 767px) {
  .page-link.round a{
    padding: 6px 28px !important;
    font-size: 13px !important;
    line-height: 16px;
  }

  .page-link.round a:after {
    width: 8px !important;
    height: 8px !important;
    top: 54%;
    right: 13px;
    margin-top: -6px;
}
}
/*
------------------------------------------------------------ */

.rtx5090fe {
    background: #000;
    color: #fff;
    margin-bottom: -30px;
}

.mv picture img {
    width: 100%;
}

footer#footer {
    margin-top: 0;
}

/*menu*/
section.menu {
    background: #8dcf18;
    position: sticky;
    top: 0px;
    z-index: 99;
}

.menu__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    color: #000000;
    max-width: 1200px;
    margin: auto;
}

.menu__list li {
    flex: 1;
}

.menu__list li a {
    border-left: 5px solid #000000;
    padding: 20px 50px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    color: #000000;
    position: relative;
}

.menu__list li:last-child a {
    border-right: 5px solid #000000;
}

.menu__list li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(135deg);
    background-image: none !important;
}

@media screen and (max-width: 768px){

}
/*menu*/

/*debut*/
.debut__container {
    max-width: 1400px;
    margin: auto;
    height: 100vh;
    max-height: 900px;
}

.debut__container_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: auto;
    height: 100%;
    align-items: center;
}

.debut__container_inner_contents {
    display: flex;
    width: 580px;
    gap: 50px;
    flex-direction: column;
}

p.debut__container_inner_contents_text {
    font-size: 20px;
    line-height: 36px;
}

p.debut__container_inner_contents_text  span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    padding: 10px 0;
}

section.debut {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_debut_bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.bz-btn {
    position: fixed;
    right: 1%;
    bottom: 2%;
}

@media screen and (max-width: 1900px){
    .bz-btn {
        bottom: 10%;
    }
}


/*about*/
.about__container {
    max-width: 1400px;
    margin: auto;
    height: 100vh;
    max-height: 900px;
}

section.about {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.about__container_inner {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 100%;
    align-items: center;
}

.about__container_inner_contents {
    display: flex;
    width: 580px;
    flex-direction: column;
}

p.rtx5090fe__small {
    font-size: 15px;
    color: #808080;
    padding-bottom: 30px;
    line-height: 15px;
    font-weight: 600;
}

h2.rtx509fe__ttl {
    font-size: 44.79px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    padding-left: 15px;
}

h2.rtx509fe__ttl:before {
    content: "";
    height: 100%;
    width: 6px;
    background: #8dcf18;
    position: absolute;
    left: 0px;
}


p.rtx5090fe__text {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1.6px;
}

.rtx5090fe .green {
    color: #8dcf18;
}

/*compact*/

section.compact {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_compact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.compact__container {
    max-width: 1400px;
    margin: auto;
    height: 100vh;
    max-height: 900px;
}

.compact__container_inner_contents {
    display: flex;
    width: 580px;
    flex-direction: column;
}

.compact__container_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: auto;
    height: 100%;
    align-items: center;
}

ul.compact__container_inner_contents_gallery {
    margin: 0;
    display: grid;
    gap: 10px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    margin-bottom: 40px;
}

.compact__container_inner_contents_gallery li {
    background: #000;
    border: 1px solid #e2e2e2;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 65px;
    overflow: hidden;
}

.compact__container_inner_contents_link a {
    background: linear-gradient(90deg, #feffa1 0%, #fadd71 33%, #fadd71 66%, #feffa1 100%);
    color: #000;
    padding: 13px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    position: relative;
}

.compact__container_inner_contents_link {
    display: flex;
    margin-bottom: 40px;
}

.compact__container_inner_contents_link a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
}

p.compact__container_inner_contents_info_text {
    color: #fff;
    position: relative;
    text-indent: 20px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

p.compact__container_inner_contents_info_text:before {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
}

/*benchmark*/
.benchmark_container {
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

.benchmark_container_inner {
    background: #0d0d0d;
    padding: 80px 80px;
}

h2.benchmark_container_inner_ttl {
    font-size: 37.32px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

h2.benchmark_container_inner_ttl:after {
    content: "";
    height: 6px;
    width: 10%;
    background: #8dcf18;
    position: absolute;
    left: calc(50% - 10% / 2);
    bottom: -80%;
}

.benchmark_container_inner_table {
    margin: 90px 0 50px;
}

.benchmark_container_inner_table table {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    display: table;
    border-color: #fff!important;
}

.benchmark_container_inner_table thead {background: #202020;}

.benchmark_container_inner_table th, .benchmark_container_inner_table td {
    height: 50px;
    border: 1px solid #868686;
}

.benchmark_container_inner_table tr {
    height: 80px;
}

td.graphic_score {
    margin: auto;
    padding: 0 10px;
}

p.score.green {
    font-weight: 500;
}

.graphic_score_group {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.score_49479 {
    width: calc(80% * (49479 / 49479));
    height: 30px;
    background: #8dcf18;
}

.score_36351 {
    width: calc(80% * (36351 / 49479));
    height: 30px;
    background: #8dcf18;
}
.score_19597 {
    width: calc(80% * (19597 / 49479));
    height: 30px;
    background: #8dcf18;
}

p.benchmark_container_inner_text {
    text-align: center;
    font-size: 15px;
}

/*cp*/
.campaign__container {
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

.campaign__container_inner_contents {
    background: #fff;
    color: #000;
    border: 2px solid #16601f;
}

.campaign__container_inner_contents_head {
    display: flex;
    flex-direction: column;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_campaign_bg.jpg);
    padding: 20px;
    align-items: center;
    gap: 5px;
}

.campaign__container_inner_contents_head h2 {
    margin-top: 20px;
}

p.campaign__container_inner_contents_head_text {
    font-size: 32.8px;
    font-weight: 600;
    color: #fff;
}


li.campaign__container_inner_contents_body_list_item {
    padding: 80px 0 100px;
}

li.campaign__container_inner_contents_body_list_item:first-child {
    padding: 40px 0 50px;
}

.campaign__container_inner_contents_body_list_item p {
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
    /* text-align: center; */
    font-weight: 500;
}

p.campaign__container_inner_contents_body_list_item_text {
    text-align: center;
    font-size: 20px;    
}

.campaign__container_inner_contents_body_list_item_banner {
    margin: 0;
    display: grid;
    gap: 10px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

li.campaign__container_inner_contents_body_list_item:nth-child(even)  {
    background: #f2f2f2;
}

.campaign__container_inner_contents_body_list_item_container {
    max-width: 1100px;
    margin: auto;
}

h3.campaign__container_inner_contents_body_list_item_ttl {
    font-size: 44.79px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

#cp_04.campaign__container_inner_contents_body_list_item_ttl {
    margin-left: -10px;
    margin-right: -10px;
}

.campaign__container_inner_contents_body_list_item_block {
    display: flex;
    background: #f2f2f2;
    padding: 30px;
    gap: 30px;
}

.campaign__container_inner_contents_body_list_item:nth-child(even) .campaign__container_inner_contents_body_list_item_block {
    background: #ffffff;
}

.campaign__container_inner_contents_body_list_item_block_img {
    max-width: 30%;
}

.campaign__container_inner_contents_body_list_item_block_text {
    width: 80%;
    display: flex;
    flex-direction: column;
}
.campaign__container_inner_contents_body_list_item_ttl span {
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 0.4em;
    text-decoration-color: rgb(174 255 0);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

.campaign .page-link.black.round {
    margin-top: auto;
}

.campaign__container_inner_contents_body_list_item_block_text_limit {
    padding: 10px;
    width: 80%;
    text-align: center;
    margin: auto;
    color: #ffffff;
    font-size: 15px;
    background: #333;
}



.campaign__container_inner_contents_body_list_item_block_text small {
    display: block;
    padding-top: 10px;
    font-size: 15px;
}

.campaign__container_inner_contents_body_list_item_block_text span {
    font-size: 15px;
    display: block;
    color: #333;
    padding-top: 10px;
}

.campaign__container_inner_contents_body_list_item_block_text_limit span {
    display: revert;
}

.campaign__container_inner_contents_foot {
    height: 50px;
    width: 100%;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_campaign_bg.jpg);
}

/*lineup*/

.lineup__container {
    max-width: 1400px;
    margin: auto;
    padding: 80px 0;
}

section.lineup {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_lineup_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: auto;
}

.lineup__container-lineup-ttl {
    background: linear-gradient(90deg, #feffa1 0%, #fadd71 33%, #fadd71 66%, #feffa1 100%);
    color: #000;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    background: #8dcf18;
}

.lineup__container-lineup-list .lineup__container-lineup-list-link a {
    color: #fff;
    width: 100%;
    background: #000000;
    border: 1px solid #8dcf18;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.lineup__container-lineup-list li.lineup__container-lineup-list-link a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(135deg);
    background-image: none !important;
}

ul.lineup__container-lineup-list {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-bottom: 50px;
}

.lineup__container-text-block-img {
    margin-bottom: 50px;
}

ul.lineup__container-lineup-case_collabo_list {
    margin: 0;
    display: grid;
    gap: 10px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

.lineup__container-lineup-case {
    margin: 20px 0;
}

/*model*/
h3.model__container-wrap-ttl {
    background: #8dcf18;
    color: #000;
    text-align: center;
    font-size: 21.6px;
    font-weight: 600;
    padding: 13px;
    line-height: 26px;
}

.model__container-wrap-api-block {
    width: 1500px;
    margin: auto;
    padding: 20px 0 30px;
}

.model__container-wrap {
    background: #fff;
}



/*matrix*/
.matrix__container {
    max-width: 1700px;
    margin: auto;
    padding: 100px 0;
}

.matrix__container_group {
    background: #0d0d0d;
    padding: 80px 80px;
}

h3.matrix__container_group_ttl {
    font-size: 37.32px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

h3.matrix__container_group_ttl:after {
    content: "";
    height: 6px;
    width: 10%;
    background: #8dcf18;
    position: absolute;
    left: calc(50% - 10% / 2);
    bottom: -80%;
}

.matrix__container_group_matrix_table {
    margin: 90px 0 50px;
}

.matrix__container_group_matrix_table table {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-color: #fff !important;
}

.sp-none.sticky {
    position: sticky;
    top: 58px;
    z-index: 10;
}

.matrix__container_group_matrix_table table th:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #797983;
    position: absolute;
    top: -1px;
    left: -1px;
    box-sizing: content-box;
}

.matrix__container_group_matrix_table table .sp-none.sticky th {
    position: relative;
}

.matrix__container_group_matrix_table tr {
    height: 80px;
}

.matrix__container_group_matrix_table th ,
.matrix__container_group_matrix_table td {
    height: 50px;
    border: 1px solid #868686;
    position: relative;
}

tr.matrix_case_category {
    background: #404040;
    height: auto;
    font-size: 15px;
    font-weight: 600;
}

tr.matrix_case {
    background: hsl(0 0% 25% / 1);
}

.matrix_case th {
  height: 100%;
}

.matrix__container_group_matrix_table thead {
    background: #202020;
    /*display: revert;*/
}

.matrix_th_flex_box p span {
    font-size: 9px;
    line-height: 9px;
}

.matrix_th_flex_box p {
    font-size: 15px;
    line-height: 15px;
    padding: 0 0 10px;
}

.matrix_th_flex_box_img {
    padding: 10px 0;
    margin-bottom: auto;
}

th.matrix_th_img {
    width: 180px;
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_matrix_th_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#matrix span.price--num {
    font-size: 15px;
    font-weight: 700;
}

#matrix span.price--safix {
    font-size: 9px;
    font-weight: 600;
}

#matrix p.price--notax {
    color: #dd0033;
}

#matrix .SJ-sp--option {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding: 0 8px;
    text-align: left;
    line-height: 120%;
    max-height: calc(1.5em * 2);
    background: #ffedf1 !important;
    color: #fa0000 !important;
    font-weight: 400;
    margin: 5px 5px 10px;
    font-size: 12px;
}

#matrix span.price--strike--num {
    font-weight: 400;
    font-size: 12px;
}

#matrix dt {
    line-height: 20px;
    margin: 0px 0 -5px;
    color: #777;
    font-weight: 400;
}

#matrix dl.price__special {
    margin: 0;
}

#matrix span.price--title {
    display: none;
}

.SJ-sp--done:has(.SJ-sp--price:empty) {
    display: none;
}

#matrix .SJ-sp--target :has(.price__special) .SJ-sp--option {
    background: rgb(255 255 50) !important;
    -webkit-line-clamp: none;
    max-height: none;
}

#matrix .SJ-sp--target {
    height: 100%;
}

#matrix .SJ-specific.SJ-sp--done {
    width: 100%;
    height: 100%;
}

#matrix  a.SJ-sp--url {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width: 768px){
#matrix .option {
    font-size: 2.2vw;
    line-height: 110%;
}
#matrix span.price--num {
    font-size: 15px;
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}
#matrix span.price--strike--num{
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}
}

.matrix__container_group_matrix_table td a::after {
    content: '';
    width: 5px !important;
    height: 5px !important;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: rotate(45deg);
    background-image: none !important;
}

.matrix__container_group_matrix_table td a::before {
    content: '';
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    border: 0;
    bottom: 0px;
    right: 0px;
    background: #f3f3f3;
    z-index: 0;
}

.matrix__container_group_matrix_table td {
    width: 150px;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    vertical-align: bottom;
    background: #fff;
    border-right: 1px solid hsl(240deg 17% 85% / 100%);
    border-bottom: 1px solid hsl(240deg 17% 85% / 100%);
}

th.matrix_th {
    background: #202020;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 400;
    color: #fefeff;
    width: 100px;
}

.matrix_th_flex_box {
    height: 100%;
}


/*review*/

h2.info__container_review_ttl {
    font-size: 44.79px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

p.info__container_review_text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

/*------------------------------------*/

.row .review-box {
  display: flex;
  flex-direction: row;
  width:100%;
}

.row .review-box .rate-box {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: flex-start;
}

.row .review-box .rate-box .reviewer-name {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.row .review-box .rate-box .reviewer-name img {
  width: 17px;
  height: 17px;
  margin-right: 2px;
}

.row .review-box .comment-box {
  display: flex;
  flex-direction: column;
  width: calc(100% - 320px);
  padding-left: 20px;
}

.row .review-box .comment-box .review-title {
  font-size: 18px;
  font-weight: bold;
}

.row .review-box .comment-box .review-comment {
  font-size: 13px;
  word-break: break-all;
}

.row .review-box .comment-box .review-comment .text-hide {
  display: none;
}

.row .review-box .like-box {
  display: flex;
  flex-direction: column;
  width: 170px;
  padding-left: 20px;
  justify-content: center;
}

.row .review-box .like-box .like-button {
  height: 32px;
  padding: 2px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  border-radius: 15px;
}

.row .review-box .like-box .like-button:hover {
  background-color: #aaa;
}

.row .review-box .like-box .like-button img {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 10px;
}

.row .review-box .like-box .liked {
  background-color: rgb(156, 156, 156);
}

.row .review-box .like-box .liked:hover {
  background-color: rgb(156, 156, 156);
}

.row .review-box .review-comment-answer {
  padding: 20px;
  margin: 40px 0 0;
  background: #f6f6f6;
}

.row hr {
  border: solid 1px #ddd !important;
}

.row .more-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row .more-container .more-button {
  width: 300px;
  height: 40px;
  padding: 3px 7px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
  border-radius: 20px;
}

.row .more-container .more-button:hover {
  background-color: #aaa;
}

.row .more-container .more-button:after {
  content: "";
  display: block;
  clear: both;
}

.row .more-container .more-button img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
}

.tab_review .more-container .is-processing {
  background-color: rgb(156,156,156);
}

.tab_review .more-container .is-processing:hover {
  background-color: rgb(156,156,156);
}

.p-rating{
    height: 18px;
}
.p-rating>.rating-number{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin-top:-5px;
}
@media screen and (max-width: 640px) {
.p-rating{
	margin-top:8px;
	height:26px;
}

.p-rating .post-date{
    position: absolute;
    margin-top: -48px;
    right: 20px;

}
.row .review-box .like-box {
    width: auto!important;
}
.row .review-box {
    margin: 0 7px 10px 7px;
}
}

.lproduct-rating.big-stars [class^=rating-] {
    background-image:url("https://www.pc-koubou.jp/user_data/packages/default/design/common/img/element/star3.png")!important;
}

.row .review-box .rate-box .reviewer-name {
    line-height: 1.1;
}

.row .review-box .rate-box .post-date{
   /* margin-top: 10px;*/
}
.row .review-box .rate-box .reviewer-name img {
    width: 21px;
    height: 21px;
    margin-right: 2px!important;
}
.row .review-box .rate-box {
    width: 260px!important;
}
.row .review-box .like-box .liked {
   background-color: #fff;
}
.row .review-box .like-box {
    width: 240px;
}

.row .review-box .like-box .liked:hover {
    background-color: #fff!important;
}
.row .review-box .like-box .like-button:hover {
    background-color: rgb(255 224 72);
}

.row .more-container .more-button {
	font-size: 16px;
    padding: 12px 40px;
    background-color: #fff;
    color: #000;
    border: 1px solid #afb2b3;
	font-weight: 800;
}
.row .more-container .more-button:hover {
    background-color: #000;
    color: #fff;
}
.row .more-container .more-button:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
	margin-top: -7px;
    transform: rotate(135deg) ;
}
.row .more-container .more-button:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.row .review-box .like-box .like-button {
  border: solid 1px #afb2b3;
}
.row .review-box .comment-box .review-comment {
    margin: 5px 0 10px;
}
.row .review-box .rate-box {
    justify-content: flex-start;
}

.xproduct-spec .tab-content>.boxtab {
    display: block!important;
}

.xproduct-spec>.tab-button>li.active:only-child {
    text-align: center !important;
    background: transparent !important;
    font-size: 50px !important;
    margin: 50px 0 !important;
    margin-right: 0px;
    width: 1200px !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e9eced), to(#f6f6f6));
    background: linear-gradient(to right, #e9eced 0, #f6f6f6 100%);
    line-height: 1.2;
    padding: 12px 20px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.xproduct-spec>.tab-button>li{
   border-radius: 0px!important;

}
.xproduct-spec>.tab-button>li.active:only-child:before {
    display:none;
}
.xproduct-spec>.tab-button:after{
clear: both;
    display: block;
    display: none\9;
    content: "\0009";
    height: 1px;
    background: #ccc;
    margin:0 20px;
}
#main_column .xproduct-spec>.tab-button>li.active a, #main_column .xproduct-spec>.tab-button>li a:hover {
    color: #000;
    font-weight: 600 !important;
}

.row .review-box {
    margin: 0;
    padding: 15px 0;
    color: #444;
}

.row .review-box .comment-box .review-title {
    margin-bottom: 15px;
    color: #000;
    line-height: 18px;
}

.row .review-box .like-box {
    justify-content: flex-end;
}

.row .review-box .rate-box .post-date {
    margin-top: 6px;
}

.rating-number.font16.txt-red.txt-bold {
  /*  line-height: 16px;*/
}

li#review  {
cursor: default;
}

.more-button-link a{
    display: inline-block;
    position: relative;
    width: 200px;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
    background-color: #18191a;
    border-radius: 20px;
}
.review-box.hidden-column{
    display: none;
}

#main_column.template h2.p-item-lineup__heading{
	margin-top:120px!important;

}

.info__container {
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.row {
    margin: 0;
    /* background: #fff; */
}

div#review-container {
    max-width: 1400px;
    margin: auto;
    background: #fff;
    padding: 50px;
    height: 600px;
    overflow: scroll;
    overflow-x: hidden;
}

.info__container {
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

/*------------------------------------*/




/*shop*/
h2.shop-info_ttl {
    font-size: 44.79px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

ul.shop__list-group {
    margin: 0;
    display: grid;
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

li.shop__list-group-item {
    background: #1a1a1a;
    padding: 20px;
}

p.shop__list-group-item-inner_text {
    font-size: 15px;
    padding-bottom: 35px;
}

.shop__list-group-item-inner_img {
    margin-bottom: 15px;
}


/*media*/

h2.media_info_ttl {
    text-align: center;
    font-size: 44.79px;
    font-weight: 600;
    margin-bottom: 50px;
}

ul.media__list-group {
    margin: 0;
    display: grid;
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

a.t-collabo-information__card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    color: #fff;
}

li.media__list-group-item {
    background: #1a1a1a;
}

p.media__list-group-item__title {
    font-size: 15px;
    text-decoration: underline;
    padding-bottom: 65px;
}

p.media__list-group-item__category {
    display: flex;
    align-items: center;
    margin-top: auto;
}

span.rel {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.media__list-group-item__thumb {
    margin-bottom: 15px;
    text-align: center;
}

.media__list-group-item__thumb img {
    max-height: 165px;
}


/*sp*/
@media screen and (max-width: 768px){
.menu__list li a {
    font-size: 10px;
    padding: 0;
    border-left: 2px solid #000000;
    border: none;
}
.menu__list li a:after {
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
}
.menu__list li:last-child a {
    border-right: 0;
}
.menu__list li:first-child a {
    border-left: 0;
    border: none;
}
section.menu {
    margin: 10px 0 10px;
}

.debut__container {
    height: auto;
    padding: 20px;
    max-height: unset;
}

.debut__container_inner {
    display: flex;
    flex-direction: column;
}

p.debut__container_inner_contents_text {
    font-size: 15px;
    line-height: 25px;
}

.debut__container_inner_contents {
    gap: 20px;
    width: auto;
}

section.debut {
    background: #000;
}

p.debut__container_inner_contents_text span {
    font-size: 15px;
}

.bz-btn {
    display: none;
}

h2.rtx509fe__ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
    margin-bottom: 20px;
}

p.rtx5090fe__text {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
    line-height: normal;
    font-weight: 300;
}

p.rtx5090fe__small {
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
    line-height: normal;
    padding-bottom: 10px;
}

.about__container_inner {
    height: auto;
}

.about__container {
    padding: 20px;
    height: auto;
}

section#about {
    background: #000;
}

.about__container_inner {
    flex-direction: column;
}

.about__container_inner_contents {
    width: auto;
}

h2.rtx509fe__ttl:before {
    width: 3px;
}

.compact__container {
    height: auto;
    padding: 20px;
}

section.compact {
    background: #000;
}

ul.compact__container_inner_contents_gallery {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    margin-bottom: 20px;
}

.compact__container_inner_contents_gallery li {
    height: 40px;
}

a {}

.compact__container_inner_contents_link a {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
    padding: 5px;
}

p.compact__container_inner_contents_info_text {
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}

.compact__container_inner_contents_link {
    margin-bottom: 20px;
}

.benchmark_container {
    padding: 20px 0 0;
}

.benchmark_container_inner {
    padding: 30px 10px;
}

h2.benchmark_container_inner_ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
}

.benchmark_container_inner_table {
    margin: 30px 0;
}

h2.benchmark_container_inner_ttl:after {
    bottom: -10px;
    height: 3px;
}

.benchmark_container_inner_table table {
    font-size: 10px;
    line-height: 15px;
}

.score_49479 {
    width: calc(70% * (49479 / 49479));
    height: 10px;
}

.score_36351 {
    width: calc(70% * (36351 / 49479));
    height: 10px;
}

.score_19597 {
    width: calc(70% * (19597 / 49479));
    height: 10px;
}

.graphic_score_group {
    align-items: center;
}

.benchmark_container_inner_table tr {
    height: auto;
}

p.benchmark_container_inner_text {
    font-size: 10px;
}

.campaign__container {
    padding: 0;
}

p.campaign__container_inner_contents_head_text {
    font-size: clamp(1.4rem, 1rem + 1.59vw, 3.318rem);
    text-align: center;
}

p.campaign__container_inner_contents_body_list_item_text {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
    text-align: left;
    padding: 0;
}

li.campaign__container_inner_contents_body_list_item:first-child {
    padding: 20px;
}

.campaign__container_inner_contents_body_list_item_banner {
    grid-template-columns: 1fr 1fr;
}

h3.campaign__container_inner_contents_body_list_item_ttl {
    font-size: clamp(1.4rem, 1rem + 1.59vw, 3.318rem);
    line-height: normal;
}

#cp_04.campaign__container_inner_contents_body_list_item_ttl {
    margin-left: 0px;
    margin-right: 0px;
}

li.campaign__container_inner_contents_body_list_item {
    padding: 20px;
}

.campaign__container_inner_contents_body_list_item_block {
    padding: 10px;
    flex-direction: column;
}

.campaign__container_inner_contents_body_list_item_block_img {
    max-width: 100%;
}

.campaign__container_inner_contents_body_list_item p {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
}

.campaign__container_inner_contents_body_list_item_block_text {
    width: 100%;
}

.campaign__container_inner_contents_body_list_item_block_text small {
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}

.campaign__container_inner_contents_body_list_item_block_text span {
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}

.campaign__container_inner_contents_body_list_item_block_text_limit {
    width: 100%;
    font-size: 10px;
}

.lineup__container {
    padding: 20px;
}

.lineup__container-lineup-ttl {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
    padding: 10px;
}

ul.lineup__container-lineup-list {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.lineup__container-lineup-list .lineup__container-lineup-list-link a {
    font-size: 10px;
    text-align: left;
}

section.lineup {
    background: hsl(0 0% 10% / 1);
}

ul.lineup__container-lineup-case_collabo_list {
    grid-template-columns: 1fr 1fr 1fr;
}

h3.model__container-wrap-ttl {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
}

.lineup__container-text-block-img {
    margin: 20px 0;
}

.model__container-wrap-api-block {
    width: auto;
    padding: 10px 0 20px;
}

.model .page-link.round a {
    margin: 10px 10px 0;
}

.matrix__container {
    padding: 0;
}

.matrix__container_group {
    padding: 30px 10px;
}

h3.matrix__container_group_ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
}

h3.matrix__container_group_ttl:after {
    height: 3px;
    bottom: -10px;
}

.matrix__container_group_matrix_table {
    margin: 30px 0;
    /* width: 1500px; */
    overflow: scroll;
    overflow-y: hidden;
}

.matrix__container_group_matrix_table table {
    width: 1000px;
}

th.matrix_th {
    position: sticky;
    left: 0;
    z-index: 2;
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
}

th.matrix_th.matrix_th_img {
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2026/04/rtx5090fe_festival_matrix_th_bg.png);
    width: 200px;
    background-size: 100% 100%;
}

th.matrix_th_5090 {
    position: relative;
}


.info__container {padding: 50px 10px;}

h2.info__container_review_ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
    line-height: normal;
}

p.info__container_review_text {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
}

div#review-container {
    padding: 20px;
    margin: 20px;
}

.row .review-box {
    flex-direction: column;
}

.row .review-box .comment-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}


.info__container {
    gap: 100px;
}

p.info__container_review_text {
    margin: 20px 0;
}

h2.shop-info_ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
    margin-bottom: 20px;
}

ul.shop__list-group {
    grid-template-columns: 1fr;
}

h2.media_info_ttl {
    font-size: clamp(1.4rem, 1rem + 1.93vw, 3.981rem);
    margin-bottom: 20px;
}

ul.media__list-group {
    grid-template-columns: 1fr ;
    gap: 5px;
}

p.media__list-group-item__title {
    font-size: clamp(1.1rem, 0.9rem + 0.33vw, 1.333rem);
}

a.t-collabo-information__card {
    padding: 10px;
}

p.media__list-group-item__category {
    font-size: 10px;
}

p.shop__list-group-item-inner_text {
    font-size: clamp(1.4rem, 1rem + 0.6vw, 1.6rem);
}
.menu__list li {
    padding: 8px 0;
    border: 1px solid #000;
}
thead.pc-none {
    display: revert;
}

.sp-img.pc-none {
    margin: 0px -20px 0;
}

.media__list-group-item__thumb img {
    width: auto;
    height: auto;
    max-height: revert;
}

ul.menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}

}

