@charset "UTF-8";

/*メインビジュアル*/

#mv:after{
	content: '製作事例';
	display: block;
	color: #fff;
	font-size: 4.2vw; 
	position: absolute;
	bottom: 23.5%;
	right: 0;
	z-index: 99;
	background: linear-gradient(90deg,rgba(38, 58, 85, 0),rgba(38, 58, 85, .5));
	padding: 5.5% 2% 5.5% 22%;
}

#mv:before{
	content: '';
	width: 35%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 30.5%;
	right: 0;
	z-index: 99;
	background: linear-gradient(90deg,rgba(255,255,255, 0),rgba(255,255,255, 0),#fff,rgba(255,255,255,.2));
}

#mv img.tp{
	bottom: 0;
}

@media screen and (max-width: 750px){
	#mv img.tp{
		bottom: -7%;
	}
}

/*メインコンテンツ*/
.bgarea{
	clear: both;
	position: relative;
	overflow: hidden;
}

/*画像リンクボタン*/
.imgarea{
	width: 50%;
	position: absolute;
	top: 7%;
	right: 0;
}

.imgarea2{
	width: 50%;
	position: absolute;
	top: 7%;
	left: 0;
}

.imgarea ul,
.imgarea2 ul{
	display: block;
    width: 100%;
    margin: 5% 0 0 18%;
    overflow: hidden;
    list-style: none;
}

.imgarea li,
.imgarea2 li{
	display: block;
	width: 35%;
	margin: 1%;
	float: left;
	background: rgba(44, 93, 163, 0.45);
}

.imgarea li a,
.imgarea2 li a{
	position: relative;
    width: 95%;
    height: auto;
    margin: 2.5%;
    display: block;
    overflow: hidden;
}

.imgarea li a span,
.imgarea2 li a span{
	position: absolute;
    left: 5%;
    bottom: 5%;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(255, 255, 255, .45);
    letter-spacing: .2em;
}

.imgarea li a img,
.imgarea2 li a img{
	transition: .5s ease-in-out;
}

.imgarea li a img:hover,
.imgarea2 li a img:hover{
	transform: scale(1.1);
}

@media screen and (max-width: 750px){
	.imgarea,
	.imgarea2{
		position: inherit;
		width: 100%;
		margin: 0 0 2%;
		padding: .1% 0;
	}
	
	.imgarea ul,
	.imgarea2 ul{
		width: 96%;
		margin: 5% 2%;
		padding: 0 0 5%;
		border-bottom: 1px solid #eee;
	}
	
	.imgarea ul li,
	.imgarea2 ul li{
		width: 49%;
		margin: .5%;
		background-color: #FFFFFF;
	}
	
	.imgarea ul li a,
	.imgarea2 ul li a{
		box-shadow: 2px 2px 1px 1px #ccc;
	}

}
/*テキストエリア*/

.textarea{
	width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.textarea2{
	width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.textarea h3,
.textarea dl,
.textarea2 h3,
.textarea2 dl{
	display: block;
	width: 82%;
	margin: 0 5% 0 2%;
	padding: 4%;
	overflow: hidden;
	background: rgba(255,255,255,.75);
}

.textarea h3,
.textarea2 h3{
	margin-top: 5%;
	padding-bottom: 0;
	font-size: 1.25em;
	font-weight: 100;
	color: #2c5da3;
	letter-spacing: .2em;
}

.textarea dl,
.textarea2 dl{
	padding-top: 3%;
	margin-bottom: 5%;
}

.textarea dt,
.textarea2 dt{
	font-weight: bold;
	font-size: .85em;
	padding-bottom: 1.5%;
	letter-spacing: .1em;
}

.textarea dd,
.textarea2 dd{
	display: inline;
	font-size: .75em;
	line-height: 1.2em;
}

.textarea dd:after,
.textarea2 dd:after{
	content: "/";
	padding-left: 2%;
	color: #999;
}

@media screen and (max-width: 750px){
	.textarea,
	.textarea2{
		width: 96%;
		margin: -10% 2% 2%;
		position: inherit;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	
	.textarea h3,
	.textarea2 h3,
	.textarea dl,
	.textarea2 dl{
		margin: 0;
		width: 92%;
	}
	
	.textarea dd,
	.textarea2 dd{
		font-size: .75em;
	}

}

/*概要*/
.linkarea{
	overflow: hidden;
	clear: both;
}

.btarea{
	float: left;
	width: 50%;
	height: 420px;
	background: url("../images/left.png") center bottom no-repeat;
	background-size: cover;
	position: relative;
}

.btarea2{
	background: url("../images/right.png") center center no-repeat;
	background-size: cover;
}

.btarea p{
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1.7em;
    color: #ddd;
    font-weight: normal;
	margin: 0 2% 2% 2%;
    padding: 3% 5%;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 25%;
    transition: .85s ease-in-out;
}

.btarea p span{
	font-size: .85em;
	font-weight: bold;
	display: block;
	padding-bottom: 2%;
	color: #fff;
}

.btarea p:hover{
	background: rgba(0, 0, 0, 0.75);
}

.linkbt{
	float: left;
	width: 50%;
	height: 420px;
	background: url("../images/right.png") center center no-repeat;
	background-size: cover;
	position: relative;
}

.linkbt2{
	background: url("../images/left.png") center bottom no-repeat;
	background-size: cover;
}

.linkbt a{
	position: absolute;
	top: 45%;
	display: block;
	width: 80%;
	margin: 0 10% 2%;
	padding: 5% 0;
	border: 1px dashed #ccc;
	text-align: center;
	color: #ccc;
	font-size: .85em;
	background: rgba(0,0,0,.5);  
}

.linkbt a:hover{
	border: solid 1px #2c5da3;
    background: rgba(255, 255, 255, 0.5);
    color: #2c5da3;
}

@media screen and (max-width: 750px){
	.btarea{
		float: none;
		width: 100%;
		height: auto;
	}
	
	.btarea p{
		position: inherit;
		margin: 0;
		padding: 5%;
	}
	
	.linkbt{
		float: none;
		width: 100%;
		height: 50vh;
	}
}