@charset "UTF-8";

/* about
-------------------------------------------------------------- */

#about{
	width:100%;
	background: url("../images/about/about_bg01.jpg") center top no-repeat;
}
#about .inner{
	width:1126px;
	height: 455px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about h1{
	color: #fff;
	font-size: 5.5rem;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	/*animation: fadeIn 3s ease-in-out both;*/
}
#about .txt{
	width: 100%;
	padding: 60px 0;
	position: relative;
	/*animation: fadeIn 3s ease-in-out both;*/
	overflow: hidden;
}
#about .txt p{
	width: 830px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	text-align: center;
}
#about .pic{
	position: absolute;
	top: 0;
	right: -156px;
}

@media only screen and (max-width: 767px) {
	#about{
		background-image: url("../images/about/about_bg02_sp.jpg");
		background-size : auto 300px;
	}
	#about .inner{
		width:100%;
		height: 250px;
		box-sizing: border-box;
		padding: 20px 0 0;
	}
	#about h1{
		font-size: 2.6rem;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
	#about .txt{
		padding-top: 110px;
		margin-top: -50px;
	}
	#about .txt p{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
	}
	#about .pic{
		top: 0;
		right: -60px;
	}
	#about .pic img{
		width:200px;
		height: auto;
	}
}


/* plant
-------------------------------------------------------------- */

#plant .txt01{
	width:765px;
	margin: 0 auto 50px;
	text-align: center;
}
#plant .txt01 h2{
	color: #CFB37B;
	font-size: 5.0rem;
	line-height: 1.1;
	margin: 0 0 30px;
}
#plant .txt01 p{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
}
#plant .txt01 p > span{
    display: block;
    padding: 10px 0 0;
    font-size: 1.4rem;
}
#plant .txt02{
	margin: 0 0 80px;
}
#plant .txt02 h3{
	box-sizing: border-box;
	width: 800px;
	padding: 0 120px;
	margin: 0 auto 30px;
	color: #CFB37B;
	font-size: 3.0rem;
	line-height: 2;
	text-align: center;
	position: relative;
}
#plant .txt02 h3::before{
	content: '';
	width:112px;
	height: 58px;
	background: url("../images/about/plant_arrow_l.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:30px;
	left: 0;
}
#plant .txt02 h3::after{
	content: '';
	width:112px;
	height: 58px;
	background: url("../images/about/plant_arrow_r.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:30px;
	right: 0;
}
#plant .txt02 ul{
	display: flex;
	justify-content: center;
}
#plant .txt02 ul li{
	padding: 0 15px;
	text-align: center;
}
#plant .txt02 ul li > p{
	font-size: 2.0rem;
	line-height: 1.25;
}
#plant .txt02 ul li:nth-of-type(1){
	animation-delay: 0.5s;
}
#plant .txt02 ul li:nth-of-type(2){
	animation-delay: 1s;
}
#plant .txt02 ul li:nth-of-type(3){
	animation-delay: 1.5s;
}


@media only screen and (max-width: 767px) {
	#plant .txt01{
		width:100%;
	}
	#plant .txt01 h2{
		font-size: 2.6rem;
		margin: 0 20px 20px;
	}
	#plant .txt01 p{
		font-size: 1.4rem;
		line-height: 1.57;
		padding: 0 20px;
		text-align: left;
	}
	#plant .txt02{
		padding: 0 20px;
	}
	#plant .txt02 h3{
		width: 100%;
		padding: 0 66px;
		font-size: 1.8rem;
		line-height: 1.1;
	}
	#plant .txt02 h3::before{
		width:56px;
		height: 29px;
		top:50%;
		transform: translateY(-50%);
	}
	#plant .txt02 h3::after{
		width:56px;
		height: 28px;
		top:50%;
		transform: translateY(-50%);
	}
	#plant .txt02 ul{
		justify-content: space-between;
	}
	#plant .txt02 ul li{
		width:33%;
		padding: 0;
	}
	#plant .txt02 ul li > p{
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#plant .txt02 ul li > img{
		width: 100%;
		height: auto;
	}
}


/* made
-------------------------------------------------------------- */

