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

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

main .middwrapper {
  max-width: 1024px;
  margin: 0 auto;
}

#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 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;
}
.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;
  }
}

/*splide*/
.splide__slide {
  text-align: center;
}

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

/*sale-index用*/
header .topic-path {
  display: none;
}

.d_sale {
  display: block;
  margin: auto;
  padding: 40px 20px;
  height: 100%;
  max-height: 512px;
  width: 80%;
  cursor: pointer;
  color: #f6f9fe;
  line-height: 1.5em;
  background-color: #c00;
  background-image: linear-gradient(to bottom, #ff6666 0%, #c00 100%);
  border: 1px solid;
  border-radius: 2px;
  border-color: #ff6666 #b30000 #b30000 #ff6666;
  background: url("/shop_img/sale/bna_d_sale.jpg") repeat-x;
  background-position: center bottom;
  border-radius: 5px;
}
.d_sale:hover {
  background-color: #ff6666;
  background-image: linear-gradient(to bottom, #c00 0%, #ff6666 100%);
  border-color: #b30000 #ff6666 #ff6666 #b30000;
  box-shadow: none;
}
.d_sale > div {
  position: relative;
  /*div {
  	font-size:2.5em;
  	line-height:1.5em;
  	letter-spacing:-.05em;
  	span{
  		font-size:1.5em;
  	}
  }*/
}
.d_sale > div:after {
  position: absolute;
  bottom: 40%;
  right: 0;
  content: "\f04b";
  vertical-align: text-top;
  font-family: fontawesome;
}
.d_sale:hover {
  background: url("/shop_img/sale/bna_d_sale_hover.jpg") repeat-x;
  background-position: center bottom;
}
.d_sale_img {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  background: url("/shop_img/sale/calendar-frame.png") no-repeat;
  background-position: center center;
}
.d_sale_img .price {
  width: calc(100% - 0.4em);
  height: 100%;
}
.d_sale_img .price div {
  position: absolute;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.d_sale_img .price div.year {
  top: 22px;
  font-size: 25px;
}
.d_sale_img .price div.md {
  top: 68px;
  font-size: 65px;
}
.d_sale .d-flex.j-center > div {
  flex-grow: 1;
}

.slide-item .slide-item-thumb {
  width: 100%;
  height: auto;
  background: #F7F7F7;
  font-size: 0;
  line-height: 0;
}
.slide-item .slide-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-item .slide-item-content {
  margin-top: 15px;
  font-size: 14px;
}
.slide-item .slide-item-content p {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.slide-item .slide-item-content p.s-item-price-out {
  margin-bottom: 5px;
}
.slide-item .slide-item-content .s-item-title {
  padding: 0 15px;
}
.slide-item .slide-item-content .s-item-desc {
  margin-top: 15px;
  text-align: left;
  color: #666666;
  word-break: break-all;
}
.slide-item .slide-item-content .s-item-price-out {
  font-size: 18px;
}

.navbtn .d-flex {
  gap: 15px 10px;
}

.sale-flex.d-flex.clm2 > * {
  width: calc((100% - 60px) / 2);
}

.d_sale1 {
  filter: hue-rotate(0deg);
}

.d_sale2 {
  filter: hue-rotate(100deg);
}

.d_sale3 {
  filter: hue-rotate(190deg);
}

.d_sale4 {
  filter: hue-rotate(280deg);
}

.d_sale5 {
  filter: hue-rotate(50deg);
}

.d_sale6 {
  filter: hue-rotate(160deg);
}

.d_sale7 {
  filter: hue-rotate(230deg);
}

.d_sale8 {
  filter: hue-rotate(310deg);
}

/*スマホ以下モバイル用*/
@media (max-width: 560px) {
  .flex.clm2 > .sale-card {
    width: calc(100% - 20px);
  }
  .wrapper {
    margin: 0 10px;
  }
  .wrapper img {
    max-width: calc(100% - 20px);
    height: auto;
  }
  p.center {
    text-align: left !important;
  }
  .d_sale {
    width: 100%;
    height: auto;
  }
}
/*new_indexから引用、編集*/
.list-item {
  padding: 5px;
  height: 85px;
  transition: all 0.4s ease 0s;
}
.list-item .list-item-thumb {
  height: 100%;
  flex: 0 0 75px;
  line-height: 0;
  font-size: 0;
  transition: all 0.4s ease 0s;
}
.list-item .list-item-thumb img {
  display: block;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-item .list-item-content {
  flex: 1;
  padding: 5px;
}
.list-item .list-item-content p {
  display: inline-block;
}
.list-item .list-item-content p:last-of-type {
  font-size: 0.8em;
}

/*終：引用*/