@charset "UTF-8";

/* ==================================================
	base
================================================== */
.visid img,
.main_title img,
.main_content img {
	height: auto;
}


@media screen and (min-width: 1024px) {
	.main_content {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}


/* ==================================================
	common
================================================== */
@media screen and (min-width: 768px) {
	.fd_r_reverse_md {
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 1024px) {
	.fd_r_reverse_lg {
		flex-direction: row-reverse;
	}
}

.fcac0000 {
	color: #ac0000;
}


/* ==================================================
	main
================================================== */

.main {
	background: #856630;
}
.main .img_area img {
	width: 100%;
}
.main .text_area {
	padding: 30px 20px;
	color: #fff;
}
.main .copy {
	font-size: 18px;
}
.main .logo {
	margin-top: 20px;
	text-align: right;
}
.main .logo_hp::before {
	display: inline-block;
	content: "\E900";
	color: #fff;
	font-family: HPIcons;
	font-size: 60px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.main .text_area {
		padding: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.main {
		display: flex;
		height: 600px;
	}
	.main .img_area {
		width: 50%;
	}
	.main .img_area img {
		object-fit: cover;
		object-position: bottom;
		height: 100%;
	}
	.main .text_area {
		display: flex;
		align-items: center;
		position: relative;
		width: 50%;
		max-width: calc(610px + 40px);
		padding: 0;
	}
	.main .text_area .card {
		padding: 40px;
	}
	.main .copy {
		font-size: 20px;
	}
	.main .logo {
		position: absolute;
		right: 40px;
		bottom: 40px;
		margin-top: 0;
	}
	.main .logo_hp::before {
		font-size: 80px;
	}
}

/*======================
	 why
======================= */
@media screen and (min-width:750px) {
	#why ul li {
	display: flex;
	}
	#why ul .reverse {
	flex-flow: row-reverse;
	}
	#why ul li .text {
	width: 50%;
	padding-right: 3rem;
	}
	#why ul .reverse .text {
	padding-right: 0;
	padding-left: 3rem;
	}
}


/*======================
	 useful
======================= */
#useful .list > div{
	background-color: #333;
	border: 1px solid #9b8e55;
	padding: 1rem;
}
#useful .tag li{
	padding: 3px;
	text-align: center;
	border: 1px solid #767676;
	/*border-radius: 5px;*/
	font-size: 14px;
}
#useful .tag a{
	color: #fff;
	background-color: #000;
	display: block;
}
#useful .tag a:hover{
	color: #ccc;
	background-color: #666;
}

@media screen and (min-width:768px) {
	#useful .tag li{
		margin-top: 0;
	}
}

@media screen and (min-width:1024px) {
	#useful .list > div{
		padding: 20px;
	}
	#useful .list_list > div{
		padding: 0;
	}
}

/* tag */
#useful .tag_list li{
	margin-top: 10px;
}






/* -------------------------------------------------------------  ctgr_pro_ttl_area   */

.ctgr_pro_ttl_area{
	color: #fff;
	padding: 0 1.6rem;
	text-align: center;
    /*background: #0096d6;*/
}
.bl .ctgr_pro_ttl_area{
	border-top: 5px dotted #99d5ef;
	color: #000;
	padding: 4rem 1rem 0;
	text-align: center;
}

.ctgr_pro_ttl_area .inch {
	line-height: 1.2;
}
.ctgr_pro_ttl_area .inch span {
	font-size: 130%;
	line-height: 0.5;
}
@media screen and (min-width: 480px){
.ctgr_pro_ttl_area{
	/*padding: 0 4rem;*/
}
    .ctgr_pro_ttl_area .inch span {
		font-size: 160%;
	}
}


.chara_area_fs35 {
	color: #000;
	display: grid;
	gap: 5px;
	padding-bottom: 10px;
	background: linear-gradient(to bottom, #fff, #fffeed);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.chara_area_fs35 .prod img {
    height: auto;
}
.icon_product_spec img {
    height: auto;
}


@media screen and (min-width:1024px) {
	.ctgr_pro_ttl_area{
		padding: 0 4rem;
	}
	.chara_area_fs35 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: max-content max-content 1fr auto;
		/*min-height: 450px;*/
		padding-bottom: 0;
		text-align: left;
	}

	.chara_area_fs35  .prod {
		grid-row: span 2 / span 2;
		display: grid;
		place-items: center;
	}
}

/*------------------------------------------------------------------ ttl_box   */
.chara_area_fs35 .ttl_box {
	padding: 1em 1.6rem 1rem;
}
.chara_area_fs35 .ttl_box h3 {
	border-bottom: 1px #000 solid;
}
@media screen and (min-width:768px) {
	.chara_area_fs35 .ttl_box {
		padding: 20px 10px 0 20px;
	}
}

