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

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

.middwrapper {
  width: min(1024px, 100%);
  margin-left: auto;
  margin-right: auto;
}

article nav {
  margin: 0 0 45px;
}

form {
  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 button {
  border: none;
  background-image: none;
  background-color: #e6f3ff;
  color: #483C34;
}
.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 button {
  padding: 15px 0;
  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: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.thumb-hover .slide-item-thumb img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1, 1, 1);
}
.thumb-hover:hover .slide-item-thumb::before {
  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;
  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;
  margin: auto;
  display: block;
}
.bna-img .kku {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  text-align: right;
  line-height: 1em;
  font-size: 15px;
}
.main-bna-container .bna-img .kku {
  font-size: max(1.5vw, 15px);
}
.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: 30px;
  height: 30px;
  vertical-align: -0.3em;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-bna-container .bna-img .price-icon::before {
  width: 62px;
  height: 62px;
}
@media (width <= 600px) {
  .main-bna-container .bna-img .price-icon::before {
    width: 40px;
    height: 40px;
  }
}
.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");
}

.tax-in {
  font-size: 0.7em;
}

nav.bna-img {
  gap: 10px 20px;
  line-height: 0;
}
nav.bna-img a:hover {
  opacity: 0.5;
}

/*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;
}*/
.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;
}

.spacer {
  height: 1000px;
  text-align: center;
  font-size: 32px;
}

/* 棒グラフ */
:root {
  --left-space: 100px;
}

.bar-graph-container {
  text-align: center;
  width: min(1024px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.chart-area {
  position: relative;
  padding: 20px 0;
  margin-left: calc(var(--left-space) + 20px);
}

.entry-items {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  line-height: 1.5em;
  background-color: #000;
  padding: 10px;
}
.entry-items .chart-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.grid-line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.grid-line-wrap > * {
  width: 1px;
  background-color: #666666;
  height: 100%;
}

.x-axis {
  display: flex;
  justify-content: space-between;
  margin-left: var(--left-space);
  margin-top: 5px;
  color: #999999;
  font-size: 14px;
}

.row {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.row-label {
  position: absolute;
  left: calc((var(--left-space) + 20px) * -1);
  width: var(--left-space);
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
}

.bar-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.bar-wrapper .score-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: end;
}

.sub-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  margin-bottom: 30px;
}

.bars-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bars-container > * {
  height: 35px;
}

.score-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.score-bar::after {
  content: attr(data-score);
  padding: 1px 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 5px;
  min-width: 35px;
  border-radius: 2px;
  text-align: center;
}
.score-bar div {
  font-size: 0.9em;
}

/* 円グラフ （ストレージ）*/
.pie-chart-container {
  text-align: center;
  padding: 30px 50px;
  background-color: #000;
}
@media (max-width: 600px) {
  .pie-chart-container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
}

.pie-chart-wrapper {
  position: relative;
  margin: 30px auto;
  width: 300px;
  height: 300px;
}

/* グラフ指示箇所配色 */
/* NETベンチマーク */
:is(.graph-color01, .bar-min) {
  background-color: #1b83c1;
}

:is(.graph-color02, .bar-avg) {
  background-color: #4fa75a;
}

.graph-color03 {
  background-color: #0d3d6f;
}

.pie-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#0d3d6f 0% 47%, #ef7633 47% 82%, #1b83c1 82% 96%, #4fa75a 96% 100%);
  position: relative;
  border: 2px solid #fff;
}
.pie-chart b {
  background-color: #fff;
  padding: 1px 5px 0;
  border-radius: 2px;
}

