@charset "UTF-8";

/*--------------------------------------------------
 work
--------------------------------------------------*/
body{
	background:#fff2f2;
}
#work{
	margin:0 auto 30px;
    padding:0;
}
#opus{
	margin:0 0 100px;
}
#opus a:hover,
#opus a:hover img{
	opacity:0.4;
	transition-duration: .6s;
}
h3{
    margin:60px auto;
	padding:0 0 5px;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
	text-align: center;
	border-bottom: #ea001c 2px solid;
}
p{ margin:0 0 15px;}
#workArea img{
	max-width:100%;
	max-height:800px;
	margin:0 auto 40px;
}
#workArea a{
	color:#ea001c;
}
.movie{
	max-width:800px;
	margin:0 auto 40px;
}
.movie iframe{
	width:100%;
	height:545px;
}
.siteLink{
	display:block;
	width: 250px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #ea001c;
	font-size:18px;
	line-height: 50px;
	overflow: hidden;
	margin:40px auto;
}
.siteLink::before,
.siteLink::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.siteLink,
.siteLink::before,
.siteLink::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*---
#workArea a:hover {
	color: #fff;
}
---*/
.siteLink::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.siteLink:hover::after {
	background: #ea001c;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.backBtn{
	font-size:18px;
	display:block;
    margin: 15px auto;
    text-align: center;
	transition-duration: .6s;}
.backBtn:hover{ opacity:0.4;}
