#WORK .pickup ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#WORK .pickup ul {
    zoom: 1;
}

#VISUAL .cont {
position: relative;
}
#VISUAL .catch {
position: absolute;
left: 0;
top: 0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 1;
color: #fff;
}
#VISUAL .en {
font-family: 'Roboto', sans-serif;
font-style: italic;
font-weight: 700;
font-size: 40px;
}
#VISUAL h1 {
font-weight: 700;
font-size: 14px;
line-height: 1.29;
letter-spacing: 0.1em;
text-align: center;
}
#VISUAL .image {
width: 100%;
height: 260px;
}
#VISUAL .image img {
display: block;
width: 100%;
height: 260px;
object-fit: cover;
}
@media (min-width: 768px) {
	#VISUAL .en {
	font-size: 70px;
	}
	#VISUAL h1 {
	font-size: 20px;
	}
	#VISUAL .image {
	height: 460px;
	}
	#VISUAL .image img {
	height: 460px;
	}
}

#EVENT {
position: relative;
background-color: #edede8;
padding: 25px 0 40px 0;
}
#EVENT .cont {
padding: 0;
}
#EVENT .target {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
font-family: 'Roboto Condensed','Roboto', sans-serif;
position: relative;
margin-bottom: 25px;
list-style: none;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}
#EVENT .target li {
font-weight: 900;
}
#EVENT .target li::after {
content: '/';
display: inline-block;
margin: 0 7px;
font-weight: 300;
}
#EVENT .target li:last-child::after {
display: none;
}
#EVENT .hed {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #bfe036;
padding: 17px;
}
#EVENT .en {
font-family: 'Roboto Condensed','Roboto', sans-serif;
font-size: 20px;
}
#EVENT h2 {
font-weight: 700;
font-size: 16px;
}
#EVENT .list {
display: flex;
flex-wrap: wrap;
background: #f4f4f1 url("../img/list_bg.svg") repeat left top;
background-size: 50% auto;
}
#EVENT .block {
box-sizing: border-box;
border-right: solid 1px transparent;
border-left: solid 1px transparent;
border-bottom: solid 2px #edede8;
width: 50%;
}
#EVENT .image {
position: relative;
}
#EVENT .image img {
display: block;
width: 100%;
height: auto;
}
#EVENT .image span {
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #ec6941;
padding: 0 15px;
font-weight: 700;
font-size: 12px;
line-height: 24px;
color: #fff;
}
#EVENT .pack {
background-color: #fbfbfa;
padding: 10px 10px 15px 10px;
}
#EVENT h3 {
margin-bottom: 9px;
font-weight: 700;
font-size: 14px;
line-height: 1.25;
}
#EVENT dl {
margin-bottom: 20px;
}
#EVENT dt {
font-weight: 500;
font-size: 12px;
}
#EVENT dd {
font-weight: 400;
font-size: 12px;
line-height: 1.67;
}
#EVENT .more a {
display: block;
position: relative;
background-color: #fff;
border: solid 1px #d5d5d5;
padding: 8px;
font-weight: 700;
font-size: 12px;
text-align: center;
color: #90c31f;
}
@media (min-width: 768px) {
	#EVENT {
	padding: 50px 0 100px 0;
	}
	#EVENT .target {
	margin-bottom: 50px;
	}
	#EVENT .hed {
	padding: 17px 110px;
	}
	#EVENT .en {
	font-size: 30px;
	}
	#EVENT h2 {
	font-size: 20px;
	}
	#EVENT .list {
	background-size: 25% auto;
	}
	#EVENT .block {
	width: 25%;
	}
	#EVENT .pack {
	padding: 16px 20px 30px 20px;
	}
	#EVENT h3 {
	font-size: 16px;
	}
	#EVENT dl {
	margin-bottom: 38px;
	}
	#EVENT dt {
	font-size: 13px;
	}
	#EVENT dd {
	font-size: 12px;
	}
	#EVENT .more a {
	font-size: 14px;
	}
}