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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
	color: #808080;
	font-size:13px;
	line-height:1.5;
}


* a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


/* TOP Header
--------------------------------------------------------*/
#header {
	margin:0 auto;
	background: url(../../images/headerBg.png) bottom center no-repeat;
	height:127px;
	z-index:2;
	position:relative;
}

#header #headSec {
	text-align:center;
	margin:0 auto;
	width:1028px;
}


#header #headSec .hederSecIn {
	text-align:left;
}
h1{
	float:left;
	padding:6px 0 0 0;
}
.topNavi {
	float:left;
	height:40px;
	padding:27px 13px 0 49px;
	color:#fff;
	font-size:90%;
}
.topNavi a,
.topNavi a:active,
.topNavi a:visited {
	color:#fff;
	text-decoration:none;
}

.topNavi a:hover {
	text-decoration:underline;
}

.navOn01 a{
	display:block;
	width:157px;
	height:50px;
	background: url(../../images/nav/nav001.png) no-repeat;
}
.navOn01 a:hover{
	background-position:left bottom;
}
.navOn02 a{
	display:block;
	width:157px;
	height:50px;
	background: url(../../images/nav/nav002.png) no-repeat;
}
.navOn02 a:hover{
	background-position:left bottom;
}
.navOn03 a{
	display:block;
	width:157px;
	height:50px;
	background: url(../../images/nav/nav003.png) no-repeat;
}
.navOn03 a:hover{
	background-position:left bottom;
}
.navOn04 a{
	display:block;
	width:157px;
	height:50px;
	background: url(../../images/nav/nav004.png) no-repeat;
}
.navOn04 a:hover{
	background-position:left bottom;
}
.navOn05 a{
	display:block;
	width:157px;
	height:50px;
	background: url(../../images/nav/nav005.png) no-repeat;
}
.navOn05 a:hover{
	background-position:left bottom;
}


.tel {
/*	float:left;*/
padding: 22px 0 0;
}
.online {
/*	float:left;*/
	margin:4px 0 0;
}

.snsArea ul li {
	float:left;
	margin:25px 8px 0 3px;
}
/*TOPの品質についてアップ後に下記背景を表示させる*/
.headerNav {
	clear:both;
	height:30px;
	width:1028px;
	margin:40px 0 0 0;
	/*background: url(../../images/nav/line.png) right 9px no-repeat;*/
}

.headerNav ul li {
	float:left;
	background: url(../../images/nav/line.png) 4px 11px no-repeat;
	padding:1px 0 0 13px;
  margin: -50px 0 0;
}
/* TOP Slide
--------------------------------------------------------*/
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}



@media (min-width: 768px) {
#slide {
    background-image: url(../../images/slider/slideBg_2109.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
    margin: 0 auto;
    max-width: 2000px;
    width: 100%;
}
#slide .mainVisual {
    height: 678px;
    margin: -4px auto;
  width: 100%;
  text-align: center;
  position: relative;
}
#slide .mainVisual a{
  display: block;
  width: 100%;
  height: 100%;
}
#slide .mainVisual a:hover{
  opacity: 1;
}
}

@media (max-width: 767px) {
  #slide .mainVisual {
    background-position: center top;
    height: auto;
  }
}
#slide .mainVisual img {
  width: 100%;
    margin: -4px auto;
}
#slide .mainVisual img:hover{
  opacity: 1;
}

/* TOP cmArea
--------------------------------------------------------*/
#cmArea {
	margin:-18px auto 0 auto;
	background: url(../../images/content01Bg.png) bottom center no-repeat;
	height:245px;
	z-index:3;
}
#cmArea .cmSec01 {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
#cmArea .cmSec01 .cmSec01In {
	text-align:left;
}
.movie {
	float:left;
	padding: 33px 10px 0 206px;
}
.movieText {
	float:left;
	padding: 33px 10px 0 16px;
}
.movieText p {
	padding:10px 0 0 0;
	color:#A98100;
}
.movieText .cmBtn {
	margin:15px 0 0 0;
}

/* TOP topProduct
--------------------------------------------------------*/
#topProduct {
	margin:-5px auto 0 auto;
	background-color:#F4F1E1;
}
#topProduct .topProduct {
	text-align:center;
	margin:0 auto;
	width:1028px;
	padding:0 0 55px 0;
}
#topProduct .topProduct .topProductIn {
	text-align:center;
	padding:50px 0 30px 0;
}
.topProductIn h2 {
	margin:0 0 10px 0;
}

