@charset "UTF-8";

body#front-page {
	background-image: url("../img/header/top_header_bg.jpg");
}
#front-page #chest main {
	margin: 416px auto 0;
}
#front-page #side-column {
	top: -130px;
}
#main-column {
	font-size: 1.4rem;
}
.event-information {
	margin: 20px 0;
}
.event-information img {
	object-fit: cover;
	width: 133px;
	height: 133px;
}
.event-information a {
	color: #000;
}
.event-information .left-child {
	flex: 0 0 153px;
}
.event-information .right-child {
	flex: 1 1 300px;
}

.staff-recommend {
	margin: 20px 0;
}
.flex-loop.staff-recommend article {
	flex: 0 0 32%;
	margin: 0 0 50px 0;
}
.flex-loop.staff-recommend article:not(:nth-child(3n))  {
	margin: 0 2% 50px 0;
}
.recommend-post-title {
	display: flex;
	position: relative;
}
.recommend-post-title:before {
	flex: 0 0 14px;
	display: block;
	content: "";
	position: relative;
	top: 5px;
	width: 14px;
	height: 10px;
	margin-right: 11px;
	-webkit-mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--dull-orange);
}
.recommend-post-title a {
	display: block;
	margin: 0 0 10px;
	line-height: 1.4;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4rem;
	color: var(--dull-orange);
}
.staff-recommend .category {
	padding: 5px 0 3px;
	margin: 0 0 20px;
	border-top: solid 2px #8e9b89;
	border-bottom: solid 2px #8e9b89;
	letter-spacing: 0;
	text-align: center;
	font-size: 1.3rem;
}
.goto-works {
	text-align: center;
}
.goto-works img {
	transition: 0.4s;
}
.goto-works img:hover {
	opacity: 0.7;
}
/* End of home.css */