/*------------------------------------------------------------------  text_area  */
.chara_area_fs35 .txt_area {
	padding: 1rem 1.6rem;
	text-align: left;
}
@media screen and (max-width:1023px) {
	.chara_area_fs35 .txt_area {
	    padding: 1rem .5em 1em;
	    text-align: left;
	    background: rgba(255, 255, 255, 0.75);
	    margin: 5px 10px;
	    border-radius: 1rem;
	}
}
@media screen and (min-width:1024px) {
	.chara_area_fs35 .txt_area {
		padding: 5px 10px 20px 20px;
	}
}
/*------------------------------------------------------------------  prod  */
/*.chara_area_fs35  .prod {
	padding: 0 1em 2rem;
}*/
.chara_area_fs35  .prod .icon__box {
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
.chara_area_fs35  .prod .icon__box {
	margin: 15px -10px;
}
.chara_area_fs35  .prod .icon__box > li {
	padding: 5px 10px;
}





/* ==================================================
	PIM
================================================== */
h3.pro_section_title {
	text-align: center;
    background-color: #a7001d;
    color: #fff;
    padding: 1rem;
    border-top: 6px solid #f2062c;
}


h4.cam_model_title { background: #d7410b;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 1rem 1rem .5rem;
	border-top: 5px solid #ffa536;
}

.cam_model {
	padding: 20px 16px;
	/*background: #f2f2f2;*/
}

@media screen and (min-width: 768px) {
	.cam_model {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 1023px) {
	.cam_model .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	h4.cam_model_title { 
		font-size: 35px;
	}
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}
	.cam_model .hpj-pim {
		padding: 0 10px;
	}
	.cam_model .aem-Grid {
		padding: 0 5px;
	}

	/* column1 -------------------- */
	.column1 .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}

	/* column2 */
	.column2 .hpj-pim {
		width: 50% !important;
	}
	.column2 .hpj-pim:nth-child(n+3) {
		margin-top: 20px;
	}

	/* column3 */
	.column3 .hpj-pim {
		width: 33.33333% !important;
	}
	.column3 .hpj-pim:nth-child(n+4) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1560px) {
	.cam_model .aem-Grid {
		padding: 0 15px;
	}
}


/* model_box -------------------- */

.model_box {
	background: #fff;
	/*border-radius: 4px;*/
	text-align: center;
	outline: 1px solid #000;
}
#attention_products  .model_box{
	outline: 1px solid #c46cd2;
}

@media screen and (min-width: 1024px) {
	/* column1 -------------------- */
	.model_inner {
		display: flex;
		justify-content: space-between;
	}
	.model_inner > .model_l {
		width: 48%;
	}
	.model_inner > .model_r {
		width: 48%;
	}
}

