@charset 'UTF-8';
/*=============================================================
 common.css
=============================================================*/
/*---------------------------------------------
	base
---------------------------------------------*/
/* Contents
----------------------------------------------- */
html {
	overflow: auto;
	font-size: 10px;
}
body {
	line-height: 1.5;
	color: #333;
	font-family: "Source Sans Pro" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}
body {
	min-width: 1125px;
	line-height: 1.9;
	overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}

img {
	width: auto;
	height: auto;
}

#main {
}
.pc_innner01 {
	width: 1125px;
	margin: 0 auto;
}
.pc_innner02 {
	width: 1038px;
	margin: 0 auto;
}

@media screen and (max-width: 1124px) {
	body {
		-webkit-text-size-adjust: 100%;
		min-width: 100%;
		width: 100%;
		line-height: 1.9;
		overflow: hidden;
	}
	img {
		width: 100%;
	}
	#main {
	}
	.pc_innner01 {
		max-width: 760px;
		width: 95%;
		margin: 0 auto;
	}
	.pc_innner02 {
		max-width: 760px;
		width: 95%;
		margin: 0 auto;
	}
}

@media (min-width: 1125px) {
	.pc_hdn {
		display: none !important;
	}
}
@media (max-width: 1124px) {
	.smp_hdn {
		display: none !important;
	}
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.relative {
	position: relative;
}
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.cmnTxt01 {
	font-size: 25px;
	font-weight: bold;
}
.cmnNote {
	position: absolute;
	bottom: 40px;
	right: 0;
	font-size: 17px;
	font-weight: bold;
}
.cmnBtn01 a {
	transition: opacity 0.2s;
}
.cmnBtn01 a:hover {
	opacity: 0.7;
}
.cmnBox01 {
	background-color: #fff;
	box-shadow: 0 0 22px #878787;
	padding: 21px;
	box-sizing: border-box;
}
.cmnBox01In {
	border: 3px dashed #005E1D;
}
@media (max-width: 1124px) {
	.cmnTxt01 {
		font-size: 16px;
		font-weight: bold;
	}
	.cmnNote {
		position: static;
		text-align: right;
		margin-top: -1px;
		padding-bottom: 20px;
		font-size: 13px;
		font-weight: bold;
	}
	.cmnBtn01 {
		width: 90%;
		max-width: 555px;
		margin: 0 auto;
	}
	.cmnBtn01 a {
		transition: opacity 0.2s;
	}
	.cmnBtn01 a:hover {
		opacity: 0.7;
	}
	.cmnBox01 {
		background-color: #fff;
		box-shadow: 0 0 10px #878787;
		padding: 10px;
		box-sizing: border-box;
	}
	.cmnBox01In {
		border: 2px dashed #005E1D;
	}
}
.fl {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
/* 均等割付 */
.fl-jst {
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
/* 中央寄せ */
.fl-cen {
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

/* デフォルトスタイルをリセット
------------------------------ */
select {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	font-size: 1.6rem;
		 -moz-appearance: none;
	-webkit-appearance: none;
		 -o-appearance: none;
		-ms-appearance: none;
			appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	box-sizing: border-box;
	resize: vertical;
	font-size: 1.6rem;
		 -moz-appearance: none;
	-webkit-appearance: none;
		 -o-appearance: none;
		-ms-appearance: none;
			appearance: none;
}
input {
	box-sizing: border-box;
	font-size: 1.6rem;
		 -moz-appearance: none;
	-webkit-appearance: none;
		 -o-appearance: none;
		-ms-appearance: none;
			appearance: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'], input[type='button'] {
	-webkit-box-sizing: content-box;
			box-sizing: border-box;
	border: none;
	border-radius: 0;

	-webkit-appearance: button;
		 -moz-appearance: button;
			appearance: button;
}
input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
	display: none;
}
input[type='submit']::focus, input[type='button']::focus {
	outline-offset: -2px;
}
/* placeholderの色を変更 */
input::-webkit-input-placeholder, input:-ms-input-placeholder, input::-moz-placeholder {
	color: #ccc;
}
/*---------------------------------------------
	contents
---------------------------------------------*/
/* #gHeader
----------------------------------------------- */
#gHeader {
	background: #eaeae5 url(../img/bg_drop01.png) no-repeat top center;
	background-size: cover;
}
#gHeader .logo {
	margin-left: -87px;
}
#gHeader .pageTtl {
	padding: 12px 0 73px;
	position: relative;
	z-index: 1;
}
#gHeader .iconBox {
	padding: 0 0 170px 210px;
}
#gHeader .iconBox .japanImg {
	display: inline-block;
	width: 116px;
	padding-right: 20px;
}
#gHeader .iconBox .japanImg img {
	width: 100%;
}
#gHeader .iconBox .flagImg {
	display: inline-block;
	width: 142px;
}
#gHeader .iconBox .flagImg img {
	width: 100%;
}
#gHeader .item {
	position: absolute;
	right: -156px;
	bottom: 0;
}
@media (max-width: 1299px) {
	#gHeader .logo {
		margin-left: 0;
	}
}
@media (max-width: 1124px) {
	#gHeader .logo {
		width: 25%;
		margin: 0 auto;
	}
	#gHeader .pageTtl {
		padding: 10px 0 20px;
		position: relative;
		z-index: 1;
	}
	#gHeader .iconBox {
		width: 18%;
		float: left;
		padding: 0 0 0 0;
	}
	#gHeader .iconBox .japanImg {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	#gHeader .iconBox .japanImg img {
		width: 100%;
	}
	#gHeader .iconBox .flagImg {
		display: block;
		width: 100%;
	}
	#gHeader .iconBox .flagImg img {
		width: 100%;
	}
	#gHeader .item {
		float: right;
		width: 80%;
		position: static;
	}
}



