@charset "UTF-8";
/*各カテゴリページで変わる可能性のある色*/
:root {
  --main-key-cl:#004896;
  --main-key-cl-2:#006DCC;
  --color-text: #adbdb7;
}

/*--gmmのCSSはnew_gaming.cssで指定すること≪24.04.24≫---*/
p, ul, ol {
  margin-bottom: 2em;
}

p {
  line-height: 2em;
}

#main {
  /*font制御*/
}
#main article nav {
  margin: 0 0 45px;
}
#main form {
  color: #333333;
}
#main .middwrapper table {
  color: #333333;
}

.btn_inv {
  margin: 0 auto;
  padding: 0 0 13px 0;
  text-align: center;
  line-height: 0.5em 0;
}

/*本文 -共通- */
h1, h2, h3, h4 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  color: #483C34;
}

h2, h3, h4 {
  font-weight: normal;
}

h1, h2 {
  font-size: 2rem;
}

h2 {
  margin-top: 1.5em;
}

h3 {
  margin-top: 2.5em;
  font-size: 1.5rem;
}

h4 {
  margin-top: 2.5em;
  font-size: 1.3rem;
}

.h-border {
  border-bottom: solid 1px #DDDDDD;
}

table caption {
  caption-side: top;
  text-align: center;
}

.navbtn_wrapper {
  margin: 20px 10px 0;
}

.navbtn button {
  width: 100%;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  border: 1px solid var(--main-key-cl);
  background-image: none;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #483C34;
  font-size: 12px;
}
.navbtn button:hover {
  background-color: #0055B1;
  color: #f6f9fe;
  border-color: #0055B1;
}
.navbtn button img + div {
  width: calc(100% - 60px - 6px);
}
.navbtn button img + div b {
  display: block;
  font-size: 1.3em;
}
.navbtn .pp-range li button {
  font-size: 1rem;
  font-weight: bold;
}

/*↓手すきでまとめる*/
/*h2 {
	$data: (
		'#tower_pc' :twm,
		'#compact_pc' :mnm,
	);
	@include ctg_bk1($data: $data);
}*/
/*↑ここまで*/
/*.h_sop{
	height:60px;
	background: url('/shop_img/category/back_h_sokunou.gif') no-repeat left top transparent;
	background-size: contain;
	span{
		display:none;
	}
}*/
small.fl_right {
  margin: 1em 0;
}

