/**
* list.css
**/

.page-works.tog .style-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-works.tog .style-wrap li {
	display: flex;
    width: 33%;
    padding: 0 1rem;
    margin: 0 0 .666%;
    background: rgba(204,204,204,0.3);
    color: inherit;
    text-align: center;
    height: 8rem;
    justify-content: center;
    align-items: center;
}
@media (max-width: 580px) {
	.page-works.tog .style-wrap ul {
		justify-content: inherit;
	}
	.page-works.tog .style-wrap li {
		width: 48%;
    margin: 1%;
    height: auto;
    padding: 1rem;
	}
}
.sc-item {
	border-bottom: 1px solid;
	padding: 2rem 0;
}
.sc-item.style-wrap {
	border-top: 1px solid;
}
.page-works.tog .search-wrap {
	margin-bottom: 5em;
}
.page-works.tog .search-wrap h5 {
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
.page-works.tog .search-wrap h5::before {
	content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: .5rem;
    right: 15px;
}
.page-works.tog .search-wrap h5::after {
	display: none;
}
.page-works.tog .style-wrap li.active, .page-works.tog .style-wrap li:hover {
	background: rgba(204,204,204,0.6);
	font-weight: bold;
}
.page-works.tog .styleopen {
	display: none;
}
p.description {
	margin-top: 5em;
}
/* テストリセット */
.page-works.tog .works-tab {
	margin-bottom: 0;
}
.page-works.tog .area-wrap {
	margin: 0;
}
.page-works.tog .works-tab li a {
	background-color: transparent;
    color: inherit;
    padding: 0;
}
.page-works.tog .works-tab li.active a, .page-works.tog .works-tab li a:hover {
    text-decoration: none;
    background-color: transparent;
}
/* テストリセット */
.gc_gallery-wrap {
	letter-spacing: -.40em;
	margin: 0 -5px 20px;
}

.gc_gallery-item, h3.gc_gallery-category {
	letter-spacing: normal;
}
h3.gc_gallery-category {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.gc_gallery-item {
	position: relative;
	display:inline-block;
	width: 33.3333%;
	padding: 5px;
	vertical-align: top;
	margin-bottom: 10px;
}
.gc_gallery-more .gc_gallery-item {
	width: 25%;
}
.gc_gallery-item a {
	display: block;
	text-decoration: none;
	color: #000;
}
.gc_gallery-item a:hover img{
	cursor: pointer;
	opacity: 0.5;
}
.gc_gallery-item img {
	width: 100%;
}

.gc_post-title {
	font-size: 0.95em !important;
	font-weight: bold;
	word-wrap: break-all !important;
	width: 100% !important;
	position: absolute !important;
	left: 8px !important;
	bottom: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 16px !important;
	opacity: 0 !important;
	transition: all 0.2s ease !important;
	line-height: 1 !important;
	background-color: transparent !important;
}
.gc-tag {
	font-size: 0.9em;
	word-wrap: break-all;
	width: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	padding-right: 16px;
	opacity: 0;
	transition: all 0.2s ease;
	line-height: 1;
	color: #222;
}

.gc_gallery-item a:hover .gc_post-title,
.gc_gallery-item a:hover .gc-tag {
	opacity: 1 !important;
}

@media (max-width: 450px) {
	.gc_gallery-more .gc_gallery-item {
		width: 33.3333%;
	}
	.gc_gallery-more .gc_gallery-item:last-child {
		display: none;
	}
}
