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

/* Contents
-----------------------------------------------------------------*/
.wrap {
	color: #333;
}
.wrap h2 img {
	width: auto;
	height: 60px;
	margin: 0 auto;
}
.wrap h3 img {
	margin-right: auto;
	margin-left: auto;
}
.wrap section {
	position: relative;
}

/* MainVisual
-----------------------------------------------------------------*/
.mainVisual img {
	width: 100%;
}

/* section1
-----------------------------------------------------------------*/
#section1 h2 {	
	margin: 40px 0 30px;
}
#section1 h2 img {
	width: auto;
	height: 20px;
}
#section1 p img {
	width: 86%;
	height: auto;
	margin: 0 auto;
}

/* section2
-----------------------------------------------------------------*/
#section2 {
	margin-top: 120px;
}
#section2 .womanImg {
	position: absolute;
	right: 8%;
	top: -100px;
	width: 60%;
	height: auto;
	margin-left: auto;
}
#section2 .radiusBox {
	width: 80%;
	margin: 0 auto;
	padding: 10% 5%;
	background: url(/-/Media/com/ad-botanical/img/section2_bg.png) repeat;
	border-radius: 10px;
	text-align: center;
}
#section2 .radiusBox p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 25px;
}
#section2 .illust img {
	zoom: .3;
	margin: 0 auto;
}

/* section3
-----------------------------------------------------------------*/
#section3 {
	background: url(/-/Media/com/ad-botanical/img/section3_bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 30px 0 40px;
}
#section3 h2 img {
	width: 86%;
	height: auto;
}
#section3 p {
	margin: 20px 0;
	font-size: 15px;
	line-height: 1.8;
}
#section3 .productImg {
	width: 78%;
	height: auto;
	margin: 0 auto;
}

/* section4
-----------------------------------------------------------------*/
#section4 {
	margin-top: -35px;
	padding: 20% 0 0;
	background: url(/-/Media/com/ad-botanical/img/section4_bg1.png) no-repeat center top;
	background-size: cover;
	text-align: center;
}
#section4 .pointBox {
	padding: 0 8%;
}
#section4 h2 img {
	width:  auto;
	height: 85px;
}
.ChangeElem_Btn_Content .ChangeElem_Btn {
	position: relative;
	float: left;
	width: 50%;
	background: #f1f3ea;
}
.ChangeElem_Btn_Content .ChangeElem_Btn.is-active {
	background: #fff;
}
.ChangeElem_Btn img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 50%;
}
.ChangeElem_Panel {
	display: none;
}
.section4_wrap {
	clear: both;
	background: #fff;
	box-sizing: border-box;
}
#section4 .bgOil {
	background: url(/-/Media/com/ad-botanical/img/section4_bg2.jpg) no-repeat center bottom #fff;
	background-size: cover;
	margin: 30px 0 0;
	padding: 30px 0;
}
#section4 .bgOil h4 img {
	width: 80%;
	height: auto;
	margin-bottom: 25px;
}
#section4 .bgOil p {
	margin: 0;
}
#section4 .bgOil p img {
	width: 80%;
	height: auto;
	margin: 25px auto 0;
}
#section4 .bgOil ~ .pointBox h3 img {
	margin-top: 30px;
}
#section4 .pointBox2 {
	background: url(/-/Media/com/ad-botanical/img/section2_bg.png) repeat;
	padding: 50px 0 120px;
}
#section4 ul {
	font-size: 0;
}
#section4 li {
	position: relative;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eca791;
	font-size: 13px;
	line-height: 2;
	text-align: left;
}
#section4 li:nth-child(even) {
	margin-right: 0;
}
#section4 li span {
	padding-left: 15%;
}
#section4 li:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	background: url(/-/Media/com/ad-botanical/img/section4_ico.png) no-repeat left top;
	background-size: 100% auto;
}

/* section5
-----------------------------------------------------------------*/
#section5 {
	margin-top: -35px;
	padding: 16% 8% 80px;
	background: url(/-/Media/com/ad-botanical/img/section5_bg.png) no-repeat center top;
	background-size: cover;
	text-align: left;
}
#section5 .pointBox {
	position: relative;
}
#section5 h4 {
	color: #ffa140;
	font-weight: bold;
	margin-bottom: 5px;
}
#section5 p {
	line-height: 1.6;
	margin-bottom: 10px;
}
#section5 .textBox2 {
	float: left;
	width: 72%;
}

