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

/*////////////////// 共通 /////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

html {
	font-size: 3.9vw;
}

.container {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 480px) {
	.container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 480px) {
	html {
		font-size: 16px;
	}
}


body {
	font-size: 1rem;
	line-height: 1.6em;
	font-family: 'Noto Serif JP', serif;
	color: #423833;
	width: 100%;
	overflow-x: hidden;
}

body a {
	color: #423833;
	text-decoration: none;
}

body a:hover {
	color: #D5ECB3;
	transition-duration: 0.3s;
}

body a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
　transition-duration: 0.3s;
}

body img {
	width: 100%;
	height: auto;
}

section h1 {
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}

@media (min-width: 576px) {
	section h1 {
		font-size: 2.4rem;
	}
}

@media (min-width: 992px) {
	section h1 {
		font-size: 2.6rem;
	}
}

main p {
	text-align: justify;
}

.d-flex, .d-sm-flex, .d-md-flex, .d-lg-flex, .d-xl-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

@media (min-width: 576px) {
	.align-items-sm-center {
		align-items: center;
	}
}

@media (min-width: 768px) {
	.align-items-md-center {
		align-items: center;
	}
}

@media (min-width: 992px) {
	.align-items-lg-center {
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.align-items-xl-center {
		align-items: center;
	}
}


/*////////////////// ヘッダー /////////////////*/
header {
	background-color: #6A845E;
	width: 100%;
	max-height: 80px;
}

header img {
	width: 57%;
	max-width: 236px;
	max-height: 80px;
	display: block;
	margin-left: 7%;
}

@media (min-width: 768px) {
	header img {
		margin-left: 3%;
	}
}

/*////////////////// せクション1 /////////////////*/
.sec1 {
	background-image: url(../images/bg1-sp.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.sec1 h2 {
	font-size: 1.15rem;
	font-weight: 600;
	text-align: center;
}

.sec1 .text1{
	font-size: 1.2rem;
	line-height: 1.7em;
	text-align: center;
	font-weight: 500;
}

.sec1 .shampoo {
	position: relative;
}

.sec1 .shampoo-img {
	width: 84%;
	margin-right: 0;
	margin-left: auto;
}

.sec1 .img02 {
	position: absolute;
	bottom: 8%;
	left: 2%;
	width: 36%;
}

.sec1 .img03 {
	position: absolute;
	top: 13%;
	left: 0%;
	width: 44%;
}

.sec1 .box1 {
	border: 2px solid #AB8C36;
	padding: 0.4rem;
}

.sec1 h3 {
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	color: #AB8C36;
	border: 1px solid #AB8C36;
	display: block;
	padding: 0.8rem;
	margin-bottom: 0;
}

.sec1 .text2 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
.section1-botanical-left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 13%;
}
.section1-botanical-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 13%;
}


