@charset "utf-8";

/* ======================================================
 * contents.css
====================================================== */

/* section */
[class^="section"] > *:first-child,
[class$="Section"] > *:first-child {
	margin-top: 0 !important;
}
.section02 {
	margin-top: 40px !important;
}
.ribbonSection {
	margin-top: 30px;
}
.ribbonSection > .innerSection {
	width: 1010px;
	margin: 30px auto 0;
}

/* heading */
.heading01 {
	position: relative;
	padding: 25px 20px;
	color: #ffffff;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.france .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg01.png) repeat 0 0;
}
.italy .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg02.png) repeat 0 0;
}
.germany .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg03.png) repeat 0 0;
}
.spain .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg04.png) repeat 0 0;
}
.ethnic .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg05.png) repeat 0 0;
}
.korea .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg06.png) repeat 0 0;
}
.thailand .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg07.png) repeat 0 0;
}
.america .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg08.png) repeat 0 0;
}
.hawaii .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg09.png) repeat 0 0;
}
.japan .heading01 {
	background: url(/seasoning/common/img/com_pattern_bg10.png) repeat 0 0;
}
.heading01 + * {
	margin-top: 35px !important;
}
.heading01:before,
.heading01:after {
	content: "";
	position: absolute;
	left: 0;
	height: 11px;
	width: 100%;
}
.heading01:before {
	top: 0;
	background: url(/seasoning/common/img/com_bg10.png) repeat-x 0 0;
}
.heading01:after {
	bottom: 0;
	background: url(/seasoning/common/img/com_bg11.png) repeat-x 0 0;
}
.heading01 .sub {
	display: inline-block;
	margin-left: 25px;
	padding: 7px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
	background: #4b0e00;
	border: solid 3px #d1a25d;
	border-radius: 20px;
}
.section02 > .headingImg {
	text-align: center;
}
.section02 > .headingImg.type02 {
	padding: 110px 0 20px;
	background: url(/seasoning/common/img/com_bg16.png) no-repeat 50% 0;
}
.section02 > .headingImg + * {
	margin-top: 40px !important;
}
.section02 > .headingImg.type02 + * {
	margin-top: 0 !important;
}
@media screen and (min-width: 769px),print {
.section02 > .headingImg + .menuCol  {
	margin-top: 60px !important;
}
}
.ribbonSection > .heading  {
	position: relative;
	height: 47px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 16px 0 0;
	color: #ffffff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.0;
	background: url(/seasoning/common/img/com_bg15.png) repeat-x 0 0;
}
.ribbonSection > .heading:before,
.ribbonSection > .heading:after {
	content: "";
	position: absolute;
	top: 0;
	height: 47px;
	width: 25px;
}
.ribbonSection > .heading:before {
	left: -25px;
	background: url(/seasoning/common/img/com_bg13.png) no-repeat 0 0;
}
.ribbonSection > .heading:after {
	right: -25px;
	background: url(/seasoning/common/img/com_bg14.png) no-repeat 0 0;
}
.ribbonSection > .heading + * {
	margin-top: 20px !important;
}
.ribbonSection > .innerSection > .heading {
	color: #522c1b;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}.ribbonSection > .innerSection > .heading span {
	display: inline-block;
	position: relative;
	padding: 0 35px;
}
.ribbonSection > .innerSection > .heading span:before,
.ribbonSection > .innerSection > .heading span:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 23px;
	top: 50%;
	margin-top: -1px;
	background: #522c1b;
}
.ribbonSection > .innerSection > .heading span:before {
	left: 0;
}
.ribbonSection > .innerSection > .heading span:after {
	right: 0;
}
.ribbonSection > .innerSection > .heading + * {
	margin-top: 30px !important;
}

/* background */
.bgLayout01 {
	padding-bottom: 70px;
	background: url(/seasoning/common/img/com_bg21.png) repeat-y 50% 0;
}
.bgLayout02 {
	position: relative;
	padding: 40px 0 50px;
	background: url(/seasoning/common/img/com_bg06.png) repeat 0 0;
	z-index: 1;
}
.bgLayout02:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 0;
	height: 9px;
	width: 100%;
	background: url(/seasoning/common/img/com_bg05.png) repeat 0 0;
}
.bgLayout01 > .inner,
.bgLayout02 > .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 1;
}
.bgLayout01 > .inner > *:first-child,
.bgLayout02 > .inner > *:first-child {
	margin-top: 0 !important;
}
.bgLayout01 + .bgLayout02 {
	margin-top: -9px;
	z-index: 2;
}
.bgWrap01 {
	position: relative;
	overflow: hidden;
}
.bgWrap01:before,
.bgWrap01:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
}
.bgWrap01:before {
	top: 80px;
	height: 696px;
	background: url(/seasoning/common/img/com_bg07.png) no-repeat 50% 0;
}
.bgWrap01:after {
	top: 776px;
	width: 100%;
	height: 100%;
	background: url(/seasoning/common/img/com_bg08.png) repeat-y 50% 0;
}

/* box */
.boxLayout01 {
	width: 1080px;
	margin: 45px auto 0;
	padding: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(/seasoning/common/img/com_bg20.png) repeat 0 0;
	border-radius: 10px;
}
.boxLayout01 > *:first-child {
	margin-top: 0 !important;
}
.boxLayout01 > .headingImg {
	text-align: center;
}
.boxLayout01 > .headingImg + * {
	margin-top: 15px;
}
.boxLayout01 > .inner {
	padding: 0 30px;
}
.boxLayout01 > .inner + .inner {
	margin-top: 30px;
	padding-top: 30px;
	border-top: dotted 3px #d7d2b4;
}
.boxLayout01 > .inner > .headingImg {
	text-align: center;
}
.boxLayout01 > .inner > .headingImg + * {
	margin-top: 15px;
}
.onePointBox {
	width: 1010px;
	margin: 40px auto 0;
}
.onePointBox > .inner {
	padding: 0 40px;
	text-align: center;
	background: url(/seasoning/recipe/img/pc_recipe_bg01.png) repeat-y 0 0;
}
.onePointBox > .inner > .iconList01 {
	display: inline-block;
	text-align: left;
}

