@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700;900&display=swap");

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
    width: unset;
    margin: 0 auto;
}
.column2R #main {
	float: none;
	width: auto;
	color: #484848;
    font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}
#container p {
    letter-spacing: 0.96px;
}
ul.breadCrumb.bcLast {
    margin-top: 12px !important;
    width: 970px;
    margin: 0 auto 12px;
}
.p-info__under h3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.44px;
    margin-bottom: 1rem;
}
.p-info__under__inr {
  width: 100%;
  max-width: 1140px;
}
@media screen and (min-width: 480px) {
  .p-info__under__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
  }
}

.p-info__under__main {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-info__under__main {
   max-width: 1140px;
    overflow: hidden;
  }
}

.p-info__under__img {
  max-width: 1140px;
  margin-bottom: 50px;
}

.p-info__under__body h2 {
    margin: 0 auto 30px;
}

.p-info__under__body p + p {
  margin-top: 1em;
}

.p-info__under__body .p-info__under__list.notes {
  margin-bottom: 1em;
}

.p-info__under__body .p-info__table {
  margin-bottom: 0;
}

/*-------------------------------------
　ボタン
---------------------------------------*/
.c-button--primary-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*width: 270px;
  height: 60px;*/
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

.c-button--primary-blue::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #484848;
    content: '';
}
@media screen and (max-width: 479px){
	.c-button--primary-blue::after {
      right: 14px;
      width: 7px;
      height: 7px;
}
}

