@charset "utf-8";

#main{
	padding-top: 80px;
}

.h2_title{
	height: 62px;
	margin-bottom: 60px;
	text-align: right;
	border-bottom: 1px solid #000;
}

.works .flex-container{
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.works .item{
	margin-bottom: 60px;
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
}
.works .item:last-of-type{
	border-bottom: 0;
}
.works .photo{
	width: 300px;
	padding-left: 30px;
}
.works .desc{
	width: 550px;
	padding-right: 30px;
}
.works .item .h3_title{
	font-size: 14px;
	margin-bottom: 34px;
	line-height: 1.6em;
}
.works .item .txt{
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 40px;
}
.works .item .buy{
	font-size: 14px;
	line-height: 1.6em;
}
.works .item .buy span{
	font-size: 14px;
	font-weight: bold;
}

.tv .photo,
.animation .photo,
.others .photo{
	width: 400px;
}
.tv .desc,
.others .desc{
	width: 450px;
	padding-right: 30px;
}
.animation .desc{
	width: 460px;
	padding-right: 20px;
}

.films .photo{
	width: 270px;
}
.films .desc{
	width: 583px;
	padding-right: 30px;
}