/* column, slider */
.figureCol {
	margin-top: 40px;
}
.figureCol > .imgL {
	float: left;
	margin-right: 25px;
}
.figureCol > .imgR {
	float: right;
	margin-left: 25px;
}
.figureCol > .txt {
	overflow: hidden;
}
.figureCol > .txt > *:first-child {
	margin-top: 0 !important;
}
.colLayout {
	margin-top: 30px;
}
.colLayout > .col {
	float: left;
}
.colLayout.col2 > .col {
	width: 48%;
	margin-right: 4%;
}
.colLayout.col3 > .col {
	width: 32%;
	margin-right: 3%;
}
.colLayout.col4 > .col {
	width: 22%;
	margin-right: 4%;
}
.colLayout.col2 > .col:nth-child(2n),
.colLayout.col2.linkCol > .col:nth-child(2n),
.colLayout.col3 > .col:nth-child(3n),
.colLayout.col3.menuCol > .col:nth-child(3n),
.colLayout.col3.numberCol > .col:nth-child(3n),
.colLayout.col4 > .col:nth-child(4n),
.colLayout.col4.menuCol > .col:nth-child(4n) {
	margin-right: 0;
}
.colLayout.col2 > .col:nth-child(n+3),
.colLayout.col3 > .col:nth-child(n+4),
.colLayout.col4 > .col:nth-child(n+5) {
	margin-top: 30px;
}
.colLayout.linkCol {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.colLayout.linkCol > .col {
	display: table;
	text-decoration: none;
	background: url(/seasoning/common/img/com_arr_ic01.png) no-repeat 100% 100% #ffffff;
	box-shadow: 0px 2px 2px #dad6bc;
	-webkit-transition: opacity 0.3s ease-out 0s;
	 	 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.colLayout.linkCol.col2 > .col {
	width: 49%;
	margin-right: 2%;
}
.pc .colLayout.linkCol > .col:hover {
	opacity: 0.6;
}
.colLayout.linkCol > .col > .inner {
	display: table-cell;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}
.colLayout.linkCol > .col > .inner > .title {
	color: #333333;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
}
.colLayout.linkCol > .col > .inner > .title .sub {
	display: block;
	margin-top: 2px;
	font-size: 14px;
	font-size: 1.4rem;
}
.colLayout.linkCol > .col > .inner > .title .logoTxt {
	margin: 3px 4px 0 0;
	opacity: 1.0;
}
.colLayout.linkCol > .col > .inner > .title + * {
	margin-top: 8px;
}
.colLayout.linkCol > .col.type01 {
	border-top: solid 4px #f1d040;
}
.colLayout.linkCol > .col.type01 > .inner {
	padding-right: 190px;
}
.colLayout.linkCol > .col.type01 > .inner > .title {
	min-height: 42px;
	padding-left: 47px;
	background: url(/seasoning/secret/img/index_im06.png) no-repeat 0 50%;
}
.colLayout.linkCol > .col.type01 > .inner > .title .sub {
	color: #cfaa07;
}
.colLayout.linkCol > .col.type02 {
	border-top: solid 4px #e5007f;
}
.colLayout.linkCol > .col.type02 > .inner {
	padding-right: 180px;
}
.colLayout.linkCol > .col.type02 > .inner > .title .sub {
	color: #e5007f;
}
.colLayout.linkCol > .col [class*="bgType"] {
	position: relative;
}
.colLayout.linkCol > .col [class*="bgType"]:after {
	content: "";
	position: absolute;
}
.colLayout.linkCol > .col .bgType01:after {
	bottom: 0;
	right: -185px;
	width: 182px;
	height: 108px;
	background: url(/seasoning/secret/img/index_im05.png) no-repeat 0 0;
}
.colLayout.linkCol > .col .bgType02:after {
	bottom: -15px;
	right: -185px;
	width: 184px;
	height: 115px;
	background: url(/seasoning/secret/img/index_im04.png) no-repeat 0 0;
}
.colLayout.col3.menuCol {
	width: 1020px;
	margin: 30px auto 0;
}
.menuSlider01 {
	width: 1050px;
	height: 250px;
	margin: 40px auto 45px !important;
	background: url(/seasoning/common/img/load.gif) no-repeat 50% 50%;
}
.menuSlider01 > * {
	visibility: hidden;
}
.menuSlider01.ready {
	height: auto;
	background: none;
}
.menuSlider01.ready > * {
	visibility: visible;
}
.menuSlider01 .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	width: 39px;
	height: 157px;
	margin-top: -68px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: opacity 0.3s ease-out 0s;
	 	 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc .menuSlider01 .slick-arrow:hover {
	opacity: 0.6;
}
.menuSlider01 .slick-prev {
	left: -45px;
	background: url(/seasoning/recipe/img/pc_recipe_bt01.png) no-repeat 0 0;
}
.menuSlider01 .slick-next {
	right: -45px;
	background: url(/seasoning/recipe/img/pc_recipe_bt02.png) no-repeat 0 0;
}
.menuSlider01 .slick-arrow.slick-disabled {
	display: none !important;
}
.menuSlider01 .slick-dots {
	bottom: -50px
}
.menuSlider01 .slick-dots > li {
	height: 13px;
	width: 13px;
	margin: 0 6px;
}
.menuSlider01 .slick-dots > li button {
	height: 13px;
	width: 13px;
	padding: 0;
}
.menuSlider01 .slick-dots > li button:before {
	content: "";
	height: 10px;
	width: 10px;
	border: solid 2px #b3a881;
	border-radius: 50%;
	opacity: 1;
}
.menuSlider01 .slick-dots > li.slick-active button::before {
	background-color: #3d2a04;
	border: solid 2px #3d2a04;
}
.colLayout.col3.menuCol > .col,
.menuSlider01 .slideItem {
	width: 320px;
}
.menuSlider01 .slideItem.space {
	background: none;
	border: none;
}
.colLayout.col3.menuCol > .col {
	margin-right: 30px;
}
.menuSlider01 .slideItem {
	margin: 0 15px;
}
.colLayout.col3.menuCol > .col:nth-child(n+4) {
	margin-top: 45px;
}
.menuSlider01 .slick-list {
	padding-top: 16px;
}
.colLayout.menuCol > .col,
.menuSlider01 .slideItem {
	display: block;
	position: relative;
	background: url(/seasoning/common/img/com_arr_ic01.png) no-repeat 100% 100% #ffffff;
	border-bottom: solid 2px #3d2a04;
	outline: none;
}
.pc .colLayout.menuCol > .col:hover,
.pc .menuSlider01 .slideItem:hover {
	text-decoration: none;
}
.colLayout.menuCol > .col:after,
.menuSlider01 .slideItem:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	height: 46px;
	width: 58px;
	z-index: 2;
}
.colLayout.menuCol > .col.france:after,
.menuSlider01 .slideItem.france:after {
	background: url(/seasoning/common/img/com_flag01.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.italy:after,
.menuSlider01 .slideItem.italy:after {
	background: url(/seasoning/common/img/com_flag02.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.germany:after,
.menuSlider01 .slideItem.germany:after {
	background: url(/seasoning/common/img/com_flag03.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.spain:after,
.menuSlider01 .slideItem.spain:after {
	background: url(/seasoning/common/img/com_flag04.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.ethnic:after,
.menuSlider01 .slideItem.ethnic:after {
	background: url(/seasoning/common/img/com_flag05.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.korea:after,
.menuSlider01 .slideItem.korea:after {
	background: url(/seasoning/common/img/com_flag06.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.thailand:after,
.menuSlider01 .slideItem.thailand:after {
	background: url(/seasoning/common/img/com_flag07.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.america:after,
.menuSlider01 .slideItem.america:after {
	background: url(/seasoning/common/img/com_flag08.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.hawaii:after,
.menuSlider01 .slideItem.hawaii:after {
	background: url(/seasoning/common/img/com_flag09.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.hawaii:after,
.menuSlider01 .slideItem.hawaii:after {
	background: url(/seasoning/common/img/com_flag09.png) no-repeat 0 0;
}
.colLayout.menuCol > .col.japan:after,
.menuSlider01 .slideItem.japan:after {
	background: url(/seasoning/common/img/com_flag10.png) no-repeat 0 0;
}
.pc .colLayout.menuCol > .col > .imgArea,
.pc .colLayout.menuCol > .col > .txtArea,
.pc .menuSlider01 .slideItem > .imgArea,
.pc .menuSlider01 .slideItem > .txtArea {
	-webkit-transition: opacity 0.3s ease-out 0s;
	 	 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc .colLayout.menuCol > .col:hover > .imgArea,
.pc .colLayout.menuCol > .col:hover > .txtArea,
.pc .menuSlider01 .slideItem:hover > .imgArea,
.pc .menuSlider01 .slideItem:hover > .txtArea {
	opacity: 0.6;
}
.pc .colLayout.menuCol > .col:hover img,
.pc .menuSlider01 .slideItem:hover img {
	opacity: 1;
}
.colLayout.menuCol > .col > .imgArea,
.menuSlider01 .slideItem > .imgArea {
	position: relative;
	padding-top: 9px;
	background: url(/seasoning/common/img/com_bg02.png) repeat-x 0 0 #dfdedd;
}
.colLayout.menuCol > .col > .imgArea .dish,
.menuSlider01 .slideItem > .imgArea .dish {
}
.colLayout.menuCol > .col > .imgArea .package,
.menuSlider01 .slideItem > .imgArea .package {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 105px;
}
.colLayout.menuCol > .col > .txtArea,
.menuSlider01 .slideItem > .txtArea {
	padding: 10px 13px;
}
.colLayout.menuCol > .col > .txtArea > .title,
.menuSlider01 .slideItem > .txtArea > .title {
	color: #511f09;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.colLayout.menuCol > .col > .txtArea > .title[class*="icon"],
.menuSlider01 .slideItem > .txtArea > .title[class*="icon"] {
	position: relative;
	min-height: 64px;
	padding: 13px 0 0 75px;
}
.colLayout.menuCol > .col > .txtArea > .title.icon01,
.menuSlider01 .slideItem > .txtArea > .title.icon01 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic01.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon02,
.menuSlider01 .slideItem > .txtArea > .title.icon02 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic02.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon03,
.menuSlider01 .slideItem > .txtArea > .title.icon03 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic03.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon04,
.menuSlider01 .slideItem > .txtArea > .title.icon04 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic04.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon05,
.menuSlider01 .slideItem > .txtArea > .title.icon05 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic05.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon06,
.menuSlider01 .slideItem > .txtArea > .title.icon06 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic06.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon07,
.menuSlider01 .slideItem > .txtArea > .title.icon07 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic07.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon08,
.menuSlider01 .slideItem > .txtArea > .title.icon08 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic08.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon09,
.menuSlider01 .slideItem > .txtArea > .title.icon09 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic09.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon10,
.menuSlider01 .slideItem > .txtArea > .title.icon10 {
	background: url(/seasoning/recipe/img/recipe_cooking_ic10.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title .brandTxt .imgChar,
.menuSlider01 .slideItem > .txtArea > .title .brandTxt .imgChar {
	height: 14px;
}
.menuSlider01 .slideItem > .txtArea > .title .imgChar {
	display: inline;
}
.colLayout.menuCol > .col > .txtArea > .catch,
.menuSlider01 .slideItem > .txtArea > .catch {
	color: #511f09;
	margin-top: 10px;
	padding: 15px 35px 0 35px;
	text-align: center;
	background: url(/seasoning/common/img/com_bg03.png) no-repeat 50% 0;
}
.colLayout.col3.menuCol.type02 {
	width: 811px;
	margin-right: auto;
	margin-left: auto;
}
.colLayout.menuCol.type02 > .col {
	width: 255px;
	margin-right: 23px;
}
.colLayout.menuCol.type02 > .col > .imgArea {
	z-index: 1;
}
.colLayout.menuCol.type02 > .col > .imgArea:after {
	content: "";
	position: absolute;
	bottom: -36px;
	right: -9px;
	height: 83px;
	width: 83px;
	background: url(/seasoning/common/img/com_bg18.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .imgArea .package {
	bottom: -31px;
	right: 9px;
	width: 48px;
	-webkit-transform: rotate(20deg);
		 -moz-transform: rotate(20deg);
					transform: rotate(20deg);
	z-index: 2;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon01 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic01.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon02 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic02.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon03 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic03.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon04 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic04.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon05 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic05.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon06 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic06.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon07 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic07.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon08 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic08.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon09 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic09.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title.icon10 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic10.png) no-repeat 0 0;
}
.colLayout.menuCol.type02 > .col > .txtArea > .title[class*="icon"] {
	min-height: 0;
	padding: 50px 5px 0;
	-webkit-background-size: 150px auto;
		 -moz-background-size: 150px auto;
					background-size: 150px auto;
}
.colLayout.numberCol {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}
.colLayout.numberCol.col3 > .col {
	width: 285px;
	margin-right: 53px;
}
.colLayout.numberCol > .col[class*="num"] {
	position: relative;
}
.colLayout.numberCol > .col[class*="num"]:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -20px;
	height: 50px;
	width: 49px;
	background: url(/seasoning/recipe/img/recipe_bg06.png) no-repeat 0 0;
}
.colLayout.numberCol > .col[class*="num"]:after {
	position: absolute;
	top: -1px;
	left: -5px;
	color: #ffffff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}
.colLayout.numberCol > .col.num1:after {
	content: "1";
}
.colLayout.numberCol > .col.num2:after {
	content: "2";
}
.colLayout.numberCol > .col.num3:after {
	content: "3";
}
.colLayout.numberCol > .col.num4:after {
	content: "4";
}
.colLayout.numberCol > .col.num5:after {
	content: "5";
}
.colLayout.numberCol > .col.num6:after {
	content: "6";
}
.colLayout.numberCol > .col.num7:after {
	content: "7";
}
.colLayout.numberCol > .col.num8:after {
	content: "8";
}
.colLayout.numberCol > .col.num9:after {
	content: "9";
}
.timeCol {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.timeCol > dt {
	position: relative;
	float: left;
	margin-right: 15px;
	padding-left: 35px;
	font-weight: bold;
}
.timeCol > dt:before {
	content: "";
	position: absolute;
	height: 27px;
	width: 27px;
	top: 50%;
	left: 0;
	margin-top: -14px;
	background: url(/seasoning/common/img/com_ic02.png) no-repeat 0 0;
}
.timeCol > dd {
	overflow: hidden;
}

/* list */
.iconList01 {
	margin-top: 20px;
}
.iconList01 > li {
	padding-left: 18px;
	background: url(/seasoning/common/img/com_ic01.png) no-repeat 0 0.35em;
}
.iconList01 > li + li {
	margin-top: 10px;
}

/* link */
.cuisinesLink {
	margin: 30px auto 0;
}
.cuisinesLink > li {
	display: table;
	position: relative;
	float: left;
	-webkit-transition: opacity 0.3s ease-out 0s;
	 	 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc .cuisinesLink > li:hover {
	opacity: 0.5;
}
.pc .cuisinesLink > li a:hover img {
	opacity: 1;
}
.cuisinesLink > li:after {
	content: "";
	display: block;
	position: absolute;
}
.cuisinesLink > li:after {
	bottom: 22px;
	left: 50%;
	height: 14px;
	width: 9px;
	margin-left: -4px;
}
.cuisinesLink > li.france:after {
	background: url(/seasoning/common/img/com_link_ic01.png) no-repeat 0 0;
}
.cuisinesLink > li.italy:after {
	background: url(/seasoning/common/img/com_link_ic02.png) no-repeat 0 0;
}
.cuisinesLink > li.germany:after {
	background: url(/seasoning/common/img/com_link_ic03.png) no-repeat 0 0;
}
.cuisinesLink > li.spain:after {
	background: url(/seasoning/common/img/com_link_ic04.png) no-repeat 0 0;
}
.cuisinesLink > li.ethnic:after {
	background: url(/seasoning/common/img/com_link_ic05.png) no-repeat 0 0;
}
.cuisinesLink > li.korea:after {
	background: url(/seasoning/common/img/com_link_ic06.png) no-repeat 0 0;
}
.cuisinesLink > li.thailand:after {
	background: url(/seasoning/common/img/com_link_ic07.png) no-repeat 0 0;
}
.cuisinesLink > li.america:after {
	background: url(/seasoning/common/img/com_link_ic08.png) no-repeat 0 0;
}
.cuisinesLink > li.hawaii:after {
	background: url(/seasoning/common/img/com_link_ic09.png) no-repeat 0 0;
}
.cuisinesLink > li.japan:after {
	background: url(/seasoning/common/img/com_link_ic10.png) no-repeat 0 0;
}
.cuisinesLink.row5 {
	width: 860px;
}
.cuisinesLink.row5 > li {
	width: 144px;
	height: 144px;
	margin-right: 35px;
}
.cuisinesLink.row5 > li:nth-child(5n) {
	margin-right: 0;
}
.cuisinesLink.row5 > li:nth-child(n+6) {
	margin-top: 25px;
}
.cuisinesLink > li a {
	display: table-cell;
	position: relative;
	padding: 35px 0;
	color: #520707;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}
.cuisinesLink > li.france a {
	background: url(/seasoning/common/img/com_link_bg01.png) no-repeat 0 0;
}
.cuisinesLink > li.italy a {
	background: url(/seasoning/common/img/com_link_bg02.png) no-repeat 0 0;
}
.cuisinesLink > li.germany a {
	background: url(/seasoning/common/img/com_link_bg03.png) no-repeat 0 0;
}
.cuisinesLink > li.spain a {
	background: url(/seasoning/common/img/com_link_bg04.png) no-repeat 0 0;
}
.cuisinesLink > li.ethnic a {
	background: url(/seasoning/common/img/com_link_bg05.png) no-repeat 0 0;
}
.cuisinesLink > li.korea a {
	background: url(/seasoning/common/img/com_link_bg06.png) no-repeat 0 0;
}
.cuisinesLink > li.thailand a {
	background: url(/seasoning/common/img/com_link_bg07.png) no-repeat 0 0;
}
.cuisinesLink > li.america a {
	background: url(/seasoning/common/img/com_link_bg08.png) no-repeat 0 0;
}
.cuisinesLink > li.hawaii a {
	background: url(/seasoning/common/img/com_link_bg09.png) no-repeat 0 0;
}
.cuisinesLink > li.japan a {
	background: url(/seasoning/common/img/com_link_bg10.png) no-repeat 0 0;
}
.cuisinesLink > li a:hover {
	text-decoration: none;
}

/* movieArea */
.movieArea {
	position: relative;
	margin-top: 20px;
}
.movieArea:before,
.movieArea:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}
.movieArea .movieBox {
	position: relative;
	width: 950px;
	height: 570px;
	margin: 0 auto;
	padding: 52px 75px 68px;
	background: url(/seasoning/common/img/com_bg09.png) no-repeat 0 0;
	z-index: 2;
}

/* button */
.seasoningBtn {
	margin-top: 25px;
	text-align: center;
}
.seasoningBtn img {
	width: 40%;
	height: auto;
	background: url(/seasoning/common/img/spacer.gif) no-repeat 0 0;
}

/* text */
.paragraph01 {
	margin-top: 1em;
}
.paragraph02 {
	margin-top: 1.5em;
}
.largeTxt {
	font-size: 16px;
	font-size: 1.6rem;
}
.smallTxt {
	font-size: 12px;
	font-size: 1.2rem;
}
.leadTxt {
	margin-top: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.imgChar {
	height: 12px;
	width: auto;
	margin: 5px 3px 0 0;
}
.brandTxt {
	margin-bottom: 5px;
	line-height: 1.0;
}
.brandTxt .imgChar {
	height: 13px;
	width: auto;
	margin: 0 3px 0 0;
}
.largeTxt .imgChar {
	height: 16px;
	width: auto;
	margin: 3px 3px 0 0;
}

/* =======================

	/seasoning/secret/ 
		
======================= */

@media screen and (min-width: 769px),print {
#secret.index #main {
	margin-top: 0;
}
#secret .letterFrame > .inner > .letterSection .bgTxt01 {
	padding-bottom: 160px;
	background: url(/seasoning/secret/img/pc_index_bg03.png) no-repeat 130px 100%;
}
#secret .letterFrame > .inner > .letterSection .bgTxt02 {
	padding-bottom: 150px;
	background: url(/seasoning/secret/img/pc_index_bg05.png) no-repeat 140px 100%;
}
}

#secret .letterFrame {
	width: 1085px;
	margin: 40px auto 0 !important;
	font-size: 15px;
}
#secret .letterFrame > .frame {
}
#secret .letterFrame > .inner {
	padding: 0 35px;
	background: url(/seasoning/secret/img/pc_index_bg01.png) repeat-y 0 0;
}
#secret .letterFrame > .inner > .letterSection {
	padding: 0 20px;
}
#secret .letterFrame > .inner > .letterSection:first-child {
	margin-top: -40px;
}
#secret .letterFrame > .inner > .letterSection + .letterSection {
	margin-top: 40px;
	padding-top: 40px;
	border-top: dotted 3px #d7d2b4;
}
#secret .letterFrame > .inner > .letterSection > .heading {
	position: relative;
	text-align: center;
}
#secret .letterFrame > .inner > .letterSection > .heading:before,
#secret .letterFrame > .inner > .letterSection > .heading:after {
	content: "";
	position: absolute;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType02:before {
	top: 0;
	left: 30px;
	width: 944px;
	height: 188px;
	background: url(/seasoning/secret/img/pc_index_bg02.png) no-repeat 0 0;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType03:before {
	top: 85px;
	left: 20px;
	width: 921px;
	height: 157px;
	background: url(/seasoning/secret/img/pc_index_bg04.png) no-repeat 0 0;
}
#secret .letterFrame > .inner > .letterSection > .heading img {
	width: 400px;
}
#secret .letterFrame > .inner > .letterSection > .heading + * {
	margin-top: 30px;
}
#secret .letterFrame > .inner > .letterSection > .inner.plane {
	margin-top: 0 !important;
	padding-top: 30px;
	background: url(/seasoning/secret/img/index_bg01.png) no-repeat 50% 0;
}
#secret .letterFrame > .inner > .letterSection > .inner > .heading {
	text-align: center;
}
#secret .letterFrame > .inner > .letterSection .secretImg01 {
	position: relative;
	margin-top: 45px;
	text-align: center;
}
#secret .letterFrame > .inner > .letterSection .secretImg01:before,
#secret .letterFrame > .inner > .letterSection .secretImg01:after {
	content: "";
	position: absolute;
}
#secret .letterFrame > .inner > .letterSection .secretImg01:before {
	top: -11px;
	left: -50px;
	width: 312px;
	height: 246px;
	background: url(/seasoning/secret/img/index_bg03.png) no-repeat;
}
#secret .letterFrame > .inner > .letterSection .secretImg01:after {
	top: -55px;
	right: -45px;
	width: 347px;
	height: 276px;
	background: url(/seasoning/secret/img/index_bg02.png) no-repeat;
}

/* =======================

	/seasoning/recipe/ 
		
======================= */

@media screen and (min-width: 769px),print {
#recipe.index #main {
	margin-top: 0;
}
}

/* recipeSection */
#recipe .recipeSection {
	margin-top: 65px;
}
#recipe .recipeSection > .heading {
	position: relative;
	width: 475px;
	margin: 0 auto;
}
#recipe .recipeSection > .heading:before,
#recipe .recipeSection > .heading:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 77px;
}
#recipe .recipeSection > .heading:before {
	left: -77px;
}
#recipe .recipeSection > .heading:after {
	right: -77px;
}
#recipe .recipeSection > .heading.type01:before {
	background: url(/seasoning/recipe/img/index_bg01.png) no-repeat 0 0;
}
#recipe .recipeSection > .heading.type01:after {
	background: url(/seasoning/recipe/img/index_bg02.png) no-repeat 100% 0;
}
#recipe .recipeSection > .heading.type02:before {
	background: url(/seasoning/recipe/img/index_bg03.png) no-repeat 0 0;
}
#recipe .recipeSection > .heading.type02:after {
	background: url(/seasoning/recipe/img/index_bg04.png) no-repeat 100% 0;
}
#recipe .recipeSection > .heading.type03:before {
	background: url(/seasoning/recipe/img/index_bg05.png) no-repeat 0 0;
}
#recipe .recipeSection > .heading.type03:after {
	background: url(/seasoning/recipe/img/index_bg06.png) no-repeat 100% 0;
}
#recipe .recipeSection > .heading.type04:before {
	background: url(/seasoning/recipe/img/index_bg07.png) no-repeat 0 0;
}
#recipe .recipeSection > .heading.type04:after {
	background: url(/seasoning/recipe/img/index_bg08.png) no-repeat 100% 0;
}
#recipe .recipeSection > .heading + * {
	margin-top: 30px;
}