#topProduct .topProduct .topProductIn .topProductList{
text-align: center;
    margin: 0 auto;
    display: flex;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

#topProduct .topProduct .topProductIn .topProductList li {
max-width: 1200px;
    height: 358px;
    padding: 0 4% 0 4%;
}
	.topProductList li.topPro01 {
		background: url(../../images/topProduct01.png) bottom center no-repeat;
	}
	.topProductList li.topPro02 {
		background: url(../../images/topProduct02.png) bottom center no-repeat;
	}
	.topProductList li.topPro03 {
		background: url(../../images/topProduct03.png) bottom center no-repeat;
	}
	.topProductList li.topPro04 {
		background: url(../../images/topProduct04.png) bottom center no-repeat;
	}
	.topProductList li.topPro05 {
		background: url(../../images/topProduct05.png) bottom center no-repeat;
	}
	.topProductList li.topPro06 {
		background: url(../../images/topProduct06.png) bottom center no-repeat;
	}
	.topProductList li img.topProductListImg {
		margin:115px 0 0 0;
	}
	.topProductList li img.topProductListImg02 {
		margin:15px 0 0 0;
	}

.topConceptIn {
	margin:30px 0 0 0;
	height:100%;
	overflow:hidden;
}
.topConceptMain {
	height:267px;
	background: url(../../images/topConceptBg.png) bottom center no-repeat;
	margin: 0 0 9px 0;
}
.topConceptBtn {
	margin:193px 0 0 0;
}
/*公開時　差し替え後削除*/
.topConceptMain01 {
	height:117px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;
	background:#D8E1C9;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
}
.topConceptLeft {
	float:left;
	width:501px;
	padding:0 0 0 54px;
	background: url(../../images/topBrandConcept01.png) bottom center no-repeat;
}
.topConceptRight {
	text-align:left;
	padding:34px 10px 10px 8px;
	color:#478037;
}

.topConceptBtn2 {
	margin:66px 0 0 -61px;
}
/*公開時　差し替え後削除ここまで*/
/*公開時からの差し替え*/
.topConceptMain02 {
	float:left;
	height:auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;
	background:#D8E1C9;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
	padding:10px 0 15px 0;
	width:496px;
	height: 207px;
}
.topConceptMain02Left {
	float:left;
}


.topConceptMain02Left p {

	text-align:left;
	float:left;
	color:#478037;
	padding:10px 10px 0 0;
	width:273px;
}
.topConceptMain03 {
	float:left;
	height:auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;
	background:#FFF;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
	padding:10px 0 15px 0;
	width:496px;
	margin:0 0 10px 30px;
	height: 207px;
}
.topConceptMain03Left {
	float:left;
}

.topBrandPhoto {
	float:left;
	width:167px;
	padding:10px 5px 0 20px;
}
.topConceptMain03Right p {

	text-align:left;
	float:left;
	color:#B3901C;
	padding:10px 10px 0 0;
	width:273px;
}

/*公開時からの差し替えここまで*/
.backtop {
	clear:both;
	text-align:right;
	margin:5px 0 0 0;
}

.backtop a,
.backtop a:active,
.backtop a:visited {
	color: #B28F1C;
	text-decoration: none;
	font-size:80%;
}

.backtop a:hover {
	text-decoration: underline;
	font-size:80%;
}

/* TOP topFooter
--------------------------------------------------------*/

#topFooter {
	margin:0 auto 0 auto;
	background-color:#CBD2AC;
}
#topFooter .topFooterSec {
	text-align:center;
	margin:0 auto;
	width:100%;
	padding:0 0 20px 0;
}
#topFooter .topFooterSec .topFooterSecIn {
	text-align:left;
	padding:50px 0 20px 0;
}
.topFooterSecIn h2 {
margin: 0 auto 53px 0;
text-align: center;
}
.snsLeft {
	width:494px;
	float:left;
	height:285px;
	background-color:#fff;
	/*border:1px solid #6D8930;*/
	margin:0px 36px 35px 0px;

}

.snsCenter h3,
.snsLeft2 h3,
.snsRight2 h3 {
	background: url(../../images/iconTwitter.png) center left no-repeat;
	color:#589FD9;
	padding:7px 0 0 35px;
	font-size:110%;
}