.c-button--primary-blue::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}
.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}
.c-button--primary-blue > span {
  display: inline-block;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .c-button--primary-blue > span {
    font-size: 20px;
    letter-spacing: 1.96px;
    line-height: 1.63;
	color: #fff;
  }
}
@media screen and (max-width: 479px) {
  .c-button--primary-blue > span {
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.c-button--primary-blue {
    border: 0;
    background-color: #004da1;
    color: #fff;
}
.c-button--primary-blue::after {
  border-color: #fff;
}

.c-button--primary-blue::before {
  background-color: #fff;
  opacity: .15;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}


@media screen and (min-width: 480px), print {
  .p-info__under .pc-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under .sp-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 480px), print {
  .p-info__under .pc-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-info__under__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .p-info__under__buttons {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-info__under__buttons a {
  width: 100%;
  max-width: 570px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .p-info__under__buttons a {
    max-width: 80vw;
    margin-bottom: 4vw;
  }
}

/* fadeUp
____________________*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* fade
____________________*/
.fade {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;
}
.fade.fadeShow {
	transform: translateY(0);
	opacity: 1;
}


/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.p-info__under__mv {
    background: url(/5info/img/palit_model/bg_kv.webp) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
	height: 600px;
}
.p-info__under__mv img {
    padding-top: 130px;
    margin: 0 auto;
}
.top_contents {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
    background: #232136;
    color: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 6px #0000006b;
    padding: 30px 0;
}

/*-------------------------------------
RTX4000シリーズの Palitモデルが新登場！
---------------------------------------*/
.section_08 {
    background: url(/5info/img/palit_model/bg_01.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
}
.center_img {
	display: block;
    margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.p-info__under__img--1col {
    width: 100%;
}
.p-info__under h2 {
    font-size: 32px;
    text-align: center;
    font-style: italic;
	letter-spacing: 1.96px;
}
.p-info__under h2 span {
    font-size: 22px;
}

/*-------------------------------------
  Game Rock
---------------------------------------*/
.section_07 {
    background: url(/5info/img/palit_model/bg_02.webp) no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 180px 0 80px;
	position: relative;
}
.section_07 p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
    color: #333;
}
.movie__inner {
    display: block;
	margin-bottom: 60px;
}
.movie__box {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
.movie__detail {
    position: relative;
    width: 100%;
    padding-block-start: 56.25%;
}
.movie__detail iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
img.logo_gamerock {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

/*-------------------------------------
高性能を支える主な技術
---------------------------------------*/
.section_01 {
    color: #fff;
    text-align: center;
    background: #232136;
	padding: 100px 0 60px;
}
.section_01 h2 {
	margin-bottom: 120px;
}
.section_01 .p-info__under__img--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
}
.section_01 .p-info__under__col__cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 30px;
}
.section_01 .p-info__under__col__cont::before {
    content: "";
    width: 130px;
    height: 2px;
    background: #232136;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.section_01 .p-info__under__col__cont__inr {
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 30px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section_01 .p-info__under__col__cont__inr p {
    font-size: 14px;
	text-align: left;
}
.cont__pt-icon {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    color: #fcca00;
    font-family: "Roboto", Sans-Serif;
}

@media screen and (min-width: 480px){
.section_01 .p-info__under__col__cont {
    max-width: 31.15%;
	margin: 0 15px;
}
.section_01 .p-info__under__col__cont__inr {
    display: flex;
    height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	padding: 60px 30px 60px;
}
.section_01 .p-info__under__col__cont__inr p {
	height: 67px;
}
.pc_pd50 {
	padding-top: 50px;
}
}

/*-------------------------------------
　ドスパラ取り扱いモデル
---------------------------------------*/
.section_06 {
    background: url(/5info/img/palit_model/bg_01.webp) no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 100px 0;
}
.section_06 h2 {
    margin-top: 30px;
}
.section_06 .p-info__under__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: auto;
}
.section_06 p.sec_txt_area {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}
.p-info__under__content {
	margin-bottom: 30px;
}
.p-info__underp-info__under__text.model-content {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 6px #0000006b;
    color: #484848;
    text-decoration: none;
	position: relative;
}
.model-content::before {
    z-index: 1;
    position: absolute;
    -webkit-transform: scale(1, 0.95) rotate(45deg);
    transform: scale(1, 0.95) rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    right: 9px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    border-color: #fff;
    background-color: transparent;
}
.model-content::after {
    z-index: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #004da1;
    content: "";
    width: 24px;
    height: 24px;
}
.model-content__inner {
    display: flex;
    justify-content: space-between;
}
.recommend_area--subttl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.recommend_area {
    background: url(/5info/img/palit_model/bg_recommend.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 30%;
}
.recommend_img {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.recommend_area p {
    color: #484848;
    font-size: 18px;
	font-weight: 600;
	padding-left: 0.5em;
}
.recommend_area p span {
    color: #004DA1;
    font-size: 12px;
}
.type_area {
    width: 70%;
	position: relative;
}
.type_area.area_a {
    background: url(/5info/img/palit_model/bg_recommend_01.jpg) no-repeat;
    background-size: cover;
}
.type_area.area_b {
    background: url(/5info/img/palit_model/bg_recommend_02.jpg) no-repeat;
    background-size: cover;
}
.type_area.area_c {
    background: url(/5info/img/palit_model/bg_recommend_03.jpg) no-repeat;
    background-size: cover;
}
.type_area.area_d {
    background: url(/5info/img/palit_model/bg_recommend_04.jpg) no-repeat;
    background-size: cover;
}
.type_area_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}
.type_area_inner img {
    width: auto;
    max-width: 250px;
}
.type_area--txt h3 {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.type_area--txt p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
	color: #484848;
}
.list_p {
    color: #484848;
    font-size: 14px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 32px;
    bottom: 3px;
}
.white {
    color: #fff;
}
.type_area--txt.white h3, .type_area--txt.white p {
    color: #fff;
}
.c-flex.c-flex--space-between.p-info__under__buttons.pc-x-m-auto.pc-jc-center {
    flex-direction: column;
    align-items: center;
}
.btn_top_txt {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1rem;
}
@media screen and (min-width: 480px){
.p-info__underp-info__under__text.model-content {
    height: 246px;
}
.model-content__inner {
    height: 100%;
    align-items: center;
}
.recommend_area {
    height: 100%;
}
.recommend_area--subttl {
    padding: 15px;
}
.type_area {
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: space-around;
}
.type_area_inner {
    width: 777px;
}
.type_area--txt {
    width: 60%;
}
}



@media screen and (max-width: 479px){
.p-info__under h2,
.p-info__under h3,
.p-info__under h4,
.p-info__under h5 {
  margin-right: 4vw;
  margin-left: 4vw;
}
.p-info__under h2 {
    font-size: 24px;
}
.p-info__under h2 span {
    font-size: 16px;
}
.p-info__under__inr {
    width: auto;
    padding: 0 4vw;
    margin: 0 auto;
}
.p-info__under__img {
  margin-bottom: 6.66667vw;
}
	
.p-info__under__mv {
    background: url(/5info/img/palit_model/bg_kv_sp.webp) no-repeat;
    background-position: top;
    background-size: contain;
}
.p-info__under__mv img {
    width: 90%;
	padding-top: 38px;
}	
.top_contents {
    position: unset;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    text-align: left;
	padding: 30px 0 40px;
}
.top_contents__inner {
    padding: 0 4vw;
}
	
.section_07 .p-info__under__main {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
img.logo_gamerock {
    width: auto;
    max-width: 90vw;
}
	
.section_08 {
    padding: 130px 0 80px;
}

.section_07 {
    background: url(/5info/img/palit_model/bg_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 130px 0 0;
}
.section_07 p {
    font-size: 15px;
    font-weight: bold;
	text-align: left;
    margin: -30px 20px 40px;
    line-height: 1.8;
}
	
.section_01 {
	padding: 50px 0 30px;
}
.section_01 h2 {
    font-size: 26px;
    margin-bottom: 60px;
}
.section_01 .p-info__under__img--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.section_01 .p-info__under__col__cont {
    margin-bottom: 55px;
}
.section_01 .p-info__under__col__cont__inr {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	padding: 30px 15px;
}
.section_01 .p-info__under__col__cont__inr img {
    width: 100px;
}
.section_01 .p-info__under__col__cont__inr p {
    font-size: 12px;
	padding-left: 15px;
}
.mb35_sp {
    margin-bottom: 35px;
}
	
.section_06 {
    background: url(/5info/img/palit_model/bg_01_sp.webp) repeat;
    background-size: contain;
    background-position: top;
    padding: 50px 0;
}
.section_06 p.sec_txt_area {
    font-size: 14px;
}
.model-content__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.recommend_area {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 15px;
}
.recommend_area--subttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.recommend_img {
    position: initial;
}
.recommend_area p {
    font-size: 16px;
    padding-left: 0;
}
.recommend_area p span {
    font-size: 10px;
}
.type_area {
    width: auto;
}
.type_area.area_a {
    background: url(/5info/img/palit_model/bg_recommend_01_sp.webp) no-repeat;
    background-size: cover;
}
/*.type_area.area_b {
    background: url(/5info/img/palit_model/bg_recommend_02_sp.webp) no-repeat;
    background-size: cover;
}*/
.type_area.area_c {
    background: url(/5info/img/palit_model/bg_recommend_03_sp.webp) no-repeat;
    background-size: cover;
}
.type_area.area_d {
    background: url(/5info/img/palit_model/bg_recommend_04_sp.webp) no-repeat;
    background-size: cover;
}

.type_area_inner {
    flex-direction: column;
}
.type_area--txt {
    padding: 0 15px 15px;
}
.type_area--txt h3 {
    text-align: center;
    margin-top: 1rem;
    font-size: 18px;
}
.type_area--txt p {
    font-size: 13px;
}
.list_p {
    font-size: 12px;
}
.btn_top_txt {
    font-size: 16px;
	text-align: center;
}
}

.only_pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .only_sp {
    display: block;
  }
}