﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a,
a img,
.mainCont .entry.contact .btns button,
.mainCont .entry.contact .mfp_buttons button {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-property: all;
    transition-property: all;
}
body {
    font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background-color: #fff;
    color: #730;
    line-height: 1.8;
    font-size: 13px;
}
a {
    color: #de5d29;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: #de5d29;
    text-decoration: none;
}
a:hover img {
    opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #730;
}
hr {
    border: none;
    height: 1px;
    background-color: #d9d9d9;
}
ul {
    list-style-type: none;
    padding: 0;
}
sup {
    font-size: 11px;
}
small {
    font-size: 11px;
}
body {
    min-width: 1024px;
    background: url("../img/cmn/bg.png") repeat 50% 50%;
    background-size: 153px 145px;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.breadcrumb {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url("../img/cmn/breadcrumb_bg.png") repeat-x 0 0;
    background-size: 500px 30px;
    overflow: hidden;
}
.breadcrumb ul {
    width: 960px;
    max-width: 1024px;
    margin: auto;
    margin: 0 auto;
}
.breadcrumb ul li {
    float: left;
    font-size: 12px;
}
.breadcrumb ul .top {
    font-weight: bold;
    margin-right: 6px;
}
.breadcrumb ul .top a {
    margin-right: 6px;
}
.header {
    z-index: 10;
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    background: url("../img/cmn/header_bg.png") repeat-x 0 0;
    background-size: 78px 100px;
}
.header .headerCont {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
}
.header .headerCont .logo {
    position: relative;
    width: 431px;
    margin: 9px auto 0;
}
.header .headerCont .logo a {
    display: block;
    z-index: 10;
    position: relative;
}
.header .headerCont .logo a img {
    opacity: 1 !important;
}
.header .headerCont .logo a.gotop {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.header .headerCont .logo:hover .gotop {
    bottom: -40px;
}
.header .headerCont .oillio {
    position: absolute;
    top: 5px;
    right: 20px;
    margin: 0;
}
.header .headerMenuCont {
    z-index: 200;
    position: absolute;
    top: -100px;
    left: 0;
    position: fixed !important;
    height: 98px;
    width: 100%;
    background: url("../img/cmn/header_menu_bg.png") repeat-x 0 0;
    background-size: 1280px 98px;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header .headerMenuCont.show {
    position: absolute;
    top: 0;
    left: 0;
}
.header .headerMenuCont .headerMenu {
    margin-top: 5px;
}
.header .headerMenuCont .headerMenu ul {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
    text-align: center;
}
.header .headerMenuCont .headerMenu ul:after {
    clear: both;
    content: "";
    display: block;
}
.header .headerMenuCont .headerMenu ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 80px;
    vertical-align: middle;
    background: url("../img/cmn/header_menu_border.png") no-repeat 0 50%;
}
.header .headerMenuCont .headerMenu ul li:first-child {
    background: none;
}
.header .headerMenuCont .headerMenu ul li:first-child span {
    padding-left: 0 !important;
}
.header .headerMenuCont .headerMenu ul li .label {
    display: table;
    height: 80px;
    line-height: 80px;
}
.header .headerMenuCont .headerMenu ul li .label a {
    display: table;
    height: 80px;
    line-height: 80px;
}
.header .headerMenuCont .headerMenu ul li .label span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px 0 22px;
}
.header .headerMenuCont .headerMenu ul li .subMenu {
    visibility: hidden;
    opacity: 0;
    width: 104%;
    position: absolute;
    top: 95%;
    left: -1px;
    box-shadow: 4px 6.9px 8px rgba(111,69,13,0.11);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header .headerMenuCont .headerMenu ul li .subMenu ul {
    width: 100%;
}
.header .headerMenuCont .headerMenu ul li .subMenu ul li {
    width: 100%;
    background: #f1e0c8;
}
.header .headerMenuCont .headerMenu ul li .subMenu ul li.even {
    background: #e5d1b5;
}
.header .headerMenuCont .headerMenu ul li .subMenu ul li .label,
.header .headerMenuCont .headerMenu ul li .subMenu ul li a {
    width: 100%;
}
.header .headerMenuCont .headerMenu ul li .subMenu ul li span {
    padding: 6px 2px;
}
.header .headerMenuCont .headerMenu ul li:hover .subMenu {
    position: absolute;
    top: 99%;
    visibility: visible;
    opacity: 1;
}
.topWrapper .header {
    position: absolute;
    top: 0;
    left: 0;
}
.topWrapper .mainCont {
    padding-bottom: 40px;
}
.topWrapper .mainCont .sec .secCont .scroll {
    position: absolute;
    bottom: 40px;
    left: 0;
}
.topWrapper .mainCont .sec.secContact {
    padding-bottom: 30px;
}
.topWrapper .mainCont .sec.secBackTop {
    padding: 0;
}
.topWrapper .mainCont .sec.secBackTop .secCont {
    min-height: 0;
}
.mainCont {
    z-index: 2;
    font-size: 110%;
    letter-spacing: 0.01em;
}
.mainCont .sec {
    padding: 30px 0;
}
.mainCont .sec .secCont {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
    height: 100%;
    overflow: hidden;
}
.mainCont .sec .secCont .scroll {
    display: none;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center;
    -webkit-animation: setArrowAnim 3.5s ease-in-out infinite;
    animation: setArrowAnim 3.5s ease-in-out infinite;
}
.mainCont .sec.secTopMain {
    display: block;
    position: relative;
    width: 100%;
    height: 700px;
    padding: 0;
    background: url("../img/top/main_bg.png") no-repeat 50% 50%;
    background-size: 1800px 700px;
}
.mainCont .sec.secTopMain .secCont .txt {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 135px;
    left: 216px;
}
.mainCont .sec.secTopMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 250px;
    left: 130px;
}
.mainCont .sec.secTopMain .secCont .news {
	width: 360px;
	height: 603px;
    background: url("../img/top/news_bg.png") no-repeat left top;
    z-index: 4;
    position: absolute;
    top: 40px;
    right: 0px;
}
.mainCont .sec.secTopMain .secCont .news h3{
    padding: 72px 0 0 136px;
    margin: 0 0 20px;
}
.mainCont .sec.secTopMain .secCont .news .indexBtn{
	position: absolute;
    top: 66px;
    right: 7px;
    margin: 0;
}
.mainCont .sec.secTopMain .secCont .news .article {
	width: 282px;
}
.mainCont .sec.secTopMain .secCont .news .article:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.secTopMain .secCont .news .article .img{
	float: left;
	border: 1px solid #cebcae;
	width: 68px;
	height: 68px;
	margin: 0;
}
.mainCont .sec.secTopMain .secCont .news .article .info{
	float: right;
	width: 196px;
	font-size: 18px;
	line-height: 22px;
}
.mainCont .sec.secTopMain .secCont .news .article .date{
    background: url("../img/top/news_date.png") no-repeat left top;
	text-align: center;
	width: 75px;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	margin: 0 0 4px 0;
}
.mainCont .sec.secTopMain .secCont .news .article h5{
	font-weight: normal;
	margin: 0;
}
.mainCont .sec.secTopMain .secCont .news .pickup {
    padding: 22px;
    width: 272px;
    height: 70px;
    background: url("../img/top/news_pickup_bg.png") #fff8ee no-repeat left top;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
	margin: 22px 0 0 22px;
	position: relative;
}
.mainCont .sec.secTopMain .secCont .news .pickup .pickupIcon{
	position: absolute;
	top:-20px;
	left: -38px;
}
.mainCont .sec.secTopMain .secCont .news .pickup h5{
	font-weight: bold;
}
.mainCont .sec.secTopMain .secCont .news .newsBoxWrap {
	background: #fff8ee;
	padding: 4px;
	width: 310px;
	height: 210px;
	margin: 8px 0 0 23px;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
	overflow: hidden;
}
.mainCont .sec.secTopMain .secCont .news .newsBox {
	padding: 0 0 16px 4px;
	margin: 0;
	height: 194px;
	overflow-y  : scroll;
}
.mainCont .sec.secTopMain .secCont .news .newsBox .article {
	padding: 10px 3px;
	border-bottom: 1px solid #aea18d;
}
.mainCont .sec.secTopMain .secCont .news .bnrBox {
    width: 287px;
    height: 106px;
    position: relative;
    margin: 24px 0 0 36px;
	overflow: hidden;
}
.mainCont .sec.secTopMain .secCont .news .bnrBox .item {
	float: left;
	margin: 10px 15px;
}
.mainCont .sec.secTopMain .secCont .news .bnrBox .item img{
	float: left;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
}

.mainCont .sec.secTopMain .secCont .news .slickNav {
	position: relative;
	top : -48px;
}
.mainCont .sec.secTopMain .secCont .news .slickNav .slickPrev ,
.mainCont .sec.secTopMain .secCont .news .slickNav .slickNext {
	width: 17px;
	height: 31px;
	margin-top: -15px;
	left: 8px;
}
.mainCont .sec.secTopMain .secCont .news .slickNav .slickNext {
	left: inherit;
	right: 8px;
}

/* Webkit用 スクロールバーのカスタマイズ */
.newsBox::-webkit-scrollbar
{
        width:10px;
        background:none;
        border: 1px solid #aea18d;
}
        .scrollArea::-webkit-scrollbar:horizontal
        {
                height:0px;
        }
.newsBox::-webkit-scrollbar-button
{
        width:5px;
        height:5px;
        background:#cfba9d;
}
.newsBox::-webkit-scrollbar-piece
{
        background:#cfba9d;
}
        .scrollArea::-webkit-scrollbar-piece:start
        {
                background:#cfba9d;
        }
.newsBox::-webkit-scrollbar-thumb
{
        background:#cfba9d;
}
.newsBox::-webkit-scrollbar-resizer
{
        background:#cfba9d;
}

.mainCont .sec.secTopMain .secCont .btn {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mainCont .sec.secTopMain .secCont .btn.btn02 {
    position: absolute;
    left: 200px;
}
.mainCont .sec.secTopMain .secCont .btn.btn03 {
    position: absolute;
    left: 400px;
}
.mainCont .sec.secTop01 .secCont ul,
.mainCont .sec.secTop02 .secCont ul,
.mainCont .sec.secTop03 .secCont ul,
.mainCont .sec.secTop04 .secCont ul,
.mainCont .sec.secCoconut .secCont ul {
    width: 800px;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}
.mainCont .sec.secTop01 .secCont ul li,
.mainCont .sec.secTop02 .secCont ul li,
.mainCont .sec.secTop03 .secCont ul li,
.mainCont .sec.secTop04 .secCont ul li,
.mainCont .sec.secCoconut .secCont ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 245px;
    height: 292px;
    margin: 10px 5px 20px;
}
.mainCont .sec.secTop01 .secCont ul li.comingsoon a,
.mainCont .sec.secTop02 .secCont ul li.comingsoon a,
.mainCont .sec.secTop03 .secCont ul li.comingsoon a,
.mainCont .sec.secTop04 .secCont ul li.comingsoon a,
.mainCont .sec.secCoconut .secCont ul li.comingsoon a {
    cursor: default;
}
.mainCont .sec.secTop01 .secCont ul li.comingsoon a:hover,
.mainCont .sec.secTop02 .secCont ul li.comingsoon a:hover,
.mainCont .sec.secTop03 .secCont ul li.comingsoon a:hover,
.mainCont .sec.secTop04 .secCont ul li.comingsoon a:hover,
.mainCont .sec.secCoconut .secCont ul li.comingsoon a:hover {
    -ms-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.mainCont .sec.secTop01 .secCont ul li.comingsoon a:hover img,
.mainCont .sec.secTop02 .secCont ul li.comingsoon a:hover img,
.mainCont .sec.secTop03 .secCont ul li.comingsoon a:hover img,
.mainCont .sec.secTop04 .secCont ul li.comingsoon a:hover img,
.mainCont .sec.secCoconut .secCont ul li.comingsoon a:hover img {
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
.mainCont .sec.secTop01 .secCont ul li a,
.mainCont .sec.secTop02 .secCont ul li a,
.mainCont .sec.secTop03 .secCont ul li a,
.mainCont .sec.secTop04 .secCont ul li a,
.mainCont .sec.secCoconut .secCont ul li a {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mainCont .sec.secTop01 .secCont ul li a:hover,
.mainCont .sec.secTop02 .secCont ul li a:hover,
.mainCont .sec.secTop03 .secCont ul li a:hover,
.mainCont .sec.secTop04 .secCont ul li a:hover,
.mainCont .sec.secCoconut .secCont ul li a:hover {
    -ms-transform: rotate(4deg) scale(1.05);
    -webkit-transform: rotate(4deg) scale(1.05);
    transform: rotate(4deg) scale(1.05);
}
.mainCont .sec.secTop01 .secCont ul li a:hover img,
.mainCont .sec.secTop02 .secCont ul li a:hover img,
.mainCont .sec.secTop03 .secCont ul li a:hover img,
.mainCont .sec.secCoconut .secCont ul li a:hover img {
    opacity: 1;
}
.mainCont .sec.secTop04 .secCont ul li a:hover img {
    opacity: 0.7;
}
.mainCont .sec.secTop01 {
    display: block;
    position: relative;
    width: 100%;
    height: 720px;
    margin: auto;
    padding-top: 0;
    background: url("../img/top/sec01_bg.png") no-repeat 50% 50%;
    background-size: 1026px 720px;
}
.mainCont .sec.secTop01 .secCont h2 {
    position: absolute;
    top: 70px;
    right: 42px;
}
.mainCont .sec.secTop02 {
    display: block;
    position: relative;
    width: 100%;
    height: 720px;
    margin: auto;
    background: url("../img/top/sec02_bg.png") no-repeat 50% 50%;
    background-size: 1026px 720px;
}
.mainCont .sec.secTop02 .secCont h2 {
    position: absolute;
    top: 75px;
    right: 25px;
}
.mainCont .sec.secTop02 .secCont ul {
    padding-top: 20px;
}
.mainCont .sec.secCoconut {
    display: block;
    position: relative;
    width: 100%;
    height: 720px;
    margin: auto;
    background: url("../img/top/secCoconut_bg.png") no-repeat 50% 50%;
    background-size: 1026px 720px;
}
.mainCont .sec.secCoconut .secCont h2 {
    position: absolute;
    top: 75px;
    right: 25px;
}
.mainCont .sec.secCoconut .secCont ul {
    padding-top: 15px;
}
.mainCont .sec.secTop03 {
    display: block;
    position: relative;
    width: 100%;
    height: 436px;
    margin: auto;
    background: url("../img/top/sec03_bg.png") no-repeat 50% 30px;
    background-size: 1010px 436px;
}
.mainCont .sec.secTop03 .secCont h2 {
    position: absolute;
    top: 0;
    left: 370px;
}
.mainCont .sec.secTop03 .secCont ul {
    width: 100%;
    margin-top: 70px;
    padding-top: 0;
}
.mainCont .sec.secTop03 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 296px;
    height: 320px;
    margin: 10px 5px;
}
.mainCont .sec.secTop03 .secCont ul li a {
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.mainCont .sec.secTop03 .secCont ul li a:hover {
    -ms-transform: rotate(3deg) scale(1);
    -webkit-transform: rotate(3deg) scale(1);
    transform: rotate(3deg) scale(1);
}
.mainCont .sec.secTop04 {
    display: block;
    position: relative;
    width: 100%;
    height: 516px;
    margin: auto;
    background: url("../img/top/sec04_bg.png") no-repeat 50% 30px;
    background-size: 1004px 516px;
}
.mainCont .sec.secTop04 .secCont {
    width: 1004px;
}
.mainCont .sec.secTop04 .secCont h2 {
    width: 100%;
    margin: -25px 0 5px;
    text-align: center;
}
.mainCont .sec.secTop04 .secCont h3 {
    margin: 5px 0 0 20px;
}
.mainCont .sec.secTop04 .secCont ul {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
.mainCont .sec.secTop04 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 977px;
    height: 366px;
    margin: 10px 5px;
}
.mainCont .sec.secTop04 .secCont ul li a {
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.mainCont .sec.secTop04 .secCont ul li a:hover {
    -ms-transform: rotate(0deg) scale(0.000);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.mainCont .sec.secContact {
    position: relative;
    padding: 40px 0 0;
}
.mainCont .sec.secContact .secCont {
    width: 920px;
    max-width: 1024px;
    margin: auto;
    height: auto;
    padding: 40px;
    background: url("../img/cmn/secContact_bg.png") repeat 50% 50%;
    background-size: 1000px 134px;
    border: 2px solid #fff;
}
.mainCont .sec.secContact .secCont h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.mainCont .sec.secContact .secCont .cont {
    position: relative;
}
.mainCont .sec.secContact .secCont .cont .txt {
    padding-right: 320px;
    font-weight: bold;
}
.mainCont .sec.secContact .secCont .cont .txt p {
    margin: 0;
}
.mainCont .sec.secContact .secCont .cont .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.mainCont .sec.secBackTop {
    padding: 40px 0;
}
.mainCont .sec.secBackTop .secCont {
    width: 1000px;
    max-width: 1024px;
    margin: auto;
    height: auto;
}
.mainCont .sec.secBackTop .secCont:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.secBackTop .secCont .backtop {
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    position: fixed !important;
}
.mainCont .sec.secBackTop .secCont .backtop .scrollUp,
.mainCont .sec.secBackTop .secCont .backtop .scrollDown {
    display: none;
}
.mainCont .sec.secBackTop .secCont .backtop .active {
    display: block;
}
.mainCont .sec.pageSec {
    padding: 100px 0 20px;
    margin: -55px 0;
}
.mainCont .sec.pageSec .secCont {
    position: relative;
    overflow: hidden;
}
.mainCont .sec.pageSec .secCont .secTitle {
    width: 900px;
    margin: auto;
    padding-bottom: 15px;
    background: url("../img/page/other_ttl_bg.png") no-repeat 50% 100%;
    background-size: 900px 12px;
    text-align: center;
}
.mainCont .sec.pageSec .secCont .cont {
    display: #000;
    padding: 20px 45px 30px;
    font-size: 120%;
    overflow: hidden;
}
.mainCont .sec.pageSec .secCont .cont .txt {
    margin-bottom: 25px;
}
.mainCont .sec.pageSec .secCont .cont .txt .small {
    display: block;
    margin-top: 10px;
}
.mainCont .sec.pageSec .secCont .cont .txt .red {
    margin-top: 10px;
}
.mainCont .sec.pageSec .secCont .cont .txt .secTitle {
    width: auto;
}
.mainCont .sec.pageSec .secCont .cont .small {
    font-size: 85%;
}
.mainCont .sec.pageSec .secCont .cont .red {
    color: #ef6352;
}
.mainCont .sec.pageSec .secCont .cont .img {
    position: relative;
    text-align: right;
    margin-bottom: 25px;
}
.mainCont .sec.pageSec .secCont .cont .img.left {
    text-align: center;
}
.mainCont .sec.pageSec .secCont .cont .btn {
    text-align: right;
}
.mainCont .sec.pageSec .secCont .cont strong {
    font-weight: bold;
    background: #ffeb66;
}
.mainCont .sec.pageSec.secAboutMain .secCont .txt,
.mainCont .sec.pageSec.secBrainMain .secCont .txt,
.mainCont .sec.pageSec.secCoconutMain .secCont .txt,
.mainCont .sec.pageSec.secAlzheimerMain .secCont .txt,
.mainCont .sec.pageSec.secDementiaMain .secCont .txt,
.mainCont .sec.pageSec.secOilMain .secCont .txt,
.mainCont .sec.pageSec.secKitchenMain .secCont .txt,
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont .txt,
.mainCont .sec.pageSec.secKitchenRecipe02Main .secCont .txt {
    visibility: hidden;
    opacity: 0;
}
.mainCont .sec.pageSec.pageGaSec {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}
.mainCont .sec.pageSec.pageGaSec.show {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mainCont .sec.pageSec.pageGaSec .secCont .secTitle {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.mainCont .sec.pageSec.pageGaSec .secCont .secTitle img {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(1.3) translateY(-2px);
    -webkit-transform: scale(1.3) translateY(-2px);
    transform: scale(1.3) translateY(-2px);
}
.mainCont .sec.pageSec.pageGaSec .secCont .secTitle img.show {
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
}
.mainCont .sec.pageSec.pageGaSec .secCont .secTitle.show {
    opacity: 1;
}
.mainCont .sec.pageSec.pageGaSec .secCont .cont .img,
.mainCont .sec.pageSec.pageGaSec .secCont .cont .txt,
.mainCont .sec.pageSec.pageGaSec .secCont .cont .btn {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.mainCont .sec.pageSec.pageGaSec .secCont .cont .img.show,
.mainCont .sec.pageSec.pageGaSec .secCont .cont .txt.show,
.mainCont .sec.pageSec.pageGaSec .secCont .cont .btn.show {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mainCont .sec.pageSec.secAboutMain {
    height: 700px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -120px;
    background: url("../img/page/about_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 700px;
}
.mainCont .sec.pageSec.secAboutMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 60px;
}
.mainCont .sec.pageSec.secAboutMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 60px;
}
.mainCont .sec.pageSec.pageAboutSec01 {
    height: 545px;
    background: url("../img/page/about_bg01.png") no-repeat 50% 0;
    background-size: 1279px 545px;
}
.mainCont .sec.pageSec.pageAboutSec02 {
    height: 904px;
    background: url("../img/page/about_bg02.png") no-repeat 50% 0;
    background-size: 1279px 904px;
}
.mainCont .sec.pageSec.pageAboutSec03 {
    height: 1391px;
    background: url("../img/page/about_bg03.png") no-repeat 50% 0;
    background-size: 1279px 1391px;
}
.mainCont .sec.pageSec.pageAboutSec04 {
    height: 772px;
    background: url("../img/page/about_bg04.png") no-repeat 50% 0;
    background-size: 1280px 772px;
}
.mainCont .sec.pageSec.pageAboutSec05 {
    height: 1046px;
    margin-bottom: -120px;
    background: url("../img/page/about_bg05.png") no-repeat 50% 0;
    background-size: 1279px 1046px;
}
.mainCont .sec.pageSec.pageAboutModal01 {
    padding: 50px 0 20px;
}
.mainCont .sec.pageSec.pageAboutModal01 .cont {
    background: none;
}
.mainCont .sec.pageSec.secBrainMain {
    height: 700px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
    background: url("../img/page/brain_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 700px;
}
.mainCont .sec.pageSec.secBrainMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 25px;
    left: 195px;
}
.mainCont .sec.pageSec.secBrainMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 60px;
}
.mainCont .sec.pageSec.pageBrainSec01 {
    height: 1171px;
    background: url("../img/page/brain_bg01.png") no-repeat 50% 0;
    background-size: 1280px 1171px;
}
.mainCont .sec.pageSec.pageBrainSec02 {
    height: 735px;
    background: url("../img/page/brain_bg02.png") no-repeat 50% 0;
    background-size: 1280px 735px;
}
.mainCont .sec.pageSec.pageBrainSec03 {
    height: 835px;
    background: url("../img/page/brain_bg03.png") no-repeat 50% 0;
    background-size: 1280px 835px;
}
.mainCont .sec.pageSec.pageBrainSec04 {
    height: 1005px;
    background: url("../img/page/brain_bg04.png") no-repeat 50% 0;
    background-size: 1280px 1005px;
}
.mainCont .sec.pageSec.pageBrainSec05 {
    height: 1141px;
    margin-bottom: -120px;
    background: url("../img/page/brain_bg05.png") no-repeat 50% 0;
    background-size: 1280px 1141px;
}

.mainCont .sec.pageSec.secCoconutMain {
    height: 700px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
    background: url("../img/page/coconut_main.png") no-repeat 50% 60px;
    background-size: 1700px 691px;
}
.mainCont .sec.pageSec.secCoconutMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 38px;
    left: 94px;
    margin: 0;
    padding: 0;
}
.mainCont .sec.pageSec.secCoconutMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 141px;
    right: 97px;
    margin: 0;
    padding: 0;
}
.mainCont .sec.pageSec.pageCoconutSec01 {
    height: 793px;
    background: url("../img/page/coconut_bg01.png") no-repeat 50% 0;
    background-size: 1280px 793px;
    margin-top: 40px;
}
.mainCont .sec.pageSec.pageCoconutSec02 {
    height: 824px;
    background: url("../img/page/coconut_bg02.png") no-repeat 50% 0;
    background-size: 1280px 824px;
}
.mainCont .sec.pageSec.pageCoconutSec03 {
    height: 861px;
    background: url("../img/page/coconut_bg03.png") no-repeat 50% 0;
    background-size: 1280px 861px;
}
.mainCont .sec.pageSec.pageCoconutSec04 {
    height: 984px;
    background: url("../img/page/coconut_bg04.png") no-repeat 50% 0;
    background-size: 1280px 984px;
}
.mainCont .sec.pageSec.pageCoconutSec05 {
    height: 905px;
    background: url("../img/page/coconut_bg05.png") no-repeat 50% 0;
    background-size: 1280px 905px;
}
.mainCont .sec.pageSec.pageCoconutSec06 {
    height: 695px;
    margin-bottom: -82px;
    background: url("../img/page/coconut_bg06.png") no-repeat 50% 0;
    background-size: 1280px 695px;
}
.mainCont .sec.pageSec.pageCoconutSec01 .img p,
.mainCont .sec.pageSec.pageCoconutSec02 .img p,
.mainCont .sec.pageSec.pageCoconutSec03 .img p,
.mainCont .sec.pageSec.pageCoconutSec04 .img p,
.mainCont .sec.pageSec.pageCoconutSec05 .img p,
.mainCont .sec.pageSec.pageCoconutSec06 .img p{
    text-align: center;
}
.mainCont .sec.pageSec.pageCoconutSec01 .img p{
    margin-left: 28px;
}
.mainCont .sec.pageSec.pageCoconutSec03 .img p{
    margin-left: 85px;
}
.mainCont .sec.pageSec.pageCoconutSec01 .img :first-child,
.mainCont .sec.pageSec.pageCoconutSec03 .img :first-child{
    margin-left: 0;
}
.mainCont .sec.pageSec.pageCoconutSec03 .img .note{
    float: right;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}
.mainCont .sec.pageSec.pageCoconutSec05 .img .btn{
    margin-top: 144px;
}

.mainCont .sec.pageSec.secAlzheimerMain {
    height: 760px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -120px;
    background: url("../img/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 760px;
}
.mainCont .sec.pageSec.secAlzheimerMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: -20px;
    right: 0;
}
.mainCont .sec.pageSec.secAlzheimerMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 80px;
    left: 40px;
}
.mainCont .sec.pageSec.pageAlzheimerSec01 {
    height: 730px;
    background: url("../img/page/alzheimer_bg01.png") no-repeat 50% 0;
    background-size: 1280px 730px;
}
.mainCont .sec.pageSec.pageAlzheimerSec02 {
    height: 865px;
    background: url("../img/page/alzheimer_bg02.png") no-repeat 50% 0;
    background-size: 1280px 865px;
}
.mainCont .sec.pageSec.pageAlzheimerSec03 {
    height: 1096px;
    background: url("../img/page/alzheimer_bg03.png") no-repeat 50% 0;
    background-size: 1280px 1096px;
}
.mainCont .sec.pageSec.pageAlzheimerSec04 {
    height: 1157px;
    background: url("../img/page/alzheimer_bg04.png") no-repeat 50% 0;
    background-size: 1280px 1157px;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 {
    height: 628px;
    margin-bottom: -80px;
    padding: 70px 0 20px;
    background: url("../img/page/alzheimer_bg05.png") no-repeat 50% 0;
    background-size: 1279px 628px;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.secDementiaMain {
    height: 760px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -120px;
    background: url("../img/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 760px;
}
.mainCont .sec.pageSec.secDementiaMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 0;
}
.mainCont .sec.pageSec.secDementiaMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 80px;
    left: 40px;
}
.mainCont .sec.pageSec.pageDementiaSec01 {
    height: 1179px;
    background: url("../img/page/dementia_bg01.png") no-repeat 50% 0;
    background-size: 1280px 1179px;
}
.mainCont .sec.pageSec.pageDementiaSec02 {
    height: 1525px;
    background: url("../img/page/dementia_bg02.png") no-repeat 50% 0;
    background-size: 1279px 1525px;
}
.mainCont .sec.pageSec.pageDementiaSec03 {
    height: 1130px;
    background: url("../img/page/dementia_bg03.png") no-repeat 50% 0;
    background-size: 1280px 1130px;
}
.mainCont .sec.pageSec.pageDementiaSec04 {
    height: 1333px;
    background: url("../img/page/dementia_bg04.png") no-repeat 50% 0;
    background-size: 1279px 1333px;
}
.mainCont .sec.pageSec.pageDementiaSec05 {
    height: 577px;
    background: url("../img/page/dementia_bg05.png") no-repeat 50% 0;
    background-size: 1280px 577px;
}
.mainCont .sec.pageSec.pageDementiaSec06 {
    height: 511px;
    margin-bottom: -80px;
    padding: 70px 0 20px;
    background: url("../img/page/dementia_bg06.png") no-repeat 50% 0;
    background-size: 1279px 511px;
}
.mainCont .sec.pageSec.pageDementiaSec06 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.secOilMain {
    height: 760px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -120px;
    background: url("../img/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 760px;
}
.mainCont .sec.pageSec.secOilMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 0;
}
.mainCont .sec.pageSec.secOilMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 80px;
    left: 40px;
}
.mainCont .sec.pageSec.pageOilSec01 {
    height: 1291px;
    background: url("../img/page/oil_bg01.png") no-repeat 50% 0;
    background-size: 1280px 1291px;
}
.mainCont .sec.pageSec.pageOilSec02 {
    height: 1025px;
    background: url("../img/page/oil_bg02.png") no-repeat 50% 0;
    background-size: 1279px 1025px;
}
.mainCont .sec.pageSec.pageOilSec03 {
    height: 1950px;
    background: url("../img/page/oil_bg03.png") no-repeat 50% 0;
    background-size: 1280px 1950px;
}
.mainCont .sec.pageSec.pageOilSec04 {
    height: 1323px;
    background: url("../img/page/oil_bg04.png") no-repeat 50% 0;
    background-size: 1279px 1323px;
}
.mainCont .sec.pageSec.pageOilSec05 {
    height: 735px;
    background: url("../img/page/oil_bg05.png") no-repeat 50% 0;
    background-size: 1280px 735px;
}
.mainCont .sec.pageSec.pageOilSec06 {
    height: 511px;
    margin-bottom: -80px;
    padding: 70px 0 20px;
    background: url("../img/page/oil_bg06.png") no-repeat 50% 0;
    background-size: 1279px 511px;
}
.mainCont .sec.pageSec.pageOilSec06 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.secKitchenMain {
    height: 700px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -90px;
    background: url("../img/page/kitchen_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 700px;
}
.mainCont .sec.pageSec.secKitchenMain .secCont .txt {
    z-index: 2;
    position: absolute;
    top: 120px;
    left: 160px;
}
.mainCont .sec.pageSec.secKitchenMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 80px;
    right: 150px;
}
.mainCont .sec.pageSec.pageKitchenSec01 {
    height: 2056px;
    padding-top: 75px;
    background: url("../img/page/kitchen_bg01.png") no-repeat 50% 0;
    background-size: 1004px 2056px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle h3 {
	margin: 0 0 1em 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle .tag {
    position: absolute;
    top: -82px;
    left: 202px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle .sub {
    position: absolute;
    top: -85px;
    left: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct {
    margin-bottom: 30px;
    padding-top: 12px;
	height: 856px;
    background: url("../img/page/kitchen_mct_bg.png") no-repeat 50% 0;
	background-size: 864px 868px;
    clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct h4 {
    margin: 0 0 6px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .txt {
    padding: 12px 36px 12px 36px;
    font-size: 95%;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .line {
    background: url("../img/page/kitchen_mct_line.png") no-repeat 30px 100%;
   padding-bottom: 6px;
   margin-bottom: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct p {
    margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .left .txt {
    padding-left: 35px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe {
    height: 630px;
    background: url("../img/page/kitchen_recipe_bg.png") no-repeat 50% 0;
    background-size: 864px 630px;
    clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe h4 {
    margin: 0 0 10px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt {
    padding: 35px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt .small {
    margin-top: 5px;
    text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt .small p {
    margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns {
    clear: both;
    padding-top: 5px;
    width: 570px;
    margin: auto;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li {
    float: left;
    margin: 10px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li.mt0 {
	margin-top: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li.mb0 {
	margin-bottom: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li a {
    display: block;
}
.mainCont .sec.pageSec.pageKitchenSec04 {
    display: block;
    position: relative;
    width: 100%;
    height: 759px;
    margin: auto;
    background: url("../img/page/kitchen_page_bg.png") no-repeat 50% 30px;
    background-size: 1004px 759px;
    padding-top: 65px;
    padding-bottom: 0;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont .cont {
    padding: 0;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont h2 {
    height: 70px;
    margin-top: -15px;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 281px;
    height: 260px;
    margin: 10px 5px;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont ul li a {
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont ul li a:hover {
    -ms-transform: rotate(3deg) scale(1);
    -webkit-transform: rotate(3deg) scale(1);
    transform: rotate(3deg) scale(1);
}
.mainCont .sec.pageSec.pageRecipeModal {
    padding: 50px 0 20px;
}
.mainCont .sec.pageSec.pageRecipeModal .secTitle {
    background: none;
}
.mainCont .sec.pageSec.pageRecipeModal .cont {
    padding-top: 0;
    background: none;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns {
    margin-bottom: -2px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul {
    margin-bottom: 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li {
    float: left;
    position: relative;
    width: 213px;
    height: 60px;
    margin-left: 4px;
    background: url("../img/page/recipe_tab_bg.png") no-repeat 50% 0;
    background-size: 213px 60px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li:first-child {
    margin-left: 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active {
    background: url("../img/page/recipe_tab_bg_on.png") no-repeat 50% 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active a {
    cursor: default;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active a img {
    opacity: 1 !important;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a {
    display: table;
    height: 60px;
    width: 100%;
    line-height: 60px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a img {
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab {
    display: none;
    width: 864px;
    height: 213px;
    background: url("../img/page/recipe_tab_bg01.png") no-repeat 50% 0;
    background-size: 864px 213px;
    overflow: hidden;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab.tabBg02 {
    width: 864px;
    height: 343px;
    background: url("../img/page/recipe_tab_bg02.png") no-repeat 50% 0;
    background-size: 864px 343px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab.tabBg01 {
    width: 864px;
    height: 441px;
    background: url("../img/page/recipe_tab_bg03.png") no-repeat 50% 0;
    background-size: 864px 441px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab.active {
    display: block;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab .img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 30px 0;
    text-align: left;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab .img p {
    margin: 0;
}
.mainCont .sec.pageSec.pageRecipeSec {
    padding-top: 70px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .txt {
    font-size: 85%;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .img {
    margin-bottom: 5px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .col_06 {
    width: 51%;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .col_04 {
    width: 46%;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .warn {
    margin: 2px 0 0;
    font-size: 10px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .recipe {
    clear: both;
    padding-top: 10px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .btns ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .btns ul li:first-child {
    margin-right: 20px;
}
.mainCont .sec.pageSec.pageRecipeNav {
    display: block;
    position: relative;
    width: 1001px;
    height: 145px;
    margin: auto;
    padding: 0 0 100px;
    background: url("../img/page/recipe01_nav_bg.png") no-repeat 50% 0;
    background-size: 1001px 145px;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont h2 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 22px;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont {
    padding: 0;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont ul {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 150px;
    height: 60px;
    margin: 0 1px;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main {
    height: 700px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -90px;
    background: url("../img/page/recipe01_main_bg.png") no-repeat 50% 0;
    background-size: 1800px 700px;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont .txt {
    z-index: 3;
    position: absolute;
    top: 200px;
    right: 50px;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont .guide {
    z-index: 2;
    position: absolute;
    top: 140px;
    right: 440px;
}
.mainCont .sec.pageSec.pageRecipe01Sec01 {
    height: 1014px;
    background: url("../img/page/recipe01_sec01_bg.png") no-repeat 50% 0;
    background-size: 1004px 1014px;
}
.mainCont .sec.pageSec.pageRecipe01Sec02 {
    height: 1024px;
    background: url("../img/page/recipe01_sec02_bg.png") no-repeat 50% 0;
    background-size: 1004px 1024px;
}
.mainCont .sec.pageSec.pageRecipe01Sec03 {
    height: 1027px;
    background: url("../img/page/recipe01_sec03_bg.png") no-repeat 50% 0;
    background-size: 1004px 1027px;
}
.mainCont .sec.pageSec.pageRecipe01Sec04 {
    height: 1182px;
    background: url("../img/page/recipe01_sec04_bg.png") no-repeat 50% 0;
    background-size: 1004px 1182px;
}
.mainCont .sec.pageSec.pageRecipe01Sec05 {
    height: 733px;
    background: url("../img/page/recipe01_sec05_bg.png") no-repeat 50% 0;
    background-size: 1004px 733px;
}
.mainCont .entry {
    padding: 150px 0 20px;
}
.mainCont .entry .entryCont {
    position: relative;
    width: 1005px;
    margin: auto;
    padding: 40px 0 0;
    background: url("../img/page/other_entry_cont_bg.png") repeat-y 50% 0;
    background-size: 1005px 20px;
}
.mainCont .entry .entryCont .entryBgHeader {
    position: absolute;
    top: -20px;
    left: 0;
    width: 1005px;
    height: 20px;
    margin: auto;
    background: url("../img/page/other_entry_header_bg.png") no-repeat 50% 0;
    background-size: 1005px 20px;
}
.mainCont .entry .entryCont .entryBgFooter {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 1005px;
    height: 20px;
    margin: auto;
    background: url("../img/page/other_entry_footer_bg.png") no-repeat 50% 0;
    background-size: 1005px 20px;
}
.mainCont .entry .entryCont .entryTitle {
    width: 900px;
    margin: auto;
    padding-bottom: 20px;
    background: url("../img/page/other_ttl_bg.png") no-repeat 50% 100%;
    background-size: 900px 12px;
    text-align: center;
}
.mainCont .entry .entryCont .cont {
    padding: 20px 70px 30px;
    font-size: 120%;
}
.mainCont .entry .entryCont .cont .box {
    margin-bottom: 40px;
}
.mainCont .entry .entryCont .cont .box.dot {
    padding-left: 30px;
    background: url("../img/page/other_entry_box_bg.png") no-repeat 0 8px;
    background-size: 13px 13px;
}
.mainCont .entry .entryCont .cont .box.name {
    text-align: right;
    font-weight: bold;
}
.mainCont .entry .entryCont .cont .box h3 {
    height: 38px;
    padding-left: 30px;
    margin: 0;
    background: url("../img/page/other_ttl_sub_bg.png") no-repeat 0 8px;
    background-size: 865px 29px;
}
.mainCont .entry .entryCont .cont .box .icon {
    margin: 0 5px 0 15px;
    font-size: 90%;
}
.mainCont .entry .entryCont .cont .box ul li h4 {
    margin-bottom: 0;
}
.mainCont .entry .entryCont .cont .box ul li p {
    margin-top: 10px;
    margin-left: 35px;
}
.mainCont .entry.contact .form table {
    width: 100%;
}
.mainCont .entry.contact .form table tr {
    width: 100%;
    border-bottom: 1px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr:first-child {
    border-top: 1px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr th,
.mainCont .entry.contact .form table tr td {
    padding: 20px 0;
}
.mainCont .entry.contact .form table tr th {
    width: 250px;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"],
.mainCont .entry.contact .form table tr td textarea {
    border: 1px solid #eee;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"] {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-right: 10px;
    margin-left: 0;
}
.mainCont .entry.contact .form table tr td input[type="radio"] {
    margin-right: 2px;
}
.mainCont .entry.contact .form table tr td textarea {
    padding: 5px;
}
.mainCont .entry.contact .form table tr td ol {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td ol:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td ol li {
    list-style: none;
    margin-bottom: 5px;
}
.mainCont .entry.contact .form table tr td ol li span {
    margin-right: 10px;
}
.mainCont .entry.contact .form table tr td .sex {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td .sex:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td .sex li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
}
.mainCont .entry.contact .form table tr td .must {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    font-size: 80%;
    vertical-align: middle;
}
.mainCont .entry.contact .mfp_buttons {
    margin-top: 60px;
}
.mainCont .entry.contact .mfp_buttons button {
    margin: 0 5px;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_send {
    width: 134px;
    height: 58px;
    background: url("../img/page/btn_send.png") no-repeat 0 0;
    background-size: 134px 58px;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_cancel {
    width: 134px;
    height: 58px;
    background: url("../img/page/btn_edit.png") no-repeat 0 0;
    background-size: 134px 58px;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_err {
    display: none;
    margin-top: 3px;
    margin-left: 2px;
    color: #f34a6f;
    font-size: 90%;
}
.mainCont .entry.contact .must {
    color: #f34a6f;
}
.mainCont .entry.contact .btns,
.mainCont .entry.contact .mfp_buttons {
    text-align: center;
    overflow: hidden;
}
.mainCont .entry.contact .btns ul,
.mainCont .entry.contact .mfp_buttons ul {
    margin-top: 60px;
}
.mainCont .entry.contact .btns ul li,
.mainCont .entry.contact .mfp_buttons ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}
.mainCont .entry.contact .btns button,
.mainCont .entry.contact .mfp_buttons button {
    width: auto;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}
.mainCont .entry.contact .btns button:hover,
.mainCont .entry.contact .mfp_buttons button:hover {
    opacity: 0.7;
}
.footerPages {
    display: block;
    position: relative;
    background: #fcf8f3;
    overflow: hidden;
}
.footerPages .footerPagesCont {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
    padding: 40px 0 30px;
}
.footerPages .footerPagesCont:after {
    clear: both;
    content: "";
    display: block;
}
.footerPages .footerPagesCont .pages {
    float: left;
    width: 480px;
    margin-bottom: 30px;
}
.footerPages .footerPagesCont .pages h4 {
    margin-bottom: 20px;
}
.footerPages .footerPagesCont .pages ul li {
    margin-bottom: 5px;
}
.footer {
    z-index: 10;
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    background: url("../img/cmn/footer_bg.png") repeat-x 50% 50%;
    background-size: 550px 120px;
}
.footer .footerCont {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
    height: 120px;
}
.footer .footerCont .smb {
    position: absolute;
    top: 6px;
    left: 0;
}
.footer .footerCont .smb li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
}
.footer .footerCont .nav {
    position: absolute;
    top: 10px;
    right: 0;
}
.footer .footerCont .nav li {
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
}
.footer .footerCont .nav li:first-child {
    margin-right: 0;
}
.footer .footerCont .copy,
.footer .footerCont .address {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.footer .footerCont .copy {
    position: absolute;
    right: 0;
    bottom: 28px;
}
.footer .footerCont .address {
    position: absolute;
    right: 0;
    bottom: 12px;
}
@-webkit-keyframes setArrowAnim {
    0% {
        -webkit-transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 10px);
    }
    20% {
        -webkit-transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 10px);
    }
    40% {
        -webkit-transform: translate(0, 0);
    }
}
@keyframes setArrowAnim {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.no-scroll .wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
.wrapper .modalLayer {
    display: none;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.wrapper .modalLayer .modalWrap {
    z-index: 10;
    position: relative;
    width: auto;
    margin: 20px auto 0;
    padding-bottom: 50px;
}
.wrapper .modalLayer .modalWrap .modalCont {
    display: none;
    width: 500px;
}
.wrapper .modalLayer .modalWrap .modalCont#modal01 {
    position: relative;
    height: 1703px;
    width: 1005px;
    background: url("../img/page/about_modal_bg.png") no-repeat 50% 50%;
    background-size: 1005px 1703px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen {
    position: relative;
    width: 1005px;
    background: url("../img/page/kitchen_modal_bg_middle.png") no-repeat 50% 30px;
    background-size: 1005px 694px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen .bgTop {
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 1005px;
    background: url("../img/page/kitchen_modal_bg_top.png") no-repeat 50% 0;
    background-size: 1005px 20px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen .bgBottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 20px;
    width: 1005px;
    background: url("../img/page/kitchen_modal_bg_bottom.png") no-repeat 50% 0;
    background-size: 1005px 20px;
}
.wrapper .modalLayer .modalWrap .close {
    position: absolute;
    top: -40px;
    right: 15px;
    cursor: pointer;
}
.wrapper .modalLayer .bg {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: url("../img/page/modal_bg.png") repeat 0 0;
    cursor: pointer;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.col_02 {
    width: 20%;
}
.col_03 {
    width: 30%;
}
.col_04 {
    width: 35%;
}
.col_05 {
    width: 50%;
}
.col_06 {
    width: 65%;
}
.col_07 {
    width: 70%;
}
.col_08 {
    width: 80%;
}


/*-- ピン--*/
.mainCont .sec.pageSec .pinWrap {
	position: relative;
	overflow: visible;
}
.mainCont .sec.pageSec .pinWrap .pin{
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -20px;
}

/*-- レシピ--*/
.mainCont .sec.pageSec.pageKitchenSec05 {
	background: none;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}
.mainCont .sec.pageSec.pageKitchenSec05 h2{
	background: url("../img/page/recipe_index_bg01.png") no-repeat left top;
	position: relative;
}
.mainCont .sec.pageSec.pageKitchenSec05 h2 img{
	position: relative;
    top: -20px;
    padding-left: 12px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont {
	background: url("../img/page/recipe_index_bg02.png") repeat-y left top;
	position: relative;
	overflow: visible;
	margin: 0 auto;
	padding: 0;
}
/*.mainCont .sec.pageSec.pageKitchenSec05 .secCont:before,
.mainCont .sec.pageSec.pageKitchenSec05 .secCont:after{
	content: " ";
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 25px;
	background: url("../img/page/recipe_index_bg01.png") repeat-y left top;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont:after {
	top :inherit;
	bottom:0;
	height: 25px;
	background: url("../img/page/recipe_index_bg03.png") repeat-y left top;
}*/
.mainCont .sec.pageSec.pageKitchenSec05 .contWrap  {
	background: url("../img/page/recipe_index_bg03.png") no-repeat left bottom;
	padding-bottom: 60px;
	margin: 0;
	zoom:1;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont  {
	background: #fffaee;
	border: 2px solid #fdb54d;
	box-shadow: 2px 4px 10px 1px rgba(97, 69, 49, 0.2);
	width: 888px;
	height: 303px;
	margin: 8px auto;
	padding: 18px 14px 0 14px;
	position: relative;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .illust{
	position: absolute;
    right: 240px;
    bottom: -5px;
    z-index: 9;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .titleArea {
	float: right;
	width: 295px;
	text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .titleArea p{
	margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .titleArea p.baloon {
	margin-bottom: 18px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .titleArea h3 {
	margin-bottom: 36px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .titleArea p.more {
    margin-left: 12px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .recipeList {
	float: left;
    width: 590px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .cont .recipeList li{
	float: left;
	height: 127px;
	width: 180px;
	margin: 8px 8px;
}

/*--レシピ一覧--*/
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont{
	background: url("../img/page/recipe_cat_bg02.png") repeat-y left top;
	position: relative;
	overflow: visible;
	width: 1004px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont h2 {
	background: url("../img/page/recipe_cat_bg01.png") repeat-y left top;
	text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 15px 0 21px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont {
	padding: 0 0 30px;
	background: url("../img/page/recipe_cat_bg04.png") no-repeat left bottom;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .menu{
	width: 948px;
	padding: 0 28px 10px 28px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .menu.sort {
	background: url("../img/page/recipe_cat_bg03.png") no-repeat left top;
	padding-top: 32px;
	padding-bottom: 0;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul {
	display: table;
	border-collapse: separate;
    border-spacing: 10px 0;
    margin: 0 0 28px 0;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul li{
	display: table-cell;
	vertical-align: middle;
	box-shadow: 2px 3px 6px 1px rgba(97, 69, 49, 0.3);
	height: 60px;
	width: 145px;
	background: #fffaee;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a{
	text-decoration: none;
	font-size: 20px;
	line-height: 22px;
	color: #773300;
	margin: 5px;
	display: table;
	width: 135px;
	height: 50px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a.cr,
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a:hover{
	background: #fff196;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li {
	height: 76px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a{
	height: 66px;
	font-size: 18px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a.all{
	font-size: 20px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a span{
	height: 66px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .sort li {
	width: 300px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .sort li a{
	width: 290px;
}

.mainCont .sec.pageSec.pageKitchenSec06 {
	margin-bottom: 36px;
    margin-top: 65px;
    padding: 0 0 20px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont {
	width: 1004px;
	margin: auto;
	position: relative;
	overflow: visible;
	background: url("../img/page/recipe_index_bg01.png") no-repeat left top;
	padding-top: 25px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .contWrap{
	background: url("../img/page/recipe_index_bg03.png") no-repeat left bottom;
	padding-bottom: 25px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .cont {
	padding: 5px 30px;
	background: url("../img/page/recipe_index_bg02.png") repeat-y left top;
}

.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList {
	margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList:after,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item {
	width: 272px;
	float: left;
	margin: 16px;
	padding: 5px;
	box-shadow: 2px 3px 6px 1px rgba(97, 69, 49, 0.3);
	background: #fffaee;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item {
	margin: 16px 8px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a{
	position: relative;
	display: block;
	text-decoration: none;
	background: #fffaee;
	padding: 19px 16px 4px 16px;
	text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a:hover ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a:hover{
	opacity: 1;
	background: #fff196;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a:hover img ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a:hover img {
	opacity: 1;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li p ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item p{
	margin: 0 0 4px;
	line-height: 1.2;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li p.img ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item p img{
	margin-bottom: 10px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .pin ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .pin{
	position: absolute;
	top: -9px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .rank ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .rank{
	position: absolute;
    top: -14px;
    left: -16px;
	z-index: 9;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .new ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .new{
	position: absolute;
    top: -14px;
    right: -16px;
	z-index: 9;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .moreBtn {
	text-align: center;
	margin:  24px auto 32px auto;
}

/*--レシピ詳細--*/
.mainCont .sec.pageSec.secKitchenRecipeMain .return {
	width: 1004px;
	margin: 0 auto;
	padding: 90px 0 20px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont {
	width: 1004px;
	margin: auto;
	background: url("../img/page/recipe_index_bg02.png") repeat-y left top;
	position: relative;
	overflow: visible;
	padding: 0;
	margin-bottom: 36px;
}
/*.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:before,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:after{
	content: " ";
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 25px;
	background: url("../img/page/recipe_index_bg01.png") no-repeat left top;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:after {
	top :inherit;
	bottom:0;
	height: 25px;
	background: url("../img/page/recipe_index_bg03.png") no-repeat left top;
}*/

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .category {
	position: relative;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background: url("../img/page/recipe_detail_tag.png") no-repeat left top;
    margin: 0 0 0 255px;
    width: 265px;
    line-height: 21px;
    padding: 30px 93px 25px 35px;
    top:-28px;
 }
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .contWrap{
	background: url("../img/page/recipe_index_bg03.png") no-repeat left bottom;
	padding: 0;
	margin: 0;
	zoom:1;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .cont {
	background: url("../img/page/recipe_index_bg01.png") no-repeat left top;
	padding: 20px 0px 1px 0px;
	margin: 0;
	overflow: visible;
	position: relative;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .cont:before {
	content: " ";
	position: absolute;
	width: 343px;
	height: 70px;
	background: url("../img/page/recipe_detail_tag_bg.png") no-repeat left top;
    top: 58px;
    left: 333px;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .paper {
	position: relative;
	background: #fffaee;
	box-shadow: 2px 3px 6px 1px rgba(97, 69, 49, 0.3);
	padding: 0 40px 56px 40px;
	margin: 60px 40px;
	overflow: visible;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .stamp {
	position: absolute;
    top: 0;
    left: 40px;
    margin-top: 20px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .type {
	position: absolute;
    top: 0;
    right: 20px;
    margin-top: 20px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .secTitle {
	width: 840px;
	background-size: auto;
	font-size: 32px;
	background: url("../img/page/recipe_detail_ttl_bd.png") repeat-x left bottom;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .secTitle h3 {
	line-height: 1.2;
	padding: 0 0 28px 0;
	margin: 0;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .genre {
	width: 191px;
	height: 21px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	padding: 16px 9px;
	margin:24px auto 28px auto;
	background: url("../img/page/recipe_detail_genre_bg.png") no-repeat left bottom;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01{
	zoom:1;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01:after {
	content: " ";
	display: block;
	clear: both;
	zoom:1;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .img {
	width: 410px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .img p{
	background: #fff;
	border: 2px solid #c9aa8f;
	padding: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0;
	text-align: center;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt {
	width: 365px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt p{
	margin: 4px 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt p.summary{
	margin-bottom: 20px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data table{
	border: 2px solid #fae48e;
	width: 100%;
	text-align: center;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data th{
	background: #fae48e;
	font-size: 20px;
	line-height: 28px;
	padding: 16px 8px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data th span{
	font-size: 18px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data strong {
	color: #e34b00;
	background: none;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data td{
	border: 2px solid #fae48e;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 16px 8px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 {
	zoom:1;
}


.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02:after {
	content: " ";
	display: block;
	clear: both;
	zoom:1;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients {
	width: 385px;
	padding-right: 35px;
	min-height: 250px;
	background: url("../img/page/recipe_detail_line.png") repeat-y right top;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto {
	width: 395px;
	padding-left: 25px;
	min-height: 250px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 h5 {
	margin: 0 0 20px 0;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 h5 img{
	vertical-align: middle;
    padding-bottom: 6px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .body {
	font-weight: bold;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients span{
	background: #fffaee;
	position: relative;
	padding-right: 4px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients span.measure{
	float: right;
	padding-left: 4px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients li{
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2em;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients li:before{
	position: absolute;
	content: "………………………………………………………………………………";
	font-weight: normal;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto li{
	list-style: decimal outside;
	margin-left: 1.4em;
	margin-bottom: 0.2em;
	color: #e34b00;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto li span{
	color: #773300;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns {
	zoom:1;
	margin: 0;
	padding: 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns:after {
	content: " ";
	display: block;
	clear: both;
	zoom:1;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li {
	float: left;
	margin-right: 24px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li.develop {
	width: 320px;
	margin-left: 8px;
	margin-right: 0;
	padding: 6px;
	background: #f2e9dc;
	text-align: center;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe {
	position: relative;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe:before,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe:after {
	content: " ";
	position: absolute;
	width: 1004px;
	height: 10px;
	top: 0;
	left: 0;
	background: url("../img/page/recipe_index_bg03.png") no-repeat left top;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe {
	background: url("../img/page/recipe_index_bg01.png") no-repeat left top;
	padding: 36px 54px 60px 54px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe h5{
	text-align: center;
	margin: 24px 0 0 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .slickItems{
	position: relative;
}
.slick-list {
    overflow: hidden;
}
.slickPrev, .slickNext {
    position: absolute;
    display: block;
    height: 60px;
    width: 33px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
    margin-top: -30px;
}
.slickPrev {
	left: -34px;
}
.slickNext {
	right: -34px;
}

/*-- ニュース --*/
.mainCont .sec.pageSec.news .secCont .cont h2.txt{
	background: url("../img/page/news_ttl_bg.png") no-repeat 50% 50%;
    width: 497px;
    text-align: center;
    line-height: 40px;
    margin: 72px auto 48px auto;
    height: 40px;
    padding: 16px 24px 25px 24px;
}
.mainCont .sec.pageSec.newsContent {
	position: relative;
	width: 960px;
	background: url("../img/page/news_bg02.png") repeat-y 0 0;
	margin: 0 auto;
	padding: 0;
}
.mainCont .sec.pageSec.newsContent:after {
	content: " ";
	clear: both;
}
.mainCont .sec.pageSec.newsContent .secCont {
	width: auto;
	overflow: visible;
	background: url("../img/page/news_bg01.png") no-repeat 0 0;
}
.mainCont .sec.pageSec.newsContent .secCont .cont {
	padding: 44px 20px;
	overflow: visible;
	zoom:1;
	background: url("../img/page/news_bg01.png") no-repeat 0 100%;
}
.mainCont .sec.pageSec.newsContent .secCont .cont:after {
	content: " ";
	display: block;
	clear: both;
	zoom:1;
}
.mainCont .sec.pageSec.newsContent .leftCol {
	float: left;
	width: 195px;
}
.mainCont .sec.pageSec.newsContent .rightCol {
	float: right;
	width: 725px;
}
.mainCont .sec.pageSec.newsContent .category {
    width: 173px;
    padding: 21px 6px;
    margin-bottom: 28px;
	background: url("../img/page/news_cat_bg.png") repeat-y 0 0;
	box-shadow: 2px 4px 6px 0px rgba(122, 89, 40, 0.3);
	text-align: center;
	font-size: 22px;
}
.mainCont .sec.pageSec.newsContent .category h4 {
	font-size: 24px;
	font-weight: bold;
}
.mainCont .sec.pageSec.newsContent .category h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	background: url("../img/page/news_cat_bd01.png") repeat-x left bottom;
	padding: 10px 0 20px;
}
.mainCont .sec.pageSec.newsContent .category ul {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .category ul li{
	position: relative;
	background: url("../img/page/news_cat_bd02.png") repeat-x left bottom;
	padding-bottom: 2px;
}
.mainCont .sec.pageSec.newsContent .category ul li a{
	text-decoration: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}
.mainCont .sec.pageSec.newsContent .category ul li.cr a ,
.mainCont .sec.pageSec.newsContent .category ul li a:hover{
	background: url("../img/cmn/bg_trans060.png") repeat left bottom;
}
.mainCont .sec.pageSec.newsContent .category ul li.cr a span {
	background: url("../img/page/news_cat_arw01.png") no-repeat right center;
	display: block;
	margin-right: 10px;
}

.mainCont .sec.pageSec.newsContent .articleList {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .articleList li,
.mainCont .sec.pageSec.newsContent .detail {
	background :#fff8ee ;
	box-shadow: 2px 3px 5px 0px rgba(96, 61, 10, 0.3);
	padding: 30px 15px;
	position: relative;
	margin: 0 0 24px;
	zoom:1;
}
.mainCont .sec.pageSec.newsContent .articleList li{
	clear: both;
}
.mainCont .sec.pageSec.newsContent .articleList li a {
	display: block;
	zoom:1;
}
.mainCont .sec.pageSec.newsContent .articleList li p {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .articleList li .pin {
	top :-8px;
}
.mainCont .sec.pageSec.newsContent .articleList li:after,
.mainCont .sec.pageSec.newsContent .articleList li a:after {
	content: " ";
	display: block;
	clear: both;
	zoom: 1;
}
.mainCont .sec.pageSec.newsContent .articleList li a{
	text-decoration: none;
}
.mainCont .sec.pageSec.newsContent .articleList li a:hover h5{
	text-decoration: underline;
}
.mainCont .sec.pageSec.newsContent .detail .catBox a {
	text-decoration: none;
}
.mainCont .sec.pageSec.newsContent .detail .catBox a:hover {
	text-decoration: underline;
}
.mainCont .sec.pageSec.newsContent .articleList li .catBox,
.mainCont .sec.pageSec.newsContent .detail .catBox {
	position: absolute;
	width: 87px;
	height: 23px;
	background: url("../img/page/news_cat_box.png") no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	top : 15px;
	right: 15px;
	color: #de5d29;
}
.mainCont .sec.pageSec.newsContent .articleList li .date {
	background: url("../img/page/news_date_box.png") no-repeat left top;
	width: 114px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #9e3434;
	text-align: center;
}

.mainCont .sec.pageSec.newsContent .articleList li .info {
	float: left;
	width: 545px;
	margin-left: 20px;
}
.mainCont .sec.pageSec.newsContent .articleList li a .info {
	color: #9e3434;
}
.mainCont .sec.pageSec.newsContent .articleList li .info h5{
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
}
.mainCont .sec.pageSec.newsContent .articleList li .info .description{
	font-size: 22px;
	line-height: 1.3;
}

.mainCont .sec.pageSec.newsContent .articleList li .img {
	float: left;
	width: 128px;
	height: 128px;
	border: 1px solid #cebcae;
}
.mainCont .sec.pageSec.newsContent .pager a{
	color: #fff;
	font-size: 19px;
	text-shadow: 1px 1px 2px rgba(119, 51, 0, 0.75);
	text-decoration: none;
	display: block;
}
.mainCont .sec.pageSec.newsContent .pager:after{
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .pager {
	text-align: center;
}
.mainCont .sec.pageSec.newsContent .pager li {
	display: inline-block;
}
.mainCont .sec.pageSec.newsContent .pager li a{
	background: url("../img/page/news_pager_list.png") no-repeat left top;
    width: 48px;
    height: 38px;
    line-height: 38px;
	text-align: center;
	padding: 0 4px 4px 0;
	margin-left: 12px;
}
.mainCont .sec.pageSec.newsContent .pager li.prev a{
	background: url("../img/page/news_pager_prev.png") no-repeat left top;
	width: 82px;
	margin-left: 0;
	margin-right: 14px;
	padding-left: 12px;
}
.mainCont .sec.pageSec.newsContent .pager li.next a{
	background: url("../img/page/news_pager_next.png") no-repeat left top;
	width: 82px;
	margin-left: 26px;
	padding-right: 12px;
}
.mainCont .sec.pageSec.newsContent .pager li a:hover,
.mainCont .sec.pageSec.newsContent .pager li.cr a{
	background: url("../img/page/news_pager_list_cr.png") no-repeat left top;
}
.mainCont .sec.pageSec.newsContent .pager li.prev a:hover{
	background: url("../img/page/news_pager_prev_cr.png") no-repeat left top;
}
.mainCont .sec.pageSec.newsContent .pager li.next a:hover{
	background: url("../img/page/news_pager_next_cr.png") no-repeat left top;
}
.mainCont .sec.pageSec.newsContent .detail {
	padding: 42px 40px;
}
.mainCont .sec.pageSec.newsContent .detail h3 {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	padding: 48px 0 36px;
	margin: 0 0 28px 0;
	background: url("../img/page/news_detail_ttl_bd.png") repeat-x left bottom;
}
.mainCont .sec.pageSec.newsContent .detail .date {
	position: relative;
	color: #9e3434;
	font-size: 18px;
	line-height: 18px;
	width: 110px;
	padding: 7px 6px;
	text-align: center;
	margin: 0 auto;
	background: url("../img/page/news_detail_date_bg.png") no-repeat 50% 50%;
	z-index: 2;
}
.mainCont .sec.pageSec.newsContent .detail .mainImg {
	position: relative;
	background: #f4f1e9;
	text-align: center;
	width: 600px;
	padding: 48px 20px 36px 20px;
	margin: 0 auto 28px auto;
	z-index: 1;
	top : -16px;
}
.mainCont .sec.pageSec.newsContent .detail .mainImg:after {
	content: " ";
	position: absolute;
	width: 640px;
	height: 22px;
	background: url("../img/page/news_img_shadow.png") no-repeat left top;
	bottom: -22px;
	left: 0;
}
.mainCont .sec.pageSec.newsContent .detail .body {
	font-size: 23px;
}
.mainCont .sec.pageSec.newsContent .detail .imgBox {
	text-align: center;
	margin: 20px 0;
}
.mainCont .sec.pageSec.newsContent .detail .img {
	padding: 10px;
	border: 1px solid #b7b5b2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .caption {
	font-size: 16px;
	margin: 4px 0 0 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles{
	margin-bottom: 32px;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles h5{
	font-size: 23px;
	margin-bottom: 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles ul {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles li{
	font-size: 23px;
	list-style: disc outside;
	margin-left: 1.2em;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem {
	background: #fff3b9;
	padding: 24px 32px;
	font-size: 23px;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem ul{
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem li{
	margin: 0;
	background: url("../img/page/news_icon_pdf.png") no-repeat 0 50%;
	padding-left: 42px;
}
