@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	min-height: 500px;
	height: 100vh;
	position: relative;
}
#main .mainVisual .fooUl {
	height: 100%;
}
#main .mainVisual .fooUl li {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#main .mainVisual .fooUl div {
	width: 100%;
	height: 100%;
}
#main .mainVisual .fooUl li:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(38, 38, 38, 0.15);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .mainVisual .fooUl .li01 {
	background-image: url(../img/index/main_img01.png);
}
#main .mainVisual .fooUl .li02 {
	background-image: url(../img/index/main_img02.png);
}
#main .mainVisual .fooUl .li03 {
	background-image: url(../img/index/main_img03.png);
}
#main .mainVisual h2 {
	position: absolute;
	bottom: 120px;
	right: 161px;
	z-index: 1;
}
#main .innerBox {
	padding: 96px 0 33px;
}
#main .innerBox .inner {
	margin-bottom: 86px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#main .innerBox .inner .photoBox {
	margin-left: 65px;
	width: calc(50% - 29px);
	order: 2;
}
#main .innerBox .inner .photoBox img {
	width: 100%;
}
#main .innerBox .inner .textBox {
	margin-bottom: -2px;
	padding: 20px 0 0 50px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .innerBox .inner .textBox .sub {
	max-width: 486px;
	width: 100%;
}
#main .innerBox .inner p {
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .innerBox .inner .ttl {
	font-weight: 700;
	margin-bottom: 34px;
	line-height: 1.5;
	letter-spacing: 0;
}
#main .innerBox .inner .ttl .en {
	display: block;
	font-size: 2.4rem;
	margin-top: -2px;
	letter-spacing: 0.023em;
	font-weight: 700;
}
#main .innerBox .inner:nth-child(2n) .photoBox {
	order: 0;
	margin: 0 58px 0 0;
}
#main .innerBox .inner:nth-child(2n) .textBox {
	padding-left: 0;
	padding-right: 50px;
	display: block;
}
#main .product {
	padding: 72px 0 80px;
	background-color: #E3DDD2;
}
#main .productList {
	margin-bottom: 27px;
	display: flex;
	flex-wrap: wrap;
}
#main .productList li {
	width: 28.1%;
	margin: 0 7.85% 66px 0;
}
#main .productList li a {
	display: block;
}
#main .productList li a:hover {
	opacity: 0.7;
}
#main .productList li p {
	text-align: justify;
}
#main .productList li:nth-child(3n) {
	margin-right: 0;
}
#main .productList li img {
	width: 100%;
}
#main .productList li .photo {
	margin-bottom: 15px;
}
#main .productList li .ttl {
	margin-bottom: 6px;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
#main .productList li .ttl .en {
	margin-bottom: -3px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .productList li .tag {
	margin-bottom: 7px;
	font-size: 1.1rem;
	font-weight: 700;
	overflow: hidden;
	letter-spacing: 0.05em;
}
#main .productList li .tag span {
	position: relative;
	display: inline-block;
	padding-left: 32px;
}
#main .productList li .tag span::before {
	width: 21px;  
	height: 1px;
	background-color: #000000;
	position: absolute;  
	top: 50%;
	margin-top: -1px;
	left: 0;  
	content: ""; 
}
#main .contact .inner {
	min-height: 360px;
	margin-bottom: 68px;
	padding: 0 20px;
	display: flex;
	align-items: flex-end;
	background: url(../img/index/photo09.jpg) no-repeat center;
	background-size: cover;
}
#main .contact .inner .content {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
#main .contact .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .contact .rBox {
	width: 458px;
	height: 588px;
	margin: -10px 65px 0 20px;
}
#main .contact .rBox iframe {
	width: 100%;
	height: 100%;
}
#main .contact .lBox {
	padding-top: 11px;
	flex: 1;
}



@media all and (max-width: 896px) {
	#main .mainVisual {
		height: 650px;
		margin-bottom: 80px;
	}
	#main .mainVisual h2 {
		right: 18px;
		margin-left: 37px;
		text-align: right;
		bottom: 77px;
	}
	#main .innerBox {
		padding: 0 30px 24px;
	}
	#main .innerBox .inner {
		margin-bottom: 60px;
		display: block;
	}
	#main .innerBox .inner .photoBox {
		margin: 0 -30px 25px 0;
		width: auto;
		position: relative;
	}
	#main .innerBox .inner p {
		font-size: 1.4rem;
		letter-spacing: 0.068em;
	}
	#main .innerBox .inner .ttl {
		position: absolute;
		left: 18px;
		bottom: 12px;
		margin: 0;
		color: #fff;
	}
	#main .innerBox .inner .ttl .en {
		font-size: 2rem;
		letter-spacing: 0.036em;
	}
	#main .innerBox .inner .textBox {
		padding: 0 !important;
		margin: 0;
		display: block;
	}
	#main .innerBox .inner .textBox .sub {
		width: auto;
		max-width: inherit;
	}
	#main .innerBox .inner:nth-child(2n) .photoBox {
		margin: 0 -30px 25px 0;
	}
	#main .innerBox .inner .txt02 {
		font-size: 1.6rem;
	}
	#main .product {
		padding: 47px 0 85px;
	}
	#main .productList {
		margin-bottom: 3px;
		justify-content: space-between;
	}
	#main .productList li {
		width: 46%;
		margin: 0 0 37px;
	}
	#main .productList li p {
		font-size: 1.2rem;
	}
	#main .productList li .ttl {
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
	#main .productList li .ttl .en {
		font-size: 1.6rem;
	}
	#main .productList li .photo {
		margin-bottom: 8px;
	}
	#main .productList li .tag {
		margin-bottom: 5px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	#main .productList li .tag span::before {
		height: 1px;
		width: 15px;
	}
	#main .productList li .tag span {
		padding-left: 21px;
	}
	#main .contact .inner {
		margin-bottom: 23px;
		min-height: 180px;
		background-image: url(../img/index/photo09_sp.jpg);
	}
	#main .contact .inner .headLine01 {
		margin-bottom: 15px;
	}
	#main .contact .content {
		display: block;
	}
	#main .contact .rBox {
		width: auto;
		margin: 0;
		height: 1680px;
	}
	#main .contact .lBox p {
		line-height: 1.73;
		font-size: 1.3rem;
	}
	#main .contact .lBox {
		padding-bottom: 20px;
	}
}