@charset "utf-8";
.main_image {
	margin: 0 20px 40px;
	text-align: center;
}

.lead_box {
	margin-bottom: 50px;
	text-align: center;
}

.lead_box p {
	margin: 0 0 30px 0;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.lead_box .bnr_medium {
	text-align: center;

}
.lead_box .bnr_medium a img {
	max-width: 600px;
	width: 100%;
}

section.bnr_area {
	margin: 0 20px 40px 20px;
	padding-bottom: 80px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.ttl_sec {
	margin: 0 0 40px 0;
	padding: 15px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background-color: #111;
}
.ttl_sec .sp_br {
	display: none;
}
.ttl_sec span {
	font-size: 20px;
	font-size: 2.0rem;
}

.lineup_ttl {
	margin: 0 0 40px 0;
	padding: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background-color: #111;
}
.lineup_ttl .sp_br {
	display: none;
}
.lineup_ttl strong {
	font-size: 30px;
	font-size: 3.0rem;
}

.needs_area {
	margin-bottom: 80px;
}
.needs_area article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: #cccccc solid 1px;
}
.needs_area article div {
	width: 580px;
}
.needs_area article:nth-child(even) {
	flex-direction: row-reverse;
}
.needs_area article h3 {
	margin: 0 0 20px 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: bold;
	color: #e71320;
}
.needs_area article p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
.needs_area article p.notice {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.needs_area article .needs_img {
	width: 580px;
}
.needs_area article .needs_img img {
	width: 100%;
}


.nav_area {
	margin: 0 0 40px 0;
}

/* Grid Layout */
.grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 40px;
}

/* Card */
.card {
	display: block;
	background-color: #e8d7b0;
	padding: 2rem 2rem;
	border-radius: 0.5rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.card:hover {
	transform: scale(1.0);
	box-shadow: none;
	text-decoration: none;
	opacity: 1;
}

.card-content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 50px;
}

.card-content p {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
}

.card-content p strong {
	font-size: 16px;
	border-bottom: 4px solid #e71320;
	font-weight: bold;
	line-height: 2.0;
}
.card-content p br.sp_br {
	display: none;
}


/* Responsive Design */
@media (min-width: 768px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 80px;
	}
	.card:hover {
		transform: scale(1.02);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
		text-decoration: none;
	}
	.card-content {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		min-height: 100px;
	}
	.card-content p {
		text-align: center;
		font-size: 16px;
		line-height: 1.6;
	}
	.card-content p strong {
		font-size: 20px;
		border-bottom: 4px solid #e71320;
		font-weight: bold;
		line-height: 2.0;
	}
}