/* packegeCol */
#recipe .packageCol {
	margin-top: 30px;
	text-align: center;
	letter-spacing: -5px;
}
#recipe .packageCol > .col {
	display: inline-block;
	width: 255px;
	letter-spacing: normal;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(66,62,37,0.6);
		 -moz-box-shadow: 1px 1px 2px rgba(66,62,37,0.6);
					box-shadow: 1px 1px 2px rgba(66,62,37,0.6);
}
#recipe .packageCol > .col + .col {
	margin-left: 26px;
}

/* headingArea */
#recipe #main > .headingArea {
	margin-top: 65px;
}
#recipe .headingArea > .inner {
	position: relative;
	width: 1100px;
	height: 285px;
	margin: 0 auto;
}
#recipe .headingArea > .inner h1 span {
	display: block;
	position: absolute;
}
#recipe .headingArea > .inner h1 .heading {
	top: 50%;
}
#recipe .headingArea > .inner h1 .logo {
	top: 50%;
	left: 85px;
	margin-top: -47px;
}
#recipe .headingArea > .inner h1 .spTxt {
	display: none;
}
#recipe .headingArea .headingImg {
	position: absolute;
}
#recipe.france .headingArea {
	background: url(/seasoning/recipe/france/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.france .headingArea .headingImg {
	top: -35px;
	right: 0;
}

/* mainLead */
#recipe .mainLead {
	position: relative;
	width: 610px;
	margin: 100px auto 0 !important;
	z-index: 2;
}
#recipe .mainLead > .imgTxt {
	text-align: center;
}
#recipe .mainLead > .imgTxt > img{
	height: 35px;
	width: auto;
}
#recipe .mainLead > .imgTxt + * {
	margin-top: 20px;
}
#recipe .mainLead > .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#recipe .mainLead:before,
#recipe .mainLead:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}