.snsCenter p,
.snsRight2 p,
.snsLeft2 p{
	float:right;
	color:#808080;
	padding: 14px 3px 0 0;
}

.snsCenter {
	width:500px;
	height:285px;
	/*border:1px solid #6D8930;*/
	margin:0 auto 35px;
	overflow:hidden;
	background:#ffffff;
}

.snsLeft2 {
	width:500px;
	float:left;
	height:285px;
	/*border:1px solid #6D8930;*/
	margin:0 0 35px 0;
	overflow:hidden;
	background:#ffffff;
}

.snsRight {
	width:494px;
	float:left;
	height:285px;
	/*border:1px solid #6D8930;*/
	background-color:#fff;
	margin:0px 0 35px 0;
	overflow:hidden;
}

.snsRight2 {
	width:500px;
	float:right;
	height:285px;
	/*border:1px solid #6D8930;*/
	margin:0 0 35px 0;
	overflow:hidden;
	background:#ffffff;
}

.topInfo {
	clear:both;
	width:1026px;
	height:125px;
	border:1px solid #6D8930;
	background-color:#fff;
	margin:0 0 8px 0;
	overflow: auto;
	padding:10px 0 10px 0;
}

.topInfo ul {
	border-top:1px solid #C2AE4B;


}
.topInfo ul li {
	border-bottom:1px dotted #C2AE4B;
	padding:6px 0 6px 30px;
	background: url(../../images/arrow.png) 20px 8px no-repeat;
}
.bannerList {
	text-align:center;
	padding:30px 0 0 0;

}
.bannerList li {
	height:67px;
	width:178px;
	padding:0 10px 0 0;
	text-align:center;
	font-size:80%;
	line-height:1.2;
	display:inline-block;
	display:inline;
	zoom:1;
}

.bannerList li a,
.bannerList li a:active,
.bannerList li a:hover,
.bannerList li a:visited {
	color: #333;
	text-decoration: none;
}




.infoImg {
	padding:4px 0 12px 10px;
	margin:0 auto;
	text-align:center;
}

/* TOP bottomNav
--------------------------------------------------------*/

#bottomNav {
	margin:-5px auto 0 auto;
	background-color:#6D8930;
}
#bottomNav .bottomNavSec {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
#bottomNav .bottomNavSec .bottomNavSecIn {
	text-align:center;
	padding:15px 0px 9px;
	color:#fff;
}
.bottomNavSecIn a,
.bottomNavSecIn a:active,
.bottomNavSecIn a:hover,
.bottomNavSecIn a:visited {
	color: #fff;
	text-decoration: none;
}
#bottomNav .bottomNavSec .bottomNavSecIn p {
	padding:0 0 5px 0;
}


/* concept
--------------------------------------------------------*/

.concept {
	text-align:left;
	margin:0 auto;
	width:1028px;
}
.conceptIn {
    padding: 0 0 40px 0;
    background: url(../../images/concept/conceptBg01.png) no-repeat 90% 14% / 90%;

}

.concept .conceptIn .concep_info1{
width: 634px;
padding: 20px 0 30px 0;
  font-size: 22px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}
.concept .conceptIn .concep_info1 p{
	text-align:center;
	color:#AE8D20;
	line-height:1.2;
}

.conceptIn h2 {
	padding:20px 0 0 0;
}
.conceptIn .concept01 {
	padding:80px 0 0 0;
}
.conceptIn .concept02 {
	padding:33px 0 0 0;
}
.conceptIn .conceptText {
	text-align:left;
	width:634px;
	padding:0 0 20px 0;
  font-size: 18px;
}
.conceptIn .conceptText p {
	text-align:center;
	color:#AE8D20;
	line-height:1.5;

}
.conceptIn .conceptText img {
  width: 100%;
}








.conceptArea02 {
	background:#F4F1E1;
	margin:-7px auto 0 auto;
}

.conceptArea02 .conceptArea_line{
width: 100%;
    vertical-align: baseline;
}