#made{
	padding: 100px 0 0;
	margin-top: -100px;
}
#made .inner{
	width: 100%;
	background: #fcf6e8;
	padding: 100px 0 0;
	position: relative;
}
#made .txt{
	width:765px;
	margin: 0 auto 60px;
}
#made .txt h2{
	color: #CFB37B;
	font-size: 5.0rem;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 30px;
}
#made .txt p{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	text-align: center;
}
#made .pic{
	position: absolute;
	top:-120px;
	left: -25px;
}
#made dl{
	box-sizing: border-box;
	width: 745px;
	height: 135px;
	padding: 0 0 0 90px;
	margin: 0 auto 35px;
	background-position: left top, left 14px bottom;
	background-repeat: no-repeat, no-repeat;
}
#made dl:nth-of-type(1){
	background-image: url("../images/about/made_no1.png"), url("../images/about/made_arrow.png");
}
#made dl:nth-of-type(2){
	background-image: url("../images/about/made_no2.png"), url("../images/about/made_arrow.png");
}
#made dl:nth-of-type(3){
	background-image: url("../images/about/made_no3.png"), url("../images/about/made_arrow.png");
}
#made dl:nth-of-type(4){
	background-image: url("../images/about/made_no4.png"), url("../images/about/made_arrow.png");
}
#made dl:nth-of-type(5){
	background-image: url("../images/about/made_no5.png"), url("../images/about/made_arrow.png");
}
#made dl:nth-of-type(6){
	background-image: url("../images/about/made_no6.png");
	margin-bottom: 100px;
}
#made dt{
	font-size: 2.8rem;
	line-height: 1.43;
}
#made dd{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

@media only screen and (max-width: 767px) {
	#made{
		padding: 80px 0 0;
		margin-top: -80px;
	}
	#made .inner{
		padding-top: 60px;
	}
	#made .txt{
		box-sizing: border-box;
		width:100%;
		padding: 0 20px;
	}
	#made .txt h2{
		font-size: 2.6rem;
		line-height: 1.15;
	}
	#made .txt p{
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
	}
	#made .pic{
		position: absolute;
		left: -15px;
	}
	#made .pic img{
		width: 45%;
		height: auto;
	}
	#made dl{
		box-sizing: border-box;
		width: calc(100% - 40px);
		height: auto;
		padding: 0 0 0 90px;
		margin: 0 auto 35px;
		background-position: left top, left 14px bottom;
		background-repeat: no-repeat, no-repeat;
	}
	#made dl:nth-of-type(6){
		margin-bottom: 60px;
	}
	#made dt{
		font-size: 2.0rem;
		line-height: 1.4;
	}
}


/* what
-------------------------------------------------------------- */

#what{
	padding: 100px 0 0;
	margin-top: -100px;
	position: relative;
}
#what .inner{
	width: 100%;
	background:#8e8db5 url("../images/about/what_bg01.jpg") center top -120px no-repeat;
	padding: 100px 0 0;
}
#what h2{
	color: #CFB37B;
	font-size: 5.0rem;
	text-align: center;
	margin: 0 0 50px;
}
#what h2 > span{
	display: block;
	font-size: 3.0rem;
	padding: 5px 0 0;
}
#what p{
	width:765px;
	margin: 0 auto 30px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	text-align: center;
}
#what .mark{
	width: 600px;
	margin: 0 auto 350px;
	text-align: right;
}
#what .pic{
	position: absolute;
	top:0;
	right: 10px;
}

@media only screen and (max-width: 767px) {
	#what{
		padding: 60px 0 0;
		margin-top: -60px;
		overflow: hidden;
	}
	#what .inner{
		padding: 60px 0 0;
		background-image: url("../images/about/what_bg01_sp.jpg");
		background-position: center top -50px;
		background-size: cover;
	}
	#what h2{
		font-size: 2.6rem;
		margin: 0 0 30px;
	}
	#what h2 > span{
		font-size: 2.0rem;
	}
	#what p{
		box-sizing: border-box;
		width:100%;
		padding: 0 20px;
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
	}
	#what .mark{
		box-sizing: border-box;
		width: 100%;
		padding: 0 40px;
		margin-bottom: 250px;
		text-align: right;
	}
	#what .mark img{
		width: 100px;
		height: 100px;
	}
	#what .pic{
		text-align: right;
		right: -20px;
	}
	#what .pic img{
		width:40%;
		height: auto;
	}
}



