
@charset "utf-8";

/*-----------------------------------------*/

#main_content.visid.w_100vw {
	overflow-x: clip;
}

#main_content.visid > div {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}





.color100 { background-color: #024ad8; }
.color70 { background-color: #4d80e4; }
.color50 { background-color: #80a4eb; }
.color40 { background-color: #9ab7ef; }
.color30 { background-color: #b3c8f3; }
.color20 { background-color: #ccdbf7; }
.color10 { background-color: #e5edfb; }

.fc_electric_bl {
	color: #024ad8;
}
.fc_og_bloom {
	color: #ff5050;
}
.fc_power_storm {
	color: #568393;
}



/*------------------------------------------ */

@media screen and (max-width: 479px){
	.xl{
		font-size: 27px;
	}
}
.visid .hpj-pim .button.critical {
	background: #ff5050;
}
.visid .hpj-pim .button.critical:hover {
	background: #ff4040;
}

.visid img{
	height: auto;
}

@media screen and (max-width: 1023px){
	.main_ttl img{
		width: 100%;
	}
}

/* ----------------------------------------
	cont_wrap
---------------------------------------- */
.cont_wrap {
	padding: 3rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 80px 20px;
	}
}



/*======================
	main
======================= */
.main_ttl{
	position: relative;
}
.main_cnt {
    padding: 1.6rem 1rem;
}
@media screen and (min-width: 768px){
	.main_cnt {
	    padding: 25px 20px;
	}
}





/*----------------------------------------- ctg__area */
.ctg__area {
	/*background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 8.5%,#d5dded 8.5%, #d5dded 100%);*/
    padding-bottom: 4rem;
    margin-top: 2rem;
    background: url(images/series_s.png) no-repeat 140% top;
}
/*
.ctg__area  > div:nth-child(1) {
	background: url(images/series_s.png) no-repeat 130% top;
}
*/

@media screen and (min-width: 480px) {
	.ctg__area {
		/*background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 6.5%,#d5dded 6.5%, #d5dded 100%);*/
		background: url(images/series_s.png) no-repeat 110% top;
	}
	
}
@media screen and (min-width: 640px) {
	.ctg__area {
		background: url(images/series.png) no-repeat 280% top;
	}
}
@media screen and (min-width: 768px) {
	.ctg__area {
		background: url(images/series.png) no-repeat 200% top;
	    padding-bottom: 80px;
	}
}
@media screen and (min-width: 1024px) {
	/*
	.ctg__area {
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 13.5%,#d5dded 13.5%, #d5dded 100%);
	}
	*/
	.ctg__area {
		background: url(images/series.png) no-repeat 120% top;
	}
}
@media screen and (min-width: 1280px) {
	.ctg__area {
		background: url(images/series.png) no-repeat right top;
	}
}


.ctg__area.toptop {
    margin-top: 0;
}


/*------------------------------------------------------------------  ttl_area  */
.ctg__area .ttl_area {
    background: url(images/series_right.png) -170px top no-repeat;
	padding: 4rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
	.ctg__area .ttl_area {
	    background: url(images/series_right.png) 0 top no-repeat;
	}
}

.ctg__area .ttl_area h3 {
	line-height: 1 !important;
}



/* ==================================================
	printer
================================================== */
.printer .prod {
	padding: 2rem 0;
	background: #d5dded;
	border-bottom: 4px dotted #024ad8;
}
.printer .prod .head {
	background-color: #fff;
	margin: 20px 16px;
	padding: 10px;
	border-radius: 25px;
}



.printer .text_area p.cap {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.printer .prod .head h2 {
	color: #000;
	font-weight: bold;
}


.printer .text_area h2 + p {
    margin-top: 15px;
    font-size: 17px;
}

.printer .product_detail_spec_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px,1fr));
	gap: 4px;
	margin-top: 15px;
}
.printer .product_detail_spec_list > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	padding: 5px 3px;
	color: #767676;
	text-align: center;
	line-height: 1.4;
	background: #f2f2f2;
	font-weight: bold;
	font-size: 16px;
}
.printer .product_detail_spec_list > li span {
	font-size: 11px;
}

/*---------------------------------------------- point */

.point {
	background: #024ad8;
	border-radius: 50%;
	border: 2px #fff solid;
	color: #fff;
	font-size: 19px;
	line-height: 1.0;
	letter-spacing: -.3rem;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;

}
.point span {
	font-size: 2.4rem;
	margin-right: -.5rem;
	line-height: 1.0;
	letter-spacing: 0;
}

@media screen and (min-width: 480px) {
	.point {
		width: 84px;
		height: 84px;
		font-size: 24px;
        line-height: .7;
	}
	.point span {
		font-size: 34px;
	}
}


/*--------------------------------------------- p_price_area */
.printer .p_price_area {
	padding: 1.5rem 0;
	text-align: center;
	margin: 0 auto;
}

.printer .p_price_area > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}





.printer .p_price_area > div:first-child .point{
	margin-right: .8em;
}
.printer .p_price_area > div:first-child .point + div {
	text-align: left;
}

.p_price_area .regular_price_text_cam,
.p_price_area .regular_price_taxed.regular_price {
	font-size: 1.4rem;
	color: #000;
	display: block;
}

.p_price_area .regular_price_text_cam {
	margin-right: 1rem;
}




.printer .hpj-pim.general-price .price.taxed {
	display: block;
	margin-top: 5px;
	color: #ff5050;
	font-size: 1.8rem;
}
.printer .hpj-pim.general-price .price.taxed > span {
	font-size: 3.8rem;
}


.printer .hpj-pim .p_price_area .button.critical {
	font-size: 24px;
}

.printer .link_area {
	text-align: center;
	margin-top: 10px;
	padding: 0;
}

@media screen and (max-width: 320px) {
	.printer .hpj-pim.general-price .price.taxed > span {
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 480px) {
    .printer .link_area .campaign-link {
        margin-right: 0;
    }

    .p_price_area .regular_price_text_cam, .p_price_area .regular_price_taxed.regular_price {
        display: inline;
    }
}


@media screen and (min-width: 768px) {
	.printer .prod .head {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 20px 20px;
		padding: 30px 20px;
	}
	.printer .prod .head .img_area {
		width: 50%;
		text-align: right;
	}
	.printer .prod .head .icon >li {
		width: 60px;
	}
	.printer .prod .head .text_area {
		width: 50%;
	        padding-right: 20px;
	}
    
	.printer .p_price_area {
		display: flex;
		align-items: end;
	}
	.printer .p_price_area > div:first-child {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.printer .hpj-pim.general-price .price.taxed {
		font-size: 27px;
	}
	.printer .hpj-pim.general-price .price.taxed > span {
		font-size: 52px;
	}

	.printer .link_area {
		text-align: right;
		margin-top: 5px;
	}

}

@media screen and (min-width: 1024px) {

	.printer .prod .head .text_area {
		position: inherit;
		padding: 30px 40px;
	}

	.printer .text_area p.cap {
		font-size: 16px;
	}

	.printer .prod .head h2 {
		font-size: 50px;
		line-height: 1.2;
		white-space: nowrap;
	}

	.printer .text_area h2 + p {
		font-size: 20px;
	}

	.printer .product_detail_spec_list > li {
		min-height: 80px;
	        font-size: 18px;
	}

	.printer .product_detail_spec_list > li span {
		font-size: 12px;
	}


	.printer .p_price_area > div:last-child {
		display: flex;
		align-items: end;
	}
	.printer .link_area {
		margin-left: 20px;
	}
}



/*----------------------------------------------  chara */

.printer .chara_head {
	padding: 60px 16px 20px;
	text-align: center;
}

.printer .chara_head .title_a {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.printer .chara_title {
	font-size: 1.8rem;
	text-align: center;
    font-weight: bold;
}
.printer .chara_title .ex {
	display: block;
	color: #0096d6;
}

@media screen and (min-width: 320px) {
	.printer .chara_head .title_a {
		/* 20~35px */
		font-size: calc(2rem + ((1vw - 0.32rem) * 1.679));
	}
	.printer .chara_title {
		/* 18~24px */
		font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.5426));
	}
}

@media screen and (min-width: 768px) {
	.printer .chara_head {
		padding: 80px 20px 20px;
	}
}

@media screen and (min-width: 1024px) {
    .printer .chara_content .section_content {
         width: 1000px;
    }
	.printer .chara_head {
		padding: 200px 0 20px;
	}
	.printer .chara_head .title_a {
		font-size: 35px;
	}
	.printer .chara_title {
		font-size: 24px;
	}
}


.printer .chara_content {
	padding: 40px 16px;
	background: #e9f4fa;
}

.printer .chara_content * + p {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.printer .chara_content {
		padding: 60px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.printer .chara_content {
		padding: 80px 0;
	}
}



/*--------------------------------------------------------------- list_basic*/

.printer .prod .head .list_basic {
	margin-top: 15px;
	font-size: 17px;
}
.printer .prod .head .list_basic li {
	position: relative;
	padding-left: 20px;
}
.printer .prod .head .list_basic li::before {
	color: #9ab7ef;
	font-size: 160%;
	top: -0.03em;
}
.printer .prod .head .list_basic li:nth-child(n+2) {
	margin-top: .5em;
}

@media screen and (min-width: 1024px) {
	.printer .prod .head .list_basic {
		font-size: 20px;
	}
}