/*new_index.cssから引用*/
.thumb-hover .slide-item-thumb {
  overflow: hidden;
  position: relative;
}
.thumb-hover .slide-item-thumb::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.thumb-hover .slide-item-thumb img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.thumb-hover:hover .slide-item-thumb::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.thumb-hover:hover .slide-item-thumb img {
  opacity: 0.6;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

main.dark-mode .thumb-hover .slide-item-thumb::before {
  background: rgba(0, 0, 0, 0.2);
}

.big-slide {
  margin-top: 30px;
}
.big-slide.owl-carousel .owl-nav button.owl-prev, .big-slide.owl-carousel .owl-nav button.owl-next {
  top: 130px;
}
.big-slide .slide-item .slide-item-thumb {
  height: 310px;
  background: #E5ECF1;
}
.big-slide .slide-item .slide-item-content {
  margin-top: 15px;
}
.big-slide .slide-item .slide-item-content p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.big-slide .slide-item .slide-item-content p.s-item-price-out {
  margin-bottom: 5px;
}
.big-slide .slide-item .slide-item-content .s-item-title {
  padding: 0 15px;
}
.big-slide .slide-item .slide-item-content .s-item-cate span {
  color: #fff;
  background: #999999;
}
.big-slide .slide-item .slide-item-content .s-item-desc {
  margin-top: 15px;
  text-align: left;
  color: #666666;
  word-break: break-all;
}
.big-slide .slide-item .slide-item-content .s-item-price-out {
  font-size: 18px;
}

/*引用ここまで*/
/*バナー*/
.bna-img > * {
  display: block;
  position: relative;
}
.bna-img a {
  text-decoration: none;
}
.bna-img img {
  max-width: 100%;
  height: auto;
}
.bna-img .kku {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  text-align: right;
  line-height: 1em;
}
.bna-img .kku .price {
  font-size: 2em;
}
.bna-img .kku .tax-in .price {
  font-size: 1.2em;
}
.bna-img .price-icon:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  vertical-align: -0.3em;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.bna-img .price-icon.frs:before {
  background-image: url("/shop_img/sendfree02.png");
}
.bna-img .price-icon.tokka:before {
  background-image: url("/shop_img/tokka.png");
}
@media only screen and (min-width: 1025px) {
  .bna-img .kku {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bna-img .kku {
    font-size: 2.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bna-img .price-icon::before {
    width: 30px;
    height: 30px;
  }
}
.tax-in {
  font-size: 0.7em;
}

nav.d-flex.bna-img .price-icon:before {
  width: 28px;
  height: 28px;
}
nav.d-flex.bna-img .kku {
  font-size: 0.8rem;
}
nav.d-flex.bna-img .tax-in {
  font-size: 0.9em;
}
@media only screen and (max-width: 1024px) {
  nav.d-flex.bna-img .kku {
    font-size: 1.3vw;
  }
}

/*kousei枠*/
.kousei {
  border-radius: 5px;
}

.clm3 .button ul li a span:first-child {
  width: 50%;
}
.clm3 .button ul li a span.kku {
  padding-top: 3px;
}

/*:has()非対応Firefox対策*/
@-moz-document url-prefix() {
  .kousei {
    display: block;
  }
}
/*用途別リンク枠(desktop,highendで使用)*/
nav.flex article, nav.flex section, nav.flex div.youto-box {
  border: #006DCC 1px solid;
  margin-bottom: 5px;
}

.youto-box a {
  display: block;
  padding: 10px;
  height: 75px;
}
.youto-box a img {
  float: left;
  margin-right: 10px;
}
.youto-box a:hover, .youto-box a:active {
  background-color: #fff9e0;
}
.youto-box a.brank {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
}
.youto-box a.brank:hover {
  background-color: rgba(0, 0, 0, 0);
}
.youto-box.vga a {
  padding: 0;
  text-align: center;
}

/*.tino,.ti01,.ti02,.ti03,.ti04,.ti05{
	margin-bottom: .5rem;
	padding:8px 1px;
	width: 100%;		
	font-size:1.2em;
	font-weight:bold;
	text-indent:.8em;
	line-height:1em;
	color:$gray40;
	background: left center no-repeat;
	background-color: $bg-gray;
	border-width:0;
}
.ti01,.ti02,.ti03,.ti04,.ti05{
	text-indent:2.8em;
	color:$white01;
}*/
/*.ti01{
	@include tile_ti(cpu,#0071c5);
}
.ti02{
	@include tile_ti(low,#ea3b1e);
}
.ti03{
	@include tile_ti(sln,#ff6e00);
}
.ti04{
	@include tile_ti(cstm,#3cb400);
}
.ti05{
	@include tile_ti(vga,$key-cl);
}*/
.thin a {
  height: 59px;
}

.btn_ctg a { /*#tower_pcで使用*/
  width: 49%; /* 未対応ブラウザ用フォールバック */
  width: calc((100% - 1 * (2 - 1)) / 2);
  height: 120px;
  padding: 1em;
  font-size: 1.5em;
  text-align: center;
  border-radius: 5px;
}
.btn_ctg a b {
  font-weight: bold;
}
.btn_ctg a.mining {
  border: #f4a22e 1px solid;
  width: 100%;
  height: 70px;
  background: url("/shop_img/category/bna_mining.gif");
}
.btn_ctg a:hover.mining {
  color: #f4a22e;
}

.b_txt {
  margin-bottom: 15px;
  padding: 12px 20px;
  background-color: #E5ECF1;
}

#desktop_pc #main p, #silent_pc #main p, #sale_index #main p {
  margin: 10px;
  font-size: 14px;
  line-height: 1.75em;
}

/*desktop-index用*/
#desktop_pc nav.flex.youto-box {
  border: #006DCC 1px solid;
  margin-bottom: 5px;
}

/*silent-index用*/
#silent_pc h2 {
  background: url("/shop_img/category/back_h_silent.gif") right bottom repeat-x;
}

/*sale_index用*/
#sale_index .caps {
  padding: 0 10px;
}
#sale_index .caps p {
  height: 60px;
  margin-left: 60px;
  padding: 10px;
}

