/* CSS Document */
@charset "utf-8"; 
/* top page */


#fv_common{
	background-image: url(img/6830_f2.jpg);
	background-color:#c4d8c7;
	max-height:250px;
}
#fv_common #fv #shampoo-txt{
	color:#ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.2em;
	width: 30em;;
	line-height:29px;
	padding-left:20px;
	padding-top: 4.5em;	
}

@media screen and (max-width: 569px){
	html {
		overflow-x:hidden;
	}
#fv_common{
	background: none;
	max-height: auto;
}	
#fv_common #fv #shampoo-txt{
	background-image: url(img/6830_f2.jpg);
	background-size: 200% auto;
	background-position: 60% 0;
	background-repeat: no-repeat;
	background-color:#c4d8c7;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
	width: 100%;
	line-height:29px;
	padding-top: 28%;
	padding-bottom: 1em;
}
#top-slider {
	width: 180%;
	margin-left: -40%;
}

}

/*slider
-----------------*/

#top-slider .owl-controls .owl-page span {
	background-color: #c6d79d;
}
#top-slider .owl-controls .active span {
	background-color: #c6d79d;
	border: solid 2px #c6d79d;

}

#top-slider .item {
	max-width: 1980px;
    margin: 0 auto;
}

/*------------------------------------*/


#toppage-nav {
	margin: 40px auto 6% auto;
}
#toppage-nav ul {
	max-width: 960px;
	margin: 0 auto;
}
#toppage-nav li {
	width: 32%;
	margin-left:2%;
	float:left;

}
	
#toppage-nav li a{
	text-decoration:none;
	display:block;
	transition:opacity 0.5s;
	-webkit-font-smoothing: antialiased;
}

#toppage-nav li a:hover{
	opacity: 0.5;
	transition:opacity 0.5s;
	-webkit-font-smoothing: antialiased;
}

#toppage-nav li:first-child {
	margin-left: 0;
}
#toppage-nav li .top-nav-txt{
	text-align:left;
	letter-spacing: -0.02em;
	line-height: 28px;
	background-color: #eeecdf;
	padding: 2% 4%;
	margin-top: -0.5em;
	font-size: 19px;
	line-height: 28px;
	
}
#toppage-nav li .top-nav-txt .top-nav-ttl{
	color: #66913d;
	font-size: 15px;
	font-weight: bolder;
	font-family:"ヒラギノ角ゴ Pro W6";
	letter-spacing: 0.05em;	
}



@media screen and (max-width: 569px){
#toppage-nav li,#toppage-nav li:first-child {
	width: 80%;
	margin:2em auto;
	float:none;
	border-bottom: solid 1px #4d7e36;
	padding-bottom: 2em;
}
#toppage-nav li p{
	text-align: center;
}

}




/* news */
#news {
	box-sizing: border-box;
	border: #eeecdf solid 10px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 6%;
	
}
#news .news-ttl {
	font-size: #808080;
	font-size: 16px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news .news-txt {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.06em;
	position: relative;
	padding-left: 1em;
}
#news .news-txt:before {
	content: "●";
	font-size: 8px;
	vertical-align: middle;
	padding-right:0.2em;
	position: absolute;
	left: 0.6em;

}

@media screen and (max-width: 849px;){
#news {
	margin-left: 10px;
	margin-right: 10px;
}
}

#sh-lineup-ttl {
	text-align:center;
	color: #66913d;
	font-size: 17px;
	position:relative;
	margin-bottom: 3%;
	}
#sh-lineup-ttl span{
	background-color: #ffffff;
	z-index:2;
	padding: 1.2em;
	
}
#sh-lineup-ttl:before {
	content: "";
	border-top: 1px solid #66913d;
	height:0;
	position:absolute;
	top: 50%;
	left:0;
	z-index: -1;
	width: 100%;
}

