@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*==================================================

高品質なゲーミングPCをお探しですか？
スペック表には書ききれないGALLERIAの価値

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
===================================================*/

/* ページ基本設定
=================================================== */

#container {
	width:100%;
}
#main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
main,
.modelType {
  background-color: #011e60;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
	letter-spacing: 2px;
  line-height: 1.8;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb, .pagetop {
  margin: 0 auto;
  width: 970px;
}
.pc-only-block {
	display: block;
}
.sp-only-block {
	display: none;
}
@media screen and (max-width: 479px){
	.column2R #main {
    width: 100%;
    min-width: auto;
    margin: 0;
	}
	img {
    max-width: 100%;
    height: auto;
	}
	main,
	.modelType {
		font-size: 1rem;
		line-height: 1.4;
	}
	.pc-only-block {
		display: none;
	}
	.sp-only-block {
		display: block;
	}
}


/*　各ブロック共通
=================================================== */

main .inner {
	background: #011e60 url("/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw563aa1e1/5info/img/galleria-desktop/bg_deco_border.png") no-repeat scroll center top;
  margin: 0 auto;
	padding: 150px 0;
	position: relative;
  width: 1050px;
}
main h2 {
	font-size: 68px;
	font-weight: 600;
	padding: 60px 0 0;
	text-align: center;
}
main h3 {
	margin-bottom: 12px;
	text-align: center;
}
main h3 + .subHead {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 80px;
	text-align: center;
}
main h4 {
	font-size: 40px;
	margin-bottom: 12px;
}
@media screen and (max-width: 479px){
	main .inner {
		background-size: 90%;
		padding: 100px 0;
		width: 100%;
	}
	main h2 {
		font-size: 2.8rem;
		line-height: 1.2;
		padding: 30px 0 0;
	}
	main h3 img {
		width: 60%;
	}
	main h3 + .subHead {
		font-size: 1.2rem;
		margin-bottom: 40px;
		line-height: 1.4;
	}
	main h4 {
		font-size: 1.8rem;
	}
}


/*　titleBox
=================================================== */

#titleBox {
  background: url("/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw563aa1e1/5info/img/closeup-galleria/bg_title_01.webp") center center / cover no-repeat scroll;
	height: 100vh;
	margin: 0 0 330px;
	position: relative;
}
.titleInner {
	margin: 0 auto;
	width: 1050px;
}
.caseImg {
	bottom: -264px;
	left: 180px;
	position: absolute;
}
.subCatch {
	bottom: -200px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.4;
	right: 340px;
	position: absolute;
}
@media screen and (max-width: 479px){
	#titleBox {
		margin: 0 0 100px;
	}
	.titleInner {
		width: 100%;
	}
	.caseImg {
		padding-top: 6vh;
		position: static;
	}
	.subCatch {
		font-size: 1.6rem;
		line-height: 1.2;
		margin: 0 auto;
		position: static;
		text-shadow:
			black 1px 1px 10px, 
			black -1px 1px 10px,
			black 1px -1px 10px,
			black -1px -1px 10px;
		width: 90%;
	}
}


/*　AirflowBox
=================================================== */

.airflowBox .featureTxt {
	bottom: 195px;
	right: 0;
	position: absolute;
	width: 490px;
}
.airflowBox .featureTxt span {
	font-size: 12px;
	display: inline-block;
	margin-top: 26px;
}
@media screen and (max-width: 479px){
	.airflowBox .featureTxt {
		margin: 0 auto;
		position: static;
		width: 90%;
	}
}


/*　Design
=================================================== */

