html { scroll-padding-top: 120px; }

.subpage .subtitle img {
	left: 50%;
}

#sub-menu,
.works-list,
.work { margin-top: 90px; }

#sub-menu {
	position: sticky;
	top: 120px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

#sub-menu li {
	margin-bottom: 30px;
}

#sub-menu li a {
	color: #777;
	transition: color .15s;
}

#sub-menu li a:hover {
	color: #372d38;
}

.works-list h2 {
	letter-spacing: 4px;
}

.works-list .work-item a {
	position: relative;
}
.works-list .mask  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.work h2 {
	letter-spacing: 2px;
}

.work_term .label {
	display: block;
	padding-left: .75rem;
	padding-right: .75rem;
	color: #FFF;
	text-align: center;
	background: #777;
	white-space: nowrap;
}

.work_spec {
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
}
.work_spec dt {
	color: #777;
	font-weight: normal;
}

.work_info dt .label {
	display: block;
	color: #FFF;
	text-align: center;
	background: #777;
}

.work section {
	margin-top: 60px;
}

.work h3 {
	position: relative;
	padding-left: 40px;
}

.work h3:before {
	content: "□";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #e5a137;
	font-weight: bold;
}

.work .point dd {
	margin: 10px 0 30px;
}

.work section a {
	color: #372d38;
	text-decoration: underline;
	transition: color .15s;
}
.work section a:hover {
	color: #777;
	text-decoration: none;
}

.color > div {
	text-align: center;
}

.color-tip {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.color-accent {
	background-color: #c09630;
}
.color-base {
	background-color: #272424;
}
.color-font {
	background-color: #FFF;
	border: solid 1px #DDD;
}
.color-cta {
	background-color: #a00f2f;
}

.font-oswald {
	font-family: 'Oswald', sans-serif;
}

.font-geo-hira {
	font-family: Georgia, serif, "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	line-height: 1.68;
}


/*---------------------------------------------------------------------------------
	 Responsive
-------------------------------------------------------------------------------*/

@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) { 
	.subpage .subtitle img {
		margin-left: -110px;
	}
	.works-list .mask {
		width: 100%;
		height:	100%;
		position: absolute;
		top: 0;
		left: 0;
		padding-bottom: 0;
		color: #fff;
		background-color: rgba(68,70,72,0.6);
		-webkit-transition:	all 0.2s ease;
		transition: all 0.2s ease;
		opacity: 0;
	}
	.works-list .work-item a:hover .mask {
		opacity: 1;
	}
}

@media (min-width: 1200px) {  }

@media (min-width: 1400px) { 
	.subpage .subtitle img {
		margin-left: -145px;
	}
}

@media (max-width: 1399.98px) {  }

@media (max-width: 1199.98px) {  }

@media (max-width: 991.98px) {
	.subpage .subtitle img {
		margin-left: -75px;
	}
	
	#sub-menu,
	.works-list {
		margin-top: 60px;
	}
	
	.works-list .mask {
		margin-top: 1rem;
	}
	.works-list a {
		color: #372d38;
		transition: color .15s
	}
	.works-list a:hover {
		color: #999;
	}
	.works-list .mask br {
		display: none;
	}
}

@media (max-width: 767.98px) { }

@media (max-width: 575.98px) {
	.subpage .subtitle img {
		margin-left: -60px;
	}
	
	#sub-menu,
	.works-list {
		margin-top: 30px;
	}
	
	h2{
		font-size:1.4rem;
	}
	
	.works-list h2 {
		letter-spacing: 2px;
	}
}