/* sh-list */
#sh-list {
	width:90%;
	margin: auto;
	position: relative;
}
#sh-list .item div{
	text-align:center;
	margin:auto;
}
#sh-list .item p{
text-align: center;
  margin:auto;
  padding: 0.8em 0.5em;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;	
  width: 7em;
  background-color: #ffffff;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  box-shadow: rgba(224, 224, 224, 0.65098) 0.2em 0.2em 0.5em 0.1em;
  -webkit-box-shadow: rgba(224, 224, 224, 0.65098) 0.2em 0.2em 0.5em 0.1em;
  -moz-box-shadow: rgba(224, 224, 224, 0.65098) 0.2em 0.2em 0.5em 0.1em;
  border: rgba(224, 224, 224, 0.6) solid 1px;
 
}
#sh-list .item p a{
  text-decoration: none;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sh-list .item p:hover{
	background-color: #d5ecbd;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sh-list .item p:hover > a{
	color: #4D7E36;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#sh-list .owl-controls .owl-buttons .owl-prev,#sh-list .owl-controls .owl-buttons .owl-next {
	padding:0;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#sh-list .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top:25%;
	left:-3em;
}
#sh-list .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top:25%;
	right:-3em;
}

.forlineup {
	margin: 1.3em auto;
	text-align:right;
}
.forlineup a{
	text-decoration: none;
	color: #7b9f46;
	padding-right: 2%;
}
.forlineup a:hover{
	color: #66913D;
}
#shampoo-feature {
	width: 100%;
	margin: 3% 0 0 0;
}
#shampoo-feature li {
	float: left;
	margin-left: 0.85%;
}
#shampoo-feature li:first-child {
	margin-left: 0;
}
#shampoo-feature #sh-fea-01 {width: 13.54%;}
#shampoo-feature #sh-fea-02 {width: 9.479%;}
#shampoo-feature #sh-fea-03 {width: 6.875%;}
#shampoo-feature #sh-fea-04 {width: 17.29%;}
#shampoo-feature #sh-fea-05 {width: 49.375%;}
@media screen and (max-width: 569px){
#shampoo-feature #sh-fea-01 {width: 27.42%;margin:0;padding:0 1% 0 0;}
#shampoo-feature #sh-fea-02 {width: 19.19%;margin:0;padding:0 1% 0 0;}
#shampoo-feature #sh-fea-03 {width: 13.92%;margin:0;padding:0 1% 0 0;}
#shampoo-feature #sh-fea-04 {width: 35.01%;margin:0;padding:0;}
#shampoo-feature #sh-fea-05 {width: 100%; margin:0;padding:0;}

}




#shampoo-feature-inner {
	width: 100%;
	border: solid 5px #c6d79d;
	padding: 1em 1.5em 0.5em 1em;
	margin: 0 auto 8% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#shampoo-feature-inner li {
	float: left;
}

#sh-howto-list {
	padding-top: 5%;
	position: relative;
	margin:0 auto 10% auto;
	max-width: 960px;
}
.sh-howto .active-tabmenu {
	background-color: #4D7E36;
	line-height: 0;
	cursor: pointer;
	}
.sh-howto .none-tabmenu {
	background-color: #c6d79d;
	line-height: 0;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	-moz-transition:  all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sh-howto .none-tabmenu:hover {
	background-color: #4D7E36;
	line-height: 0;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	-moz-transition:  all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sh-howto #sh-howto-01 {position: absolute; top: 0; left:0; width:17.2%;}
.sh-howto #sh-howto-02 {position: absolute; top: 0;left:18.2%;width:50.1%;}
.sh-howto #sh-howto-03 {position: absolute; top: 0;left:69.3%;width:12.7%;}
.sh-howto .tabmenu {
	margin-top: 1%;
}

@media screen and (max-width: 569px){
#sh-howto-list {
	padding-top: 150px;
	position: relative;
	margin-bottom: 10%;
}
.sh-howto #sh-howto-01 {position: absolute; top: 0; left:3%; width:94%; height: 40px;}
.sh-howto #sh-howto-02 {position: absolute; top: 50px;left:3%; width:94%; height: 40px;}
.sh-howto #sh-howto-03 {position: absolute; top: 100px;left:3%; width:94%; height: 40px;}
.sh-howto #sh-howto-01 img,.sh-howto #sh-howto-02 img,.sh-howto #sh-howto-03 img {max-height: 40px;}
.sh-howto .tabmenu {
	margin-top: 1%;
}
	
}

/*howto */


.sh-howto #product-howto .howto-imgs {
	width:96%;
}

@media screen and (max-width: 569px){
#product-howto .howto-imgs li{
	margin-bottom: 0;
}
#product-howto .howto-imgs li:nth-child(odd) {
    clear: both;
	border-left:none;
}
#product-howto .howto-imgs li img{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

}





