@charset "UTF-8";
/*kvArea
------------------------------------------------------------------------------------------------------*/
.kvArea{
	height: calc(100vh - 80px);
	min-height: 690px;
	width: 100%;
	position: relative;
	background-image: url("../images/kv_bg_active_pc.png");
	background-size: cover;
	background-position: center bottom;
}
/* グレー重ね用
.kvArea:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.06);
	position: absolute;
	top:0;
	left: 0;
} */
.kvAreaInner{
	width: 100%;
	height: 100%;
	padding: 40px 40px 30px 40px;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.kvAreaInner .mainCatch {
	position: absolute;
	top: 60px;
	width: 40%;
	display: block;
	left: 40px;
	max-width: 458px;
	min-width: 458px;
}
.kvInfo{
	position: relative;
}
.kvInfo .new{
	display: inline-block;
	height: 34px;
	color:#fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	line-height: 34px;
	background: #df2010;
	text-align: center;
	padding: 0 20px;
}
.kvInfo .tit{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.3rem;
	font-feature-settings:"halt";
	color: #00001a;
	margin: 10px 0 0 0;
}
.kvInfo.white .tit{
	color:#fff;
}
.kvInfo a.link{
	display: inline-block;
	position: relative;
	z-index: 1;;
	text-align: center;
	height: 50px;
	border:#00001a solid 1px;
	color: #00001a;
	line-height: 48px;
	padding: 0 50px;
	margin: 15px 0 0 0;
	overflow: hidden;
}
.kvInfo.white a.link {
	border:#fff solid 1px;
	color: #fff;
}
.kvInfo a.link:hover{
	opacity: 1;
	color: #fff;
}
.kvInfo.white a.link:hover{
	color: #00001a;
}
.kvInfo a.link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 29px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
}
.kvInfo.white a.link:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.kvInfo a.link:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.kvInfo.white a.link:hover:before {
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
}
.kvInfo a.link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00001a;
	transform: translateX(-100%);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