/* movieArea */
#recipe .mainLead + .movieArea {
	margin-top: 20px;
}

/****** france ******/

/* headingArea */
#recipe.france .headingArea > .inner {
	height: 285px;
}
#recipe.france .headingArea > .inner h1 .heading {
	left: 140px;
	width: 450px;
	margin-top: -52px;
}
#recipe.france .headingArea {
	background: url(/seasoning/recipe/france/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.france .headingArea .headingImg {
	top: -35px;
	right: 0;
}
#recipe.france .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/france/img/index_bg02.png) no-repeat 0 0;
}
#recipe.france .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/france/img/index_bg03.png) no-repeat 0 0;
}

/* movieArea */
#recipe.france .movieArea:before {
	top: 160px;
	left: 50%;
	margin-left: -820px;
	height: 390px;
	width: 409px;
	background: url(/seasoning/recipe/france/img/index_bg04.png) no-repeat 0 0;
}
#recipe.france .movieArea:after {
	top: 240px;
	right: 50%;
	margin-right: -880px;
	height: 390px;
	width: 434px;
	background: url(/seasoning/recipe/france/img/index_bg05.png) no-repeat 0 0;
}

/****** italy ******/

/* headingArea */
#recipe.italy .headingArea > .inner {
	height: 275px;
}
#recipe.italy .headingArea > .inner h1 .heading {
	left: 100px;
	width: 470px;
	margin-top: -50px;
}
#recipe.italy .headingArea > .inner h1 .logo{
	margin-top: -53px;
}
#recipe.italy .headingArea {
	background: url(/seasoning/recipe/italy/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.italy .headingArea .headingImg {
	top: -35px;
	right: 0;
}

/* mainLead */
#recipe.italy .mainLead:before {
	top: -65px;
	left: -330px;
	height: 272px;
	width: 338px;
	background: url(/seasoning/recipe/italy/img/index_bg02.png) no-repeat 0 0;
}
#recipe.italy .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/italy/img/index_bg03.png) no-repeat 0 0;
}

/****** germany ******/

/* headingArea */
#recipe.germany .headingArea > .inner {
	height: 280px;
}
#recipe.germany .headingArea > .inner h1 .heading {
	left: 150px;
	width: 450px;
	margin-top: -55px;
}
#recipe.germany .headingArea > .inner h1 .logo{
	margin-top: -61px;
}
#recipe.germany .headingArea {
	background: url(/seasoning/recipe/germany/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.germany .headingArea .headingImg {
	top: -35px;
	right: -30px;
}

/* mainLead */
#recipe.germany .mainLead:before {
	top: -65px;
	left: -330px;
	height: 272px;
	width: 338px;
	background: url(/seasoning/recipe/germany/img/index_bg02.png) no-repeat 0 0;
}
#recipe.germany .mainLead:after {
	top: -60px;
	right: -340px;
	height: 266px;
	width: 324px;
	background: url(/seasoning/recipe/germany/img/index_bg03.png) no-repeat 0 0;
}

/****** spain ******/

/* headingArea */
#recipe.spain .headingArea > .inner {
	height: 280px;
}
#recipe.spain .headingArea > .inner h1 .heading {
	left: 140px;
	width: 450px;
	margin-top: -55px;
}
#recipe.spain .headingArea > .inner h1 .logo{
	margin-top: -57px;
}
#recipe.spain .headingArea {
	background: url(/seasoning/recipe/spain/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.spain .headingArea .headingImg {
	top: -35px;
	right: 0;
}

/* mainLead */
#recipe.spain .mainLead:before {
	top: -65px;
	left: -330px;
	height: 272px;
	width: 338px;
	background: url(/seasoning/recipe/spain/img/index_bg02.png) no-repeat 0 0;
}
#recipe.spain .mainLead:after {
	top: -60px;
	right: -340px;
	height: 262px;
	width: 324px;
	background: url(/seasoning/recipe/spain/img/index_bg03.png) no-repeat 0 0;
}

/* movieArea */
#recipe.spain .movieArea:after {
	top: 220px;
	right: 50%;
	margin-right: -775px;
	height: 339px;
	width: 419px;
	background: url(/seasoning/recipe/spain/img/index_bg04.png) no-repeat 0 0;
}

/****** ethnic ******/

/* headingArea */
#recipe.ethnic .headingArea > .inner {
	height: 273px;
}
#recipe.ethnic .headingArea > .inner h1 .heading {
	left: 150px;
	width: 450px;
	margin-top: -53px;
}
#recipe.ethnic .headingArea > .inner h1 .logo{
	margin-top: -53px;
}
#recipe.ethnic .headingArea {
	background: url(/seasoning/recipe/ethnic/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.ethnic .headingArea .headingImg {
	top: -35px;
	right: 0;
}

/* mainLead */
#recipe.ethnic .mainLead:before {
	top: -65px;
	left: -330px;
	height: 268px;
	width: 338px;
	background: url(/seasoning/recipe/ethnic/img/index_bg02.png) no-repeat 0 0;
}
#recipe.ethnic .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/ethnic/img/index_bg03.png) no-repeat 0 0;
}

/****** korea ******/

/* headingArea */
#recipe.korea .headingArea > .inner {
	height: 266px;
}
#recipe.korea .headingArea > .inner h1 .heading{
	left: 120px;
	width: 470px;
	margin-top: -55px;
}
#recipe.korea .headingArea > .inner h1 .logo {
	margin-top: -50px;
}
#recipe.korea .headingArea {
	background: url(/seasoning/recipe/korea/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.korea .headingArea .headingImg {
	top: -50px;
	right: 0;
}

/* mainLead */
#recipe.korea .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/korea/img/index_bg02.png) no-repeat 0 0;
}
#recipe.korea .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/korea/img/index_bg03.png) no-repeat 0 0;
}

/* movieArea */
#recipe.korea .movieArea:before {
	top: 160px;
	left: 50%;
	margin-left: -820px;
	height: 390px;
	width: 409px;
	background: url(/seasoning/recipe/korea/img/index_bg04.png) no-repeat 0 0;
}
#recipe.korea .movieArea:after {
	top: 240px;
	right: 50%;
	margin-right: -880px;
	height: 390px;
	width: 434px;
	background: url(/seasoning/recipe/korea/img/index_bg05.png) no-repeat 0 0;
}

/****** thailand ******/

/* headingArea */
#recipe.thailand .headingArea > .inner {
	height: 265px;
}
#recipe.thailand .headingArea > .inner h1 .heading {
	left: 160px;
	width: 450px;
	margin-top: -50px;
}
#recipe.thailand .headingArea {
	background: url(/seasoning/recipe/thailand/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.thailand .headingArea .headingImg {
	top: -45px;
	right: -20px;
}

/* mainLead */
#recipe.thailand .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/thailand/img/index_bg02.png) no-repeat 0 0;
}
#recipe.thailand .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/thailand/img/index_bg03.png) no-repeat 0 0;
}

/* movieArea */
#recipe.thailand .movieArea:before {
	top: 160px;
	left: 50%;
	margin-left: -820px;
	height: 390px;
	width: 409px;
	background: url(/seasoning/recipe/thailand/img/index_bg04.png) no-repeat 0 0;
}
#recipe.thailand .movieArea:after {
	top: 240px;
	right: 50%;
	margin-right: -880px;
	height: 390px;
	width: 434px;
	background: url(/seasoning/recipe/thailand/img/index_bg05.png) no-repeat 0 0;
}

/****** america ******/

/* headingArea */
#recipe.america .headingArea > .inner {
	height: 273px;
}
#recipe.america .headingArea > .inner h1 .heading {
	left: 150px;
	width: 450px;
	margin-top: -55px;
}
#recipe.america .headingArea > .inner h1 .logo {
	margin-top: -53px;
}
#recipe.america .headingArea {
	background: url(/seasoning/recipe/america/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.america .headingArea .headingImg {
	top: -45px;
	right: -20px;
}

/* mainLead */
#recipe.america .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/america/img/index_bg02.png) no-repeat 0 0;
}
#recipe.america .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/america/img/index_bg03.png) no-repeat 0 0;
}

/* movieArea */
#recipe.america .movieArea:before {
	top: 160px;
	left: 50%;
	margin-left: -820px;
	height: 390px;
	width: 409px;
	background: url(/seasoning/recipe/america/img/index_bg04.png) no-repeat 0 0;
}
#recipe.america .movieArea:after {
	top: 240px;
	right: 50%;
	margin-right: -880px;
	height: 390px;
	width: 434px;
	background: url(/seasoning/recipe/america/img/index_bg05.png) no-repeat 0 0;
}

/****** hawaii ******/

/* headingArea */
#recipe.hawaii .headingArea > .inner {
	height: 289px;
}
#recipe.hawaii .headingArea > .inner h1 .heading {
	left: 140px;
	width: 450px;
	margin-top: -60px;
}
#recipe.hawaii .headingArea > .inner h1 .logo {
	margin-top: -60px;
}
#recipe.hawaii .headingArea {
	background: url(/seasoning/recipe/hawaii/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.hawaii .headingArea .headingImg {
	top: -45px;
	right: 0;
}

/* mainLead */
#recipe.hawaii .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/hawaii/img/index_bg02.png) no-repeat 0 0;
}
/* movieArea */
#recipe.hawaii .movieArea:after {
	top: 240px;
	right: 50%;
	margin-right: -880px;
	height: 390px;
	width: 434px;
	background: url(/seasoning/recipe/hawaii/img/index_bg04.png) no-repeat 0 0;
}

/****** japan ******/

/* headingArea */
#recipe.japan .headingArea > .inner {
	height: 266px;
}
#recipe.japan .headingArea > .inner h1 .heading {
	left: 140px;
	width: 450px;
	margin-top: -45px;
}
#recipe.japan .headingArea > .inner h1 .logo {
	margin-top: -50px;
}
#recipe.japan .headingArea {
	background: url(/seasoning/recipe/japan/img/index_bg01.png) no-repeat 50% 0;
}
#recipe.japan .headingArea .headingImg {
	top: -50px;
	right: 0;
}

/* mainLead */
#recipe.japan .mainLead:before {
	top: -65px;
	left: -330px;
	height: 281px;
	width: 338px;
	background: url(/seasoning/recipe/japan/img/index_bg02.png) no-repeat 0 0;
}
#recipe.japan .mainLead:after {
	top: -60px;
	right: -340px;
	height: 261px;
	width: 324px;
	background: url(/seasoning/recipe/japan/img/index_bg03.png) no-repeat 0 0;
}


/* layout */
#recipe .movieArea + .bgLayout01,
#recipe .mainLead + .bgLayout01 {
	padding: 100px 0 85px;
	margin-top: -40px;
}

