/* CSS Document */

.content img{
	max-width:100%;
	height:auto;
}

.content .inner {
	 width:100%;
}

.entry-content .inner {
	 width:840px;
}

.works-list ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.works-list ul li{
	width:25%;
}

.works-list ul li img{
	width:100%;
	height:auto;
}

.mainarea dt{
	float:left;
	width:420px;
}

.mainarea dd{
	padding:0 0 0 450px;
}

.mainarea dd.title{
	font-size:188%;
	margin-bottom:30px;
}

.mainarea dd.copy{
	font-size:120%;
	margin-bottom:10px;
}

.pager-navigation{
	margin-left:25px;
	margin-right:25px;
}

.filter--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.filter--category button {
  padding: 0.4em 1em;
  border: 1px solid #ccc;
  border-radius: 2em;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  line-height: 1.5;
}
.filter--category button:hover {
  background: #f2f2f2;
}
.filter--category button.is-active {
  background: #5C4C3D;
  color: #fff;
  border-color: #5C4C3D;
}

.content .entry{
	position: relative;
}
.content .category {
	
}
.content .category span {
	position: absolute;
	background-color: #5c4c3d;
	color: #fff;
	padding: 0 10px;
	font-size:0.8rem;
	right:0;
	top: 0;
    /*line-height: normal;*/
}

/* ---------------------------------------------
 sp
------------------------------------------------ */

.sp .content .inner {
	 width:auto;
}

.sp .works-list {
	margin:0 -15px;
}

.sp .works-list ul li{
	width:50%;
}

.sp .entry-content .inner {
	 width:auto;
}

.sp .mainarea dt{
	float:none;
	width:100%;
}

.sp .mainarea dd{
	padding:0;
}

.sp .mainarea dd.title{
	font-size:24px;
	margin:25px 0 20px;
}

.sp .mainarea dd.copy{
	font-size:18px;
	margin-top:20px;
}

.sp .acms-entry [class*="column-image-"] img{
	width:100%;
}

.sp .pager-navigation{
	margin-left:0;
	margin-right:0;
}