/* section6
-----------------------------------------------------------------*/
#section6 {
	margin-top: -25px;
	padding: 16% 0 40px;
	background: url(/-/Media/com/ad-botanical/img/section6_bg.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
}
#section6 h2 {
	margin-bottom: 30px;
}
#section6 h2 img {
	width: 76%;
	height: auto;
}
#section6 li {
	display: inline-block;
	vertical-align: bottom;
}
#section6 .btn {
	background-color: #46ab79;
	border-radius: 3px;
	width: 85%;
	margin: 30px auto 0;
	text-align: center;
}
#section6 .btn a {
	position: relative;
	display: block;
	padding: 14px 0 14px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#section6 .btn a::before,
#section6 .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#section6 .btn a:before {
	top: 0;
	left: 30%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#section6 .btn2 {
	background-color: #e74646;
	border-radius: 3px;
	width: 85%;
	margin: 10px auto 0;
	text-align: center;
	cursor: pointer;
}
#section6 .btn2 a {
	position: relative;
	display: block;
	padding: 14px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#section6 .btn2 img {
	display: inline;
	margin: 3px auto 0 0;
}

/* SNS
-----------------------------------------------------------------*/
.sns {
	clear: both;
	background-color: #46ab79;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 20px;
}
.sns ul {
	font-size: 0;
}
.sns li {
	display: inline-block;
	width: 8%;
	margin-left: 5%;
}
.sns li:first-child {
	margin-left: 0;
}
.sns img {
	width: 100%;
	height: auto;
}