/* recipeCol */
#recipe .recipeCol {
	margin-top: 30px;
}
#recipe .recipeCol > .mainBox {
	position: relative;
	float: left;
	width: 600px;
	margin-right: 23px;
}
#recipe .recipeCol > .mainBox:before,
#recipe .recipeCol > .mainBox:after {
	content: "";
	position: absolute;
	height: 9px;
	width: 100%;
	left: 0;
	background:url(/seasoning/common/img/com_bg02.png) repeat-x 0 0;
	z-index: 1;
}
#recipe .recipeCol > .mainBox:before {
	top: 0;
}
#recipe .recipeCol > .mainBox:after {
	bottom: 0;
}
#recipe .recipeCol > .mainBox > .dish {
	position: relative;
}
#recipe .recipeCol > .mainBox > .dish:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 5px;
	height: 46px;
	width: 58px;
	z-index: 2;
}
#recipe .recipeCol.france > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag01.png) no-repeat 0 0;
}
#recipe .recipeCol.italy > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag02.png) no-repeat 0 0;
}
#recipe .recipeCol.germany > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag03.png) no-repeat 0 0;
}
#recipe .recipeCol.spain > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag04.png) no-repeat 0 0;
}
#recipe .recipeCol.ethnic > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag05.png) no-repeat 0 0;
}
#recipe .recipeCol.korea > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag06.png) no-repeat 0 0;
}
#recipe .recipeCol.thailand > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag07.png) no-repeat 0 0;
}
#recipe .recipeCol.america > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag08.png) no-repeat 0 0;
}
#recipe .recipeCol.hawaii > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag09.png) no-repeat 0 0;
}
#recipe .recipeCol.japan > .mainBox > .dish:before {
	background: url(/seasoning/common/img/com_flag10.png) no-repeat 0 0;
}
#recipe .recipeCol > .mainBox > .txt {
	padding: 15px 15px 20px;
	background: url(/seasoning/common/img/com_bg12.jpg) repeat 0 0;
}
#recipe .recipeCol > .detaiBox {
	float: right;
	width: 477px;
}
#recipe .recipeCol .packBoxWrap {
	width: 421px;
	margin: 25px auto 0;
	padding: 40px 0 30px;
}
#recipe .recipeCol .packBoxWrap[class*="icon"] {
	position: relative;
}
#recipe .recipeCol .packBoxWrap.icon01:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -33px;
	height: 84px;
	width: 83px;
	background: url(/seasoning/recipe/img/recipe_ic01.png) no-repeat 0 0;
	z-index: 1;
}
#recipe .recipeCol .packBox01 {
	position: relative;
	background: url(/seasoning/recipe/img/recipe_bg03.png) repeat-y 0 0;
}
#recipe .recipeCol .packBox01:before,
#recipe .recipeCol .packBox01:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
}
#recipe .recipeCol .packBox01:before {
	height: 45px;
	top: -40px;
	background: url(/seasoning/recipe/img/recipe_bg01.png) no-repeat 0 0;
}
#recipe .recipeCol .packBox01:after {
	height: 60px;
	bottom: -30px;
	background: url(/seasoning/recipe/img/recipe_bg02.png) no-repeat 0 0;
}
#recipe .recipeCol .packBox01 > .inner {
	position: relative;
	text-align: center;
	z-index: 1;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea {
	position: relative;
	top: -15px;
	left: 0;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea img {
	width: 120px;
	height: auto;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:before,
#recipe .recipeCol .packBox01 > .inner > .imgArea:after {
	content: "";
	position: absolute;
	top: 20px;
	height: 79px;
	width: 68px;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:before {
	left: 65px;
	background: url(/seasoning/recipe/img/recipe_bg04.png) no-repeat 0 0;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:after {
	right: 65px;
	background: url(/seasoning/recipe/img/recipe_bg05.png) no-repeat 0 0;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea {
	padding: 0 10px;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea .linkBox a {
	display: inline-block;
	padding-left: 17px;
	background: url(/seasoning/recipe/img/recipe_arr_ic01.png) no-repeat 0 0;
}
#recipe.pc .recipeCol .packBox01 > .inner > .txtArea .linkBox a:hover img {
	opacity: 1;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea .brandTxt,
#recipe .recipeCol .packBox01 > .inner > .txtArea .name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea .brandTxt .imgChar {
	height: 14px;
}

@media screen and (min-width: 769px),print {
#recipe .recipeCol .packBox01.twoItem {
	letter-spacing: -5px;
}
#recipe .recipeCol .packBox01.twoItem > .inner {
	display: inline-block;
	position: relative;
	width: 50%;
	vertical-align: top;
	letter-spacing: normal;
}
#recipe .recipeCol .packBox01.twoItem > .inner:nth-child(1) > .imgArea {
	text-align: right;
}
#recipe .recipeCol .packBox01.twoItem > .inner.bottle > .imgArea {
	padding-left: 30px;
	text-align: left;
}
#recipe .recipeCol .packBox01.twoItem > .inner:nth-child(1):after,
#recipe .recipeCol .packBox01.twoItem > .inner.bottle:after {
	content: "";
	position: absolute;
	top: 10px;
	height: 79px;
	width: 68px;
}
#recipe .recipeCol .packBox01.twoItem > .inner:nth-child(1):after {
	left: 15px;
	background: url(/seasoning/recipe/img/recipe_bg04.png) no-repeat 0 0;
}
#recipe .recipeCol .packBox01.twoItem > .inner.bottle:after {
	right: 15px;
	background: url(/seasoning/recipe/img/recipe_bg05.png) no-repeat 0 0;
}

#recipe .recipeCol .packBox01.twoItem > .inner > .imgArea:before,
#recipe .recipeCol .packBox01.twoItem > .inner > .imgArea:after {
	display: none;
}
#recipe .recipeCol .packBox01.twoItem > .inner:nth-child(1) > .imgArea img {
	width: 112px;
}
#recipe .recipeCol .packBox01.twoItem > .inner.bottle > .imgArea img {
	width: 72px;
}

}

#recipe .recipeCol > .mainBox > .txt > *:first-child,
#recipe .recipeCol > .detaiBox > *:first-child {
	margin-top: 0 !important;
}


/* =======================

	/seasoning/menu/ 
		
======================= */

@media screen and (min-width: 769px),print {
#menu.index #main {
	margin-top: 0;
}
#menu .colLayout.menuCol > .col > .txtArea > .catch {
	font-size: 13px;
	font-size: 1.3rem;
}
}

/* section */
#menu .menuSection {
	width: 811px;
	margin: 45px auto 0;
}
#menu .menuSection > .heading {
	position: relative;
	margin: 0 auto;
}
#menu .menuSection > .heading + * {
	margin-top: 30px;
}
#menu .menuSection > .heading > .txt {
	position: absolute;
	color: #614208;
	font-size: 14px;
}
#menu .menuSection > .heading.type01 {
	width: 550px;
}
#menu .menuSection > .heading.type02 {
	width: 675px;
}
#menu .menuSection > .heading.type02 > .txt {
	top: 75px;
	left: 152px;
}
#menu .menuSection > .heading.type03 {
	width: 675px;
}
#menu .menuSection > .heading.type03 > .txt {
	top: 75px;
	left: 155px;
}
#menu .menuSection > .inner + .inner {
	margin-top: 45px;
}
#menu .menuSection > .inner > .heading {
	display: table;
	width: 100%;
	background: url(/seasoning/menu/img/index_bg01.png) no-repeat 50% 100%;
}
#menu .menuSection > .inner > .heading > * {
	display: table-cell;
}
#menu .menuSection > .inner > .heading > .img {
	width: 265px;
	padding: 0 15px 15px 0; 
	text-align: right;
	vertical-align: top;
}
#menu .menuSection > .inner > .heading > .txt {
	width: 546px;
	padding: 0 0 15px 0;
	color: #614208;
	text-align: left;
	vertical-align: middle;
}
#menu .menuSection > .inner > .heading + * {
	margin-top: 20px;
}
#menu .menuSection > .inner > .heading + .accDetails > *:first-child {
	margin-top: 0 !important;
}

/* heading */
#menu.index h1 + * {
	margin-top: 20px !important;
}

/* ancLink */
#menu .menuAncLink {
	margin-top: 15px;
	text-align: center;
	letter-spacing: -4px;
}
#menu .menuAncLink > li {
	display: inline-block;
	padding-left: 23px;
	letter-spacing: normal;
}
#menu .menuAncLink > li + li {
	margin-left: 23px;
	border-left: solid 1px #c5c198;
}
#menu .menuAncLink > li a {
	display: inline-block;
	padding-bottom: 30px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	background: url(/seasoning/common/img/com_arr_ic06.png) no-repeat 50% 100%;
}
#menu .menuAncLink > li.type01 a {
	color: #254b85;
}
#menu .menuAncLink > li.type02 a {
	color: #f19600;
}
#menu .menuAncLink > li.type03 a {
	color: #a6024f;
}

/* movieArea */
#menu .movieArea .movieBox {
	position: relative;
	width: 750px;
	height: 450px;
	padding: 52px 75px 60px;
	-webkit-background-size: 750px 450px;
		 -moz-background-size: 750px 450px;
					background-size: 750px 450px;
}
#menu .movieArea.sake:after {
	top: 175px;
	right: 50%;
	margin-right: -610px;
	height: 331px;
	width: 282px;
	background: url(/seasoning/menu/img/index_movie_im01.png) no-repeat 0 0;
}
#menu .movieArea.beer:before {
	top: 110px;
	left: 50%;
	margin-left: -590px;
	height: 361px;
	width: 261px;
	background: url(/seasoning/menu/img/index_movie_im02.png) no-repeat 0 0;
}
#menu .movieArea.party:before {
	top: 50px;
	left: 50%;
	margin-left: -510px;
	height: 393px;
	width: 127px;
	background: url(/seasoning/menu/img/index_movie_im04.png) no-repeat 0 0;
}
#menu .movieArea.party:after {
	top: 25px;
	right: 50%;
	margin-right: -500px;
	height: 433px;
	width: 117px;
	background: url(/seasoning/menu/img/index_movie_im03.png) no-repeat 0 0;
}
#menu .movieArea.wine:after {
	top: 140px;
	right: 50%;
	margin-right: -630px;
	height: 389px;
	width: 304px;
	background: url(/seasoning/menu/img/index_movie_im05.png) no-repeat 0 0;
}