.dark-mode {
  background-color: black;
  color: #f6f9fe;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
  color: #f6f9fe;
}
.dark-mode table {
  background-color: #333333;
}
.dark-mode table caption {
  background-color: #333333;
  border: #999999 1px solid;
  border-bottom-width: 0;
  color: #f6f9fe;
}
.dark-mode table th {
  background-color: #666666;
}
.dark-mode .tax-in, .dark-mode .tax-in * {
  color: var(--color-text);
}
.dark-mode a {
  color: rgb(0, 120.96, 252);
}
.dark-mode a:hover {
  background-color: #004896;
  color: #fff;
}
.dark-mode div[class*=top-view] a {
  color: #cccccc;
  background: none;
}
.dark-mode div[class*=top-view] a:hover {
  color: #fff;
}
.dark-mode div[class*=top-view] .s-select select {
  color: #cccccc;
}
.dark-mode div[class*=top-view] .s-select select option {
  background-color: #333333;
}
.dark-mode div[class*=top-view] .case-flex {
  background-color: #333333;
}
.dark-mode div[class*=top-view] .case-flex:hover {
  background-color: #cccccc;
  color: #333333;
}
.dark-mode .top-view-search {
  border: #cccccc 1px solid;
  color: #cccccc;
}

.dark-mode a {
  color: #b51019;
}

header {
  background-color: #000;
  color: #f6f9fe;
}

.banner-link {
  background-color: #fff;
}

.topic-path a,
.header,
.header-banner-area .banner-link-bottom a {
  color: #f6f9fe;
}

.fnatic-mobile-img, .products-RyzenRadeon-mobile-img, .Feature3-mobile-img, .Feature2-mobile-img, .Feature1-mobile-img, .Feature1b-mobile-img, .Feature4-mobile-img, .intro-GameFeature-mobile-img, .Feature5-mobile-img, .Feature6-mobile-img {
  display: none;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 342px;
  padding: 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #333333;
}

.section-wrapper {
  width: 100%;
  max-width: 1200px;
}

