
/* ==================================================
	reset
================================================== */

.root .responsivegrid > .aem-Grid > .container img {
	width: 100%;
}
#cate_content .container {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.root .responsivegrid > .aem-Grid > .container img {
		width: auto;
	}
}





/* ==================================================
	base
================================================== */

@media screen and (max-width: 1023px) {
	.facet_area {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.root .responsivegrid > .aem-Grid > .container:nth-child(1) {
		float: left;
		width: 180px;
	}
	.root .responsivegrid > .aem-Grid > .container:nth-child(2) {
		float: right;
		width: 800px;
	}
}





/* ==================================================
	common
================================================== */

#cate_content h2.hLine,
.cate_content h2.hLine {
	color: #767676;
	font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
	#cate_content h2.hLine,
	.cate_content h2.hLine {
		font-size: 20px;
		letter-spacing: 5px;
	}
}





/* ==================================================
	layout
================================================== */

@media screen and (max-width: 1023px) {
	.root .responsivegrid > .aem-Grid > .container:nth-child(1) {
		width: 0;
	}
	.root .responsivegrid > .aem-Grid > .container:nth-child(2) {
		float: none;
		width: 100%;
	}
}




/* ==================================================
	facet
================================================== */

@media screen and (min-width: 1024px) {
	#PC_facet h2 {
		line-height: 1;
	}
}





/* ==================================================
	carousel
================================================== */

@media screen and (max-width: 1023px) {
	.carousel_content .slick-slide {
		max-width: 100vw;
	}
}





/* ==================================================
	brand
================================================== */

.brand_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem -.1rem 0;
}
.brand_list > li {
	width: calc((100% - .6rem) / 3);
	max-width: 132px;
	margin: .1rem;
}

@media screen and (min-width: 768px) {
	.brand_list {
		flex-wrap: nowrap;
	}
	.brand_list > li {
		flex: 1;
		width: auto;
	}
}



/* ----------------------------------------
	v2
---------------------------------------- */