.items_area {
	margin-bottom: 80px;
}
.item_box {
	margin: 0 0 40px 0;
	padding: 40px;
	overflow: hidden;
		background: rgb(8,4,3); /* フォールバック用 単色 */
	background: linear-gradient(
		180deg, 
		#e71421 0%,   /* 黒に近い色 */
		#c12b01 33%,  /* 赤茶 */
		#080403 100%  /* 赤 */
	);
}
.item_box h3 {
	margin: 0 0 40px 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.item_box .item_info {
	display: flex;
	justify-content: space-between;
	align-items: top;
	gap: 40px;
}
.item_box .item_info div {
	max-width: 540px;
	width: 100%;
	text-align: center;
}

.item_box .item_info .item_image {
	max-width: 540px;
	width: 80%;
	margin: 0 0 20px 0;
}

.item_box .item_info .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: left;
	word-break: break-all;
	color: #fff;
}
.item_box .item_info div dl {
	max-width: 540px;
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.item_box .item_info div dl dt {
	width: 50%;
	margin: 0 0.5% 0.5% 0;
	padding: 6px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
}
.item_box .item_info div dl dd {
	width: 49%;
	margin: 0 0 0.5% 0;
	padding: 6px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}

.item_box .item_info div dl.pc_spec dt {
	width: 50%;
}
.item_box .item_info div dl.pc_spec dd {
	width: 49%;
}
.item_box .item_info div dl.printer_spec dt {
	width: 49%;
}
.item_box .item_info div dl.printer_spec dd {
	width: 50%;
}

.item_box .item_info div .spec_link {
	margin: 0 0 40px 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: right;
}
.item_box .item_info div .spec_link a {
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
	background: url(../ico/btn_right_arrow01_on.png) no-repeat 0 center;
	background-size: 13px 13px;
}
.item_box .item_info div .spec_link a:hover {
	opacity: 1;
	text-decoration: underline;
}
.item_box .item_info div .price {
	margin-bottom: 30px;
	font-size: 48px;
	font-size: 4.8rem;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
}
.item_box .item_info div .price small {
	font-size: 20px;
	font-size: 2.0rem;
}

.item_box .item_info div .buy_btn01 {
	width: 320px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
.item_box .item_info div .buy_btn01 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.item_box .item_info div .buy_btn01 img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
.item_box .item_info div .buy_btn01:hover img {
	filter: alpha(opacity=80);/* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;
}


.cateTi {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 25px;
	color: #333;
}
ul.cal_itemList li .i_price span {
	display: inline-block;
	margin-top: 5px;
	padding: 4px 5px;
	color: #fff;
	background: #ff0000;
	font-size: 20px;
	font-size: 2rem;
}


@media screen and (max-width: 960px) {
	.main_image {
		margin: 0 20px 30px;
	}
	.lead_box {
		margin-bottom: 40px;
	}
	.lead_box p {
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	section.bnr_area {
		margin: 0 20px 40px 20px;
		padding-bottom: 60px;
		border-bottom: 1px solid #cccccc;
		text-align: center;
	}

	.ttl_sec {
		margin: 0 0 30px 0;
		padding: 12px;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.lineup_ttl {
		margin: 0 0 30px 0;
		padding: 12px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.lineup_ttl strong {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.needs_area {
		margin-bottom: 60px;
	}
	.needs_area article {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
	}
	.needs_area article h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.needs_area article p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.needs_area article p.notice {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.items_area {
		margin-bottom: 60px;
	}
	.item_box h3 {
		margin: 0 0 30px 0;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.item_box .item_info .name {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.item_box .item_info div dl dt {
		width: 35%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.item_box .item_info div dl dd {
		width: 64%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.item_box .item_info div .spec_link {
		margin: 0 0 30px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.item_box .item_info div .price {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.item_box .item_info div .price small {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.item_box .item_info div .buy_btn01 img {
		width: 80%;
	}

	.cateTi {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	ul.cal_itemList li .i_price span {
		font-size: 18px;
		font-size: 1.8rem;
	}

}



@media screen and (max-width: 768px) {
	.main_image {
		margin: 10px 10px 15px;
	}
	.lead_box {
		margin-bottom: 30px;
	}
	.lead_box p {
		margin-bottom: 20px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	.lead_box p br {
		display: none;
	}
	.lead_box .bnr_medium a img {
		max-width: 600px;
		width: 80%;
	}
	section.bnr_area {
		margin: 0 10px 30px 10px;
		padding-bottom: 40px;
	}

	.ttl_sec {
		margin: 0 0 20px 0;
		padding: 10px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.ttl_sec .sp_br {
		display: block;
	}

	.needs_area {
		margin-bottom: 40px;
	}
	.needs_area article {
		display: block;
		margin: 0 0 30px 0;
		padding: 0 0 15px 0;
	}
	.needs_area article div {
		width: 100%;
		margin: 0;
	}
	.needs_area article h3 {
		margin: 0 0 10px 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.needs_area article p {
		margin: 0 0 10px 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.needs_area article p.notice {
		margin: 0 0 10px 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.needs_area article .needs_img {
		width: 100%;
		text-align: center;
	}
	.needs_area article .needs_img img {
		width: 75%;
		margin: 0 0 15px 0;
	}

	.items_area {
		margin-bottom: 40px;
	}
	.item_box {
		margin: 0 0 30px 0;
		padding: 20px;
	}
	.item_box h3 {
		margin: 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
	}
	.item_box h3 br {
		display: none;
	}
	.item_box .item_info {
		display: block;
	}
	.item_box .item_info div {
		max-width: initial;
		width: 100%;
		text-align: center;
	}
	.item_box .item_info .item_image {
		max-width: initial;
		width: 80%;
		margin: 0 0 10px 0;
	}
	.item_box .item_info .name {
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.item_box .item_info div dl {
		max-width: initial;
		margin: 0 0 15px 0;
	}
	.item_box .item_info div dl dt {
		padding: 6px;
	}
	.item_box .item_info div dl dd {
		padding: 6px;
	}
	.item_box .item_info div .spec_link {
		margin: 0 0 20px 0;
	}
	.item_box .item_info div .spec_link a {
		padding: 0 0 0 16px;
		background-size: 11px 11px;
	}
	.item_box .item_info div .price {
		margin-bottom: 20px;
		font-size: 32px;
		font-size: 3.2rem;
	}
	.item_box .item_info div .price small {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.item_box .item_info div .buy_btn01 {
		width: 300px;
	}

	.cateTi {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	ul.cal_itemList li .i_price span {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

/* 下層ページ
-------------------------------------------*/
.main_image {
	text-align: center;
}
.section_category {
	margin: 0 0 40px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #cccccc;
}
.ttl_category {
	margin: 0 0 30px 0;
	padding: 15px;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #fc7998;
}
.category_list li {
	margin-bottom: 30px;
	padding: 0 2.5% 30px 0;
	box-sizing: border-box;
	width: 33.33%;
	float: left;
	border-bottom: 1px solid #cccccc;
}
.category_list li .txt_catch {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #00aeef;
	line-height: 1.4;
}
.category_list .txt_catch span {
	margin-right: 5px;
	padding: 1px 4px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background: #ff8a00;
}
.category_list li .img {
	width: 36.8%;
	float: left;
}
.category_list li .img img {
	max-width: 100%;
	height: auto;
}
.category_list li .txt {
	width: 57.8%;
	float: right;
	line-height: 1.4;
}
.category_list li .txt .name {
	margin-bottom: 10px;
	word-break: break-all;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.category_list li .txt .name a {
	color: #2950a5;
}
.category_list li .txt .spec {
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	word-break: break-all;
}
.category_list li .txt .price {
	margin: 0 0 30px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.category_list li .txt .price span {
	display: inline-block;
	padding: 2px 5px 1px 5px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #fff;
	background: #ff0000;
}

.cate_more {
	border: 1px solid #3b60bf;
	float: right;
	margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	max-width: 420px;
}
.cate_more a {
	display: block;
	padding: 8px 40px 8px 16px;
	text-decoration: none;
	color: #2950a5;
	background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
	background-size: 13px 13px;
	max-width: 420px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ie8 .cate_more a {
	background: url(../ico/btn_right_arrow02.png) no-repeat 96% center;
}
.cate_more a:hover {
	color: #fff;
	text-decoration: none;
	background: #1d53ca url(../ico/btn_right_arrow01_on.png) no-repeat 96% center;
	background-size: 13px 13px;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	opacity:1.0;
}
.ie8 .cate_more a:hover {
	background: #1d53ca url(../ico/btn_right_arrow02_on.png) no-repeat 96% center;
}
.cate_more .ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.back_page {
	border: 1px solid #3b60bf;
	float: left;
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.back_page a {
	display: block;
	padding: 8px 16px 8px 32px;
	text-decoration: none;
	color: #2950a5;
	background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
	background-size: 13px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ie8 .back_page a {
	background: url(../ico/btn_left_arrow02.png) no-repeat 10px center;
}
.back_page a:hover {
	color: #fff;
	text-decoration: none;
	background: #1d53ca url(../ico/btn_left_arrow01_on.png) no-repeat 10px center;
	background-size: 13px 13px;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	opacity:1.0;
}
.ie8 .back_page a:hover {
	background: #1d53ca url(../ico/btn_left_arrow02_on.png) no-repeat 10px center;
}

@media screen and (max-width: 960px) {
	.section_category .main_image {
		margin: 0 20px 20px;
	}
	.ttl_category {
		padding: 12px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.category_list li {
		padding: 0px 2% 30px 0px;
		width: 50%;
	}
	.category_list li .img {
		width: 28.4%;
	}
	.category_list li .txt {
		width: 67%;
	}
	.category_list li .txt .name {
		margin-bottom: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.category_list li .txt .spec {
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.category_list li .txt .price {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.category_list li .txt .price span {
		padding: 2px 5px 1px 5px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.2;
	}

	.cate_more a:hover {
		color: #2950a5;
		background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
	}
		.back_page a:hover {
		color: #2950a5;
		background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
	}
}

@media screen and (max-width: 768px) {
	.content-inner {
		padding: 0 10px;
	}
	.section_category {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
	}
	.section_category .main_image {
		margin: 10px 10px 20px;
	}
	.ttl_category {
		margin: 0 0 15px 0;
		padding: 10px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	ul.cal_itemList li .i_price {
		margin: 0;
	}
	ul.cal_itemList li .i_price span {
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.cate_more {
		float: none;
		display: block;
		margin: 20px auto 10px;
		width: 80%;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.cate_more a {
		max-width: 100%;
		margin: 0 auto;
		padding: 6px 24px 6px 24px;
	}

	.cate_more a:hover {
		color: #2950a5;
		background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
	}

	.back_page {
		float: none;
		margin: 20px auto;
		width: 80%;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.back_page a {
		max-width: 100%;
		margin: 0 auto;
		padding: 6px 24px 6px 24px;
	}
	.back_page a:hover {
		color: #2950a5;
		background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
	}

	.category_list li {
		margin-bottom: 15px;
		padding: 0px 0 15px 0px;
		width: 100%;
		float: none;
	}
	.category_list li > div.clearfix {
		padding-bottom: 15px;
	}
	.category_list li .txt_catch {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.category_list .txt_catch span {
		padding: 1px 2px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.category_list li .img {
		width: 30%;
	}
	.category_list li .img img {
		width: 100%;
	}
	.category_list li .txt {
		margin-left: 3%;
		float: left;
	}
	.category_list li .txt .name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.category_list li .txt .spec {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.category_list li .txt .price {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.category_list li .txt .price span {
		padding: 2px 4px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
}