@media screen and (min-width: 1025px){
/*For PC*/
.sp { display: none; }
	
	/* Contents
	-----------------------------------------------------------------*/
	.wrap section {
		margin: 0 auto;
	}
	.wrap h2 img {
		margin: 0 auto 50px;
	}
	.wrap h3 img {
		width: 531px;
		margin-bottom: 30px;
	}
	
	/* section1
	-----------------------------------------------------------------*/
	#section1 h2 {
		margin: 80px 0 50px;
	}
	#section1 h2 img {
		width: 442px;
		height: auto;
	}
	#section1 p img {
		width: 502px;
		height: auto;
	}
	
	/* section2
	-----------------------------------------------------------------*/
	#section2 {
		width: 940px;
		margin-top: 200px;
	}
	#section2 .womanImg {
		top: -150px;		
		width: 38%;
	}
	#section2 .radiusBox {
		width: 100%;
		padding: 7% 0;
	}
	#section2 .radiusBox h2 img {
		height: 108px;
		margin-bottom: 30px;
	}
	#section2 .radiusBox p {
		font-size: 17px;
		line-height: 2.6;
		margin-bottom: 40px;
	}
	#section2 .illust img:first-child {
		width: 400px;
		margin-right: 60px;
	}
	#section2 .illust img {
		display: inline;
		zoom: 0;
		width: 230px;
		vertical-align: middle;
	}
	
	/* section3
	-----------------------------------------------------------------*/
	#section3 {
		background: url(/-/Media/com/ad-botanical/img/section3_bg_pc.jpg) no-repeat top -20px center;
		padding: 80px 0 60px;
	}
	#section3 h2 img {
		width: 524px;
		height: auto;
		margin-bottom: 30px;
	}
	#section3 p {
		margin: 20px 0 30px;
		font-size: 17px;
		line-height: 2;
	}
	#section3 .productImg {
		width: 600px;
	}
	
	/* section4
	-----------------------------------------------------------------*/
	#section4 {
		margin-top: -110px;
		padding: 150px 0 0;
		background: url(/-/Media/com/ad-botanical/img/section4_bg1_pc.png) no-repeat center top;
		background-size: cover;
	}
	#section4 img {
		margin-right: auto;
		margin-left: auto;
	}
	#section4 h2 img {
		height: 153px;
		margin-bottom: 70px;
	}
	.ChangeElem_Btn_Content {
		width: 940px;
		margin: auto;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn {
		height: 135px;
		cursor: pointer;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type {
		border-radius: 10px 0 0 0;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:last-of-type {
		border-radius: 0 10px 0 0;
	}
	.section4_wrap {
		width: 940px;
		margin: auto;
		padding: 50px 0;
		border-radius: 0 0 10px 10px;
	}
	#section4_tab1 {
		margin-bottom: 130px;
	}
	#section4 .pointBox h3 {
		margin-top: 80px;
	}
	#section4 #section4_tab2 .pointBox:last-of-type h3 {
		margin-top: 50px;
	}
	#section4 .pointBox:first-of-type h3 {
		margin-top: 0;
	}
	#section4 .pointBox p {
		font-size: 17px;
		line-height: 2;
		margin-bottom: 15px;
	}
	#section4 .pointBox .cut {
		font-size: 0;
	}
	#section4 .pointBox .cut img {
		display: inline-block;
		width: 45%;
	}
	#section4 #section4_tab2 .pointBox .cut img:first-child {
		vertical-align: top;
		padding-top: 50px;
	}
	#section4 .pointBox .cut img:first-child {
		width: 50%;
		margin-right: 5%;
		vertical-align: bottom;
	}
	#section4 .bgOil {
		background: url(/-/Media/com/ad-botanical/img/section4_bg2.jpg) no-repeat center bottom -150px #fff;
		background-size: cover;
		margin: 50px 0 0;
		padding: 80px 0 60px;
	}
	#section4 .bgOil h4 img {
		width: 379px;
		margin-bottom: 40px;
	}
	#section4 .bgOil img {
		width: 658px;
	}
	#section4 .bgOil p img {
		width: 392px;
		margin-top: 40px;
	}
	#section4 .pointBox2 ul {
		width: 940px;
		margin: 0 auto;
	}
	#section4 li {
		width: 34%;
		font-size: 17px;
		line-height: 2.8;
		border-bottom: 2px dashed #eca791;
		margin-bottom: 15px;
	}
	#section4 li span {
		padding-left: 40px;
	}
	#section4 li:before {
		top: 42%;
		width: 22px;
		height: 22px;
	}
	
	/* section5
	-----------------------------------------------------------------*/
	#section5 {
		background: url(/-/Media/com/ad-botanical/img/section5_bg_pc.png) no-repeat center top;
		background-size: cover;
		margin-top: -120px;
		padding-top: 150px;
	}
	#section5 h2 img {
		height: 108px;
	}
	#section5 .pointBox {
		width: 940px;
		margin: 0 auto 80px;
	}
	#section5 .pointBox h3 {
		margin-bottom: 40px;
	}
	#section5 .textBox {
		float: left;
		width: 60%;
	}
	#section5 .textBox2 {
		padding-top: 40px;
	}
	#section5 .imgBox img {
		width: 330px;
		padding-left: 30px;
	}
	#section5 .imgBox2 img {
		width: 110px;
		padding-left: 30px;
	}
	#section5 .pointBox h4 {
		font-size: 18px;
	}
	#section5 p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	/* section6
	-----------------------------------------------------------------*/
	#section6 {
		background: url(/-/Media/com/ad-botanical/img/section6_bg_pc.png) no-repeat center top;
		background-size: 100%;
		margin-top: -150px;
		padding: 150px 0 70px;
	}
	#section6 h2 img {
		width: 485px;
		margin-bottom: 40px;
	}
	#section6 li:first-child {
		margin-right: 15px;
	}
	#section6 li:first-child > img {
		width: 450px;
		margin: 0 auto;
	}
	#section6 li:last-child > img {
		width: 367px;
		margin: 0 auto;
	}
	#section6 .btn, #section6 .btn2 {
		width: 400px;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	#section6 .btn:hover {
		background-color: #258656;
	}
	#section6 div a:hover {
		text-decoration: none;
	}
	#section6 .btn a:before {
		top: -2px;
		left: 36%;
	}
	#section6 .btn a:hover:before {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#section6 li .btn2 img {
		width: 100px;
		margin-right: 5px;
	}
	#section6 .btn2:hover {
		background: #c53535;
	}
	#section6 .section6_logo img {
		width: 384px;
		margin: 50px auto 0;
	}
	
	/* sns
	-----------------------------------------------------------------*/
	.sns {
		margin-bottom: 40px;
	}
	.sns li {
		width: auto;
		margin-left: 20px;
	}
	.sns img {
		width: 34px;
	}
	.sns a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
	}
}