.kvInfo.white a.link:after {
	background-color: #fff;
}
.kvInfo a.link:hover:after {
	transform: translateX(0);
}
a.kvScroll{
	width: 50px;
	font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #00001a;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -25px;
	padding: 40px 0 0 0;
	animation: blink linear infinite alternate;
	animation-duration: 1s;
}
a.kvScroll.white {
	color: #fff;
}
a.kvScroll:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 20px;
	height: 20px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(135deg);
	margin: 0 0 0 -11px;
}
a.kvScroll.white:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width:812px){
	.headerInner {
		position: absolute;
	}
	.kvArea{
		height: 60vh;
		max-height: 540px;
		min-height: 400px;
		/* min-height: auto; */
		position: relative;
		background: url(../images/kv_bg_active_sp.png) no-repeat center bottom/cover;
	}
	.kvAreaInner {
		padding: 20px 20px 0 20px;
	}
	.kvAreaInner .mainCatch {
		left: 20px;
		top: 80px;
		width: 70%;
		max-width: 300px;
		min-width: auto;
	}
	.kvInfo {
		background: rgba(0,0,0,0.3);
		padding: 10px;
		margin: 0 0 -130px 0;
		max-width: 375px;
	}
	.kvInfo .new {
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		height: 24px;
		line-height: 24px;
		padding: 0 10px;
	}
	.kvInfo .tit {
		margin: 5px 0 0 0;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		color: #fff;
	}
	.kvInfo a.link {
		margin: 10px 0 0 0;
		height: 40px;
		line-height: 38px;
		padding: 0 20px 0 40px;
		border: #fff solid 1px;
		color: #fff;
	}
	.kvInfo a.link:before {
		margin: -5px 0 0 0;
		left: 14px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.kvInfo a.link:hover {
		color: #00001a;
	}
	.kvInfo a.link:after {
		background-color: #fff;
	}
	.kvInfo a.link:hover:before {
		border-top: 1px solid #00001a;
		border-right: 1px solid #00001a;
	}	
	/*a.kvScroll {
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		width: 50px;
		padding: 15px 0 0 0;
		bottom: 10px;
		margin: 0 0 0 -25px;
	}
	a.kvScroll:before {
		width: 16px;
		height: 16px;
		margin: 0 0 0 -9px;
		top: -5px;
	}*/
	a.kvScroll {
		display: none;
	}
}
/*safari
@media screen and (max-width:812px){

/* _::-webkit-full-page-media, _:future, :root 
	/*.kvArea,
	.kvAreaInner{
		height: calc(100vh - 75px );
	}
	.kvArea{
		height: 85vw;
	} 
}*/
/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.kvInfo a.link{
		line-height: 46px;
	}
}
/*スマホ横持ち画像切れ対策*/
@media (orientation: landscape) and (max-width: 812px){
	
}
/*cts
------------------------------------------------------------------------------------------------------*/
.newProductInner{
	width: calc(100% - 140px);
	padding: 85px 0;
	margin: 0 auto;
}
.newProductInner .ctsTit{
	padding: 0 0 0 15px;
}
.newProductList {
	margin: 25px 0 0 0;
}
.newProductDetail{
	margin: 0 15px 0;
}
.newProductThum{
	overflow: hidden;
}
.newProductDetail a{
	display: inline-block;
}
.newProductDetail a img{
	transition: 0.3s;
}
.newProductDetail a:hover img{
	transform:scale(1.1,1.1);
	opacity: 0.6;
}
.newProductDetail a .tit{
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.3rem;
	margin: 20px 0 0 0;
	position: relative;
}
.newProductDetail a .tit:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #df2010;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.newProductDetail a .tit:after{
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: -10px;
}
.newProductDetail a .tit span{
	display: block;
	font-size: 1rem;
	letter-spacing: 0;
}
.newProductDetail a .txt{
	margin: 20px 0 0 0;
}
@media screen and (max-width:812px){
	section#newProduct {
		margin: 130px 0 0 0;
	}
	.newProductInner {
		width: 100%;
		max-width: none;
		padding: 60px 0;
		margin: 0 auto;
	}
	.newProductDetail {
		margin: 0 10px 0;
	}
	.newProductDetail a .tit {
		text-align: center;
		margin: 10px 0 0 0;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/



.ctsInnerA{
	width: 100%;
	padding: 85px 80px;
}
.ctsInnerB{
	width: calc(100% - 160px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 85px 0;
}
.ctsTit{
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	letter-spacing: 0.2rem;
	font-weight: 400;
	position: relative;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ctsTit span{
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	font-family:'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	padding: 0 10px;
	margin: 0 0 0 20px;
	line-height: 100%;
}
.ctsTit span:before{
	content: '';
	width: 4px;
	height: 18px;
	border-top:1px solid #00001a;
	border-left:1px solid #00001a;
	border-bottom:1px solid #00001a;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.ctsTit span:after{
	content: '';
	width: 4px;
	height: 18px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.ctsCatch{
	font-size: 3.2rem;
	font-weight: 700;
	margin: 10px 0 0 0;
	letter-spacing: 0.15rem;
}
.ctsTxt{
	margin: 20px 0 0 0;
}
.ourProductArea {
	background: #0071bb;
}
.ourProductArea .ctsTit,
.ourProductArea .ctsCatch,
.ourProductArea .ctsTxt{
	color: #fff;
}
.ourProductArea .ctsTit span:before{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
.ourProductArea .ctsTit span:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.productLink {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0 0 0;
}
.productLink li{
	width: 48.8%;
	background: #fff;
}
.productLink li a{
	display: inline-block;
}
.productLink a .productLinkImg{
	overflow: hidden;
}
.productLink a .productLinkImg img{
	transition: 0.3s;
}
.productLink a:hover .productLinkImg img{
	transform:scale(1.1,1.1);
	opacity: 0.6;
}
.productLink li a p{
	position: relative;
	background: #fff;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.productLink li a p:before{
	content: '';
	height: 22px;
	width: 22px;
	background: #00001a;
	position: absolute;
	right: 0;
	bottom: 0;
}
.productLink li a p:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 6px;
	right: 8px;
	width: 8.4px;
	height: 8.4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
}
@media screen and (max-width:812px){
	.ctsInnerA,
	.ctsInnerB{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		padding: 60px 20px;
	}
	.ctsTit {
		flex-direction: column;
	}
	.ctsTit span {
		margin: 7px 0 0 0;
	}
	.ctsCatch {
		font-size: 2.4rem;
		line-height: 125%;
		margin: 30px 0 0 0;
		letter-spacing: 0.1rem;
	}
	.productLink {
		flex-direction: column;
	}
	.productLink li {
		width: 100%;
	}
	.productLink li:nth-child(n + 2){
		margin: 10px 0 0 0;
	}
	.productLink li a p {
		height: 45px;
		line-height: 44px;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}

}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*catalogArea
------------------------------------------------------------------------------------------------------*/
.catalogArea .ctsInnerB{
	position: relative;
	min-height: 540px;
}
.catalogArea .ctsInnerB .ctsCatch,
.catalogArea .ctsInnerB .ctsTxt{
	width: 69.5%;
}
.catalogImg{
	display: block;
	position: absolute;
	top: 85px;
	right: 0;
	width: 30%;;
	max-width: 300px;
}
.btnList{
	width: 69.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 40px 0 0 0;
}
.btnList li {
	display: inline-block;
	margin: 0 10px 15px 0;
}
@media screen and (max-width:812px){
	.catalogArea .ctsInnerB .ctsCatch,
	.catalogArea .ctsInnerB .ctsTxt{
		width: 100%;
	}

	.catalogImg{
		position: static;
		width: 70%;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.btnList {
		width: 100%;
		flex-direction: column;
		margin: 30px 0 0 0;
	}
	.btnList li {
		width: 100%;
		line-height: 100%;
		text-align: center;
	}
	.btnList li:first-child{
		margin: 0 0 0 0;
	}
	.btnList li:last-child,
	.btnList li:not(:first-child){
		margin: 10px 0 0 0;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*newsArea
------------------------------------------------------------------------------------------------------*/
.newsArea{
	background: #dce1e1;
}
.newsList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0 0 0;
}
.newsList li{
	width: 31.5%
}
.newsDetail{
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 30px;
	min-height: 180px;
}
.newsDetail .data{
	color: #666676;
}
.newsDetail .txt{
	margin: 20px 0 0 0;
}
.newsDetail span {
	font-size: 1.4rem;
}
.btnArea.newsBtn {
	text-align: center;
	background: #dce1e1;
	padding: 0 0 85px 0;
	margin: -60px 0 0 0;
}
@media screen and (max-width:812px){
	.newsList {
		flex-direction: column;
	}
	.newsList li{
		width: 100%
	}
	.newsList li:not(:first-child){
		margin: 10px 0 0 0;
	}
	.newsDetail {
		min-height: auto;
		padding: 20px;
	}
	.newsDetail .txt {
		margin: 7px 0 0 0;
	}
	.btnArea.newsBtn {
		margin: -30px 0 0 0;
		padding: 0 0 60px 0;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*serviceArea
------------------------------------------------------------------------------------------------------*/
.bnrList{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.bnrList li{
	width: 31%;
}
.bnrList li a{
	display: inline-block;
	width: 100%;
	border:3px solid #cbcaca;
}
@media screen and (max-width:812px){
	.bnrList{
		flex-direction: column;
	}
	.bnrList li{
		width: 100%;
		text-align: center;
	}
	.bnrList li:not(:first-child){
		margin: 10px 0 0 0;
	}
	.bnrList li a {
		width: 80%;
		max-width: 400px;
	}
	.bnrList li a img{
		display: inline-block;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*newsLinkArea
------------------------------------------------------------------------------------------------------*/
.newsLinkArea{
	margin: 20px 0 0 0;
}
.newsLinkArea + .newsLinkArea{
	margin: 10px 0 0 0;
}
.newsDetail a.newsLink{
	position: relative;
	font-size: 1.3rem;
	padding: 0 20px 3px 3px;
}
.newsDetail a.newsLink:before{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dce1e1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.newsDetail a.newsLink:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #df2010;
	border-right: 1px solid #df2010;
	transform: rotate(45deg);
	margin: -2px 0 0 0;
}
@media screen and (max-width:812px){
	.newsLinkArea{
		margin: 15px 0 0 0;
	}
	.newsLinkArea + .newsLinkArea{
		margin: 5px 0 0 0;
	}

}
/*kvScroll*/
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}