.conceptArea02In {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
.conceptArea02In h2 {
	padding:60px 0px 20px;
}
.conceptArea02In p {
	color:#AE8D20;
	line-height:1.5;
	padding:0 0 30px 0;
  font-size: 20px
}
.conceptArea03 {
	background:#F4F1E1;
	margin:0 auto;
}

.conceptArea03In {
	text-align:center;
	margin:0 auto;
	width:1028px;
	height:300px;
	background: url(../../images/concept/concept05.png) 78px 0px no-repeat;
}
.conceptArea03In p {
	color:#AE8D20;
	line-height:1.6;
	padding:107px 0px 0px 448px;
	text-align:left;
	width:400px;
	font-size:110%;
}
.conceptArea04 {
	background:#F4F1E1;
	margin:0 auto;
	padding:20px 0 40px 0;
}

.conceptArea04In {
	text-align:center;
	margin:0 auto;
	width:1028px;
	height:680px;
	background: url(../../images/content02Bg.png) 0px 0px no-repeat;
}

.conceptArea04In h2 {
	padding:40px 0 20px 0;
}
.conceptArea04In p {
	color:#fff;
	line-height:1.7;
	padding: 18px 50px;
	text-align:left;
	width:400px;
	font-size:16px;
}
.concept08Image {
	padding:38px 0 0 0;
}
.conceptArea04Left {
	float:left;
	width:510px;
	padding:0 0 0 10px;
}
.conceptArea04Right {
	float:left;
	width:500px;

}
.conceptArea04In .lpComment01 {
	clear:both;
	width:800px;
	color:#ffff00;
	padding-top:37px;
	padding-left:65px;
}

.backtop2 {
	margin:0 auto;
	width:100%;
	text-align:right;
}
.backtop2 a,
.backtop2 a:active,
.backtop2 a:hover,
.backtop2 a:visited {
	color: #B28F1C;
	text-decoration: none;
	font-size:80%;
}
.qualityAssurance {
	text-align:left;
	margin:0 auto;
	width:1028px;
	color:#B3901C;
}

.productList {
	width:514px;
	height:322px;
	border: 1px solid #c4b04b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#fff;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
  display: flex;
  justify-content: center;
  margin: 0 auto;

}
.productList .list01 {
	float:left;
	width:225px;
	text-align:center;
	padding:6px 15px 32px 15px;
	margin-top:10px;
	border-right:2px dotted #C4B04B;
	position: relative;
	height: 264px;

}
.productList .list01 p {
	padding:5px 0 0 0;
	font-size:90%;
	min-height:60px;
	text-align: left;
}
.productList .list01:last-child {
	border-right:0px dotted #C4B04B;
}

.ProductBtn {
	position: absolute;
	left: 50%;
    bottom: 0;
	margin: 0 0 0 -65px;;
	display:block;
}

img.shadow {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .6);
}

/* products
--------------------------------------------------------*/
.products {
	text-align:left;
	margin:0 auto;
	width:1030px;
}

.products + img {
	max-width: 100%;
}

.products .productsIn {
	padding: 0 0 0 0;

}

.products .productsIn .topProducts {
	margin:0 auto;
	text-align:center;
	padding:20px 0 8px 0;
}
.productsListWrap {
	text-align: center;
	overflow: hidden;
}
.products .productsIn .productsList {
	float:left;
	text-align: center;
}
.products .productsIn .productsList p {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0;
    color: #e95513;
}
.products .productsIn .productsList .padimg {
  width: 70%;
  height: auto;
}
.products .productsIn .productsList .saltimg {
  width: 70%;
  height: auto;
}




.products .productsIn .productsListCenter {
	letter-spacing: -.4em;
}
.products .productsIn .productsListCenter .productsList {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none;
	margin: 25px 45px;
}
.products .productsIn .productsListCenter .productsList  .productsList_icon1{
  width: 40%;
  height: 40%;
}

.productsArea02 {
	background:#F4F1E1;
	margin:-7px auto 0 auto;
	padding:0 0 50px 0;
}