.designBox dl {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 770px;
}
.designBox dl dt {
	margin-right: 64px;
}
.gallery {
	position: relative;
	margin: 20px 0 280px;
}
.designBox .featureTxt01 {
	top: 0;
	position: absolute;
	left: 40px;
}
.designBox .featureTxt02 {
	top: -140px;
	position: absolute;
	right: 40px;
}
@media screen and (max-width: 479px){
	.designBox dl {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.designBox dl dt {
		margin-right: 0;
		text-align: center;
	}
	.gallery {
		margin: 40px 0 0;
	}
	.designBox .featureTxt01 {
		margin: 0 auto 60px;
		position: static;
		width: 80%
	}
	.designBox .featureTxt02 {
		margin: 0 auto;
		position: static;
		width: 80%
	}
}
	

/*　Material
=================================================== */

.col2 {
	display: flex;
	justify-content: space-between;
}
.col2 > div {
	width: calc(50% - 50px);
}
@media screen and (max-width: 479px){
	.col2 {
		display: block;
	}
	.col2 > div {
		margin: 0 auto;
		width: 90%;
	}
	.col2 div:first-child {
		border-bottom: 1px solid #fff;
		margin-bottom: 50px;
		padding-bottom: 40px;
	}
}

/*　Keyboard
=================================================== */

.keyboardBox .featureBox {
	background: #011e60 url("/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw563aa1e1/5info/img/closeup-galleria/bg_keyboard_01.webp") no-repeat scroll center top;
	height: 412px;
	margin: 0 auto;
	position: relative;
	width: 880px;
}
.keyboardBox .featureTxt01 {
	bottom: 30px;
	position: absolute;
	left: -18px;
	width: 185px;
}
.keyboardBox .featureTxt01 img {
	margin-bottom: 10px;
}
.keyboardBox .featureTxt02 {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 310px;
}
@media screen and (max-width: 479px){
	.keyboardBox .featureBox {
		background: none;
		height: auto;
		width: 100%;
	}
	.keyboardBox .featureBox + p {
		margin: 0 auto;
		width: 90%;
	}
	.keyboardBox .featureTxt01 {
		align-items: flex-end;
		bottom: 90px;
		display: flex;
		left: 24px;
		width: 90%;
	}
	.keyboardBox .featureTxt01 img {
		margin-bottom: 0;
		margin-right: 10px;
		width: 40%;
	}
	.keyboardBox .featureTxt02 {
		margin: 110px auto 0;
		position: static;
		width: 90%;
	}
}

/*　Mouse
=================================================== */

.mouseBox .featureBox {
	background: #011e60 url("/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dw563aa1e1/5info/img/closeup-galleria/bg_mouse_01.webp") no-repeat scroll center top;
	height: 400px;
	margin: 0 auto;
	position: relative;
	width: 880px;
}
.mouseBox .featureTxt01 {
	bottom: 0;
	position: absolute;
	left: 40px;
	width: 185px;
}
.mouseBox .featureTxt01 img {
	margin-bottom: 10px;
}
.mouseBox .featureTxt02 {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 310px;
}
@media screen and (max-width: 479px){
	.mouseBox .featureBox {
		background: none;
		height: auto;
		width: 100%;
	}
	.mouseBox .featureTxt01 {
		align-items: flex-end;
		bottom: 120px;
		display: flex;
		left: 24px;
		width: 90%;
	}
	.mouseBox .featureTxt01 img {
		margin-bottom: 0;
		margin-right: 10px;
		width: 40%;
	}
	.mouseBox .featureTxt02 {
		margin: 110px auto 0;
		position: static;
		width: 90%;
	}
}

/*　Award
=================================================== */

.award .featureTxt01 {
  margin: 0 auto 20px;
  width: 850px;
}
.award .featureBox img {
  height: auto;
  width: 1050px;
}
@media screen and (max-width: 479px){
  .award .featureTxt01 {
    width: 90%;
  }
  .award .featureBox img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
}

/*　selectArea
=================================================== */

.selectArea {
	background: linear-gradient(#ffffff, #dedede);
	padding: 70px 0 80px;;
}
.areaTitle {
	text-align: center;
	margin-bottom: 50px;
}
.selectBnr {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1050px;
}
.selectBnr a {
	text-decoration: none;
}
.selectBnr img {
	max-width: 100%;
	height: auto;
}
.selectBnr img.hover:hover {
	transform: scale(1.05);
	transition: 0.3s;
}
@media screen and (max-width: 479px){
	.selectArea {
		padding: 70px 0 80px;
	}
	.areaTitle img {
		width: 30%;
	}
	.selectBnr {
		flex-direction: column;
		margin: 0 auto;
		width: 90%;
	}
	.selectBnr li:first-child {
		margin-bottom: 30px;
	}
}

.modelType {
  background: #011e60;
  margin-bottom: 90px;
}
.modelType > div {
  display: flex;
  margin-left: 0;
  padding: 100px 0;
  width: 100%;
}
.modelType > div > .inner {
  width: 1140px;
}
.modelType > div .text_block h2 {
  color: #fff;
  font-size: 70px;
}
.modelType > div .text_block p.h2_subttl {
  color: #fff;
  font-size: 24px;
  margin-top: -1rem;
}
.modelType > div .text_block .sub_contents .kakakucom_product_award > dt {
  color: #fff;
}
.modelType > div .text_block .sub_contents .kakakucom_product_award > dd {
  color: #fff;
  line-height: 1.2;
}
.modelType > div .text_block .c-button--primary-blue {
  width: 340px;
  margin-top: 40px;
  border: 1px solid #fff;
}
.modelType > div .text_block .c-button--primary-white {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  width: 340px;
  margin-top: 40px;
}
.modelType > div .text_block .c-button--primary-white::after {
  border-color: #fff;
}
.modelType > div .text_block a.c-button--primary-white > span {
  color: #fff;
}
.modelType > div .c-button--primary-white::before {
  background-color: #fff;
  opacity: .2;
}
.modelType > div:nth-of-type(2n) {
    /*background: #00a2e6;
    background: linear-gradient(270deg, #00a2e6 25%, #004da1 100%);*/
}
.modelType .p-gaming-pc__type__products {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
@media screen and (min-width: 1140px){
.modelType .p-gaming-pc__type__list ul li {
    width: 350px;
}
}
@media screen and (max-width: 1140px) {
.modelType .p-gaming-pc__type__list ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 479px) {
.modelType .p-gaming-pc__type__list ul li {
    width: 50%;
  }
.modelType .p-gaming-pc__type__list ul li:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 480px), print {
  .modelType .p-gaming-pc__type__list ul li {
    border-right: solid 1px #004da1;
  }
}
.modelType > div .text_block .sub_contents .kakakucom_product_award .emblems_img {
  height: 118px;
}
.steamArea {
  margin: 0;
}
.steamArea .bnr_link {
  margin: 0 auto;
  width: 1050px;
}

/*========================================
 model type
========================================*/
section.modelType {
  border-top: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 90px;
  overflow: hidden;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
section.modelType > div {
  width: 300%;
  margin-left: -100%;
  padding: 100px 0;
  display: flex;
  background: #011e60;
}
section.modelType > div > .inner {
  box-sizing: border-box;
  width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.modelType > div .text_block {}
section.modelType > div .text_block > dd {
  margin-top: 40px;
}
section.modelType > div .text_block .main_catch {
  font-size: 34px;
  color: #fff;
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1.3;
}
section.modelType > div .text_block .steam_txt {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
section.modelType > div .text_block .to_detail_link, .steamArea .to_detail_link, .btn_collabo_link .to_detail_link {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 0.9em 2.4em 0.9em 2.1em;
  border: 1px solid #0094dd;
  margin-top: 40px;
  position: relative;
  letter-spacing: .1em;
  overflow: hidden;
}
.steamArea .to_detail_link {
  padding: 0.9em 4.4em 0.9em 4.1em;
}
section.modelType > div .text_block .to_detail_link > span, .steamArea .to_detail_link > span, .rankingArea .btnDetail a > span, .reasonArea .btnReason a > span, .btn_collabo_link .to_detail_link > span {
  position: relative;
  z-index: 10;
  color: #fff;
}
section.modelType > div .text_block .to_detail_link::after, .steamArea .to_detail_link::after, .rankingArea .btnDetail a::after, .reasonArea .btnReason a::after, .btn_collabo_link .to_detail_link::after {
  content: '';
  font-size: inherit;
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 6px;
  z-index: 10;
}
section.modelType > div .text_block .to_detail_link::before, .steamArea .to_detail_link::before, .rankingArea .btnDetail a::before, .reasonArea .btnReason a::before, .btn_collabo_link .to_detail_link::before {
  content: '';
  height: 100%;
  width: 110%;
  transform: skew(20deg);
  position: absolute;
  left: -115%;
  top: 0;
  background: #0094dd;
  transition: transform .4s;
  z-index: 1;
}
section.modelType > div .text_block .to_detail_link:hover::before, .steamArea .to_detail_link:hover::before, .rankingArea .btnDetail a:hover::before, .reasonArea .btnReason a:hover::before, .btn_collabo_link .to_detail_link:hover::before {
  transform: skew(20deg) translateX(100%);
}
section.modelType > div .text_block .sub_contents {
  margin-top: 40px;
}
section.modelType > div .img_block > img {
  display: block;
}
section.modelType > div:nth-of-type(2n) {
  background: #031b53;
}
section.modelType > div:nth-of-type(2n) > .inner {
  flex-direction: row-reverse;
}
section.modelType > div .text_block .sub_contents .kakakucom_product_award .emblems_img {
  display: block;
  padding: 0 0 15px;
}
section.modelType > div .text_block .sub_contents .kakakucom_product_award > dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
}
section.modelType > div .text_block .sub_contents .kakakucom_product_award > dd {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.modelType {
    margin-bottom: 20px;
  }
  section.modelType > div {
    margin-left: 0;
    padding: 50px 0;
    width: 100%;
  }
  section.modelType > div > .inner {
    padding: 0 15px;
    width: 100%;
  }
  section.modelType > div:nth-of-type(2n) > .inner {
    flex-direction: initial;
  }
  section.modelType .desktop > div .text_block {
    width: 100%;
  }
  section.modelType .desktop > div .text_block h3 img {
    width: 100%;
  }
  section.modelType > div .text_block > dd {
    margin-top: 20px;
  }
  section.modelType > div .text_block .main_catch {
    font-size: 17px;
  }
  section.modelType > div .text_block .to_detail_link, .steamArea .to_detail_link, .btn_collabo_link .to_detail_link {
    font-size: 12px;
    margin-top: 20px;
    padding: 1em 1.6em 1em 0.8em;
  }
  section.modelType > div .text_block .sub_contents {
    margin-top: 20px;
  }
  section.modelType > div .text_block .sub_contents .kakakucom_product_award .emblems_img {
    display: block;
    padding: 0 0 15px;
    /*max-height: 95px;*/
    height: auto;
    max-height: initial;
    width: 90%;
  }
  section.modelType > div .text_block .sub_contents .kakakucom_product_award > dd {
    line-height: 1.5;
  }
  section.modelType > div .img_block > img {
    margin-left: 5px;
  }
  .img_block {
    width: 40%;
  }
  .img_block img {
    max-width: 100%;
  }
}
/*タイプから選ぶボタン反転*/
section.modelType > div .text_block .to_detail_link {
  color: #0094dd;
  border: 1px solid #fff;
	background: #fff;
}
section.modelType > div .text_block .to_detail_link > span {
  color: #0094dd !important;
	font-weight: bold;
}
section.modelType > div .text_block .to_detail_link::after {
  border-color: transparent transparent transparent #0094dd;
}
section.modelType > div .text_block .to_detail_link::before {
  background: #011e60;
}

.modelType .mt_ttl {
  color: #fff;
  font-size: 70px;
}
.modelType .mt_subttl {
  color: #0091da;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .modelType .mt_ttl {
    font-size: 44px;
  }
  .modelType .mt_subttl {
    font-size: 16px;
  }
}