.pad-left {
  padding-left: 160px;
}
@media (max-width: 991px) {
  .pad-left {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .pad-left {
    padding-left: 0;
  }
}

.posrel, .prel {
  position: relative;
}

.posabs, .pabs {
  position: absolute;
}

.Feature2 .posabs {
  right: -300px;
  top: -90px;
  min-width: 100%;
}

.Feature4 .posabs {
  right: 250px;
  bottom: 0;
  height: 100%;
  width: auto;
}

.amd-info {
  font-family: "Klavika", sans-serif;
}
.amd-info a {
  color: #b51019;
}
.amd-info a:hover {
  background-color: #b51019;
  color: #f6f9fe;
}
.amd-info a.other-link {
  display: block;
  padding: 1em;
  margin: 20px 0;
  border-radius: 5px;
  background-color: #2d2d2d;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #f8971c;
}
.amd-info a.other-link:hover {
  color: rgb(63.75, 63.75, 63.75);
  background-color: #ffb03f;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.amd-title {
  margin: 50px 0;
  background: -webkit-linear-gradient(left, #f8971c 0%, #b51019 95%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3rem;
  font-weight: bold;
  border: none;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid 2px #DDDDDD;
}

h3 {
  padding: 0;
  background: none;
  line-height: 1.7em;
}
h3[id^=cpu] {
  clear: both;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 100px;
  background-color: #000;
}
.section-content .content-box {
  width: 50%;
}
.section-content.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-content.Feature1 {
  background-image: url("/shop_img/feature/amd/gamersfirst2/content-bg_1.jpg");
}
.section-content.Feature2 {
  background-image: url("/shop_img/feature/amd/gamersfirst2/content-bg_2.jpg");
}
.section-content.Feature3 {
  background-image: url("/shop_img/feature/amd/gamersfirst2/content-bg_3.jpg");
}
.section-content.Feature4 {
  background-image: url("/shop_img/feature/amd/gamersfirst2/content-bg_4.jpg");
}
.section-content .Feature-mobile-img {
  display: none;
}

div[class*=Feature] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-content.Feature3 {
  background-position-x: 50%;
}
.section-content.Feature4 {
  background-position-x: 20%;
  border-bottom-width: 1px;
}

.d-flex.clm3 {
  gap: 40px;
}

.clm3 > * {
  width: calc((100% - 40px * (3 - 1)) / 3);
}

.cpublock {
  margin: 50px 100px;
}
@media (min-width: 992px) {
  .cpublock.clm3 > * {
    width: calc((100% - 40px * (3 - 1)) / 3);
  }
}
@media (max-width: 991px) {
  .cpublock {
    margin: 50px;
  }
}
@media (max-width: 767px) {
  .cpublock {
    margin: 20px;
  }
  .cpublock.d-flex.clm3 {
    gap: 10px;
  }
  .cpublock.clm3 > * {
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
}
.cpublock a {
  display: block;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: #b51019 1px solid;
  border-radius: 5px;
}
.cpublock a img {
  display: block;
  max-width: calc(100% - 40px);
  height: 200px;
  margin: 30px auto;
}
.cpublock a:hover {
  background-color: #DD602F;
  color: #f6f9fe;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.spec-box {
  /*new_gamingから引用*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px 15px;
  border: #b51019 1px solid;
  /*引用ここまで*/
}
.spec-box .area {
  margin: 0 -15px -35px;
  padding: 15px;
}
.spec-box .area h4 {
  margin: 0;
  padding: 0;
}
.spec-box figure {
  height: 310px;
  text-align: center;
}
.spec-box figure img {
  height: 100%;
}
@media (380px <= width <= 768px) {
  .spec-box figure {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .spec-box figure {
    height: 200px;
  }
}
.spec-box .price_box {
  text-align: center;
}
.spec-box .price_box .kku {
  margin: 20px 0;
  line-height: 1em;
  font-size: 1.5em;
}
.spec-box .spec-no {
  margin: 0 0 20px 0;
  padding: 0;
  color: #f8971c;
}
.spec-box .spec-txt {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5em;
  overflow-wrap: break-word;
}
.spec-box a:hover {
  background: none;
}
.spec-box a.btn-link {
  width: 80%;
  height: auto;
  margin: auto auto 0;
  padding: 1em;
  border-radius: 50px;
  background-color: rgb(63.75, 63.75, 63.75);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.spec-box a.btn-link:hover {
  color: rgb(63.75, 63.75, 63.75);
  background-color: #f8971c;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.spec-box figure a {
  margin: -30px 0 20px;
}
.spec-box a.btn-link {
  background: -webkit-linear-gradient(left, #f8971c 0%, #b51019 95%);
  color: #000 !important;
  border-radius: 5px;
  text-decoration: none;
}
.spec-box a.btn-link:hover {
  color: rgb(63.75, 63.75, 63.75);
  background: #ffb03f !important;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.spec-box .notsale {
  color: #999999;
  width: 80%;
  height: auto;
  margin: auto auto 0;
  padding: 1em;
  border-radius: 5px;
  background-color: rgb(63.75, 63.75, 63.75);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.spec-box .area {
  font-size: 1.5em;
  background-color: rgba(255, 0, 0, 0.2);
}
.spec-box .area img {
  width: 80px;
  height: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.cpublock a, .spec-box {
  border: #b51019 1px solid;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .section-content {
    padding: 50px;
  }
  .section-content .content-box {
    width: 60%;
  }
  h3 {
    margin: 20px 0;
    font-size: 1.2em;
  }
  .cpublock a img {
    max-width: 60%;
    height: auto;
  }
  .d-flex.clm3 {
    gap: 20px;
  }
  .clm3 > .spec-box {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
  .spec-box .area {
    font-size: 1.4em;
  }
  .spec-box figure a {
    height: auto;
    margin: 0;
  }
  .spec-box figure a img {
    width: 100%;
    height: auto;
  }
  a.other-link {
    float: none;
  }
}
/*小型タブ、スマホ*/
@media (max-width: 767px) {
  .cam-mainv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .amd-title {
    font-size: 2rem;
  }
  h2 {
    margin-top: 1.5em;
  }
  .section-content {
    padding: 20px;
  }
  .section-content.Feature3, .section-content.Feature4 {
    background-image: none;
  }
  .section-content.Feature4 img.posabs {
    display: none;
  }
  .section-content .content-box {
    width: 100%;
  }
  div[class*=Feature] {
    background-size: cover;
    background-position: bottom;
    background-position-x: -690px;
  }
  img[class*=-mobile-img] {
    display: block;
  }
  h2 {
    text-align: center;
  }
  .clm3 > .spec-box {
    width: 100%;
  }
  .spec-box figure a img {
    width: auto;
    height: 250px;
  }
}