@charset "utf-8";

/*///////////////////////////////////////////////////////////////////////////////////
//  layouts.css
///////////////////////////////////////////////////////////////////////////////////*/

.swiper-container{
	text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
	background: none;
	font-size: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
}
.swiper-button-next:before {
	content: ">";
	color: #222 !important;
}
.swiper-button-prev:before {
	content: "<";
	color: #222 !important;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.swiper-container .swiper-slide a {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.swiper-container .swiper-slide a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#artist h3,
#works h3,
#news h3 {
	position: relative;
	border-bottom: solid 1px #666;
}
#news a {
	color: #222;
	font-size: 12px;
}
#news div {
	padding-bottom: 20px;
	border-bottom: solid 1px #666;
}
#news div:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#news a h4 {
	margin-bottom: 10px;
}
#news a h4 span {
	font-size: 10px;
}
#artist h3 a,
#works h3 a,
#news h3 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 10px;
	color: #e1122a;
}
#artist ul,
#works ul {
	margin: 0;
	padding: 0;
}
#artist ul li,
#works ul li {
	list-style: none;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #666;
}
#artist ul li:last-child,
#works ul li :last-child {
	border: none;
}
#artist ul li a,
#works ul li a {
	display: block;
	color: #222;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#artist ul li a:hover,
#works ul li a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#works ul li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#works ul li {
	min-height: 1px;
}
* html #works ul li {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#artist ul li a img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#works ul li img {
	max-width: 100px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
#artist ul li a h4,
#works ul li h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
#works ul li div {
	width: 500px;
	float: right;
}
#works ul li div.static {
	width: 645px;
}
#works ul li div ul.buy:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#works ul li div ul.buy {
	min-height: 1px;
	margin-bottom: 10px;
}
* html #works ul li div ul.buy {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#works ul li div ul.buy li {
	height: 18px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
}
#works ul li div ul.buy li a {
	display: block;
	height: 18px;
	border: solid 1px #666;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
	box-sizing: border-box;
	margin: 0 5px 0 0;
	cursor: pointer;
}
#works ul li div ul.buy li a img {
	max-height: 10px;
	margin: 0;
	padding: 3px 15px;
}
#artist ul li a span.more {
	background: #222;
	width: 80px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	display: block;
}
.btn_contact {
	background: #222;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	overflow:　hidden;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.btn_contact:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.ttl-links {
	text-align: left;
	margin: 0;
}
.list-links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
}
.list-links li {
	list-style: none;
}
.list-links li a {
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	display: block;
	margin: 0 5px 5px 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.list-links li a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.list-links li a img {
	width: 100%;
}
.entry-content {
	font-size: 12px;
}
#archive-dvd .entry-content:after,
#archive-works .entry-content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#archive-dvd .entry-content,
#archive-works .entry-content {
	min-height: 1px;
}
* html #archive-dvd .entry-content,
* html #archive-works .entry-content {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#archive-dvd .entry-content .wp-block-image,
#archive-works .entry-content .wp-block-image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#archive-dvd .entry-content .wp-block-image img,
#archive-works .entry-content .wp-block-image img {
	width: 100%;
}
.entry-content ol,
.entry-content p {
	width: 100%;
	display: block;
}
#archive-dvd .entry-content p,
#archive-dvd .entry-content ol,
#archive-works .entry-content p,
#archive-works .entry-content ol {
	width: 500px;
	float: right;
}
.entry-content ol,
.entry-content ol li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#archive-dvd .entry-meta .buy-links,
#archive-works .entry-meta .buy-links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
}
#archive-dvd .entry-meta .buy-links li,
#archive-works .entry-meta .buy-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-sub-cat {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 0 20px 0;
	padding: 0;
	border: solid 1px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.list-sub-cat li {
	width: 20%;
	box-sizing: border-box;
	list-style: none;
	border-right: solid 1px #999;
}
.list-sub-cat li:last-child {
	border: none;
}
.list-sub-cat li a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	text-align: center;
	color: #222;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.list-sub-cat li a:hover {
	background: #ECECEC;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.archive .page-title,
.search .page-title {
    color: #222;
}
.blog .hentry, .archive .hentry, .search .hentry {
    margin: 0 0 20px 0;
}
.blog .without-featured-image > .entry-header, .single .without-featured-image > .entry-header, .archive .without-featured-image > .entry-header, .search .without-featured-image > .entry-header {
	margin: 0;
	padding: 0;
}
.spc-b40 {
	box-sizing: border-box;
	margin-bottom: 40px;
}
div.cat {
	margin-bottom: 40px;
}
div.wp-pagenavi {
	box-sizing: border-box;
}
div.wp-pagenavi a,
div.wp-pagenavi span,
div.wp-pagenavi .pages a,
div.wp-pagenavi .pages span {
	padding: 8px 11px;
	box-sizing: border-box;
}
div.wp-pagenavi .pages {
	padding: 8px 15px;
	box-sizing: border-box;
}
.tac {
	text-align: center;
}
/* [00.Media Queries]
--------------------------------------------------------------------------*/
@media (max-width: 850px) {
	#archive-dvd .entry-content .wp-block-image,
	#archive-works .entry-content .wp-block-image,
	#works ul li img.static-img {
		width: 20%;
		height: auto;
		overflow: inherit;
	}
	#works ul li div,
	#works ul li div.static,
	#archive-dvd .entry-content p,
	#archive-works .entry-content p,
	#archive-dvd .entry-content ol,
	#archive-works .entry-content ol {
		width: 76%;
		font-size: 12px;
	}
	#artist {
		padding-top: 20px;
	}
	#artist h3,
	#works h3 {
		font-size: 14px;
	}
	#works ul li div p {
		font-size: 11px;
		line-height: 20px;
	}
	#works ul li div h4 {
		font-size: 12px;
	}
	.list-sub-cat {
		flex-wrap: wrap;
	}
	.list-sub-cat li {
		width: 33.33%;
		text-align: center;
	}
	.list-sub-cat li:nth-child(1),
	.list-sub-cat li:nth-child(2),
	.list-sub-cat li:nth-child(3) {
		border-bottom: solid 1px #999;
	}
	.list-sub-cat li:nth-child(3n) {
		border-right: none;
	}
}