.label {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.pie-chart01 {
  top: 40%;
  right: 15%;
}
.pie-chart01 b {
  color: #0d3d6f;
}

.pie-chart02 {
  bottom: 25%;
  left: 25%;
}
.pie-chart02 b {
  color: #ef7633;
}

.pie-chart03 {
  top: 20%;
  left: 25%;
}
.pie-chart03 b {
  color: #1b83c1;
}

.pie-chart04 {
  top: 7%;
  left: 42%;
  font-size: 14px;
}
.pie-chart04 b {
  color: #4fa75a;
}

.dot {
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* ====== モバイル ====== */
@media (max-width: 600px) {
  :root {
    --left-space: 35px;
  }
  .chart-area {
    padding: 5px 0;
  }
  .row {
    margin: 10px 0;
  }
  .row-label {
    overflow-wrap: break-word;
    font-size: 0.8em;
  }
  .entry-items {
    right: 0;
    bottom: 0;
    padding: 3px;
    font-size: 0.8em;
  }
  .bars-container > * {
    height: 30px;
  }
}
:root {
  --main-key-cl:#046868;
}

.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: inherit;
}
.dark-mode table caption {
  background-color: #333333;
  border: #999999 1px solid;
  border-bottom-width: 0;
  color: #f6f9fe;
}
.dark-mode table th {
  background-color: #333333;
}
.dark-mode .tax-in, .dark-mode .tax-in * {
  color: var(--text-color);
}
.dark-mode a {
  color: #08caca;
}
.dark-mode a:hover {
  background-color: var(--main-key-cl);
  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;
}

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

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

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

#header-hamburger, #hamburger-window {
  background: #000;
}

.menu-link {
  border-bottom-color: #666666;
}

#header-hamburger .toggle-line span {
  background-color: #f6f9fe;
}

header .topic-path {
  display: none;
}

img {
  height: auto;
}

main a {
  text-decoration: underline;
}
main table th, main table td {
  padding: 5px;
}
main table caption {
  background-color: #999999;
  border-radius: 5px 5px 0 0;
  font-size: 0.9em;
}
main table td.gray60 {
  color: #999999;
}
main table td p {
  margin: 5px auto 0;
  font-size: 0.8em;
  line-height: 1.75em;
}
main table.modellist th, main table.modellist td {
  padding: 3px 0;
  line-height: 1.2em;
}
main table.modellist * {
  font-size: 12px;
}
main table.modellist button {
  width: calc(100% - 4px);
  min-height: 3em;
  padding: 2px 1em 0;
  font-size: 0.9em;
  font-family: inherit;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  position: relative;
}
main table.modellist button:after {
  margin-left: 1em;
  content: "\f04b";
  vertical-align: middle;
  font-family: fontawesome;
  font-size: 0.6em;
}
main ul, main ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-position: inside;
}
main ul li, main ol li {
  font-size: 1.1em;
  line-height: 1.5em;
}
main ul li > p, main ol li > p {
  padding-left: 1.5em;
  font-size: 1rem;
}

/*バナーカルーセル*/
.bna-img .kku {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.8) 65%);
  padding: 0.5em 1em 0.5em 2em;
}
@media (width <= 600px) {
  .main-bna-container .bna-img .kku {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0.9) 34% 75%);
    font-size: 4vw;
    text-align: center;
    padding: 1.5em 0.75em 0.5em 0.75em;
  }
  .main-bna-container .bna-img .kku br {
    display: none;
  }
}

/*目次*/
#toc {
  margin: 50px auto;
  border: #046868 1px solid;
}
#toc .toc-oc {
  font-size: 0.7em;
  font-weight: normal;
  cursor: pointer;
}
#toc ol {
  max-width: 100%;
  padding: 30px 50px;
  font-size: 15px;
}
#toc ol > a {
  text-decoration: none;
}
#toc ol li {
  margin-bottom: 2em;
}
#toc ol li:last-child {
  margin-bottom: 0;
}
#toc ol li ul {
  font-size: 0.75em;
  margin-left: 2.5em;
}
#toc ol li ul li {
  position: relative;
  margin: 0.75em 0;
}
#toc ol li ul li:hover:before {
  font-family: fontawesome;
  content: "\f101";
  position: absolute;
  left: -1.5em; /*左端からのアイコンまで*/
  color: #f6f9fe;
}
@media (width <= 600px) {
  #toc {
    margin: 30px 0;
  }
  #toc .toc-title {
    font-size: 1em;
  }
  #toc .clm2 > * {
    width: 100%;
  }
  #toc ol {
    padding: 1em;
    font-size: 12px;
  }
  #toc ol li {
    margin-bottom: 0;
  }
  #toc ol li:last-child {
    margin-bottom: 1em;
  }
  #toc ol li ul {
    margin-bottom: 0;
    padding: 0 0.5em;
    font-size: 0.9em;
    margin-left: 1.5em;
  }
}

