
#mainv .image-box{
	letter-spacing: -.4em;
}
	#mainv .image-box .items{
		display: inline-block;
		vertical-align: top;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#mainv .image-box .items.image01{
		background-image: url("../images/home/mainv/image01.jpg?ver=230330");
	}
	#mainv .image-box .items.image02{
		background-image: url("../images/home/mainv/image02.jpg?ver=230330");
	}
	#mainv .image-box .items.image03{
		background-image: url("../images/home/mainv/image03.jpg?ver=230330");
	}
	#mainv .image-box .items.image04{
		background-image: url("../images/home/mainv/image04.jpg?ver=230330");
	}
	#mainv .image-box .items.image05{
		background-image: url("../images/home/mainv/image05.jpg?ver=230330");
	}
	#mainv .image-box .items.image06{
		background-image: url("../images/home/mainv/image06.jpg?ver=230330");
	}
	#mainv .catch-box{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	#mainv .catch-box .items{
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	#mainv .catch-box .items .catch{
		margin-bottom: 0;
		color:#0F0F0F;
		font-size:225%;
		font-family: 'Noto Serif JP', 'serif';
		font-weight:bold;
		letter-spacing: 2.0pt;
		line-height: 2.3;
	}
	#mainv .catch-box .items .catch .ln{
		display: inline;
		padding: 20px;
		background-size: 1px 63px;
		background-repeat: repeat-x;
		background-position: 0 center;
		-webkit-background-image: linear-gradient(#ffffff,#ffffff);
		-moz-background-image: linear-gradient(#ffffff,#ffffff);
		-o-background-image: linear-gradient(#ffffff,#ffffff);
		-ms-background-image: linear-gradient(#ffffff,#ffffff);
		background-image: linear-gradient(#ffffff,#ffffff);
	}

@media all and (min-width: 641px) {
	
	body#home #c-wrapper{
		padding-top: 30px;
	}
	
	/* MAINV */
	#mainv{
		height: 432px;
		position: relative;
	}
	#mainv .image-box .items{
		width: 680px !important;
		height: 432px;
	}
	
	body#home .pickupbtn-list{
		letter-spacing: -.4em;
	}
	body#home .pickupbtn-list > li{
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		height: 130px;
		letter-spacing: normal;
	}
	body#home .pickupbtn-list > li a{
		display: table;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	body#home .pickupbtn-list > li a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	body#home .pickupbtn-list > li a .text{
		display: table-cell;
		vertical-align: middle;
		padding-left: 50px;
		color: #ffffff;
		font-size: 162.5%;
		font-family: "UD Shin Go Regular", "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 0.5pt;
	}
	body#home .pickupbtn-list > li.about a{
		background-color: #9eb746;
		background-image: url("../images/home/pickupbtn-about.png");
	}
	body#home .pickupbtn-list > li.project a{
		background-color: #d18f40;
		background-image: url("../images/home/pickupbtn-project.png");
	}
	
	body#home .homebanners-list{
		letter-spacing: -.4em;
		text-align: center;
	}
	body#home .homebanners-list > li{
		display: inline-block;
		vertical-align: middle;
		margin-right: 50px;
		letter-spacing: normal;
	}
	body#home .homebanners-list > li:last-child{
		margin-right: 0;
	}
	body#home .homebanners-list > li a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
		
	
}

@media only screen and (max-width: 640px) {
	
	body#home #c-wrapper{
		padding-top: 30px;
	}
	
	/* MAINV */
	#mainv{
		position: relative;
	}
	#mainv .image-box{
		width: 100%;
		height: 100%;
		/*
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		*/
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#mainv .image-box .items{
		width: 100%;
		/*padding-top: 126.79245283%;*/
		padding-top: 63.396226415%;
	}
	#mainv .catch-box{
		padding: 10px 15px;
		padding: 2.666667vw 4vw;
	}
	#mainv .catch-box .items{
		align-items: flex-end;
	}
	#mainv .catch-box .items .catch{
		color:#0F0F0F;
		font-size: 118.75%;
		font-size: 5.0666667vw;
		
	}
	#mainv .catch-box .items .catch .ln{
		display: inline;
		padding: 10px;
		padding: 2.666667vw;
		background-size: 1px 80%;
		background-repeat: repeat-x;
		background-position: 0 center;
		-webkit-background-image: linear-gradient(#ffffff,#ffffff);
		-moz-background-image: linear-gradient(#ffffff,#ffffff);
		-o-background-image: linear-gradient(#ffffff,#ffffff);
		-ms-background-image: linear-gradient(#ffffff,#ffffff);
		background-image: linear-gradient(#ffffff,#ffffff);
	}
	
	body#home .pickupbtn-list{
		margin-right: 15px;
		margin-left: 15px;
		letter-spacing: -.4em;
	}
	body#home .pickupbtn-list > li{
		display: block;
		margin-bottom: 10px;
		vertical-align: middle;
		width: 100%;
		padding-top: 27.0833333%;
		letter-spacing: normal;
		position: relative;
	}
	body#home .pickupbtn-list > li a{
		display: table;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	body#home .pickupbtn-list > li a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	body#home .pickupbtn-list > li a .text{
		display: table-cell;
		vertical-align: middle;
		padding-left: 30px;
		color: #ffffff;
		font-size: 125%;
		font-family: "UD Shin Go Regular", "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 0.5pt;
	}
	body#home .pickupbtn-list > li.about a{
		background-color: #9eb746;
		background-image: url("../images/home/pickupbtn-about.png");
	}
	body#home .pickupbtn-list > li.project a{
		background-color: #d18f40;
		background-image: url("../images/home/pickupbtn-project.png");
	}
	
	body#home .homebanners-list{
		text-align: center;
	}
	body#home .homebanners-list > li{
		display: block;
		margin: 0 auto 10px;
	}
	body#home .homebanners-list > li:last-child{
		margin-right: 0;
	}
	body#home .homebanners-list > li a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	
}