@media (min-width: 576px) {
	.sec1 h2 {
		font-size: 1.3rem;
	}

	.sec1 .shampoo-img {
		width: 68%;
		margin-right: auto;
		margin-left: auto;
	}

	.sec1 .img02 {
		bottom: 4%;
		left: auto;
		right: 8%;
		width: 28%;
	}

	.sec1 .img03 {
		top: 13%;
		left: 0%;
		width: 38%;
	}

	.sec1 .box1 {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec1 h3 {
		font-size: 1.35rem;
	}
}

@media (min-width: 768px) {
	.sec1 {
		background-image: url(../images/bg1-pc.jpg);
		background-color: #f8f8f8;
	}
	
	.sec1 h1 {
		font-size: 2.6rem;
	}
	
	.sec1 h2 {
		font-size: 1.5rem;
	}

	.sec1 .text1{
		font-size: 1.3rem;
	}
	
	.sec1 .shampoo {
		width: 90%;
	}

	.sec1 .shampoo-img {
		width: 74%;
	}
	
	.sec1 .img02 {
		right: 5%;
	}

	.sec1 .img03 {
		left: 0%;
		width: 34%;
	}

	.sec1 .box1 {
		width: 80%;
	}

	.sec1 h3 {
		font-size: 1.5rem;
	}
	
	.sec1 .text2 {
		font-size: 1.1rem;
		line-height: 1.6em;
	}	
}

@media (min-width: 992px) {
	.sec1 {
		background-size: cover;
	}
	
	.sec1 h1 {
		font-size: 3.2rem;
	}
	
	.sec1 h2 {
		font-size: 1.7rem;
	}

	.sec1 .text1{
		font-size: 1.4rem;
	}
	
	.sec1 .shampoo {
		width: 920px;
	}

	.sec1 .box1 {
		width: 700px;
	}

	.sec1 h3 {
		font-size: 1.7rem;
	}
	
	.sec1 .text2 {
		font-size: 1.1rem;
		line-height: 1.6em;
	}	
}

@media (min-width: 1200px) {
	.sec1 h1 {
		font-size: 4rem;
	}
	
	.sec1 h2 {
		font-size: 2.2rem;
	}
}


/*////////////////// せクション2 /////////////////*/
.sec2 {
	background-image: url(../images/bg2-sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.sec2 h1 {
	font-size: 1.6rem;
}

.sec2 .icon {
	width: 25%;
}

.sec2 .text {
	width: 73%;
}

@media (min-width: 576px) {
	.sec2 h1 {
		font-size: 1.8rem;
	}

	.sec2 .title {
		padding-left: 20%;
		position: relative;
	}	

	.sec2 .img04 {
		position: absolute;
		width: 115px;
		top: -15%;
		left: 0;
	}
	
	.sec2 .box {
		width: 76%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.sec2 {
		background-image: url(../images/bg2-pc.jpg);
		background-size: cover;
		padding: 50px 0 0;
	}
	
	.sec2 .container {
		position: relative;
	}
	
	.sec2 h1 {
		font-size: 2rem;
	}

	.sec2 .title {
		padding-left: 20%;
		position: relative;
	}	

	.sec2 .img04 {
		width: 130px;
		top: -13%;
		left: 10%;
	}
	
	.sec2 .box {
		width: 60%;
		margin-left: auto;
		margin-right: 0;
		padding-bottom: 50px;
	}

	.sec2 .shampoo02 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 38%;
	}	
}

@media (min-width: 992px) {
	.sec2 {
		padding: 60px 0 0;
	}
	.sec2 .title {
		width: 1000px;
		padding-left: 7%; 
	}
	
	.sec2 h1 {
		font-size: 2.4rem;
	}	

	.sec2 .img04 {
		width: 160px;
		top: -15%;
		left: 10%;
	}
	
	.sec2 .box {
		width: 54%;
		padding-bottom: 60px;
	}
	

	.sec2 .shampoo02 {
		left: 3%;
		width: 370px;
	}	
	
	.sec2 .container {
		max-width: 1060px;
	}
}

@media (min-width: 1200px) {
	.sec2 {
		padding: 80px 0 0;
	}
	
	.sec2 .box {
		width: 50%;
		padding-bottom: 80px;
	}
	
	.sec2 .shampoo02 {
		left: 3%;
		width: 400px;
	}		
}


/*////////////////// せクション-buy /////////////////*/
.buy {
	background-image: url(../images/bg3-sp.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	position: relative;
}

.buy .shampoo {
	position: relative;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.buy .shampoo .shampoo-img {
	width: 90%;
	display: block;
	margin: 1rem auto 0;
}

.buy .shampoo .img02 {
	position: absolute;
	width: 32%;
	top: 18%;
	right: -2%;
}

.buy .shampoo .img09 {
	position: absolute;
	width: 40%;
	bottom: 0;
	left: -3%;
}

.buy .text-block {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.buy h1 {
	color: #2A3E01;
	font-size: 1.65rem;
}

.buy h1 span {
	color: #423833;
	display: block;
	font-size: 1.2rem;
	margin-bottom: -0.25rem;
}

.buy h2 {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.buy p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
}

.buy p span {
	font-size: 2em;
	font-weight: 700;
}

.buy .btn {
	width: 100%;
	padding: 0;
}

.buy .btn a {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.15rem;
	padding: 1.2rem 0.8rem;
	text-align: right;
	background-color: #423833;
}

.buy .btn a img {
	width: 10%;
	display: inline-block;
	margin-left: 1em;
}

.buy .btn a:hover {
	background-color: #B6E373;
	transition-duration: 0.3s;
}

.buy-botanical-left {
	width: 15%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.buy-botanical-right {
	width: 14%;
	position: absolute;
	right: 0;
	top: 10%;
}

@media (min-width: 576px) {
	.buy .shampoo {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.buy h1 {
		font-size: 1.8rem;
	}

	.buy h1 span {
		font-size: 1.25rem;
	}

	.buy h2 {
		font-size: 1.25rem;
	}

	.buy p {
		font-size: 1.25rem;
	}
	
	.buy .shampoo .img02 {
		width: 36%;
		right: -8%;
	}

	.buy .shampoo .img09 {
		width: 40%;
		left: -8%;
	}
	
	.buy .btn a {
		font-size: 1.25rem;
		padding: 1.2rem;
	}
}


@media (min-width: 768px) {
	.buy {
		background-image: url(../images/bg3-pc.jpg);
		background-size: cover;
	}
	
	.buy .container-fluid {
		background-image: url(../images/logo2.svg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 18%;
	}

	.buy .d-md-flex {
		max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	
	.buy .shampoo {
		width: 45%;
	}
	
	.buy .text-block {
		width: 47%;
	}
	
	.buy .shampoo .shampoo-img {
		width: 100%;
	}
	
	.buy .shampoo .img02 {
		width: 38%;
		right: -8%;
		top: -8%;
	}

	.buy .shampoo .img09 {
		width: 36%;
		left: -8%;
		z-index: 10;
	}	
		
	.buy h1 {
		font-size: 1.5rem;
	}

	.buy h1 span {
		font-size: 1.2rem;
		margin-bottom: 0;
	}

	.buy h2 {
		font-size: 1.2rem;
	}

	.buy p {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
		.buy .shampoo .img02 {
		right: -10%;
	}
	
	.buy h1 {
		font-size: 2rem;
	}

	.buy h1 span {
		font-size: 1.3rem;
		margin-bottom: -0.5rem;
	}

	.buy h2 {
		font-size: 1.3rem;
	}

	.buy p {
		font-size: 1.3rem;
	}
	
	.buy .btn {
		width: 400px;
	}
}

@media (min-width: 1200px) {
	.buy .container-fluid {
		background-size: 14%;
	}
}






/*////////////////// せクション3 /////////////////*/
.sec3 h1 {
	background-color: #6B865F;
	color: #FFF;
	font-size: 1.6rem;
	padding: 1rem;
	margin-bottom: 0;
}

.sec3 .back-ground {
	background-image: url(../images/bg4-sp.jpg);
	background-size: 100%;
	background-repeat: no-repeat;	
}

.sec3 .area1 h2 {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
}

.sec3 .area1 h2 span {
	color: #AB8C36;
	font-size: 1.2em;
}

.sec3 .area1 .shampoo {
	position: relative;
}

.sec3 .area1 .shampoo .box1 {
	padding-top: 18rem;	
}

.sec3 .area1 .shampoo .box3 {
	position: absolute;
	top: 0;
}

.sec3 .area1 p {
	font-size: 1.35rem;
	line-height: 1.6em;
	font-weight: 600;
}

.sec3 .area2 span, .sec3 .area3 span {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	text-align: center;
}

.sec3 .area2 h2, .sec3 .area3 h2 {
	font-size: 2.1rem;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
}

.sec3 .area2 h2 span, .sec3 .area3 h2 span {
	font-size: 2.1rem;
	line-height: 1.4em;
	font-weight: 600;
	display: inline;
	color: #AB8C36;
}

.sec3 .area2 .icon1, .sec3 .area2 .icon2, .sec3 .area2 .icon3, .sec3 .area2 .icon4, .sec3 .area2 .icon5, .sec3 .area2 .icon6, .sec3 .area2 .icon7, .sec3 .area2 .icon8, .sec3 .area2 .icon9,.sec3 .area2 .icon10 {
	width: 47%;
	text-align: center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 1.5rem 0;
	font-size: 1.15rem;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.sec3 .area2 .icon1 {
	background-image: url(../images/icon01.png);
}

.sec3 .area2 .icon2 {
	background-image: url(../images/icon02.png);
}

.sec3 .area2 .icon3 {
	background-image: url(../images/icon03.png);
}

.sec3 .area2 .icon4 {
	background-image: url(../images/icon04.png);
}

.sec3 .area2 .icon5 {
	background-image: url(../images/icon05.png);
}

.sec3 .area2 .icon6 {
	background-image: url(../images/icon06.png);
}

.sec3 .area2 .icon7 {
	background-image: url(../images/icon07.png);
	padding: 0.8rem 0;
}

.sec3 .area2 .icon8 {
	background-image: url(../images/icon08.png);
}

.sec3 .area2 .icon9 {
	background-image: url(../images/icon09.png);
}

.sec3 .area2 .icon10 {
	background-image: url(../images/icon10.png);
}

.sec3 .area3 .col-12 {
	box-shadow: -2px 2px 16px rgba(0,0,0,0.15);
}

.sec3 .area3 .col-12 img {
	display: block;
	margin-bottom: 1.5rem;
}

.sec3 .area3 .col-12 h3 {
	text-align: center;
	color: #AB8C36;
	font-size: 1.5rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 1.0rem;
}

.sec3 .area3 .col-12 p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	font-size: 14px;
}

.sec3 .area3 .lavender .col-12 {
	background-color: #F4F4F4;
	box-shadow: -2px 2px 16px rgba(0,0,0,0.0);
}

.sec3 .area3 .lavender .col-12 h3 {
	text-align: center;
	color: #6E4FAE;
	font-size: 1.5rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 1.0rem;
}


@media (min-width: 576px) {
	.sec3 h1 {
		font-size: 1.8rem;
		padding: 1.2rem;
	}

	.sec3 .area1 h2 {
		font-size: 1.8rem;
	}

	.sec3 .area1 .shampoo {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec3 .area1 .shampoo .box1 {
		padding-top: 22rem;	
	}

	.sec3 .area1 p {
		font-size: 1.3rem;
	}

	.sec3 .area2 span, .sec3 .area3 span {
		font-size: 1.6rem;
	}

	.sec3 .area2 h2, .sec3 .area3 h2 {
		font-size: 2.0rem;
	}

	.sec3 .area2 h2 span, .sec3 .area3 h2 span {
		font-size: 2.4rem;
	}
}

@media (min-width: 768px) {
	.sec3 h1 {
		font-size: 2.0rem;
	}

	.sec3 .back-ground {
		background-image: url(../images/bg4-pc.jpg);
	}
	
	.sec3 .area1 h2 {
		font-size: 1.7rem;
	}

	.sec3 .area1 .shampoo {
		width: 100%;
	}
	
	.sec3 .area1 .shampoo .box1 {
		padding-top: 0;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec3 .area1 .shampoo .box2 {
		position: absolute;
		bottom: -30%;
		left :0;
		width: 34%;
	}
	.sec3 .area1 .shampoo .box3 {
		top: -3%;
		right: 0;
		width: 40%;
	}

	.sec3 .area1 p {
		font-size: 1.4rem;
	}

	.sec3 .area2 span, .sec3 .area3 span {
		font-size: 1.5rem;
	}

	.sec3 .area2 h2, .sec3 .area3 h2 {
		font-size: 2.2rem;
	}

	.sec3 .area2 h2 span, .sec3 .area3 h2 span {
		font-size: 2.4rem;
	}

	.sec3 .area2 .icon1, .sec3 .area2 .icon2, .sec3 .area2 .icon3, .sec3 .area2 .icon4, .sec3 .area2 .icon5, .sec3 .area2 .icon6, .sec3 .area2 .icon7, .sec3 .area2 .icon8, .sec3 .area2 .icon9,.sec3 .area2 .icon10 {
		width: 19%;
		padding: 1.25rem 0 1.5rem;
		font-size: 1.1rem;
	}
	
	.sec3 .area2 .icon7 {
		padding: 0.5rem 0;
	}
	
	.sec3 .area3 .title {
		text-align: center;
	}
	
	.sec3 .area3 span, .sec3 .area3 h2 {
		display: inline;
	}	
	
	.sec3 .area3 .col-md-6 {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	
	.sec3 .area3 .lavender .box1 {
		width: 45%;
	}
	
	.sec3 .area3 .lavender .box1 img {
		margin-bottom: 0;
	}
	
	.sec3 .area3 .lavender .box2 {
		width: 53%;
	}
	
	.sec3 .area3 .lavender .col-12 h3 {
		text-align: left;
		font-size: 1.6rem;
	}	

	.sec3 .area3 .lavender {
		position: relative;
	}
	
	.sec3 .area3 .lavender .img19 {
		position: absolute;
		width: 170px;
		top: -8%;
		right: -3%;
	}	
}

@media (min-width: 992px) {
	.sec3 h1 {
		font-size: 2.4rem;
	}
	
	.sec3 .area1 h2 {
		font-size: 1.9rem;
	}

	.sec3 .area1 .shampoo .box2 {
		bottom: -24%;
		left :0;
		width: 32%;
	}
	.sec3 .area1 .shampoo .box3 {
		top: -10%;
		right: 0;
		width: 36%;
	}

	.sec3 .area1 p {
		font-size: 1.7rem;
	}

	.sec3 .area2 span, .sec3 .area3 span {
		font-size: 1.7rem;
	}

	.sec3 .area2 h2, .sec3 .area3 h2 {
		font-size: 2.6rem;
	}

	.sec3 .area2 h2 span, .sec3 .area3 h2 span {
		font-size: 2.6rem;
	}

	.sec3 .area2 .icon1, .sec3 .area2 .icon2, .sec3 .area2 .icon3, .sec3 .area2 .icon4, .sec3 .area2 .icon5, .sec3 .area2 .icon6, .sec3 .area2 .icon7, .sec3 .area2 .icon8, .sec3 .area2 .icon9,.sec3 .area2 .icon10 {
		padding: 1.25rem 0 1.5rem;
		font-size: 1.15rem;
	}
	
	.sec3 .area2 .icon7 {
		padding: 0.75rem 0;
	}
	
	.sec3 .area3 .col-12 h3 {
		font-size: 1.7rem;
	}	
	
	.sec3 .area3 .lavender .box1 {
		width: 35%;
	}
	
	.sec3 .area3 .lavender .box2 {
		width: 63%;
	}
	
	.sec3 .area3 .lavender .col-12 h3 {
		font-size: 1.7rem;
	}	
	
	.sec3 .area3 .lavender .img19 {
		width: 220px;
		top: -10%;
		right: 0;
	}	
}

@media (min-width: 1200px) {
	.sec3 .area3 .col-md-6 {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.sec3 .area3 .col-12 h3 {
		font-size: 1.35rem;
	}
}









/*////////////////// せクション4 /////////////////*/
.sec4 {
	background-image: url(../images/bg5-sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.sec4 .title span {
	font-size: 1.3rem;
	line-height: 1.6em;
	font-weight: 500;
	display: block;
	text-align: center;
}

.sec4 .title h1 {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 500;
	display: block;
	text-align: center;
}

.sec4 .title h1 span {
	font-size: 2.2rem;
	line-height: 1.5em;
	font-weight: 600;
	display: inline;
	text-align: center;
}

.sec4 .list {
	width: 90%;
	margin: 0 auto;
}

.sec4 .list .col-12 {
	border-bottom: 1px solid #707070;
	padding: 1rem 0;
	margin-bottom: 0.75rem;
}

.sec4 .list .icon {
	width: 9%;
}

.sec4 .list .text {
	width: 88%;
}

.sec4 .list p {
	color: #3F5D31;
	margin-bottom: 0;
	font-weight: 500;
}

.sec4 .list p span {
	font-size: 1.4rem;
	font-weight: 600;
}

.sec4 .shampoo-sp {
	position: relative;
}

.sec4 .shampoo-sp .img20 {
	position: absolute;
	width: 30%;
	top: 10%;
	left: 15%;
}


@media (min-width: 576px) {
	.sec4 .title {
		position: relative;
	}	
	.sec4 .title .icon {
		position: absolute;
		width: 22%;
		top: 0;
		left: 2%;
	}
	
	.sec4 .title .text {
		width: 78%;
		padding-left: 19%;
	}
	
	.sec4 .title .shampoo-img {
		width: 22%;
	}		
}

@media (min-width: 768px) {
	.sec4 {
		background-image: url(../images/bg5-pc.jpg);
		background-size: cover;
	}

	.sec4 .title .icon {
		width: 18%;
	}
	
	.sec4 .title .text {
		width: 76%;
	}
	
	.sec4 .title .shampoo-img {
		width: 24%;
	}
	
	.sec4 .title span {
		font-size: 1.2rem;
	}

	.sec4 .title h1 {
		font-size: 2.4rem;
		font-weight: 600;
	}

	.sec4 .title h1 span {
		font-size: 2.4rem;
	}

	.sec4 .list {
		width: 90%;
	}

	.sec4 .list .col-md-6 {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.sec4 .list .icon {
		width: 9%;
	}

	.sec4 .list .text {
		width: 88%;
	}

	.sec4 .list p span {
		font-size: 1.2rem;
	}

	.sec4 .shampoo-sp {
		position: relative;
	}

	.sec4 .shampoo-sp .img20 {
		position: absolute;
		width: 30%;
		top: 10%;
		left: 15%;
	}
	
	.order-md-1 {
		order: 1 !important;
	 }
	
	.order-md-2 {
		order: 2 !important;
	 }	

	.order-md-3 {
		order: 3 !important;
	 }		

	.order-md-4 {
		order: 4 !important;
	 }		

	.order-md-5 {
		order: 5 !important;
	 }		
	
	.order-md-6 {
		order: 6 !important;
	 }	

	.order-md-7 {
		order: 7 !important;
	 }	
	
	.order-md-8 {
		order: 8 !important;
	 }		
}

@media (min-width: 992px) {
	.sec4 .title .icon {
		width: 18%;
	}
	
	.sec4 .title .text {
		width: 68%;
	}
	
	.sec4 .title .shampoo-img {
		width: 24%;
		margin-right: 8%;
	}
	
	.sec4 .title span {
		font-size: 1.4rem;
	}

	.sec4 .title h1 {
		font-size: 2.6rem;
	}

	.sec4 .title h1 span {
		font-size: 2.6rem;
	}

	.sec4 .list p span {
		font-size: 1.3rem;
	}
	
	.sec4 .list .col-md-6 {
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.sec4 .shampoo-sp .img20 {
		position: absolute;
		width: 30%;
		top: 10%;
		left: 15%;
	}
	
	.order-md-1 {
		order: 1 !important;
	 }
	
	.order-md-2 {
		order: 2 !important;
	 }	

	.order-md-3 {
		order: 3 !important;
	 }		

	.order-md-4 {
		order: 4 !important;
	 }		

	.order-md-5 {
		order: 5 !important;
	 }		
	
	.order-md-6 {
		order: 6 !important;
	 }	

	.order-md-7 {
		order: 7 !important;
	 }	
	
	.order-md-8 {
		order: 8 !important;
	 }		
}











/*////////////////// せクション5 /////////////////*/
.sec5 {
	background-image: url(../images/bg6-sp.png);
	background-size: cover;
	background-repeat: no-repeat;	
}

.sec5 h1 {
	color: #37502C;
	font-size: 2.2rem;
}

.sec5 .voice img {
	width: 60%;
	display: block;
	margin: 0 auto 1rem;
}

.sec5 .voice span {
	display: block;
	font-weight: 600;
	font-size: 1.1rem;
}

.sec5 .voice p {
	line-height: 1.8em;
}


@media (min-width: 576px) {
	.sec5 h1 {
		font-size: 2.4rem;
	}

	.sec5 .voice img {
		width: 40%;
	}
}

@media (min-width: 768px) {
	.sec5 {
		background-image: url(../images/bg6-pc.png);
		background-size: cover;
	}

	.sec5 h1 {
		font-size: 2.4rem;
	}

	.sec5 .voice img {
		width: 100%;
	}
	
	.sec5 .voice p {
		padding-left: 8%;
	}	
}

@media (min-width: 992px) {
	.sec5 {
		background-image: none;
		background-color: #fafafa;
	}

	.sec5 .container {
		background-image: url(../images/bg6-pc.png);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 80px;
	}
	
	.sec5 h1 {
		font-size: 2.6rem;
	}
}

@media (min-width: 1200px) {
	.sec5 .container {
		padding: 50px 100px;
	}
}





/*////////////////// せクション6 /////////////////*/
.sec6 {
	background-image: url(../images/bg7-sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #6B865F;
}

.sec6 h1 {
	color: #FFF;
}

.sec6 .bg-white img {
	width: 66%;
	display: block;
	margin: 0 auto 1.5rem;
}

.sec6 .bg-white h3 {
	font-size: 1.2rem;
	line-height: 1.5em;
	margin-bottom: 1.0rem;
}

.sec6 .bg-white p {
	line-height: 1.8em;
}


@media (min-width: 576px) {
	.sec6 .bg-white img {
		width: 66%;
		display: block;
		margin: 0 auto 1.5rem;
	}

	.sec6 .bg-white h3 {
		font-size: 1.2rem;
		line-height: 1.5em;
		margin-bottom: 1.0rem;
	}

	.sec6 .bg-white p {
		line-height: 1.8em;
	}
}


@media (min-width: 768px) {
	.sec6 {
		background-image: url(../images/bg7-pc.png);
		background-size: cover;
	}

	.sec6 h1 {
		color: #FFF;
	}

	.sec6 .bg-white img {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
	}

	.sec6 .bg-white h3 {
		font-size: 1.2rem;
	}
}	

@media (min-width: 992px) {
	.sec6 .bg-white {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}	
	
	.sec6 .bg-white h3 {
		font-size: 1.4rem;
	}
}	



/*////////////////// ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#pageTop a img {
	width: 48px;
	display: block;
	margin: 0;
}

@media (min-width: 576px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
	}	
	#pageTop a img {
		width: 58px;
	}
}

/*////////////////// フッター /////////////////*/
footer {
	background-color: #423833;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 0.9rem;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
}

footer ul li {
	display: inline-block;
	border-right: 1px solid #FFF;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 1.25rem;
}

footer ul li:last-child {
	border-right: none;
}

footer .copy {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8rem;
	margin-bottom: 0;
}

footer ul li a {
	color: #FFF;
}



/*///// マージン下 /////*/
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

/*///// マージン上 /////*/
.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}


/*///// パディング上下 /////*/
.py-0 {
	padding-top: 0x !important;
	padding-bottom: 0 !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

@media (min-width:576px) {
/*///// マージン下 /////*/
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}

	.mb-sm-80 {
		margin-bottom: 80px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mt-sm-20 {
		margin-top: 20px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}

	.mt-sm-60 {
		margin-top: 60px !important;
	}

	.mt-sm-70 {
		margin-top: 70px !important;
	}

	.mt-sm-80 {
		margin-top: 80px !important;
	}

	.mt-sm-90 {
		margin-top: 90px !important;
	}

	.mt-sm-100 {
		margin-top: 100px !important;
	}
	

/*///// パディング上下 /////*/
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

@media (min-width:768px) {
/*///// マージン下 /////*/
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-20 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
	

/*///// パディング上下 /////*/
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

@media (min-width:992px) {
/*///// マージン下 /////*/	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}

	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}


/*///// パディング上下 /////*/
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

@media (min-width:1200px) {
/*///// マージン下 /////*/
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}
	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}

	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}


/*///// パディング上下 /////*/
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

@media (min-width: 768px) {
	.pt-md-40 {
		padding-top: 40px !important;
	}
	
	.pb-md-30 {
		padding-bottom: 30px !important;
	}
	
	.pb-md-40 {
		padding-bottom: 40px !important;
	}	
}	


@media (min-width: 992px) {
	.pt-lg-50 {
		padding-top: 50px !important;
	}
	
	.pb-lg-40 {
		padding-bottom: 40px !important;
	}
	
	.pb-lg-50 {
		padding-bottom: 50px !important;
	}
	
	.pb-lg-60 {
		padding-bottom: 60px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-70 {
		padding-top: 70px !important;
	}
	
	.pb-xl-50 {
		padding-bottom: 50px !important;
	}
	
	.pb-xl-60 {
		padding-bottom: 60px !important;
	}
	
	.pb-xl-70 {
		padding-bottom: 70px !important;
	}
}

.attention {
	font-size:  12px;
}