/* ======================================================
 * for SP Layout
====================================================== */
@media screen and (max-width: 768px) {

/* section */
.section02 {
	margin-top: 20px !important;
}
.ribbonSection {
	margin-top: 15px;
}
.ribbonSection > .innerSection {
	width: 100%;
	margin: 20px 0 0;
}

/* heading */
.heading01 {
	padding: 15px 10px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}
.france .heading01 {
	-webkit-background-size: 50px 56px;
					background-size: 50px 56px;
}
.italy .heading01 {
	-webkit-background-size: 50px 56px;
					background-size: 50px 56px;
}
.germany .heading01 {
	-webkit-background-size: 50px 56px;
					background-size: 50px 56px;
}
.spain .heading01 {
	-webkit-background-size: 50px 56px;
					background-size: 50px 56px;
}
.ethnic .heading01 {
	-webkit-background-size: 44px 68px;
					background-size: 44px 68px;
}
.korea .heading01 {
	-webkit-background-size: 43px 43px;
					background-size: 43px 43px;
}
.thailand .heading01 {
	-webkit-background-size: 45px 50px;
					background-size: 45px 50px;
}
.america .heading01 {
	-webkit-background-size: 31px 5px;
					background-size: 31px 5px;
}
.hawaii .heading01 {
	-webkit-background-size: 329px 250px;
					background-size: 329px 250px;
}
.japan .heading01 {
	-webkit-background-size: 18px 18px;
					background-size: 18px 18px;
}
.bgLayout01 .heading01 {
	margin: 0 -10px;
}
.heading01 + * {
	margin-top: 30px !important;
}
.heading01:before,
.heading01:after {
	height: 6px;
	-webkit-background-size: auto 6px;
					background-size: auto 6px;
}
.heading01 .sub {
	margin: 5px 0 0;
	padding: 7px 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
.section02 > .headingImg + * {
	margin-top: 20px !important;
}
.section02 > .headingImg.type02 {
	margin-top: 0 !important;
	padding: 50px 0 0;
	text-align: center;
	-webkit-background-size: 100% auto;
					background-size: 100% auto;
}
.section02 > .headingImg.type02 + * {
	margin-top: 15px !important;
}
.ribbonSection > .heading  {
	height: 38px;
	margin-right: 13px;
	margin-left: 13px;
	padding: 12px 5px 0;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(/seasoning/common/img/sp_com_bg05.png) repeat-x 0 0;
	-webkit-background-size: 33px 38px;
					background-size: 33px 38px;
}
.ribbonSection > .heading:before,
.ribbonSection > .heading:after {
	height: 38px;
	width: 13px;
	-webkit-background-size: 13px 38px !important;
					background-size: 13px 38px !important;
}
.ribbonSection > .heading:before {
	left: -13px;
	background: url(/seasoning/common/img/sp_com_bg03.png) no-repeat 0 0;
}
.ribbonSection > .heading:after {
	right: -13px;
	background: url(/seasoning/common/img/sp_com_bg04.png) no-repeat 0 0;
}
.ribbonSection > .heading + * {
	margin-top: 15px !important;
}
.ribbonSection > .innerSection > .heading {
	font-size: 19px;
	font-size: 1.9rem;
}
.ribbonSection > .innerSection > .heading span {
	padding: 0 20px;
}
.ribbonSection > .innerSection > .heading span:before,
.ribbonSection > .innerSection > .heading span:after {
	width: 15px;
}
.ribbonSection > .innerSection > .heading + * {
	margin-top: 20px !important;
}

/* background */
.bgLayout01 {
	padding: 0 10px 50px;
	background: url(/seasoning/common/img/sp_com_bg08.png) repeat-y 0 30px;
	background-size: 100% auto;
}
.bgLayout02 {
	padding: 25px 0 0;
}
.bgLayout02.spType02 {
	padding-bottom: 20px;
}
.bgLayout02:after {
	top: -5px;
	height: 5px;
	-webkit-background-size: auto 5px;
					background-size: auto 5px;
}
.bgLayout01 > .inner,
.bgLayout02 > .inner {
	width: 100%;
}
.bgLayout01 + .bgLayout02 {
	margin-top: -5px;
	z-index: 2;
}
.bgWrap01 {
	position: relative;
	overflow: hidden;
}
.bgWrap01:before {
	display: none;
}
.bgWrap01:after {
	top: 0;
	background: url(/seasoning/common/img/sp_com_bg01.png) repeat-y 50% 0;
	-webkit-background-size: 100% auto;
					background-size: 100% auto;
}
.bgWrap01.spHidden:after {
	display: none;
}

/* box */
.boxLayout01 {
	width: 100%;
	margin: 25px 0 0;
	padding: 20px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.boxLayout01 > .inner {
	padding: 0;
}
.boxLayout01 > .inner + .inner {
	margin-top: 20px;
	padding-top: 20px;
}
.boxLayout01 > .inner > .headingImg img {
	width: 100%;
}
.onePointBox {
	width: 100%;
	margin: 20px 0 0;
}
.onePointBox > .frame img {
	width: 100%;
	height: auto;
}
.onePointBox > .inner {
	padding: 0 20px;
	background: url(/seasoning/recipe/img/sp_recipe_bg01.png) repeat-y 0 0;
	-webkit-background-size: 100% auto;
					background-size: 100% auto;
}

/* column, slider */
.figureCol {
	margin-top: 20px;
}
.figureCol > .imgL,
.figureCol > .imgR {
	float: none;
	text-align: center;
	margin: 0;
}
.figureCol > .txt + .imgL,
.figureCol > .txt + .imgR {
	margin-top: 20px;
}
.colLayout {
	margin-top: 20px;
}
.colLayout.linkCol {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.colLayout.linkCol > .col {
	display: table;
	text-decoration: none;
	background: url(/seasoning/common/img/com_arr_ic01.png) no-repeat 100% 100% #ffffff;
	box-shadow: 0px 2px 2px #dad6bc;
	-webkit-transition: opacity 0.3s ease-out 0s;
	 	 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.colLayout.linkCol > .col {
	display: block;
	width: 100% !important;
	margin-right: 0 !important;
	background: url(/seasoning/common/img/sp_com_arr_ic04.png) no-repeat 100% 100% #ffffff;
	-webkit-background-size: 21px 21px;
					background-size: 21px 21px;
}
.colLayout.linkCol > .col + .col {
	margin-top: 10px;
}
.colLayout.linkCol > .col > .inner {
	display: block;
	padding: 10px 15px !important;
}
.colLayout.linkCol > .col > .inner > .title {
	font-size: 17px;
	font-size: 1.7rem;
}
.colLayout.linkCol > .col > .inner > .title .sub {
	margin-top: 2px;
	font-size: 13px;
	font-size: 1.3rem;
}
.colLayout.linkCol > .col > .inner > .title .logoTxt {
	height: 14px;
	width: auto;
	margin: 2px 4px 0 0;
}
.colLayout.linkCol > .col > .inner > .title + * {
	margin-top: 8px;
}
.colLayout.linkCol > .col.type01 {
	border-top: solid 4px #f1d040;
}

.colLayout.linkCol > .col.type01 > .inner > .title {
	min-height: 35px;
	padding-left: 40px;
	-webkit-background-size: 30px 35px;
					background-size: 30px 35px;
}
.colLayout.linkCol > .col [class*="bgType"] {
	padding-right: 125px;
}
.colLayout.linkCol > .col .bgType01:after {
	bottom: 0;
	right: 0;
	width: 120px;
	height: 71px;
	-webkit-background-size: 120px 71px;
					background-size: 120px 71px;
}
.colLayout.linkCol > .col .bgType02:after {
	bottom: 0;
	right: 0;
	width: 120px;
	height: 75px;
	-webkit-background-size: 120px 75px;
					background-size: 120px 75px;
}
.colLayout.menuCol {
	width: 100% !important;
	margin: 20px 0 0;
}
.colLayout.col3 > .col,
.colLayout.col3.menuCol > .col,
.colLayout.col4 > .col,
.colLayout.col4.menuCol > .col {
	width: 49%;
	margin-right: 2%;
}
.colLayout.col3 > .col:nth-child(3n),
.colLayout.col3.menuCol > .col:nth-child(3n),
.colLayout.col4 > .col:nth-child(3n),
.colLayout.col4.menuCol > .col:nth-child(3n) {
	margin-right: 2%;
}
.colLayout.col3 > .col:nth-child(2n),
.colLayout.col3.menuCol > .col:nth-child(2n),
.colLayout.col4 > .col:nth-child(2n),
.colLayout.col4.menuCol > .col:nth-child(2n) {
	margin-right: 0 !important;
}
.colLayout.col3 > .col:nth-child(n+3),
.colLayout.col3.menuCol > .col:nth-child(n+3),
.colLayout.col4 > .col:nth-child(n+3) {
	margin-top: 15px;
}
.colLayout.col4.menuCol.type02 {
}
.colLayout.col3.menuCol.type02 > .col,
.colLayout.col4.menuCol.type02 > .col {
	width: 48%;
	margin-right: 4%;
}
.colLayout.col4.menuCol.type02 > .col:nth-child(3n) {
	margin-right: 4%;
}
.menuSlider01 {
	width: 100%;
	margin: 30px auto 45px !important;
}
.menuSlider01 .slick-arrow {
	top: auto;
	bottom: -55px;
	width: 46px;
	height: 46px;
	margin-top: 0;
}
.menuSlider01 .slick-prev {
	left: 15px;
	background: url(/seasoning/recipe/img/sp_recipe_bt01.png) no-repeat 0 0;
	-webkit-background-size: 46px 46px;
					background-size: 46px 46px;
}
.menuSlider01 .slick-next {
	right: 15px;
	background: url(/seasoning/recipe/img/sp_recipe_bt02.png) no-repeat 0 0;
	-webkit-background-size: 46px 46px;
					background-size: 46px 46px;
}
.menuSlider01 .slick-dots {
	bottom: -45px
}
.menuSlider01 .slick-dots > li {
	height: 13px;
	width: 13px;
	margin: 0 6px;
}
.menuSlider01 .slick-dots > li button {
	height: 13px;
	width: 13px;
	padding: 0;
}
.menuSlider01 .slick-dots > li button:before {
	content: "";
	height: 10px;
	width: 10px;
	border: solid 2px #b3a881;
	border-radius: 50%;
	opacity: 1;
}
.menuSlider01 .slick-dots > li.slick-active button::before {
	background-color: #3d2a04;
	border: solid 2px #3d2a04;
}
.menuSlider01 .slideItem {
	width: auto;
	margin: 0 5px;
}
.menuSlider01 .slick-list {
	padding-top: 16px;
}
.colLayout.menuCol > .col,
.menuSlider01 .slideItem {
	background: url(/seasoning/common/img/sp_com_arr_ic04.png) no-repeat 100% 100% #ffffff;
	-webkit-background-size: 21px 21px;
					background-size: 21px 21px;
}
.colLayout.menuCol > .col:after,
.menuSlider01 .slideItem:after {
	top: -4px;
	left: 5px;
	height: 28px;
	width: 35px;
	-webkit-background-size: 35px 28px !important;
					background-size: 35px 28px !important;
}
.colLayout.menuCol > .col > .imgArea,
.menuSlider01 .slideItem > .imgArea {
	padding-top: 5px;
	-webkit-background-size: auto 5px;
					background-size: auto 5px;
}
.colLayout.menuCol > .col > .imgArea .dish,
.menuSlider01 .slideItem > .imgArea .dish {
	width: 70%;
}
.colLayout.menuCol > .col > .imgArea .package,
.menuSlider01 .slideItem > .imgArea .package {
	right: 5px;
	width: 35%
}
.colLayout.menuCol > .col > .txtArea,
.menuSlider01 .slideItem > .txtArea {
	padding: 10px;
}
.colLayout.menuCol > .col > .txtArea > .title,
.menuSlider01 .slideItem > .txtArea > .title {
	font-size: 13px;
	font-size: 1.3rem;
}
.colLayout.menuCol > .col > .txtArea > .title[class*="icon"],
.menuSlider01 .slideItem > .txtArea > .title[class*="icon"] {
	min-height: 0;
	padding: 33px 0 0 !important;
	-webkit-background-size: 97px 23px !important;
					background-size: 97px 23px !important;
}
.colLayout.menuCol > .col > .txtArea > .title.icon01,
.menuSlider01 .slideItem > .txtArea > .title.icon01 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic01.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon02,
.menuSlider01 .slideItem > .txtArea > .title.icon02 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic02.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon03,
.menuSlider01 .slideItem > .txtArea > .title.icon03 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic03.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon04,
.menuSlider01 .slideItem > .txtArea > .title.icon04 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic04.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon05,
.menuSlider01 .slideItem > .txtArea > .title.icon05 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic05.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon06,
.menuSlider01 .slideItem > .txtArea > .title.icon06 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic06.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon07,
.menuSlider01 .slideItem > .txtArea > .title.icon07 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic07.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon08,
.menuSlider01 .slideItem > .txtArea > .title.icon08 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic08.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon09,
.menuSlider01 .slideItem > .txtArea > .title.icon09 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic09.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title.icon10,
.menuSlider01 .slideItem > .txtArea > .title.icon10 {
	background: url(/seasoning/recipe/img/sp_recipe_cooking_ic10.png) no-repeat 0 0;
}
.colLayout.menuCol > .col > .txtArea > .title .brandTxt .imgChar,
.menuSlider01 .slideItem > .txtArea > .title .brandTxt .imgChar {
	height: 12px;
}
.colLayout.menuCol > .col > .txtArea > .catch,
.menuSlider01 .slideItem > .txtArea > .catch {
	margin-top: 10px;
	padding: 10px 0 0;
	font-size: 13px;
	background: url(/seasoning/common/img/sp_com_bg02.png) repeat-x 0 0;
	-webkit-background-size: auto 2px;
					background-size: auto 2px;
}
.colLayout.menuCol.type02 > .col > .imgArea:after {
	bottom: -25px;
	right: -9px;
	height: 50px;
	width: 50px;
	background-size: 50px 50px;
}
.colLayout.menuCol.type02 > .col > .imgArea .dish {
	width: 100%;
}
.colLayout.menuCol.type02 > .col > .imgArea .package {
	bottom: -23px;
	right: 1px;
	width: 30px;
}
.colLayout.numberCol {
	width: 100% !important;
	padding: 0 10px;
}
.colLayout.numberCol > .col {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
}
.colLayout.numberCol.col3 > .col + .col {
	margin-top: 20px;
}
.colLayout.numberCol > .col[class*="num"]:before {
	top: -6px;
	left: -2px;
	height: 40px;
	width: 40px;
	-webkit-background-size: 40px 40px;
					background-size: 40px 40px;
}
.colLayout.numberCol > .col[class*="num"]:after {
	top: -1px;
	left: 12px;
	font-size: 18px;
	font-size: 1.8rem;
}
.timeCol {
	font-size: 14px;
	font-size: 1.4rem;
}
.timeCol > dt {
	padding-left: 25px;
}
.timeCol > dt:before {
	height: 20px;
	width: 20px;
	top: 50%;
	margin-top: -11px;
	-webkit-background-size: 20px 20px;
					background-size: 20px 20px;
}

/* list */
.iconList01 {
	margin-top: 15px;
}
.iconList01 > li {
	padding-left: 15px;
	background: url(/seasoning/common/img/sp_com_ic01.png) no-repeat 0 0.4em;
	-webkit-background-size: 6px 6px;
					background-size: 6px 6px;
}

/* link */
.cuisinesLink {
	width: 100% !important;
	margin: 20px 0 0;
	border-top: solid 1px #dcd6b7;
	border-bottom: solid 1px #dcd6b7;
}
.cuisinesLink > li {
	width: 50% !important;
	height: auto !important;
	margin: 0 !important;
}
.cuisinesLink > li:nth-child(2n+1) {
	border-right: solid 1px #dcd6b7;
}
.cuisinesLink > li:nth-child(n+3) {
	border-top: solid 1px #dcd6b7;
}
.cuisinesLink > li:after {
	display: block;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 10px;
	height: 7px;
	width: 5px;
	margin: -3px 0 0;
	-webkit-background-size: 5px 7px !important;
					background-size: 5px 7px !important;
}
.cuisinesLink > li a {
	padding: 15px 20px 15px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	background: none !important;
}

/* movieArea */
.movieArea {
	margin-top: 20px;
	padding: 30px !important;
	background: url(/seasoning/common/img/sp_com_bg07.png) no-repeat 0 0;
	-webkit-background-size: cover;
					background-size: cover;
}
.movieArea:before,
.movieArea:after {
	display: none;
}
.movieArea .movieBox {
	position: relative;
	height: 0 !important;
	width: 100% !important;
	padding-bottom: 56.25% !important;
	padding-top: 30px !important;
	overflow: hidden;
	background: none !important;
}
.movieArea .movieBox.ua_spOnly {
	padding-bottom: 100% !important;
	padding-top: 0 !important;
}
.movieArea .movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* button */
.seasoningBtn {
	margin-top: 20px;
}
.seasoningBtn img {
	width: 100%;
}

/* text */
.paragraph01 {
	margin-top: 0.7em;
}
.leadTxt {
	font-size: 15px;
	font-size: 1.5rem;
}
.imgChar {
	height: 12px;
	width: auto;
	margin: 3px 3px 0 0;
}
.brandTxt {
	margin-bottom: 5px;
	line-height: 1.0;
}
.brandTxt .imgChar {
	height: 13px;
	width: auto;
	margin: 0 3px 0 0;
}
.largeTxt .imgChar {
	height: 15px;
	width: auto;
	margin: 3px 3px 0 0;
}


/* =======================

	/seasoning/secret/ 
		
======================= */

#secret.index .bgLayout01 {
	background-position: 0 0;
}
#secret .letterFrame {
	width: 100%;
	margin: 20px 0 0 !important;
	font-size: 14px;
}
#secret .letterFrame > .frame {
}
#secret .letterFrame > .inner {
	padding: 0 15px;
	background: url(/seasoning/secret/img/sp_index_bg01.png) repeat-y 0 0;
	-webkit-background-size: 100% auto;
					background-size: 100% auto;
}
#secret .letterFrame > .inner > .letterSection {
	padding: 0;
}
#secret .letterFrame > .inner > .letterSection:first-child {
	margin-top: 0;
}
#secret .letterFrame > .inner > .letterSection + .letterSection {
	margin-top: 30px;
	padding-top: 30px;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType02:before {
	top: auto;
	bottom: 0;
	left: -10px;
	width: 88px;
	height: 95px;
	background: url(/seasoning/secret/img/sp_index_bg03.png) no-repeat 0 0;
	-webkit-background-size: 88px 95px;
					background-size: 88px 95px;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType02:after {
	bottom: 0;
	right: -10px;
	width: 89px;
	height: 89px;
	background: url(/seasoning/secret/img/sp_index_bg04.png) no-repeat 0 0;
	-webkit-background-size: 89px 89px;
					background-size: 89px 89px;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType03:before {
	top: -10px;
	left: 0;
	width: 76px;
	height: 55px;
	background: url(/seasoning/secret/img/sp_index_bg05.png) no-repeat 0 0;
	-webkit-background-size: 76px 55px;
					background-size: 76px 55px;
}
#secret .letterFrame > .inner > .letterSection > .heading.bgType03:after {
	bottom: -10px;
	right: -10px;
	width: 92px;
	height: 63px;
	background: url(/seasoning/secret/img/sp_index_bg06.png) no-repeat 0 0;
	-webkit-background-size: 92px 63px;
					background-size: 92px 63px;
}
#secret .letterFrame > .inner > .letterSection > .heading img {
	width: 100%;
}
#secret .letterFrame > .inner > .letterSection > .heading + * {
	margin-top: 15px;
}
#secret .letterFrame > .inner > .letterSection > .inner.plane {
	padding-top: 20px;
	background: url(/seasoning/secret/img/sp_index_bg02.png) no-repeat 50% 0;
	background-size: 100% auto;
}
#secret .letterFrame > .inner > .letterSection > .inner > .heading img {
	width: 100%;
}
#secret .letterFrame > .inner > .letterSection > .inner > .heading + * {
	margin-top: 20px;
}
#secret .letterFrame > .inner > .letterSection .secretImg01 {
	margin-top: 10px;
	padding-top: 85px;
}
#secret .letterFrame > .inner > .letterSection .secretImg01:before {
	top: 0;
	left: -15px;
	width: 130px;
	height: 103px;
	-webkit-background-size: 130px 103px;
					background-size: 130px 103px;
}
#secret .letterFrame > .inner > .letterSection .secretImg01:after {
	top: 0;
	right: -15px;
	width: 130px;
	height: 103px;
	-webkit-background-size: 130px 103px;
					background-size: 130px 103px;
}