.brand_list.v2 {
	justify-content: flex-start;
}
.brand_list.v2 > li {
	max-width: none;
	padding: 1rem;
	text-align: center;
	background: linear-gradient(to bottom, #fff 60%, #f2f2f2 100%);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.brand_list.v2 > li > a {
	display: block;
	color: #0096d6;
}
.brand_list.v2 > li > a:hover {
	text-decoration: none;
}
.brand_list.v2 > li > a > img {
	max-width: 125px;
}

@media screen and (min-width: 768px) {
	.brand_list.v2 > li p {
		font-size: 18px;
	}
}





/* ==================================================
	ranking
================================================== */

.ranking_list > .cmp-hpj-layout-container {
	width: 100%;
}
.ranking_list .hpj-pim {
	width: 100% !important;
}
.rank_content {
	width: 100%;
	margin-bottom: 1rem;
	padding: 1.6rem;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rank_text {
	margin-top: 1rem;
	padding-left: 4.8rem;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-size: 35px 41px;
}
.ranking_list .hpj-pim:nth-of-type(1) .rank_text {
	background-image: url(images/cate_ranking_icon1_cyan.png);
	background-size: 35px 45px;
}
.ranking_list .hpj-pim:nth-of-type(2) .rank_text {
	background-image: url(images/cate_ranking_icon2_cyan.png);
}
.ranking_list .hpj-pim:nth-of-type(3) .rank_text {
	background-image: url(images/cate_ranking_icon3_cyan.png);
}
.ranking_list .hpj-pim:nth-of-type(4) .rank_text {
	background-image: url(images/cate_ranking_icon4_cyan.png);
}
.ranking_list .hpj-pim:nth-of-type(5) .rank_text {
	background-image: url(images/cate_ranking_icon5_cyan.png);
}
.ranking_list .hpj-pim:nth-of-type(6) .rank_text {
	background-image: url(images/cate_ranking_icon6_cyan.png);
}
.rank_text h3 {
	color: #0096d6;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.rank_text p {
	margin-top: .5rem;
	color: #767676;
	font-size: 1.3rem;
	line-height: 1.3;
}

@media screen and (min-width: 480px) {
	.ranking_list {
		display: flex;
		flex-wrap: wrap;
	}
	.ranking_list .hpj-pim {
		width: 50% !important;
	}
	.rank_content {
		margin-bottom: 0;
		padding: 1.5rem 1rem;
		border: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
	.rank_content .rank_img img {
		width: 16rem;
	}
}

@media screen and (min-width: 768px) {
	.rank_content {
		padding: 1.5rem 1rem 2rem;
	}
	.ranking_list {
		justify-content: space-between;
	}
	.ranking_list .hpj-pim {
		width: 33.33333% !important;
	}
}

@media screen and (max-width: 1023px) {
	.rank_content .rank_img img {
		width: 14rem !important;
	}
}

@media screen and (min-width: 1024px) {
	.rank_text {
		padding-left: 55px;
	}
	.rank_text.rank1,
	.rank_text.rank2,
	.rank_text.rank3 {
		background-size: auto;
	}
	.rank_text h3 {
		font-size: 17px;
	}
}



/* icon -------------------- */

.rank_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1rem;
	padding: 1rem .3rem 0;
	color: #0096d6;
	background: linear-gradient(to bottom, #f2f2f2, #fff);
	border-radius: 4px;
}
.rank_icon .icon_os {
	width: 100%;
	padding-bottom: 1.5rem;
}
.rank_icon .icon_cpu ~ li {
	margin-left: 1rem;
}
.rank_icon [class*="hpic_"]::before {
	font-size: 30px;
	line-height: 50px;
}
.rank_icon .hpic_hard_drive::before {
	font-size: 40px;
}
.rank_icon p {
	font-size: 1.1rem;
}

@media screen and (max-width: 1023px) {
	.rank_icon .icon_os img {
		width: auto !important;
	}
	.rank_icon .icon_cpu img {
		width: auto !important;
		height: 50px;
	}
}



/* point -------------------- */

.rank_point {
	margin-top: 1.5rem;
	padding: .5em;
	color: #069;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #ccc;
	border-radius: 5px;
}



/* price -------------------- */

.rank_price {
	margin-top: 1.5rem;
}
.rank_price .price > span {
	font-size: 2.2rem;
}
.rank_price .button {
	margin-top: 1rem;
}



/* ----------------------------------------
	v2
---------------------------------------- */

.rank_content.v2 .rank_text p {
	color: #0096d6;
	font-weight: bold;
}

@media screen and (max-width: 1023px) {
	.rank_content.v2 .rank_point {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.rank_content.v2 .rank_text h3 {
		font-size: 1.5rem;
	}
	.rank_content.v2 .rank_text p {
		font-size: 1.3rem;
	}
}





/* ==================================================
	banner
================================================== */

.cam_banner .for_pc {
	display: none;
}
.cam_banner > li {
	margin-top: 1rem;
}

@media screen and (min-width: 480px) {
	.cam_banner {
		display: flex;
		flex-wrap: wrap;
		margin: 1.5rem -.5rem 0;
	}
	.cam_banner > li {
		width: calc((100% - 2rem) / 2);
		margin: .5rem;
	}
}

@media screen and (min-width: 1024px) {
	.cam_banner .for_sp {
		display: none;
	}
	.cam_banner .for_pc {
		display: block;
	}
	.cam_banner {
		justify-content: space-between;
		margin: 0;
	}
	.cam_banner > li {
		width: 390px;
		margin: 2rem 0 0;
	}
}





/* ==================================================
	map - SP
================================================== */

.map_pc {
	display: none;
}
.map_sp .acco_cyan .acco_content {
	padding: 1.2rem;
	background: #f2f2f2;
}
.map_list {
	display: flex;
	flex-wrap: wrap;
}
.map_list > li {
	width: 50%;
	padding: .4rem;
}
.map_list > li img {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 480px) {
	.map_list > li {
		width: 33.33333%;
	}
}

@media screen and (min-width: 768px) {
	.map_list > li {
		width: 25%;
	}
}





/* ==================================================
	map - PC
================================================== */

@media screen and (min-width: 1024px) {
	.map_sp {
		display: none;
	}
	.map_pc {
		display: block;
	}
}





/* ==================================================
	useful
================================================== */

.useful_list {
	margin-top: 2rem;
}
.useful_list > li {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	background: #f2f2f2;
}
.useful_list > li:nth-child(n+2) {
	margin-top: 1rem;
}
.useful_list > li > a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.useful_list > li > a:hover {
	text-decoration: none;
}
.useful_img {
	width: 106px;
}
.useful_text {
	width: calc(100% - 116px);
}
.useful_text h3 {
	color: #0096d6;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
}
.useful_text h3 ~ * {
	margin-top: .5rem;
}
.useful_text p {
	color: #5a5a5a;
	font-size: 1.2rem;
}
.useful_text p.useful_link {
	color: #0096d6;
}

@media screen and (min-width: 768px) {
	.useful_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.useful_list > li {
		width: calc((100% - 15px) / 2);
	}
	.useful_list > li:nth-child(n+2) {
		margin-top: 0;
	}
	.useful_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.useful_text h3 {
		font-size: 16px;
	}
}