.sh-howto .tabmenu #new-ecobot , .sh-howto .tabmenu #seibun{
	border-top: solid 1px #4D7E36;
}
.sh-howto .tabmenu #new-ecobot #ecobot {
	width: 27%;
	float: left;
	margin: 1.5%;
}
.sh-howto .tabmenu #new-ecobot .ecobot-txt {
	float: right;
	width: 68%;
	margin: 5% auto 1em auto;
}


.forbottle {
	margin: auto 2%;
	text-align:right;
	width: 60%;
	float:right;
}
.forbottle a{
	text-decoration: none;
	color: #c6d79d;
}
.forbottle a:hover{
	color: #66913D;
}



.sh-howto .tabmenu #seibun p{
	padding-top: 1em;
	}
.sh-howto .tabmenu #seibun p .bold {
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6","Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;	
}
@media screen and (max-width: 569px){
.sh-howto .tabmenu #new-ecobot #ecobot {
	width: 60%;
	text-align:center;
	float: none;
	margin: 1.5% auto;
}
.sh-howto .tabmenu #new-ecobot .ecobot-txt {
	width: 94%;
	margin: 5% 3% 1em 3%;
}
.forbottle {
	margin: auto 10px;
	text-align:right;
	width: 60%;
	float:right;
}

.sh-howto .tabmenu #seibun{	
	padding: 10px;
}

}
	
	
/*------------------------------------------------------------------
sh-contents-area
---------------------------------------------------------------------*/
#sh-contents-area {
	background: #ecf2e6;
	position: relative;
	overflow: hidden;
}

#sh-contents-area #sh-inner {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 1;
}


.sh-cnt-nav{
	border-top: solid 1px #4D7E36;
	padding-top: 3em;
}
.sh-cnt-nav ul{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.sh-cnt-nav li{
	position: relative;
}
.sh-cnt-nav .sh-now:before{
	position: absolute;
	content: "";
	border-top: 2.5em #4D7E36	solid;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	height: 0;
	left: 50%;
	margin-left: -2em;
	top: -3em;
}
.sh-cnt-nav .sh-now:after{
	position: absolute;
	content: "";
	border-top: 2.5em #ffffff	solid;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	height: 0;
	left: 50%;
	margin-left: -2em;
	top: -3.1em;
}

/*
20171226追加 トッププチリニューアル
------------------------------------------------------------------------------*/
#top-topic {
    max-width: 1128px;
    margin: 0 auto 60px;
}
#top-topic .top-topic-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
#top-topic .top-topic-list li {
  margin: 0.6%;
  background: #eeecdf;
}
#top-topic .top-topic-list li a {
  display: block;
  flex: 1;
  text-decoration: none;
}
#top-topic .top-topic-list li a:hover {
  opacity: 0.6;
  transition: .25s ease-out;;
}
#top-topic .top-topic-list li a figure {
	width: 100%;
	max-width: 268px;
	height: auto;
	line-height: 0;
}
#top-topic .top-topic-list li a figure figcaption {
	display: block;
  text-align: left;
	font-size: 16px;
  line-height: 1.5;
	padding: 12px 14px 15px;
}
#top-topic .top-topic-list li a figure figcaption h2 {
    color: #66913d;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
#top-topic .comment-area {
	max-width: 960px;
	margin: 0 auto 30px;
}
#top-topic .comment-area h2 {
	font-size: 16px;
	font-weight: bold;
}
#top-topic .comment-area p {
	font-size: 14px;
}

@media screen and (max-width: 569px){
	#top-topic {
		padding: 2%;
		margin-bottom: 5%;
	}
	#top-topic .top-topic-list {
		flex-flow: row wrap;
		margin-bottom: 5%;
	}
	#top-topic .top-topic-list li {
  	width: 47%;
  	margin-bottom: 5%;
	}
	#top-topic .top-topic-list li a figure figcaption {
		font-size: 0.875rem;
		padding: 4%;
	}
	#top-topic .comment-area {
		margin: 0 auto 5%;
	}
	#top-topic .comment-area h2 {
		font-size: 0.875rem;
	}
	#top-topic .comment-area p {
		font-size: 0.875rem;
	}
}