/* =======================

	/seasoning/recipe/ 
		
======================= */

#recipe.index .bgLayout01 {
	background-position: 0 0;
}

/* recipeSection */
#recipe .recipeSection {
	margin-top: 30px;
}
#recipe .recipeSection > .heading {
	width: 100%;
	padding: 0 20px;
}
#recipe .recipeSection > .heading img {
	width: 100%;
}
#recipe .recipeSection > .heading:before,
#recipe .recipeSection > .heading:after {
	top: 0;
	height: 100%;
	width: 20px;
	-webkit-background-size: auto 100% !important;
					background-size: auto 100% !important;
}
#recipe .recipeSection > .heading:before {
	left: 0;
}
#recipe .recipeSection > .heading:after {
	right: 0;
}
#recipe .recipeSection > .heading + * {
	margin-top: 15px;
}

/* packageCol */
#recipe .packageCol {
	margin: 15px 0 0;
}
#recipe .packageCol > .col {
	width: 48%;
	float: left;
}
#recipe .packageCol > .col + .col {
	margin-left: 0;
}
#recipe .packageCol > .col:nth-child(2n) {
	margin-left: 4%;
}
#recipe .packageCol > .col:nth-child(n+3) {
	margin-top: 10px;
}
#recipe .packageCol.col3 > .col:nth-child(3),
#recipe .packageCol.col1 > .col {
	float: none;
	text-align: center;
}

