@charset "utf-8";

/* 
-----------------------------------------------------*/
.productsHeadBox {
	clear: both;
	height: 320px;
	color: #ffffff;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.productsHeadBox {
		height: 240px;
		padding-top: 30px;
	}
}
.productsHeadBox#yuzenpaper {
	background: #aaaaaa url(../img/products/yuzenpaper_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#kyo-koromo {
	background: #aaaaaa url(../img/products/kyo-koromo_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#yuzenitems {
	background: #aaaaaa url(../img/products/yuzenitems_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#paperboards {
	background: #aaaaaa url(../img/products/paperboards_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#falkart {
	background: #aaaaaa url(../img/products/falkart_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#scrolls {
	background: #aaaaaa url(../img/products/scrolls_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#fans {
	background: #aaaaaa url(../img/products/fans_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#lacquerpaperitems {
	background: #aaaaaa url(../img/products/lacquerpaperitems_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#stampbooks {
	background: #aaaaaa url(../img/products/stampbooks_main.jpg) center center no-repeat;
	background-size: cover;
}
.productsHeadBox#tapestries {
	background: #aaaaaa url(../img/products/tapestries_main.jpg) top center no-repeat;
	background-size: cover;
}




.productsHeadBox h2 {
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0;
}
.productsHeadBox p {
	font-size: 1.8rem;
	margin: 0;
}
.productsDescBox01 {
	clear: both;	
}
.productsDescBox01 h3 {
	text-align: center;
}
.productsDescBox01 h3 span {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	border-bottom: 1px solid #e73533;
}
.productsDescBox01 .catch01 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 2em auto 0;
}
.productsDescBox01 .txt01 {
	
}
.productsDescBox01 .boxType01 {
	margin: 40px 0;
}
.productsDescBox01 .boxType01 .picClm {
	float: left;
	margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
	.productsDescBox01 .boxType01 .picClm {
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
	}
}
.productsDescBox01 .boxType01 .txtClm {
	overflow: hidden;
}
.productsDescBox01 .boxType01 .txtClm p:first-child {
	margin-top: 0;
}
.productsDescBox01 .boxType02 {
	margin: 40px 0;
}
.productsDescBox01 .boxType02 .picClm {
	float: right;
	margin: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
	.productsDescBox01 .boxType02 .picClm {
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
	}
}
.productsDescBox01 .boxType02 .txtClm {
	overflow: hidden;
}
.productsDescBox01 .boxType02 .txtClm p:first-child {
	margin-top: 0;
}
.productsDescBox01 .boxType03 {
	margin: 40px 0;
	text-align: center;
	font-size: 0;
}
.productsDescBox01 .boxType03 .picClm01 ,
.productsDescBox01 .boxType03 .picClm02 {
	display: inline-block;
	margin: 15px;
}

.productsItemListBox {
	clear: both;
	margin: 60px 0 100px 0;
	padding: 60px 0;
	background: url(../img/common/common_bg01.png) 0 0 repeat;
}
.productsItemListBox h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 40px 0;
}

.itemList {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.itemList > li {
	margin: 0;
	padding-bottom: 75px!important;
	list-style-type: none;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.itemList > li {
		padding: 15px 15px 60px 15px!important;
	}
}
.itemList.itemListClm01 > li {
	width: 49%;
	margin: 0 auto;
	padding: 30px;
}
.itemList.itemListClm01 > li .link {
	bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.itemList.itemListClm01 > li .link {
		bottom: 15px;
	}
}
.itemList.itemListClm02 > li {
	width: 49%;
	margin: 0 0 2% 2%;
	padding: 30px;
}
.itemList.itemListClm02 > li .link {
	bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.itemList.itemListClm02 > li .link {
		bottom: 15px;
	}
}
.itemList.itemListClm02 > li:nth-child(odd) {
	margin-left: 0;
}
.itemList.itemListClm04 > li {
	width: 24%;
	margin: 0 0 1.33% 1.33%;
	padding: 15px;
}
.itemList.itemListClm04 > li .link {
	bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.itemList.itemListClm04 > li {
		width: 49%;
		margin: 0 0 2% 2%;
	}
	.itemList.itemListClm04 > li:nth-child(odd) {
		margin-left: 0;
	}
}

.itemList.itemListClm04 > li:nth-child(4n + 1) {
	margin-left: 0;
}
.itemList > li .imgBox {
	text-align: center;
}
.itemList > li .imgBox img {
	max-width: 200px;
}
@media only screen and (max-width: 767px) {
	.itemList > li .imgBox img {
		max-width: 100%;
	}
}
.itemList > li .imgBox a {
	display: inline-block;
	position: relative;
}
.itemList > li .imgBox a::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/common/common_icon_zoom.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
}
.itemList > li .name {
	text-align: center;
	font-size: 1.6rem;
	margin: 1em 0 0 0;
}
.itemList > li .txt01 {
	font-size: 1.2rem;
	margin: 1em 0 0 0;
}
.itemList > li .link {
	text-align: center;
	font-size: 1.2rem;
	margin: 1em 0 0 0;
	position: absolute;
	left: 0;
	width: 100%;
}
.itemList > li .link a {
	display: inline-block;
	color: #e73533;
	text-decoration: none;
	padding: 0 10px 5px;
	border-bottom: 1px solid #e73533;
}
.itemList > li .link a:hover {
	opacity: 0.7;
}
.itemList > li .link a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	background: url(../img/common/common_icon_window.png) 0 0 no-repeat;
	background-size: contain;
}