/* cpu_cat -------------------- */
.cpu_cat {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.cpu_cat li:first-of-type{
	margin-bottom: 1rem;

}
@media screen and (min-width: 1024px) {
	.cpu_cat {
		display: flex;
		padding: 1rem;
		background-color: #efefef;
	}
	.cpu_cat li:first-of-type{
		width: 30%;
		text-align: right;
		margin-bottom: 0;
	}
	.cpu_cat li:nth-of-type(2){
		width: 70%;
		text-align: left;
		padding-left: 10px;
	}
}

/* series_name -------------------- */

.series_name {
	padding: 5px;
    text-align: center;
    font-size: 20px;
    /*color: #fff;
    background: #0096d6;*/
}

.series_name span{
display: block;
margin-top: 1rem;
margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
	.series_name {
		font-size: 30px;
	}
	
}

/* cam_model_name -------------------- */

.cam_model_name {
	text-align: center;
	margin: 5px 0 15px;
	padding-bottom: 10px;
	font-size: 1.2rem;
	border-top: 2px solid #9b8e55 ;
}
.cam_model_name h4 {
	padding: 10px 10px 7px 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	background-color: #c8932b;
}

@media screen and (min-width: 1024px) {
	.cam_model_name {
		font-size: 18px;
	}
}



/* prod_img -------------------- */

.prod_img {
    margin: 0 auto 20px;
    padding: 10px 0;
    background: rgba(0,150,214,.1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}

@media screen and (max-width: 479px) {
	.prod_img {
    width: 100%;
	}
}
@media screen and (min-width: 480px) {
	.prod_img {
    width: 50%;
	}
}
@media screen and (min-width: 1024px) {
	.prod_img {
	width: auto;
	}
	.prod_img img{
		max-width: initial;
	}	
}



/* inch_box -------------------- */

.inch_box {
	display: none;
    /* overflow: hidden;*/
}

.inch {
	width: 100px;
	margin-right: 10px;
	color: #fff;
	background: #999;
	font-size: 12px;
	text-align: center;
	border-radius: 30px;
	float: right;
}
.inch span{
	font-size: 20px;
}


/* price_area -------------------- */

.price_area {
	margin: 0;
	padding: 10px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.price_area {
		padding: 20px 5rem 0;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-flow: wrap;
	}
	.price_area > div:first-of-type {
		flex-shrink: 0;
	}
	/* column1  */
	.column1 .price_area {
		justify-content: center;
	}
	.column1 .price_area > div {
		padding: 0 1rem;
	}
}



.price_area * + * {
	margin-top: 5px;
}
@media screen and (min-width: 1024px) {
	.price_area * + * {
		margin-top: 0;
	}
}
.price_area .bold {
	margin-top: 10px;
	line-height: 35px;
}
.price_area .price_off {
	color: #d7410b;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 1;
}
.price_area .price_off span {
	font-size: 170%;
}
.price_area .price_off > span:first-child {
	/*margin:0 -3px;*/
}
.price_area .price_off > span:last-child {
	/*letter-spacing: -3px;*/
	font-size: 165%;
}
/*
.price_area .button {
	margin-top: 10px;
}
*/
.hpj-pim .regular_price_text_cam {
	display: inline-block;
}
.hpj-pim.general-tax-price .regular_price_taxed {
	display: inline-block;
}
/* v_balloon */
.price_area .price_off.v_balloon {
	display: inline;
	position: relative;
	padding: 0.5em 0 0.2em 0;
	color: #d7410b;
	font-size: 13px;
	line-height: 1.2;
	/*border-radius: 5px;*/
	white-space: nowrap;
	
	background: #fefcc9;
	background: linear-gradient(transparent 65%, rgba(255,204,0,.3) 65%);
	text-align: left;
}
.price_area .price_off.v_balloon::after {
	content: "";
	margin-bottom: 1rem;
}
/*.price_area .price_off.v_balloon::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top: 6px solid #fefcc9;
}*/


/* icon -------------------- */

.icon {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.icon li {
	color: #666;
	text-align: center;
	align-self: center;
	padding: .5rem;
}
.icon [class*="hpic_"]::before {
	display: block;
	line-height: 60px;
}
.icon p {
	font-size: 11px;
	line-height: 1.1;
}



/* accordion-------------------- */

.cam_model .acco_basic,
.cam_model .acco_mobile {
	/* display: none;*/
	margin-bottom: 1rem;
}

.cam_model .acco_content {
	border-bottom: .1rem #999 dotted;
}

@media screen and (min-width: 1024px) {
	.cam_model .acco_trigger {
		display: none;
	}
}

/* list_basic -------------------- */

.cam_model .list_basic {
	font-size: 13px;
	text-align: left;
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	.cam_model .list_basic {
		margin-top: 15px;
		padding: 1rem 5rem;
	}
}


.cam_model .list_basic > li::before {
	/*background: #0096d6; */
}
.cam_model .list_basic > li > * {
	float: none;
}
.cam_model .list_basic .model_spec_title {
	display: none;
}
.cam_model .list_basic .model_spec_text {
	width: 100%;
}
.cam_model .list_basic .icon_customize::after {
	content: none;
	background: none;
}
.cam_model .list_basic .model_spec_momery .model_spec_text::after {
	display: inline;
	content: " \30E1\30E2\30EA";
}



/* link_area -------------------- */

.link_area {
	/* display: flex;
    align-items: baseline;
    justify-content: center;*/
	padding-bottom: 1rem;
}
.link_area > div{
	padding: .5rem;
}
.link_area div:first-of-type{
	margin: 10px 0 10px;
}
.link_area div:nth-child(2) a{
	font-size: 1.2rem;
}
.link_area .button.critical,
.link_area .button.secondary {
	background: #d7410b!important;
}
.link_area .button.critical:hover,
.link_area .button.secondary:hover {
	background: #c14018!important;
}
.link_area a {
	font-size: 12px;
}


.button.critical {
    background-color: #d7410b!important;
}


/* option_list_box -------------------- */

.option_list_box {
	display: none;
	background: #f5fcff;
	padding: 15px;
	text-align: center;
	margin-top:1rem;
	border: 1px dashed #0096d6;
}

.option_list_box li {
    padding: 10px 0 0;
}

.option_price {
    color: #d7410b;
    font-weight: bold;
}



/*======================
	st_coupon_area
======================= */
.st_coupon_area,.st_coupon_area_active {
	background-color: #ffffff;
	padding: 1.6rem;
	/* box-shadow: 0 0 8px gray;*/
}
.coupon {
	background-color: #ffffff;
	/*border-radius: 1rem;*/
	overflow: hidden;
}

.st_coupon_area{
	display:block
}

.st_coupon_area_active{
	display:none;
}


@media screen and (min-width: 1024px) {
	.coupon.click {
		position: relative;
	 }
	.coupon.click::after {
		content: "";
		position: absolute;
		top: 19px;
		right: 62px;
		width: 292px;
		height: 257px;
		background-image: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/giant_sale/images/click.png);
		background-position: right top;
		background-repeat: no-repeat;
	 }
	.st_coupon_area,.st_coupon_area_active {
	padding: 2.5rem;
}
}