/* headingArea */
#recipe #main > .headingArea {
	margin-top: 0;
	padding: 30px 0 0;
	-webkit-background-size: 100% auto !important;
					background-size: 100% auto !important;
}
#recipe .headingArea > .inner {
	width: 100%;
	height: auto !important;
	margin: 0;
}
#recipe .headingArea > .inner h1 {
	width: 100%;
	padding: 0 20px;
}
#recipe .headingArea > .inner h1 span {
	position: static;
}
#recipe .headingArea > .inner h1 .logo {
	display: none;
}
#recipe .headingArea > .inner h1 .spTxt {
	display: block;
	margin-bottom: 5px;
}
#recipe .headingArea > .inner h1 .spTxt img {
	width: 100%;
	height: auto;
}
#recipe .headingArea > .inner h1 .heading {
	width: 100% !important;
	margin-top: 0 !important;
}
#recipe .headingArea > .inner h1 .heading img {
	width: 100%;
	height: auto;
}
#recipe .headingArea .headingImg {
	width: 100%;
	position: static;
	margin-top: 10px;
	text-align: center;
}
#recipe .headingArea .headingImg img {
	width: 100%;
	height: auto;
}

/* mainLead */
#recipe .mainLead {
	width: 100%;
	margin: 15px 0 0 !important;
	padding: 110px 15px 0;
}
#recipe .mainLead > .imgTxt > img{
	width: 100%;
	height: auto;
}
#recipe .mainLead > .imgTxt + * {
	margin-top: 15px;
}
#recipe .mainLead > .txt{
	font-size: 15px;
	font-size: 1.5rem;
}
#recipe .mainLead:before,
#recipe .mainLead:after {
	display: none;
}

/****** france ******/

/* headingArea */
#recipe.france .headingArea {
	background: url(/seasoning/recipe/france/img/sp_index_bg01.png) no-repeat 0 0;
}
#recipe.france .headingArea .headingImg {
	margin-top: 15px;
}

/* mainLead */
#recipe.france .mainLead {
	background: 
		url(/seasoning/recipe/france/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/france/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 126px, 160px 129px; 
}

/****** italy ******/

/* headingArea */
#recipe.italy .headingArea {
	background: url(/seasoning/recipe/italy/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.italy .mainLead {
	background: 
		url(/seasoning/recipe/italy/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/italy/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 121px, 160px 129px; 
}

/****** germany ******/

/* headingArea */
#recipe.germany .headingArea {
	background: url(/seasoning/recipe/germany/img/sp_index_bg01.png) no-repeat 0 0;
}
#recipe.germany .headingArea .headingImg {
	margin-top: 20px;
}

/* mainLead */
#recipe.germany .mainLead {
	background: 
		url(/seasoning/recipe/germany/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/germany/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 121px, 160px 131px; 
}

/****** spain ******/

/* headingArea */
#recipe.spain .headingArea {
	background: url(/seasoning/recipe/spain/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.spain .mainLead {
	background: 
		url(/seasoning/recipe/spain/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/spain/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 121px, 160px 129px; 
}

/****** ethnic ******/

/* headingArea */
#recipe.ethnic .headingArea {
	background: url(/seasoning/recipe/ethnic/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.ethnic .mainLead {
	background: 
		url(/seasoning/recipe/ethnic/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/ethnic/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 119px, 160px 129px; 
}

/****** korea ******/

/* headingArea */
#recipe.korea .headingArea {
	background: url(/seasoning/recipe/korea/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.korea .mainLead {
	background: 
		url(/seasoning/recipe/korea/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/korea/img/index_bg03.png) no-repeat right -20px top;
	background-size: 130px 112px, 130px 114px; 
}

/****** thailand ******/

/* headingArea */
#recipe.thailand .headingArea {
	background: url(/seasoning/recipe/thailand/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.thailand .mainLead {
	background: 
		url(/seasoning/recipe/thailand/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/thailand/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 129px, 160px 136px; 
}

/****** america ******/

/* headingArea */
#recipe.america .headingArea {
	background: url(/seasoning/recipe/america/img/sp_index_bg01.png) no-repeat 0 0;
}
#recipe.america .headingArea > .inner h1 .spTxt {
	margin-bottom: 0;
}
#recipe.america .headingArea .headingImg {
	margin-top: 8px;
}

/* mainLead */
#recipe.america .mainLead {
	background: 
		url(/seasoning/recipe/america/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/america/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 124px, 160px 129px; 
}

/****** hawaii ******/

/* headingArea */
#recipe.hawaii .headingArea {
	background: url(/seasoning/recipe/hawaii/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.hawaii .mainLead {
	background: 
		url(/seasoning/recipe/hawaii/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/hawaii/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 122px, 160px 133px; 
}

/****** japan ******/

/* headingArea */
#recipe.japan .headingArea {
	background: url(/seasoning/recipe/japan/img/sp_index_bg01.png) no-repeat 0 0;
}

/* mainLead */
#recipe.japan .mainLead {
	background: 
		url(/seasoning/recipe/japan/img/index_bg02.png) no-repeat -10px 20px,
		url(/seasoning/recipe/japan/img/index_bg03.png) no-repeat right -20px top;
	background-size: 150px 126px, 140px 114px; 
}

/* layout */
#recipe .movieArea + .bgLayout01,
#recipe .mainLead + .bgLayout01 {
	margin-top: 20px;
	padding: 0 10px 50px;
}
.bgWrap01 .bgLayout01 > .inner {
	width: 100%;
}

/* recipeCol */
#recipe .recipeCol {
	margin-top: 30px;
}
#recipe .recipeCol > .mainBox {
	float: none;
	width: 100%;
	margin-right: 0;
}
#recipe .recipeCol > .packBoxWrap + .mainBox {
	margin-top: 20px;
}
#recipe .recipeCol > .mainBox:before,
#recipe .recipeCol > .mainBox:after {
	height: 5px;
	-webkit-background-size: auto 5px;
					background-size: auto 5px;
}
#recipe .recipeCol > .mainBox:before {
	top: 0;
}
#recipe .recipeCol > .mainBox:after {
	bottom: 0;
}
#recipe .recipeCol > .mainBox > .dish:before {
	top: -3px;
	left: 3px;
	height: 28px;
	width: 35px;
}
#recipe .recipeCol > .mainBox > .dish:before {
	-webkit-background-size: 35px 28px !important;
					background-size: 35px 28px !important;
}
#recipe .recipeCol > .mainBox > .dish img {
	width: 100%;
	height: auto;
}
#recipe .recipeCol > .mainBox > .txt {
	padding: 7px 10px 12px;
	background: url(/seasoning/common/img/com_bg12.jpg) repeat 0 0;
}
#recipe .recipeCol > .detaiBox {
	float: none;
	width: 100%;
	margin-top: 20px;
}
#recipe .recipeCol .packBoxWrap {
	width: 85%;
	margin: 25px auto 0;
}
#recipe .recipeCol .packBoxWrap[class*="icon"] {
	position: relative;
}
#recipe .recipeCol .packBoxWrap.icon01:after {
	top: -10px;
	left: -20px;
	height: 60px;
	width: 60px;
	-webkit-background-size: 60px 60px;
					background-size: 60px 60px;
}
#recipe .recipeCol .packBox01,
#recipe .recipeCol .packBox01:before,
#recipe .recipeCol .packBox01:after {
	-webkit-background-size: 100% auto;
					background-size: 100% auto;
}
#recipe .recipeCol .packBox01:after {
	bottom: -40px;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea img {
	width: 35%;
	height: auto;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:before,
#recipe .recipeCol .packBox01 > .inner > .imgArea:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	height: 57px;
	width: 50px;
	-webkit-background-size: 50px 57px;
					background-size: 50px 57px;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:before {
	left: 8%;
}
#recipe .recipeCol .packBox01 > .inner > .imgArea:after {
	right: 8%;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea {
	padding: 0 10px;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea .brandTxt,
#recipe .recipeCol .packBox01 > .inner > .txtArea .name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#recipe .recipeCol .packBox01 > .inner > .txtArea .brandTxt .imgChar {
	height: 14px;
}
#recipe .recipeCol .packBox01 > .inner.bottle {
	margin-top: 20px;
}
#recipe .recipeCol .packBox01 > .inner.bottle > .imgArea {
	top: 0;
}
#recipe .recipeCol .packBox01 > .inner.bottle > .imgArea img {
	width: 22%;
}
#recipe .recipeCol .packBox01 > .inner.bottle > .txtArea {
	margin-top: 15px;
}
#recipe .recipeCol > .mainBox > .txt > *:first-child,
#recipe .recipeCol > .detaiBox > *:first-child {
	margin-top: 0 !important;
}

/* =======================

	/seasoning/menu/ 
		
======================= */

#menu.index .bgLayout01 {
	background-position: 0 0;
}

/* section */
#menu .menuSection {
	width: -webkit-calc(100% + 20px) ;
	width: calc(100% + 20px) ;
	margin: 20px -10px 0;
	padding: 12px 10px 0;
	border-top: solid 2px #dfd1ac;
}
#menu .menuSection > .heading {
	width: 100% !important;
}
#menu .menuSection > .heading + * {
	margin-top: 15px;
}
#menu .menuSection > .heading > .txt {
	position: static;
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#menu .menuSection > .inner + .inner {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 2px #dfd1ac;
}
#menu .menuSection > .inner > .heading {
	background: none;
}
#menu .menuSection > .inner > .heading  + * {
	margin-top: 15px;
}
#menu .menuSection > .inner > .heading > .img {
	width: 30%;
	padding: 0 3% 0 0; 
	text-align: left;
	vertical-align: middle;
}
#menu .menuSection > .inner > .heading > .txt {
	width: 70%;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
#menu .menuSection > .heading.switch,
#menu .menuSection > .inner > .heading.switch {
	position: relative;
	padding-right: 40px;
}
#menu .menuSection > .heading.switch:after,
#menu .menuSection > .inner > .heading.switch:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/seasoning/common/img/com_acc_ic01.png) no-repeat 0 0;
	-webkit-background-size: 30px 60px;
					background-size: 30px 60px;
}
#menu .menuSection > .heading.switch.open:after,
#menu .menuSection > .inner > .heading.switch.open:after {
	background-position: 0 -30px;
}
#menu .menuSection.spAcc .accDetails,
#menu .menuSection > .inner.spAcc .accDetails {
	display: none;
}

/* heading */
#menu.index h1 {
	text-align: center;
}
#menu.index h1 img {
	width: 80%;
}
#menu.index h1 + * {
	margin-top: 20px !important;
}

/* ancLink */
#menu .menuAncLink {
	display: table;
	width: 100%;
	margin-top: 10px;
}
#menu .menuAncLink > li {
	display: table-cell;
	padding-left: 0;
}
#menu .menuAncLink > li + li {
	margin-left: 0;
	border-left: solid 1px #c5c198;
}
#menu .menuAncLink > li a {
	display: block;
	padding: 0 5px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(/seasoning/common/img/sp_com_arr_ic05.png) no-repeat 50% 100%;
	-webkit-background-size: 12px 7px;
					background-size: 12px 7px;
}
#menu .menuAncLink > li.type01 {
	width: 27%;
}
#menu .menuAncLink > li.type02 {
	width: 34%;
}
#menu .menuAncLink > li.type03 {
	width: 39%;
}
}



/* Clearfix
------------------------------------------------------ */
.figureCol:after,
.colLayout:after,
.cuisinesLink:after,
.recipeCol:after,
.packageCol:after {
	content: "";
	display: block;
	clear: both;
}