.productsArea02 .productsArea02In {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
.productsArea02In h2 {
	padding:60px 0px 20px;
}
.productsArea02In p {
	color:#AE8D20;
	line-height:1.5;
	padding:0 0 30px 0;
}
/* products onzapat
--------------------------------------------------------*/
.productsIn ul li {
	float:left;

	margin:0 5px 0 0;
	text-align:center;
	color:#fff;
	font-size:90%;
}
.productsIn ul li:last-child {
	margin:0 0 0 0;
}
.productsIn ul li a,
.productsIn ul li a:active,
.productsIn ul li a:hover,
.productsIn ul li a:visited {
	color: #fff;
	text-decoration: none;
	display:block;
	padding:5px 0;
}

	.productsIn ul li.navOshirihope {
		background:#f02a47;
		width:168px;
	}

	.productsIn ul li.navOnzapat {
		background:#E76A30;
		width:168px;
	}
	.productsIn ul li.navLiner {
		background:#ACCA2B;
		width:168px;
	}
	.productsIn ul li.navSokuon {
		background:#7D6FB0;
		width:168px;
	}
	.productsIn ul li.navBathsalt {
		background:#FA8241;
		width:168px;
	}
	.productsIn ul li.navSupplement {
		background:#FB8787;
		width:160px;
	}

	.productsIn ul li.navOshirihopeOther{
		background:#f6bfbf;
		width:168px;
		}

	.productsIn ul li.navOshirihopeOther a:hover{
		background:#f6bfbf;
		width:168px;
		}

	.productsIn ul li.navOnzapatOther {
		background:#F8CECE;
		width:168px;
	}
	.productsIn ul li.navOnzapatOther a:hover {
		background:#E76A30;
		width:168px;
	}
	.productsIn ul li.navLinerOther {
		background:#F1E28A;
		width:168px;
	}
	.productsIn ul li.navLinerOther a:hover {
		background:#ACCA2B;
		width:168px;
	}
	.productsIn ul li.navSokuonOther {
		background:#EDC7B7;
		width:168px;
	}
	.productsIn ul li.navSokuonOther a:hover {
		background:#7D6FB0;
		width:168px;
	}
	.productsIn ul li.navBathsaltOther {
		background:#FBDD98;
		width:168px;
	}
	.productsIn ul li.navBathsaltOther a:hover {
		background:#FA8241;
		width:168px;
	}
	.productsIn ul li.navSupplementOther {
		background:#FBDABD;
		width:160px;
	}
	.productsIn ul li.navSupplementOther a:hover {
		background:#FB8787;
		width:160px;
	}

.productsOshirihope {
	background: url(../../images/products/oshiripadBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}

.productsOnzapat {
	background: url(../../images/products/onzapatBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}
.productsTopRight {
	float:right;
	padding: 20px 14px 0px 0px;
	width: 250px;
	text-align: right;
	font-size:110%;

}
.productsTopRight img {
	margin:0 0 0 15px;
	width:167px;
}
.productsTopLeft {
	float:left;
	font-size:90%;
}
.productH2 {
	padding:50px 0 30px 0;
}
.productsArea03 {
	background:#F4F1E1;
	margin:-7px auto 0 auto;
	padding:0 0 50px 0;
}
.productsCap {
	padding: 0px 5px 0 6px;
}

.productsArea03In .productsBoxOshirihope {
	background:#fff url(../../images/products/oshirihope01.png) 50% 24px no-repeat;
	width:1028px;
	text-align:left;
	height:746px;
	padding: 23px 0px;
	position:relative;
	font-size:105%;
	line-height:1.6;
	color:#753f10;
}

.productsArea03In .productsBoxOshirihope .text1{
	width:525px;
	position:absolute;
	top:250px;
	left:160px;
	}

.productsArea03In .productsBoxOshirihope .text2{
	width:525px;
	position:absolute;
	top:430px;
	left:160px;
	}

.productsArea03In .productsBoxOshirihope .text3{
	width:440px;
	position:absolute;
	top:615px;
	left:160px;
	}

.productsArea03In .productsBoxOnzapat {
	background:#fff url(../../images/products/onzapat01.png) 50% 24px no-repeat;
	width:1028px;
	text-align:left;
	height:380px;
	padding: 23px 0px;
}
.productsArea03In .productsBoxOnzapat img {
	margin:316px 0px 0px 103px;
}
.productsArea03 .productsArea03In {
	text-align:center;
	margin:0 auto;
	width:1028px;
}


.productsBoxTitle {
	text-align:left;
	padding:14px 0 10px 0;
	display:block;
}

.productsBox02 {
	width:938px;
	background:#fff;
	padding: 13px 0px 11px 90px;
	text-align:left;
}

.productsBox02List {
	float:left;
	width: 214px;
	text-align: left;
}

.productsBox03 {

	background:#fff;
	padding: 13px 0px 11px 28px;
}
.productsBox03 p {
	text-align: left;
}

.productsBox04 {
	width:1028px;
	background:#fff;
	padding: 13px 0px 11px 0px;
	text-align: left;
}
.productsBox04 table {
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	width:1028px;
	border-collapse: collapse;
}
.productsBox04 table tr {
	border-bottom:1px solid #808080;
}
.productsBox04 table td {
	padding:8px 15px;
	font-size:90%;
	line-height:1.6;
}
.productsBox04 table tr td.tableLeft {
	width:170px;
	text-align:right;
	background:#EDEDED;
	border-right:5px solid #b6c297;
}
.productsBox04 table tr td p {
	padding-left:1em;
	text-indent:-1em;

}
.productsBox04 table tr td dt {

    font-weight: bold;
}
/* products liner
--------------------------------------------------------*/

.productsLiner {
	background: url(../../images/products/linerBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}
.productsArea03In .productsBoxLiner {
	background:#fff url(../../images/products/liner01.png) 50% 24px no-repeat;
	width:1028px;
	text-align:left;
	height:380px;
	padding: 23px 0px;
}
.productsArea03In .productsBoxLiner img {
	margin:316px 0px 0px 103px;
}
/* products productsSokuon
--------------------------------------------------------*/
.productsSokuon {
	background: url(../../images/products/sokuonBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}
.productsArea03In .productsBoxSokuon {
	background:#fff url(../../images/products/sokuon01.png) 50% 24px no-repeat;
	width:1028px;
	text-align:left;
	height:380px;
	padding: 23px 0px;
}
.productsArea03In .productsBoxSokuon img {
	margin:316px 0px 0px 103px;
}
.productsBox03 ul li {
	float:left;
	display:inline;
	text-align:left;
	padding:12px 0 0 0;
}
.productsBox03 ul li p {
	padding:7px 0 0 0;
}
.sokuonImg01 {width:168px;}
.sokuonImg02 {width:166px;}
.sokuonImg03 {width:167px;}
.sokuonImg04 {width:168px;}
.sokuonImg05 {width:168px;}
.sokuonImg06 {width:149px;}

.sokuonList {
	margin:0 0 0 -8px;
	clear:both;
}
.sokuonMorning {
	text-align:right;
	float:right;
	padding:0px 32px 0px 0px;

}


/* products productsbathsalt
--------------------------------------------------------*/
.productsBoxBathsolt {
	background:#fff;
	width:1028px;
	padding:17px 0;
}
.productsBathsalt {
	background: url(../../images/products/bathsaltBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}

.productsBoxBathsoltIn {
	background:#fff url(../../images/products/bathsaltCenter.png) 50% 50% repeat-y;
	margin:0 auto;
}

.productsBoxBathsoltIn ul {
	padding:0 0 0 11px;
}
.productsBoxBathsoltIn ul li {
	float:left;
	padding: 0px 0px 0px 71px;
	text-align:left;
	font-size:90%;
	width:158px;
	height: 180px;
}

-----------liner
.productsBoxLiner2 {
	background:#fff;
	width:1028px;
	padding:17px 0;
}
.productsBoxLiner2 {
	background:#fff url(../../images/products/bathsaltCenter.png) 50% 50% repeat-y;
	margin:0 auto;
	padding:0 50px;
}

.productsBoxLiner2 ul {
	padding:0 0 0 11px;
}
.productsBoxLiner2 ul li {
	float:left;
	padding: 0px 36px 0px 15px;
	text-align:center;
	font-size:100%;
	width: 177px;

}
.suppl6 {

	background: #fff;
	padding: 10px;
}
.greenBold {color:#6D8630; font-weight:bold; font-size:120%;}

.bathsoltH2 {
	text-align:left;
	color:#AE8B1C;
	font-size:120%;
	font-weight:bold;
	line-height: 1px;
	padding: 14px 0 0 0;
}

.bathsoltLeft {

	float:left;
	position: relative;

}
.bathsoltLeft ul li {
	float:left;
}
.bathsoltRight {
	float:right;
	width:240px;
	position: relative;
	min-height:138px;
}

.bathsoltCap01 {
	width:198px;
	padding:13px 8px 13px 10px;
	background:#BFA34E;
	color:#fff;
	font-size:88%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:-33px 0px 0px 11px;
}
.bathsoltCap02 {
	color:#BFA34E;
	font-size:90%;
	position: absolute;
	bottom: 0px;
	width:240px;
}
.bathsoltCap03 {
	width:92px;
}
.bathsoltLeft .bathsoltCap04 {
	width:250px;
	padding: 48px 0px 0px 13px;
}
/* products supplement
--------------------------------------------------------*/
.productsBoxSupplement {
	background:#fff;
	width:1028px;
	padding:17px 0;
}
.productsSupplement {
	background: url(../../images/products/supplementBg.png) no-repeat;
	width:1028px;
	height:93px;
	margin:10px 0 0 0;
	padding:320px 0 0 0;
}

.productsBoxSupplementIn {
	background:#fff url(../../images/products/supplementCenter.png) 50% 50% repeat-y;
	margin:0 auto;
}

.productsBoxSupplementIn ul {
	padding:0 0 0 58px;
	background:#fff url(../../images/products/supplementCenterIn.png) 50% 50% repeat-y;
}
.productsBoxSupplementIn ul li {
	float:left;
	padding: 0px 0px 0px 22px;
	text-align:left;
	font-size:90%;
	width:158px;
}

.greenBold {color:#6D8630; font-weight:bold; font-size:120%;}
.linerBold {line-height: 36px;color:#542e1a; font-weight:bold; font-size:120%;text-align: center;}

.supplementH2 {
	text-align:left;
	color:#AE8B1C;
	font-size:120%;
	font-weight:bold;
	padding: 0px 0px 9px 0px;
}

.supplementPoint1 {
	display:inline;
	margin: 25px 37px 0 0px;
}

.supplementLeft {
	float:left;
	width:55%;
}

.supplementRight {
	float:right;
	width:365px;
	margin: 0 21px 0 0;
}

/* QA
--------------------------------------------------------*/

.qaArea02 {
	background:#F4F1E1;
	margin:-7px auto 0 auto;
}

.qaArea02In {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
.qaArea02In h2 {
	padding:0px 0px 20px;
}
.qaArea02In ul {
	text-align:center;
	margin: 0 0 43px 0;
}
.qaArea02In ul li {
	display:inline;
	padding:0 5px 0 0;
}

.qaArea02In p {
	color:#AE8D20;
	line-height:1.5;
	padding:0px 20px 0px 28px;
	font-size:110%;
}

.qaArea01 {
	text-align:left;
	margin:0 auto;
	width:1028px;
	padding:12px 0 29px 0;
}
.toggleIn {
	background:#fff;
	margin:5px 0 0 0;

}
.toggleIn .expand_heading_3 {
	border-bottom:1px dotted #B3B3B3;
	padding: 7px 0px 7px 28px;
	font-weight: bold;
}

.expand_heading_3 a,
.expand_heading_3 a:active,
.expand_heading_3 a:hover,
.expand_heading_3 a:visited {
	color:#B3901C;
	text-decoration: none;
	display:block;
	font-size:100%;

}
.toggle_container_3 {
	padding-top:10px;
	padding-bottom: 23px;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.toggle_container_3 h3 {
	color:#AE8D20;
	line-height:1.5;
	padding:13px 20px 0px 28px;
	font-size:110%;
}

.qaTitleImg {
	padding-bottom:4px;
}
.toggle_container_3 ul {
	margin: 0px 0px 0px;
}

.flow ul li {
	float: left;
	width: 141px;
	text-align: left;
	padding: 2px 6px 0 21px;
	color:#AE8D20;
}






/* Media
--------------------------------------------------------*/
.mediaArea01 {
	text-align:left;
	margin:0 auto;
	width:1028px;
	padding:12px 0 21px 0;
}
.mediaArea02 {
	background:#F4F1E1;
	margin:-7px auto 0 auto;
}

.mediaArea02In {
	text-align:center;
	margin:0 auto;
	width:1028px;
}
.mediaArea02In h2 {
	padding:5px 0px 18px;
}

.mediaIn {
	background:#fff;
	width:1028px;
	margin:22px auto 0 auto;
	text-align:center;
	padding:40px 0 35px 0;
}

.mediaIn h3 {
	background: url(../../images/media/media02.png) 50% 50% no-repeat;
	width:1028px;
	height:85px;
	color:#B3901C;
	font-size:120%;
	margin:0 0 36px 0;
}
.mediaImg {
	margin:30px 0 0 0;
}
.cmImg {
	padding:0 0 5px 0;
}
.mediaImg2 {
	margin:10px 0 0 0;
}
.mediaIn2 {
	background:#fff;
	width:1028px;
	margin:10px 0 0 0;
	text-align:left;
	padding:8px 0px 15px;
}
.mediaIn2 ul {
	padding:8px 0 0 24px;
	width:227px;
	float:left;
}
.mediaIn2 ul li {
	color:#B3901C;
}

.mediaArea03 {
	text-align:left;
	margin:0 50px 33px auto;
	padding:12px 0 21px 0;
	float:left;
}
.mediaIn3 {
	background:#fff;
	width:487px;
	margin:10px 0 0 0;
	text-align:left;
	padding:8px 0px 15px;
}
.mediaIn3 ul {
	padding:8px 0 0 24px;
	width:227px;
	float:left;
}
.mediaIn3 ul li {
	color:#B3901C;
}
.mediaArea04 {
	text-align:left;
	margin:0 0 0 auto;
	padding:12px 0 21px 0;
	float:left;
}
/* quality
--------------------------------------------------------*/
.quality {
	text-align:center;
	margin:0 auto;
	width:1030px;
}

.quality + img {
	max-width: 100%;
}

.zvezda {
	float:right;
	padding:0px 50px 40px 0;

}
.quality .productsIn {
	padding: 0 0 0 0;
}

.qualityTop {
	margin:43px 0 30px 0;
}
.qualityArea02 {
	margin:-7px auto 0 auto;
	padding:0 0 0 0;
	background:#F4F1E1 url(../../images/quality/qualityBg.png) 50% -3px no-repeat;
	height:735px;
}

.qualityArea02 .qualityArea02In {
	text-align:left;
	margin:0 auto;
	width:1028px;
}
.qualityArea02In h2 {
	padding:60px 0px 20px;
}
.yomogi_text_new {
	width: 475px;
}
.text_pl {

	line-height: 18px;
	background: #AE8D20;
	font-size: 16px;
	color:#fff;
	padding:10px;
}
.yomogiText {
	padding: 10px 0 ;
	text-align:left;
	width: 475px;
}
.yomogiText img {
	padding: 10px 0px;

}


.qualityArea02In .yomogiText p {
	color:#AE8D20;
	line-height:1.7;
	text-align:left;
}

.qualityArea03 {
	margin:-7px auto 0 auto;
	padding:0 0 23px 0;
	background:#F4F1E1;
}

.qualityArea03 .qualityArea03In {
	text-align:center;
	margin:0 auto;
	width:1028px;

}
.yomogiQuality {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background:#fff;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
	padding: 11px;
	margin: 0 0 19px 0;
}

.qualityTitle2 {
	margin:-40px 0 0 -37px;
}
.yomogiQuality h3 {
	color: #AE8D20;
	line-height: 1.7;
	font-weight:bold;
	font-size:120%;
}
.yomogiQuality p {
	color: #AE8D20;
	line-height: 1.7;
	padding:10px 0 24px 0;
	z-index:5;
	position:relative;
	width:818px;
	margin:0 auto;
}

.safety {
	margin: -11px 0 0 0;
	padding: 0 0 10px 0;
}
.qualityArea04 {
	margin:0 auto 0 auto;
	padding:0 0 50px 0;
	background:#EDE8CF;
}

.qualityArea04 .qualityArea04In {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1028px;
}
.yomogiStory h2 {
	padding: 56px 0px 50px 0;
}
.yomogiStoryText {
	text-align:left;
	padding: 26px 0 0 93px;
	color:#AE8D20;
	line-height:1.7;
	margin: 0 0 15px 0;
  font-size: 20px;
  width: 800px;
}
.yomogiStoryTextBottom {
	width:870px;
	text-align:left;
	padding: 20px 24px 18px 24px;
	color:#AE8D20;
	line-height:1.7;
	margin:42px 0px 19px 91px;
	border:1px solid #b3901C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://yomogi-bijin.jp/common/js/PIE.htc);
}

.topicPath p {
	padding:14px 0 10px 0;
	text-align:left;
	margin:0 auto;
	width:1028px;
	font-size:90%;
	color: #808080
}
.topicPath a,
.topicPath a:active,
.topicPath a:hover,
.topicPath a:visited {
	color: #808080;
	text-decoration: none;
	font-size:100%;
}

/* campaign
--------------------------------------------------------*/
#campaign .cnt{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	transition: .6s;
}
#campaign .cnt img{
	width: 100%;
	margin: 0 auto;
}
#campaign .cnt a img{
	width: 542px;
	max-width: 70%;
	margin: 0 auto;
}