/* .secInherit
----------------------------------------------- */
.secInherit {
	background-image: url(../img/bg_women01.png),url(../img/bg_olive01.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,center center;
	background-size: auto,cover;
	padding-bottom: 68px;
}
.secInheritTtl {
	text-align: center;
	padding: 78px 0 17px;
}
.secInherit .bgBox {
	background: rgba(255,255,255,0.8);
	padding: 69px 0 104px;
}
.secInherit .txt01 {
	padding: 0 113px;
}
.secInherit .txt02Wrap {
	padding: 61px 0 0 113px;
}
.secInherit .txt02 .marker {
	background-color: #ffff0bbd;
}
.secInherit .mapImg {
	float: right;
	padding-left: 17px;
}
@media (max-width: 1124px) {
	.secInherit {
		background-image: url(../img/bg_women01.png),url(../img/bg_olive01.jpg);
		background-repeat: no-repeat,no-repeat;
		background-position: left bottom,center center;
		background-size: 70%,cover;
		padding-bottom: 20px;
	}
	.secInheritTtl {
		text-align: center;
		padding: 20px 0 15px;
	}
	.secInherit .bgBox {
		padding: 15px 0 15px;
	}
	.secInherit .txt01 {
		padding: 0 15px;
	}
	.secInherit .txt02Wrap {
		padding: 15px 15px 0;
	}
	.secInherit .mapImg {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
		padding: 0 0 15px 0;
	}
}
/* .secFriendly
----------------------------------------------- */
.secFriendly {
	background-color: #eaeae5;
}
.secFriendlyTtl {
	padding-top: 113px;
}
@media (max-width: 1124px) {
	.secFriendlyTtl {
		padding-top: 20px;
	}
}
/* .secFace
----------------------------------------------- */
.secFace {
	background-color: #eaeae5;
	padding-bottom: 56px;
}
.secFace .cmnBox01In {
	padding: 72px 0 29px;
}
.secFace .leftBox {
	float: left;
	width: 350px;
	box-sizing: border-box;
}
.secFace .item {
	padding: 26px 0 0 78px;
}
.secFace .ingredient {
	padding-left: 72px;
}
.secFace .rightBox {
	float: right;
	width: 727px;
	box-sizing: border-box;
}
.secFace .secFaceTtl {
	padding: 0 0 46px;
}
.secFace .rightBox .cmnBtn01 {
	text-align: right;
	padding-right: 26px;
}
@media (max-width: 1124px) {
	.secFace {
		background-color: #eaeae5;
		padding-bottom: 20px;
	}
	.secFace .cmnBox01In {
		padding: 0 0 0;
	}
	.secFace .leftBox {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.secFace .item {
		padding: 15px 0 0 17.2vw;
		width: 50%;
	}
	.secFace .ingredient {
		padding: 0 0 15px 0;
		width: 50%;
		margin: 0 auto;
	}
	.secFace .rightBox {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.secFace .secFaceTtl {
		padding: 15px 10px 0;
	}
	.secFace .rightBox .cmnBtn01 {
		text-align: center;
		padding: 20px 0 20px 0;
	}
}
/* .secEu
----------------------------------------------- */
.secEu {
	background: #ffff0b url(../img/bg_olive02.jpg) no-repeat;
	background-position: right center;
}
.secEu .bgBox {
	width: 840px;
	box-sizing: border-box;
	padding: 0 78px 35px 0;
	background-color: #ffff0b;
}
.secEu .bgBox .txt01 {
	padding: 51px 0 31px 4px;
}
.secEu .flagBox {
	background-color: #fff;
	padding: 13px 56px 30px;
}
.secEu .flagBoxTtl {
	font-size: 34px;
	font-weight: bold;
}
.secEu .flagBoxImg {
	float: left;
	padding-right: 35px;
}
.secEu .flagBoxTxt {
	font-size: 22px;
}
@media (max-width: 1124px) {
	.secEu {
		background: #ffff0b;
	}
	.secEu .pc_innner01 {
		width: 100%;
	}
	.secEu .bgBox {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px 15px 15px;
		background-color: #ffff0b;
	}
	.secEu .bgBox .txt01 {
		padding: 15px 0 15px 0;
	}
	.secEu .flagBox {
		background-color: #fff;
		padding: 15px 15px 15px;
	}
	.secEu .flagBoxTtl {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 10px;
		text-align: center;
	}
	.secEu .flagBoxImg {
		float: none;
		width: 50%;
		max-width: 200px;
		margin: 0 auto;
		padding: 5px 0 10px 0;
	}
	.secEu .flagBoxTxt {
		font-size: 15px;
	}
}
/* .secHowto
----------------------------------------------- */
.secHowto {
	background-color: #eaeae5;
}
.secHowtoTtl {
	padding-top: 56px;
}
@media (max-width: 1124px) {
	.secHowtoTtl {
		padding-top: 20px;
		margin: 0 -2%;
	}
}

/* .secCold
----------------------------------------------- */
.secCold {
	background-color: #eaeae5;
}
.secColdTtl {
	padding: 74px 0 61px;
}
@media (max-width: 1124px) {
	.secColdTtl {
		padding: 0 0 0;
	}
}
/* .secSoap
----------------------------------------------- */
.secSoap {
	background-color: #eaeae5;
	padding-bottom: 56px;
}
.secSoap .firstBox .secFaceTtl {
	text-align: right;
	padding: 91px 35px 33px 0;
}
.secSoap .firstBox .item {
	position: absolute;
	left: -138px;
	top: 43px;
}
.secSoap .firstBox .icon {
	position: absolute;
	right: -117px;
	top: 208px;
}
.secSoap .secondBox {
	padding: 26px 30px 26px 30px;
}
.secSoap .secondBox .ingredient {
	float: left;
}
.secSoap .secondBox .cmnBtn01 {
	float: right;
}
@media (max-width: 1124px) {
	.secSoap {
		background-color: #eaeae5;
		padding-bottom: 20px;
	}
	.secSoap .firstBox .secFaceTtl {
		text-align: center;
		padding: 15px 10px 0;
	}
	.secSoap .firstBox .item {
		position: static;
		padding: 15px 0 0 0vw;
		width: 93%;
	}
	.secSoap .firstBox .icon {
		width: 40vw;
		max-width: 250px;
		position: absolute;
		right: -3vw;
		top: 80%;
	}
	.secSoap .secondBox {
		padding: 0 0 0 0;
	}
	.secSoap .secondBox .ingredient {
		float: none;
		width: 80%;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.secSoap .secondBox .cmnBtn01 {
		float: none;
		padding: 20px 0 20px 0;
	}
}
/* .secHand
----------------------------------------------- */
.secHand {
	background: #ffff0b url(../img/bg_hand01.png) no-repeat;
	background-position: right bottom;
	background-size: 35% auto;
}
.secHand .txt01 {
	padding: 52px 0 65px;
}
@media (max-width: 1124px) {
	.secHand {
		background: #ffff0b url(../img/bg_hand01.png) no-repeat;
		background-position: right bottom;
		background-size: 30% auto;
	}
	.secHand .txt01 {
		padding: 20px 0 20px;
	}
}
/* .secSet
----------------------------------------------- */
.secSet {
	background-color: #eaeae5;
	padding: 56px 0 56px;
}
.secSet .cmnBox01In {
	padding: 72px 0 10px;
}
.secSet .firstBox {
	padding: 0 35px 5px 22px;
}
.secSet .firstBox .item {
	float: left;
}
.secSet .firstBox .secSetTtl{
	float: right;
}
.secSet .ingredientBox {
	text-align: center;
	font-size: 0;
}
.secSet .ingredientBox .ingredient {
	display: inline-block;
	padding: 0 10px;
}
.secSet .secSetTtl {
	padding: 0 0 46px;
}
@media (max-width: 1124px) {
	.secSet {
		padding: 20px 0 20px;
		background-color: #eaeae5;
	}
	.secSet .firstBox {
		padding: 0 0 0;
	}
	.secSet .firstBox .item {
		float: none;
		width: 80%;
		margin: 0 auto 5px;
	}
	.secSet .firstBox .secSetTtl{
		float: none;
	}
	.secSet .cmnBox01In {
		padding: 0 0 0;
	}
	.secSet .secSetTtl {
		padding: 15px 10px 0;
	}
	.secSet .ingredientBox .ingredient + .ingredient {
		padding-top: 5px;
	}
}
/* .order_btn */
.secSet .order_btn table {
	border: none !important;
	width: 45% !important;
}
.secSet .order_btn table tbody {
	background-color: #fff;
	padding: 50px 15px 10px;
	margin-bottom: 0;
	display: block;
}
.secSet .order_btn table th {
	border: none !important;
	text-align: center !important;
	background: #005E1D !important;
	color: #fff !important;
	width: 30% !important;
	border-radius: 5px !important;
	font-size: 20px;
}
.secSet .order_btn table td {
	width: 30% !important;
	border: none !important;
	padding: 0 0 0 15px !important;
}
.secSet .order_btn table input {
	font-size: 20px;
	width: 100% !important;
	text-align: right !important;
	padding-right: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #777 !important;
	padding: 7px 7px 7px;
}
.secSet .order_btn input:hover {
	opacity: 0.9;
}
@media (min-width: 761px) {
	.secSet input[type=submit] {
	overflow: hidden;
	width: 555px;
	height: 80px;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 120%;
	border: none;
	background-size: cover;
	-webkit-appearance: none;
	display: inline-block;
	background-color: transparent;
	background-image: url(../img/btn_order02.png);
	background-size: 100% auto;
	margin: 0 auto 20px;
	}
}
@media (max-width: 760px) {
	.secSet input[type=submit] {
	}
	.secSet .order_btn table {
		border: none !important;
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.secSet .order_btn table tbody {
		width: 60% !important;
		margin: 0 auto !important;
		padding: 30px 15px 10px;
	}
	.secSet .order_btn table th {
		width: 40% !important;
	}
	.secSet .order_btn table td {
		border: none !important;
		width: 100% !important;
	}
	.secSet .order_btn table input {
		width: 100% !important;
		padding: 12px 7px;
	}
	.secSet .cartjs_box {
		border: none !important;
	}
	.secSet input[type=submit] {
		padding: 10px 0 !important;
		margin-bottom: 20px !important;
	}
}
/* .secBnr
----------------------------------------------- */
.secBnr .banner {
	padding-top: 40px;
}
.secBnr .banner a {
	transition: opacity 0.2s;
}
.secBnr .banner a:hover {
	opacity: 0.7;
}
/* #news
----------------------------------------------- */
#news {
	background: #FFF;
	padding: 4rem 0;
}
#news div.separator {
	border-top: 0.2rem dashed #005E1D;
	padding-bottom: 20px;
}
#news .content {
	padding-top: 3rem;
	margin: 0 auto;
}
@media (min-width: 761px) {
	#news .content {
		width: 80rem;
	}
}
#news h2 {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 1.9rem;
}
#news h2 span {
	display: inline-block;
	padding: 0.5em 3em;
	color: #FFF;
	background: #005E1D;
	border-left: #D3D606 solid 2rem;
}
@media (max-width: 760px) {
	#news h2 {
		margin: 1em 0;
	}
}
@media (min-width: 761px) {
	#news figure {
		width: 30.2rem;
		height: 20.2rem;
		padding-top: 2rem;
		margin-left: 1rem;
		float: right;
	}
}
#news dl.topics_list dt {
	width: 10em;
}
#news dl.topics_list dd {
	margin-left: 12em;
	margin-bottom: 0.5em;
}
#news dl.topics_list dd::before {
	content: none;
}
#news dl.topics_list dd::after {
	content: none;
}
@media (max-width: 760px) {
	#news dl.topics_list {
		padding: 1rem;
	}
	#news dl.topics_list dt, #news dl.topics_list dd {
		width: auto;
		margin-left: 0;
	}
}
