@charset "utf-8";
/** *****************************************************************
ハーブへのこだわり
最終更新日：2020.10.20
***************************************************************** **/
/* *--------------------------------------------------------------------
MV
--------------------------------------------------------------------* */
#MV{
	background-image: url(../../images/kodawari/mainpic.jpg);
	padding-top: 53.333%;
}

/* 
section1
--------------------------------------------------------------------* */
#section1{}
#section1{
	position: relative;
	width: 100%;
    overflow: hidden;
/*	height: 2000px;*/
}
#section1 .bg01{
	position: absolute;
	z-index: -1;
	top: 587px;right: -80px;
	background-image: url(../../images/kodawari/bg01.png);
	width: 548px;height: 298px;
}
#section1 .bg02{
	position: absolute;
	z-index: -1;
	top: 1295px;left: -80px;
	
	background-image: url(../../images/kodawari/bg02.png);
	width: 567px;height: 369px;
	

}
#section1 .bg03{
	position: absolute;
	z-index: -1;
	bottom: 110px;right: -80px;
	
	background-image: url(../../images/kodawari/bg03.png);
	width: 519px;height: 270px;

}

#section1 .inner{
	width: 960px;
    margin: 0 auto 30px auto;
}
#section1 .inner .pic01{
    margin: auto;
}
#section1 .inner .txt01{
    width: 690px;
    text-align: left;
}
#section1 .inner .txt01 p{
    line-height: 1.88;
}
#section1 .inner .pic02{
    margin: 60px 0 60px auto;
    text-align: right;
}
#section1 .inner .txt02{
    float: right;
    width: 690px;
    text-align: left;
}
#section1 .inner .pic03{
    text-align: left;
    margin: 50px auto 0 auto;
}



@media only screen and (max-width: 768px) {
#section1 .inner .pic01{
    width: 80%;
    margin: 0 auto 40px auto;
}
#section1 .bg01wrap .bg01{
    width: 40%;
}
#section1 .bg01{
    display: block;
	top: 11%;right: -40px;
	background-size: 100%;
	width:100%;    height:0;
	padding-top:54.38%;
}
#section1 .inner .pic02{
    width: 65%;
    margin: 30px 0 30px auto;
    text-align: right;
}
#section1 .bg02wrap .bg02{
    width: 60%;
}
#section1 .bg02{
    display: block;
	top: 45%;right: -40px;
    background-size: 100%;
	width:100%;    height:0;
	padding-top:65.08%;
}
#section1 .inner .pic03{
    width: 65%;
    margin: 30px auto 0 0;
    text-align: left;
}
#section1 .bg03wrap .bg03{
    width: 52%;
    bottom: 0px;
}
#section1 .bg03{
    display: block;
	bottom: 0px;right: -40px;
    background-size: 100%;
    background-position: left bottom;
	width:100%;    height:0;
	padding-top:52.02%;
}


#section1 .inner{
	width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#section1 .inner .txt02,
#section1 .inner .txt01{
    float: none;
    width: 100%;
    text-align: left;
}

#section1 .inner .txt02 p,
#section1 .inner .txt01 p{
	font-size:14px;
	font-size:1.4rem;
}

}