@media screen and (max-width:1024px) and (min-width:768px){
/*For Tablet*/
.sp { display: none; }
	
	/* section1
	-----------------------------------------------------------------*/
	#section1 h2 {
		margin-top: 60px;
		margin-bottom: 40px;
	}
	#section1 h2 img {
		height: 22px;
	}
	#section1 p img {
		width: 60%;
	}
	
	/* section2
	-----------------------------------------------------------------*/
	#section2 {
		margin-top: 180px;
	}
	#section2 .womanImg {
		top: -130px;
		width: 300px;
	}
	#section2 .radiusBox {
		padding: 5%;
	}
	#section2 .radiusBox h2 img {
		margin: 0 auto 20px;
	}
	#section2 .radiusBox p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 30px;
	}
	#section2 .illust img:first-child {
		width: 300px;
		margin-right: 60px;
	}
	#section2 .illust img {
		display: inline;
		zoom: 0;
		width: 200px;
		vertical-align: middle;
	}
	
	/* section3
	-----------------------------------------------------------------*/
	#section3 {
		background: url(/-/Media/com/ad-botanical/img/section3_bg.jpg) no-repeat top -60px center;
		background-size: cover;
		padding-top: 60px;
	}
	#section3 h2 img {
		width: 60%;
	}
	#section3 .productImg {
		width: 50%;
	}
	
	/* section4
	-----------------------------------------------------------------*/
	#section4 {
		padding-top: 14%;
	}
	#section4 h2 {
		margin-bottom: 60px;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn {
		height: 100px;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type {
		border-radius: 10px 0 0 0;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:last-of-type {
		border-radius: 0 10px 0 0;
	}
	.ChangeElem_Btn_Content, .section4_wrap {
		width: 90%;
		margin: auto;
	}
	.section4_wrap {
		padding: 10px 0 40px;
		border-radius: 0 0 10px 10px;
	}
	#section4 img {
		margin-right: auto;
		margin-left: auto;
	}
	#section4 h3 img {
		width: 60%;
		margin: 30px auto 20px;
	}
	#section4 p {
		margin-bottom: 20px;
	}
	#section4 .pointBox .cut {
		font-size: 0;
		margin-bottom: 40px;
	}
	#section4 .pointBox .cut img {
		display: inline-block;
		width: 45%;
	}
	#section4 .pointBox .cut img:first-child {
		width: 50%;
		margin-right: 5%;
		vertical-align: bottom;
	}
	#section4 .pointBox img {
		width: 60%;
	}
	#section4 .bgOil {
		margin: 50px 0 0;
		padding: 50px 0;
	}
	#section4 .bgOil h4 img,
	#section4 .bgOil p img {
		width: 60%;
	}
	#section4 .pointBox2 {
		padding: 20px 0 80px;
	}
	#section4 .pointBox2 ul {
		width: 70%;
		margin: 0 auto;
	}
	
	/* section5
	-----------------------------------------------------------------*/
	#section5 {
		margin-top: -60px;
		padding-top: 100px;
	}
	#section5 .pointBox {
		width: 100%;
		margin: 0 auto;
	}
	#section5 .pointBox h3 {
		margin-bottom: 30px;
	}
	#section5 .pointBox h3 img {
		width: 70%;
		margin: 30px auto 20px;
	}
	#section5 .textBox {
		float: left;
		width: 60%;
		margin-bottom: 40px;
	}
	#section5 .textBox2 {
		padding-top: 30px;
	}
	#section5 .imgBox img {
		width: 200px;
		padding-left: 30px;
	}
	#section5 .imgBox2 img {
		width: 110px;
		padding-left: 30px;
	}
	#section5 .pointBox h4 {
		font-size: 18px;
	}
	#section5 p {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	
	/* section6
	-----------------------------------------------------------------*/
	#section6 {
		margin-top: -50px;
	}
	#section6 h2 {
		margin-bottom: 40px;
	}
	#section6 h2 img {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	#section6 ul {
		width: 80%;
		margin: auto;
		font-size: 0;
	}
	#section6 li {
		width: 48.5%;
	}
	#section6 li:first-child {
		margin-right: 3%;
	}
	#section6 li:first-child > img {
		max-width: 120%;
		margin: auto -10%;
	}
	#section6 li:last-child > img {
		width: 96%;
		margin: auto;
	}
	#section6 .btn, #section6 .btn2 {
		width: 100%;
	}
	#section6 .btn a, #section6 .btn2 a {
		padding: 10px 0;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	#section6 .btn a:before {
		top: 0;
		left: 32%;
	}
	#section6 .btn2 img {
		width: 100px;
		margin-right: 5px;
	}
	#section6 .section6_logo {
		width: 40%;
		margin: 40px auto 20px;
	}
	
	/* sns
	-----------------------------------------------------------------*/
	.sns {
		margin-bottom: 40px;
	}
	.sns li {
		width: auto;
		margin-left: 20px;
	}
	.sns img {
		width: 34px;
	}	
}

