/*--------------------------------------------------------*/

/*  ページナビゲーション　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

.pagination-area{
	padding-top:20px;
	text-align:center;
}

.pagination-area a {
	border: 1px solid #CCC;
	font-family: 'Marcellus', serif;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.2em;
	color: #333;
	font-size: 14px;
	padding: 6px 11px;
	text-decoration: none;
	margin:0 3px;
	background:#fff;
}

.pagination-area .current a,.pagination-area a:hover{
	background: #444;
	color: #FFFFFF;
}

.overPagerPattern{
}

}

@media screen and (max-width: 800px){

.pagination-area{
	padding-top:20px;
	text-align:center;
}

.pagination-area a {
	border: 1px solid #CCC;
	font-family: 'Marcellus', serif;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.2em;
	color: #333;
	font-size: 14px;
	padding: 6px 11px;
	text-decoration: none;
	margin:0 2px;
	background:#fff;
}

.pagination-area .current a,.pagination-area a:hover{
	background: #444;
	color: #FFFFFF;
}

.overPagerPattern{
}

}

/*--------------------------------------------------------*/

/*  Artwork ページタイトル　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

h1.page_title{
	margin:40px auto 60px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:52px;
	color:#333;
	font-weight:400;
	line-height:1.2em;
	letter-spacing:3.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.craftsmanship{
	margin-bottom:60px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 800px){

h1.page_title{
	margin:30px auto 30px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:32px;
	color:#333;
	font-weight:400;
	line-height:1.2em;
	letter-spacing:3.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.craftsmanship{
	margin-bottom:40px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.craftsmanship br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  カテゴリー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

.category_Box{
	width:100%;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin-bottom:80px;
}

.category_Box .category_Box_inner{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.category_Box .category_Box_inner .category{
	box-sizing: border-box;
	width: 100%;
	text-align:center;
	border-right:1px solid #DDD;
	position: relative;
}

.category_Box .category_Box_inner .category:hover{
	background:#F2F2F2;
}

.category_Box .category_Box_inner .category a:hover{
	text-decoration:none;
}

.category_Box .category_Box_inner .category_inner{
	padding:30px 0;
}

.category_Box .category_Box_inner .category .category_img img{
	width:80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.category_Box .category_Box_inner .category .category_name{
	margin-top:10px;
	font-family: 'Marcellus', serif;
	font-size:16px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 800px){

.category_Box{
	width:100%;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin-bottom:50px;
}

.category_Box .category_Box_inner{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.category_Box .category_Box_inner .category{
	box-sizing: border-box;
	width: 100%;
	text-align:center;
	border-right:1px solid #DDD;
	position: relative;
}

.category_Box .category_Box_inner .category:hover{
	background:#F2F2F2;
}

.category_Box .category_Box_inner .category a:hover{
	text-decoration:none;
}

.category_Box .category_Box_inner .category_inner{
	padding:20px 0;
}

.category_Box .category_Box_inner .category .category_img img{
	width:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.category_Box .category_Box_inner .category .category_name{
	margin-top:10px;
	font-family: 'Marcellus', serif;
	font-size:11px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

/*--------------------------------------------------------*/

/*  Artwork 一覧ページ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 1280px){

.works_listBox{
	padding:0 40px;
}

.works_listBox ul.artwork_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.works_listBox ul.artwork_list li{
	width:23%;
	margin-bottom:5.5vw;
}

.works_listBox ul.artwork_list::before{
	content:"";
	display: block;
	width:23%;
	order:1;
}

.works_listBox ul.artwork_list::after{
	content:"";
	display: block;
	width:23%;
}

.works_listBox ul.artwork_list li .list_ph{
	position: relative;
}

.works_listBox ul.artwork_list li .list_ph:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.works_listBox ul.artwork_list li .list_ph img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.works_listBox ul.artwork_list li .list_ph img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.works_listBox ul.artwork_list li p.artwork_name{
	margin-top:15px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (min-width: 800px) and (max-width: 1280px){

.works_listBox{
	padding:0 30px;
}

.works_listBox ul.artwork_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.works_listBox ul.artwork_list li{
	width:31.5%;
	margin-bottom:6vw;
}

.works_listBox ul.artwork_list::before{
	content:"";
	display: block;
	width:31.5%;
	order:1;
}

.works_listBox ul.artwork_list::after{
	content:"";
	display: block;
	width:31.5%;
}

.works_listBox ul.artwork_list li .list_ph{
	position: relative;
}

.works_listBox ul.artwork_list li .list_ph:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.works_listBox ul.artwork_list li .list_ph img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.works_listBox ul.artwork_list li .list_ph img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.works_listBox ul.artwork_list li p.artwork_name{
	margin-top:15px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 800px){

.works_listBox{
	padding:0 15px;
}

.works_listBox ul.artwork_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.works_listBox ul.artwork_list li{
	width:48.2%;
	margin-bottom:10vw;
}

.works_listBox ul.artwork_list li .list_ph{
	position: relative;
}

.works_listBox ul.artwork_list li .list_ph:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.works_listBox ul.artwork_list li .list_ph img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.works_listBox ul.artwork_list li .list_ph img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.works_listBox ul.artwork_list li p.artwork_name{
	margin-top:11px;
	text-align:center;
	font-family: 'Marcellus', serif;
	font-size:11px;
	color:#333;
	font-weight:400;
	line-height:1.4em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}


}

/*--------------------------------------------------------*/

/*  フッターの margin-top を無効化　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

footer{
	margin-top:0;
}

}

@media screen and (max-width: 800px){

footer{
	margin-top:0;
}

}