.toc-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  border: #046868 1px solid;
  border-width: 0 0 2px 0;
}

/*見出し*/
h1 {
  padding: 0.5em;
  background-size: auto auto;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #024141 4px, #043232 5px);
}

h2 {
  clear: both;
}

h3, h4 {
  font-weight: bold;
}

h4 {
  font-size: 1em;
  border: #046868 1px solid;
  border-width: 0 0 2px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec-title {
  border-bottom: 1px solid #046868;
}

.model-rcm-title {
  padding: 0.5em 1em;
  border: #046868 1px solid;
  font-weight: bold;
  width: 100%;
}

/*本文*/
.d-flex.spec-lineup {
  gap: 20px;
}
.d-flex.spec-lineup > * {
  width: calc((100% - (20px*(3 - 1)))/ 3);
}
@media (601px <= width <= 767px) {
  .d-flex.spec-lineup > * {
    width: calc((100% - (20px*(2 - 1)))/ 2);
  }
}
@media (width <= 600px) {
  .d-flex.spec-lineup > * {
    width: 100%;
  }
}

.spec-box {
  display: flex;
  flex-direction: column;
  padding: 0 15px 15px;
  border: #046868 1px solid;
  border-radius: 10px;
}
.spec-box .area {
  margin: 0 -15px -35px;
  padding: 15px;
  background-color: rgba(4, 104, 104, 0.2);
  flex-direction: row-reverse;
}
.spec-box .area > div {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (width <= 1024px) {
  .spec-box .area {
    flex-direction: column;
  }
  .spec-box .area.d-flex .spec-no {
    margin-bottom: 0;
    font-weight: normal;
  }
}
.spec-box figure {
  height: 310px;
  text-align: center;
  z-index: 0;
}
.spec-box figure a:hover {
  background-color: transparent;
}
@media (601px <= width <= 767px) {
  .spec-box figure {
    height: 230px;
  }
}
@media (width <= 600px) {
  .spec-box figure {
    height: 200px;
  }
  .spec-box figure img {
    height: 100%;
    width: auto;
  }
}
.spec-box .price_box {
  text-align: center;
  z-index: 10;
}
.spec-box .price_box .kku {
  margin-top: 15px;
  line-height: 1em;
  font-size: 1.5em;
}
.spec-box .spec-no {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1em;
  color: #0ff6f6;
}
.spec-box .spec-txt {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5em;
  overflow-wrap: break-word;
}
.spec-box figure a:hover img {
  opacity: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.spec-box a.btn-link {
  width: 80%;
  height: auto;
  margin: auto auto 0;
  padding: 1em;
  border-radius: 50px;
  background-color: #404040;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.spec-box a.btn-link:hover {
  color: #404040;
  background-color: #ffb03f;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.checklist {
  padding: 20px 80px 0 55px;
  border: #ffb03f 2px solid;
}
.checklist b {
  font-weight: bold;
  color: #ffb03f;
  font-size: 1.2em;
}
.checklist ul {
  position: relative;
  margin: 0 0 1.5em 1em;
  padding-left: 2em;
}
.checklist ul li {
  line-height: 2em;
}
.checklist ul li p {
  line-height: 1.75em;
  padding-left: 0;
}
.checklist ul li:before {
  font-family: fontawesome;
  content: "\ea10";
  position: absolute;
  left: 0; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
@media (width <= 600px) {
  .checklist {
    padding: 10px;
  }
}
@media (width <= 380px) {
  .checklist .fl_left.mr-30 {
    margin-right: 0;
  }
  .checklist .fl_right.ml-30 {
    margin-left: 0;
  }
  .checklist p:last-of-type {
    margin-bottom: 0;
  }
  .checklist ul {
    margin-bottom: 0;
  }
  .checklist ul li {
    margin-top: 10px;
    font-size: 1em;
  }
  .checklist ul li:has(p) {
    font-weight: bold;
  }
  .checklist ul li p {
    font-weight: normal;
  }
}

.point-text {
  position: relative;
  padding-left: 25px;
}
.point-text::before {
  content: attr(data-qa) ". ";
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  margin-right: 20px;
  color: #046868;
  text-indent: -25px;
}
@media (width <= 600px) {
  .point-text::before {
    font-size: 1.2em;
    margin-right: 10px;
  }
}
.point-text[data-qa=A] {
  padding-left: 75px;
}
.point-text[data-qa=A]::before {
  text-indent: -50px;
  margin-right: 0;
  color: #0ff6f6;
}
@media (width <= 600px) {
  .point-text[data-qa=A] {
    padding-left: 0;
  }
  .point-text[data-qa=A]::before {
    text-indent: 0;
    margin-right: 10px;
  }
}

.green-block {
  border: #046868 1px solid;
  padding: 10px 2em;
  border-radius: 10px;
}
@media (width <= 600px) {
  .green-block {
    padding: 5px 1em;
  }
}
.green-block a {
  border-radius: 10px;
  word-break: break-all;
}

/*ケース紹介エリア*/
.case-rcm {
  gap: 20px;
}
.case-rcm-title {
  margin: 0 0 10px 0;
  padding: 10px 10px 5px 10px;
}
.case-rcm a {
  padding-bottom: 20px;
}

/*new_index.cssより引用*/
.top-view a {
  text-decoration: none;
}
.top-view .top-view-slide {
  width: 65%;
}
.top-view .top-view-slide :is(.top-view-slide-1, .top-view-slide-2) a:hover {
  background: none;
}
.top-view .top-view-slide .top-view-slide-1 .slide-item .slide-item-title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0ff6f6;
  padding: 10px 0;
  border-bottom: #0ff6f6 1px solid;
}
.top-view .top-view-slide .top-view-slide-2 {
  margin-top: 15px;
}
.top-view .top-view-slide .top-view-slide-2 .slide-item .slide-item-content {
  padding: 0 10px;
  font-size: 14px;
}
.top-view .top-view-search {
  width: 30%;
  border: #d9d9d9 1px solid;
  padding: 20px;
}
.top-view .top-view-search a.white-hover:hover {
  background-color: var(--main-key-cl);
}

.top-view-slide-1 .slide-item .slide-content span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/*スライダー差し替えまでの一時デザイン*/
.slide-item .slide-item-thumb {
  width: 100%;
  min-height: 140px;
  font-size: 0;
  line-height: 0;
  position: relative;
  background-color: rgba(4, 104, 104, 0.1);
}
.slide-item .slide-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-view-slide-2 .slide-item .slide-item-thumb {
  height: 220px;
}

.slide-item-content p {
  text-align: center;
  margin: 0;
}

.cross-table {
  table-layout: fixed;
  background-color: inherit;
  border: none;
  /* 列ヘッダー */
  /* 行ヘッダー */
}
.cross-table-scroll {
  overflow-x: visible;
  width: 100%;
  max-width: 100%;
}
.cross-table th, .cross-table td {
  border: none;
}
.cross-table tr {
  border-bottom: 1px dotted;
}
.cross-table tr:first-child .row-th {
  border-radius: 8px 0 0 0;
}
.cross-table tr:last-child {
  border-bottom: none;
}
.cross-table tr:last-child .row-th {
  border-radius: 0 0 0 8px;
}
.cross-table td {
  background-color: #131313;
}
.cross-table td b {
  display: block;
  margin: 5px auto 0;
  padding: 0.1em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 5px;
}
.cross-table .cross-cell {
  border: none;
  background-color: inherit;
  width: 160px;
}
.cross-table .first-cell {
  border-radius: 8px 0 0 0;
}
.cross-table .col-th {
  padding: 16px 12px;
  border-right: 1px dotted;
}
.cross-table .col-th:first-of-type {
  border-radius: 8px 0 0 0;
}
.cross-table .col-th:last-child {
  border-radius: 0 8px 0 0;
  border-right: 0;
}
.cross-table .rank-col-title {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.cross-table .rank-col-example {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
.cross-table .row-th {
  color: #fff;
  padding: 16px 14px;
}
.cross-table .rank-res {
  font-size: 0.9rem;
  font-weight: normal;
  opacity: 0.9;
}

.circle-mark {
  font-weight: bold;
  font-size: min(35px, 7vw);
}
.cross-table .circle-mark {
  font-size: min(55px, 12vw);
}

/* セル */
.rank-cell {
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 0;
  text-decoration: none;
  color: #222;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
}
.rank-cell-td {
  padding: 0;
}
.rank-cell:hover {
  background: #f8f8f8;
}

/* ランク別（解像度別）モデルのテーブル */
.rank-detail {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #483C34;
}
a:hover .rank-detail {
  color: #f6f9fe;
}

/* 画像エリア */
.rank-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.rank-img-wrap .rank-img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}
.rank-img-wrap .rank-grade-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.3;
  border-radius: 4px;
}
.rank-img-wrap .rank-price-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  border-radius: 4px;
}
.rank-img-wrap .rank-price-overlay .kku .price {
  font-weight: bold;
}

:is(.mobile-col-label, .rank-mobile-col-label) {
  display: none;
}

.vga-table tr td.vga-badge-geforce {
  background-color: #131c02;
}
.vga-table tr td.vga-badge-radeon {
  background-color: #240e04;
}
@media (width <= 600px) {
  .vga-table tr td {
    position: relative;
  }
  .vga-table tr td:first-of-type {
    grid-column: 1/2;
    border-right: 1px solid black;
  }
  .vga-table tr td:nth-of-type(2) {
    grid-column: 2/3;
  }
  .vga-table tr td.vga-badge-geforce::before {
    content: url("/shop_img/icon/ico_geforce_s.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 35px;
    transform: scale(70%);
  }
  .vga-table tr td.vga-badge-radeon::before {
    content: url("/shop_img/icon/ico_radeon_s.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 35px;
    transform: scale(70%);
  }
  .vga-table .circle-mark {
    text-align: center;
  }
  .vga-table .circle-mark img {
    width: 40px;
    height: auto;
  }
}

/* ====== PCワイド ====== */
@media (width >= 1280px) {
  :is(.cross-table-scroll,
.cross-table) {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }
  .minwrapper {
    width: min(800px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width >= 1025px) {
  /*.top-view {
  	height: 900px;
  }*/
}
/*小型タブ、スマホ横*/
@media (width <= 1024px) {
  .top-view .top-view-slide {
    width: 68%;
  }
  .bar-graph-container {
    width: min(800px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
/*以下 new_index_responsive.cssより引用*/
@media (width <= 1024px) {
  .top-view .top-view-slide {
    width: 55%;
  }
  .top-view .top-view-slide .slide-item .slide-item-title {
    padding: 5px;
  }
  .top-view .top-view-search {
    width: 40%;
  }
}
@media (width <= 991px) {
  .top-view .top-view-search, .top-view .top-view-slide {
    width: 100%;
  }
  .top-view .top-view-search {
    margin-top: 50px;
  }
}
/* ====== モバイル ====== */
@media (width <= 600px) {
  h1, h2, h3 {
    font-size: 1.2rem;
  }
  h1 {
    margin-bottom: 0;
  }
  .top-view .top-view-slide .slide-item-thumb {
    height: 125px;
  }
  .top-view .top-view-slide .slide-item-thumb img {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .top-view-slide-2 .splide .splide__pagination__page {
    width: 1rem;
  }
  .top-view-slide-2 .splide .splide__pagination__page.is-active {
    width: 3rem;
  }
  .top-view-slide .top-view-slide-1 .slide-item .slide-item-title {
    font-size: 13px;
  }
  .caption.t-right.fontS {
    text-align: left;
  }
  nav.bna-img {
    display: none;
  }
  img.fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  img.fit-cover.left-fit {
    -o-object-position: left;
       object-position: left;
  }
  div.d-flex.clm2 > * {
    width: 100%;
  }
  .mobile-col-label {
    display: block;
  }
  .cross-table {
    min-width: 0;
    border: none;
    background-color: inherit;
  }
  .cross-table-scroll {
    overflow-x: visible;
  }
  .cross-table thead {
    display: none;
  }
  .cross-table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    border-bottom: none;
  }
  .cross-table tr:first-child .row-th, .cross-table tr:last-child .row-th {
    border-radius: 0;
  }
  .cross-table tr td {
    text-align: left;
  }
  .cross-table tr td b {
    margin: 5px 0 0;
  }
  .cross-table tr td:nth-of-type(n+3) {
    border-top: 1px dotted #666666;
  }
  .cross-table .row-th {
    grid-column: 1/3;
    grid-row: 1;
    padding: 10px;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .cross-table .row-th br {
    display: none;
  }
  .cross-table td {
    grid-column: 2;
    width: auto;
    min-width: 0;
    display: block;
  }
  .cross-table .mobile-col-label {
    grid-column: 1/2;
    display: inline-block;
    padding: 10px 12px;
    border-bottom: none;
    font-weight: bold;
    font-size: 0.95rem;
    vertical-align: middle;
  }
  .cross-table .mobile-col-label > img {
    width: 35px;
  }
  .cross-table.hd-rank .row-th {
    grid-column: 1;
    grid-row: 1/4;
    width: 80px;
    padding: 10px;
    border-radius: 0;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .cross-table.hd-rank tr {
    border-top: 1px dotted white;
  }
  .cross-table.hd-rank tr td.rank-cell-td {
    border-bottom: 1px dotted;
  }
  .cross-table.hd-rank tr td:nth-of-type(n+3) {
    border: none;
  }
  .cross-table.hd-rank tr:first-child {
    border: none;
  }
  .cross-table.hd-rank tr:first-child th.row-th {
    border-radius: 8px 0 0 0;
  }
  .cross-table.hd-rank tr:last-child th.row-th {
    border-radius: 0 0 0 8px;
  }
  .vga-table tr {
    grid-template-columns: 50%;
  }
  .rank-mobile-col-label {
    display: block;
    background: #fff;
    color: #483C34;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 0.95rem;
    background-color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .rank-mobile-col-title {
    display: block;
  }
  .rank-mobile-col-example {
    display: none;
  }
  .rank-col-title {
    font-size: 0.95rem;
  }
  .rank-col-example {
    font-size: 0.75rem;
  }
  .rank-res {
    font-size: 0.75rem;
  }
  .rank-cell {
    padding: 8px;
  }
  .rank-grade-overlay {
    font-size: 0.85rem;
    padding: 3px 8px;
  }
  .rank-detail {
    font-size: 0.85rem;
  }
  .rank-img-wrap {
    min-height: 90px;
    height: 240px;
    padding: 20px 0;
    aspect-ratio: 4/3;
  }
  .modellist tr :is(th, td):last-of-type {
    display: none;
  }
}
/*@media (380px <= width <= 601px ){
	main p img{max-width: 50%;}
}*/
@media (width <= 380px) {
  .slide-item .slide-item-thumb {
    background-color: transparent;
  }
  :is(.fl_left, .fl_right) {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  table tr td {
    font-size: 0.9em;
    text-align: left;
  }
}