@media screen and (max-width:767px){
/*For SP*/
.pc { display: none; }

	/* Contents
	-----------------------------------------------------------------*/
	.wrap {
		overflow: hidden;
	}
	
	/* section2
	-----------------------------------------------------------------*/
	#section2 .radiusBox {
		border-radius: 8px;
	}
	#section2 .radiusBox h2 img {
		margin: 0 auto 20px;
	}
	
	/* section4
	-----------------------------------------------------------------*/
	#section4 img {
		margin: 0 auto;
	}
	#section4 h2 img {
		margin-bottom: 40px;
	}
	.ChangeElem_Btn_Content, .section4_wrap {
		width: 90%;
		margin: auto;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn {
		height: 74px;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type {
		border-radius: 8px 0 0 0;
	}
	.ChangeElem_Btn_Content .ChangeElem_Btn:last-of-type {
		border-radius: 0 8px 0 0;
	}
	.ChangeElem_Btn img {
		width: 76%;
	}
	#section4_tab1 {
		margin-bottom: 80px;
	}
	.section4_wrap {
		padding: 30px 0;
		border-radius: 0 0 8px 8px;
	}
	#section4 .pointBox {
		padding: 0 6%;
	}
	#section4 h3 img {
		width:  100%;
		height: auto;
		margin: 0 auto 20px;
	}
	#section4 .pointBox:last-of-type h3 img {
		margin-top: 30px;
	}
	#section4 p {
		margin-bottom: 20px;
	}
	#section4 .cut img:first-child {
		margin-bottom: 20px;
	}
	#section4 .pointBox2 {
		padding: 40px 8% 70px;
	}
	
	/* section5
	-----------------------------------------------------------------*/
	#section5 h2 {
		margin-bottom: 30px;
	}
	#section5 h3 {
		margin: 30px 0 20px;
	}
	#section5 .imgBox2 img {
		width: 28%;
		height: auto;
	}
	
	/* section6
	-----------------------------------------------------------------*/
	#section6 ul {
		width: 90%;
		margin: auto;
		font-size: 0;
	}
	#section6 li {
		width: 48.5%;
	}
	#section6 li:first-child {
		margin-right: 3%;
	}
	#section6 li:first-child > img {
		max-width: 120%;
		margin: auto -10%;
	}
	#section6 li:last-child > img {
		width: 96%;
		margin: auto;
	}
	#section6 .btn {
		margin-top: 20px;
	}
	#section6 .btn, #section6 .btn2 {
		width: 100%;
	}
	#section6 .btn a, #section6 .btn2 a {
		font-size: 13px;
	}
	#section6 .btn a:before {
		left: 22%;
	}
	#section6 .btn2 img {
		width: 80px;
		margin-right: 2px;
	}
	#section6 .section6_logo {
		width: 60%;
		margin: 30px auto 0;
	}
}

@media screen and (max-width:320px){
	/* section3
	-----------------------------------------------------------------*/
	#section3 {
		padding: 10px 0;
	}
	#section3 h2 {
		margin-top: 10px;
	}
	
	/* section4
	-----------------------------------------------------------------*/
	.ChangeElem_Btn_Content .ChangeElem_Btn {
		height: 64px;
	}
	
	/* section5
	-----------------------------------------------------------------*/
	#section5 {
		padding-bottom: 110px;
	}
	
	/* section6
	-----------------------------------------------------------------*/
	#section6 li {
		width: 49%;
	}
	#section6 li:first-child {
		margin-right: 2%;
	}
	#section6 .btn a, #section6 .btn2 a {
		font-size: 12px;
	}
	#section6 .btn a:before {
		left: 20%;
	}
	#section6 .btn2 img {
		width: 70px;
	}
}