@charset "UTF-8";
/* CSS Document */


#main {
	background: url(../images/index/main.jpg) no-repeat center top;
	background-size: cover;
	margin: 0px 0px 1px;
}
#main .inn {
	margin: 0px auto;
	max-width: 1080px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	height: 656px;
}
#main .inn .main_sp {display:none;}
#main .inn .text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translate(0,-50%);
	transform : translate(0,-50%);
	width: 48%;
	z-index: 1;
}
#main .inn .img {
	width: 632px;
}
#main .inn .text .copy {
	font-size: 36px;
	color: #ffffe0;
	margin: 0px 0px 25px;
	letter-spacing: 0.12em;
	text-shadow: 1px 2px 3px #254833;
}
#main .inn .text .copy sub {
	font-size: 23px;
}
#main .inn .text .read1 {
	font-size: 14px;
	color: #ffffe0;
	margin: 0px 0px 85px;
	line-height: 1.8;
	text-shadow: 1px 2px 3px #254833;
}
#main .inn .text .read2 {
	font-size: 24px;
	color: #f7f3e9;
	text-shadow: 1px 2px 3px #254833;
}
#main .inn .text .read2 sub {
	font-size: 18px;
}
@media only screen and (max-width: 767px){
#main {}
#main .inn {
	display: block;
	height: auto;
}
#main .inn .main_sp {display:block;}
#main .inn .main_sp img {width:100%; height: auto;}
#main .inn .text {
	display: none;
}
#main .inn .img {
	display: none;
}
#main .inn .text .copy {
	font-size: 24px;
	margin: 0px 0px 10px;
}
#main .inn .text .copy sub {
	font-size: 23px;
}
#main .inn .text .read1 {
	font-size: 13px;
	margin: 0px 0px 40px;
}
#main .inn .text .read2 {
	font-size: 18px;
}
#main .inn .text .read2 sub {
	font-size: 18px;
}
}

/*=============================*/

.sec-intro {
	background: url(../images/index/intro_bg.jpg) no-repeat center top;
	background-size:cover;
	height: 590px;
	position:relative;
}
.sec-intro .inn{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.sec-intro .inn .copy {
	font-size: 30px;
	color: #FFF;
	margin: 0px auto 30px;
	max-width: 720px;
}
.sec-intro .inn .text {
	font-size: 15px;
	line-height: 2.2;
	color: #FFF;
	margin: 0px auto 65px;
	max-width: 720px;
	text-align: justify;
}
@media only screen and (max-width: 767px){
.sec-intro {
	height: auto;
	position: static;
}
.sec-intro .inn{
	width: auto;
	margin: 0 5%;
	padding: 50px 0;
	position: static;
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
}
.sec-intro .inn .copy {
	font-size: 24px;
	margin: 0px auto 20px;
	line-height: 1.6;
}
.sec-intro .inn .text {
	font-size: 14px;
	line-height: 1.8;
	margin: 0px auto 40px;
}
}



/*=============================*/

.sec-prod {
	background: url(../images/index/pro_bg.jpg) no-repeat center top;
	background-size:cover;
}
.sec-prod .inn {
	margin: 0 auto;
	padding: 80px 0px 150px;
	max-width: 1020px;
}
.sec-prod .inn .ttl {
	text-align: center;
	margin: 0px 0px 70px;
}
.sec-prod .inn .ttl .en_ttl {
	font-size: 40px;
	color: #4ec096;
}
.sec-prod .inn .ttl .jn_ttl {
	font-size: 18px;
}
.sec-prod .inn .product {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-prod .inn .product .box {
	background: #FFF;
	width: 480px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 50px 0px 35px;
}
.sec-prod .inn .product .box .cont {
	margin: 0px auto 25px;
	max-width: 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-prod .inn .product .box .cont .img {
	width: 150px;
	text-align: center;
}
.sec-prod .inn .product .box .cont .info {
	width: 220px;
}
.sec-prod .inn .product .box .cont .info .copy1 {
	font-size: 16px;
	color: #4ec096;
	margin: 0px 0px 5px;
}
.sec-prod .inn .product .box .cont .info .copy2 {
	font-size: 30px;
	margin: 0px 0px 20px;
}
.sec-prod .inn .product .box .cont .info .copy2 span {
	font-size: 15px;
	display: block;
}
.sec-prod .inn .product .box .cont .info .text {
	text-align:justify;
}
.sec-prod .inn .product .box .btn {
	margin: 0px auto;
	max-width: 200px;
	text-align: center;
}
.sec-prod .inn .product .box .btn a {
	line-height: 58px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	display: block;
}
.sec-prod .inn .product .box .btn a:before {
	background : none;
	content: "●";
	margin: 0 10px 0 0;
	font-size: 15px;
	color: #4ec096;
}
@media only screen and (max-width: 767px){
.sec-prod {
}
.sec-prod .inn {
	margin: 0 5%;
	padding: 40px 0px 17px;
}
.sec-prod .inn .ttl {
	margin: 0px 0px 30px;
}
.sec-prod .inn .ttl .en_ttl {
	font-size: 30px;
	margin: 0 0 10px;
}
.sec-prod .inn .ttl .jn_ttl {
	font-size: 13px;
}
.sec-prod .inn .product {
	display: block;
}
.sec-prod .inn .product .box {
	width: auto;
	padding: 30px 0px 25px;
	margin: 0 0 30px;
}
.sec-prod .inn .product .box .cont {
	margin: 0px 5% 15px;
	display: block;
	max-width: 100%;
}
.sec-prod .inn .product .box .cont .img {
	width: auto;
	margin: 0 0 10px;
}
.sec-prod .inn .product .box .cont .info {
	width: auto;
}
.sec-prod .inn .product .box .cont .info .copy1 {
	font-size: 14px;
}
.sec-prod .inn .product .box .cont .info .copy2 {
	font-size: 24px;
	margin: 0px 0px 10px;
}
.sec-prod .inn .product .box .cont .info .copy2 span {
	font-size: 13px;
}
.sec-prod .inn .product .box .cont .info .text {
}
.sec-prod .inn .product .box .btn {
	width: 72%;
	max-width: 100%;
}
.sec-prod .inn .product .box .btn a {
	line-height: 48px;
}
.sec-prod .inn .product .box .btn a:before {
	margin: 0 5px 0 0;
	font-size: 13px;
}

}
