@charset "utf-8";

#category .posts li:hover, #category .add img:hover, #category .works li:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#category .columns li:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#category {
    background-color: #F4F4F4;
}

#category #content {
    margin: 0 auto;
}

#category #content h3 {
    margin-bottom: 60px;
}

#category #content .works figure .transform {
	line-height: 0;
}
#category #content .columns figure .transform {
	line-height: 0;
}

#category #content .works figure, #category #content .works figure .transform img {
    width: 368px;
    height: 368px;
}
#category #content .columns figure .transform img {
    width: 368px;
    height: 368px;
}

#category #content .works li {
	margin-bottom: 40px;
}
#category #content .columns li {
	margin-bottom: 40px;
}

#category #content .works li:nth-of-type(even) {
	float: right;
}
#category #content .columns li:nth-of-type(even) {
	float: right;
}

#category #content .works li:nth-of-type(odd) {
	float: left;
}
#category #content .columns li:nth-of-type(odd) {
	float: left;
}

#category #content .works:last-of-type {
	margin-bottom: 60px;
}
#category #content .columns:last-of-type {
	margin-bottom: 60px;
}

#category #content figure {
    position: relative;
    overflow: hidden;
    width: 368px;
    height: 368px;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

#category #content figure p {
    font-size: 12px;
	letter-spacing: 0.1em;
    margin-top: 10px;
}

#category #content figure h3 {
    padding: 6px 0 0 0;
    font-size: 14px;
    width: 130px;
    height: 24px;
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff;
}
#category #content .columns figure h3 {
    padding: 6px 0 0 0;
    font-size: 14px;
	letter-spacing: 0.1em;
	/*
    width: 130px;
	*/
	width: auto;
    height: 24px;
    border: none;
    margin: 0 auto 10px;
    color: #fff;
	
}
#category #content .columns figure h3 span {
	border-bottom: 1px solid #fff;
}
#category #content figure p, #page #content figure h3 {
    color: #fff;
    text-align: center;
}
#category #content .columns figure p {
	font-size: 11px;
	letter-spacing: 0.1em;
}	

#category #content figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 368px;
    height: 184px;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    display: table;
}

#category #content .spot {
    height: 120px;
}

#category #content figcaption img {
	display: table;
	margin: 10px auto 0 auto;
	width: 38px;
}

#category #content figcaption .title p {
    width: 338px;
    padding: 0 15px;
    letter-spacing: 0.1em;
    line-height: 170%;
}

#category #content figcaption .title .spot_logo {
    width: 18px;
    margin: 0 auto 10px auto;
    display: table;
}

#category #content figcaption div {
    display: table-cell;
    vertical-align: middle;
}

#category .posts li:nth-of-type(odd) {
    margin: 0 40px 40px 0;
    float: left;
}

#category .posts li:nth-of-type(even) {
    margin: 0 0 40px 0;
    float: left;
}

#category .add {
    margin-bottom: 40px;
}

#category .add img {
    width: 100%;
}

#category .works .lightbox {
	display: none;
}

.featherlight .featherlight-inner .box {
	background-color: #111;
	padding: 20px;
}

.featherlight .featherlight-inner iframe {
	width: 720px;
	height: 405px;
	border: 0;
	margin: 0 auto;
	display: block;
}

.featherlight .featherlight-inner .box p {
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}

.featherlight .featherlight-inner .box .title {
	font-size: 26px;
}

.featherlight .featherlight-inner .box .subtitle {
	font-size: 14px;
}

.featherlight .featherlight-inner .box .contents {
	font-size: 12px;
}

.featherlight .featherlight-close-icon {
	background: #111;
	color: #fff;
	font-size: 14px;
}

.featherlight .featherlight-content {
	background-color: #111;
}

/* development for coulumns category page */
#debug-columns-1 {
	display: none;
}
#data-category-columns {
	display: none;
}
#data-paged-columns {
	display: none;
}

/* 2018/6/25 */
/* not used for now 2018/6/26
ul.columns.origitems h3 {
	font-family: 'Crimson Text', 'ヒラギノ明朝 Pro W3', 'HG明朝E' ,'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
*/
/* development for orignal items category page 2018/6/26 */
#debug-origitems-1 {
	display: none;
}
#data-category-origitems {
	display: none;
}
#data-paged-origitems {
	display: none;
}

