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

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

/*====================================================================

	リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



/*====================================================================

	アンカー

====================================================================*/

a {
	color: #333;
}
a:link    {
	color: #333;
	text-decoration: none;
}
a:visited {}
a:hover   {
	text-decoration:none;
	color:#999;
}
a:active  {}


/*====================================================================

	グローバルなクラス
		※用意しておくが使わなくて済むなら使わない方がいいかな…

====================================================================*/

.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clearfix {
	*zoom: 1;
}

.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.clear {
	clear: both;
}


/*====================================================================

	スタイルのためのクラス

====================================================================*/

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt55 {margin-top:55px!important;}
.mt60 {margin-top:60px!important;}
.mt65 {margin-top:65px!important;}
.mt70 {margin-top:70px!important;}
.mt75 {margin-top:75px!important;}
.mt80 {margin-top:80px!important;}
.mt85 {margin-top:85px!important;}
.mt90 {margin-top:90px!important;}
.mt95 {margin-top:95px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb110 {margin-bottom:110px!important;}
.mb120 {margin-bottom:120px!important;}
.mb130 {margin-bottom:130px!important;}
.mb140 {margin-bottom:140px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr0  {margin-right: 0px!important;}
.mr5  {margin-right: 5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}
.mr45 {margin-right:45px!important;}
.mr50 {margin-right:50px!important;}

.pdg5 {
	padding: 5px;
}

.pdgLeft25 {
	padding-left: 25px;
}

.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.ml0 {
	margin-left:0;
}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.hidden {
	display: none;
}

.floatContWrap {
	overflow:hidden;
}

/*====================================================================

	アイコンフォント設定

====================================================================*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/*====================================================================

	html, body

====================================================================*/

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
	font-size: 14px;
	*font-size: 100%;
	line-height: 1.8;/* 13pxのときにおよそ20pxの行間 */
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0em;
	height:100%;
	letter-spacing: 0em;
	background-color:#f7f5f0;
}



/*====================================================================

	ヘッダー　設定

====================================================================*/

header {
	width:100%;
	height:700px;
	background:url(../img/home/header_bg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
	z-index:-9999;
}

#header-inner {
	width:100%;
}

p#mainCopy {
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-20px;
	z-index:9999;
}

p#mark {
	position:absolute;
	right:0;
	top:50px;
	margin-right:-50px;
	
}


p#meat {
	position:fixed;
	left:50%;
	bottom:55%;
	margin-left:-216px;
	margin-bottom:0px;
	z-index:-999;
	width:433px;
	height:291px;
	display:block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}

p#meat.small {
	position:fixed;
	left:50%;
	bottom:150px;
	margin-left:-100px;
	margin-bottom:0px;
	display:block;
	width:216px;
	height:145px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


@media screen and (min-width: 1025px) {
p#meat {
	position:fixed;
	left:50%;
	bottom:50%;
	margin-left:-216px;
	margin-bottom:-200px;
	z-index:-999;
	width:433px;
	height:291px;
	display:block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}

p#meat.small {
	position:fixed;
	left:50%;
	bottom:170px;
	margin-left:-100px;
	margin-bottom:0px;
	display:block;
	width:216px;
	height:145px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
}

p#meat img {
	width:100%;
}

/*====================================================================

	コンテンツエリアレイアウト　設定

====================================================================*/

#mainContent {
	background:#fff;
	margin-bottom:170px;
	border-bottom:1px solid #e5e1d8;
	z-index:999;
}

#mainContent-inner {
	width:980px;
	margin:0 auto;
	padding-top:220px;
	padding-bottom:20px;
}

p#logo {
	position:absolute;
	left:50%;
	top:670px;
	margin-left:-125px;
}

p#mainConcept {
	width:600px;
	text-align:center;
	margin:0 auto 100px;
	font-size:16px;
	font-weight:bold;
}


ul#brandList {
	overflow:hidden;
	margin-left:-40px;
}

ul#brandList li {
	width:300px;
	float:left;
	margin-left:40px;
	margin-bottom:80px;
	text-align:center;
}

ul#brandList li p.brandCategory {
	width:58px;
	height:59px;
	text-align:center;
	margin:0 auto 10px;;
}

ul#brandList li ul {
	margin-left:0px;
}

ul#brandList li ul li {
	width:300px;
	float:none;
	margin-left:0px;
	margin-bottom:0px;
}

ul#brandList li ul li i {
	font-size:12px;
	color:#CCC;
	padding-top:20px;
	padding-right:20px;
}


ul#brandList li ul li:first-child {
	background:url(../img/home/li_bg_shadow.png) no-repeat top center;
	padding-top:50px;
}

/* 加工品リスト */
#processedGoods {
	margin:150px 0 0 0;
}

p#processedGoodsTitle {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0 0 0px 0;
	padding:0 0 60px 0;
	background:url(../img/home/li_bg_shadow2.png) no-repeat bottom center;
}

p#processedGoodsTitle span {
	font-size:12px;
	font-weight:normal;
}

ul#processedGoodsList {
	overflow:hidden;
	margin:0 0 0 -28px;
}

ul#processedGoodsList li {
	float:left;
	width:224px;
	margin:0 0 30px 28px;
}

ul#processedGoodsList li figure {
	margin:0 0 10px 0;
}

ul#processedGoodsList li p#processedCopy {
	text-align:center;
	font-weight:bold;
	line-height:1.4;
	font-size:85%;
}


/* ギフトエリア */
#giftCont {
	margin:80px 0 0 0;
}



/*====================================================================

	フッター　設定

====================================================================*/

footer {
	padding:50px 0;
	
}

#footer-inner {
	width:980px;
	margin:0 auto;
}

footer h1 {
	font-size:77%;
	text-align:center;
	margin:0 0 10px 0;
}

p#footerLogo {
	text-align:center;
	margin-bottom:10px;
}

p#companyLinkList {
	text-align:center;
	font-size:12px;
	margin-bottom:5px;
}

p#companyLinkList i {
	margin-right:3px;
}

/* コピーライト */
p#copyright {
	font-size:10px;
	color:#999;
	text-align:center;
}



/*====================================================================

	共通設定

====================================================================*/
.section-inner {
}


/*====================================================================

	見出し・テキスト　設定

====================================================================*/
.smallTxt {
	font-size:12px;
}


/*====================================================================

	ページスクロール　設定

====================================================================*/

#pagescroll {
	text-align:center;
	margin-top:100px;
}

/*====================================================================

	ツールチップ　設定

====================================================================*/
.tip {
    background:#FFF;
    display:none; /*--基本は非表示--*/
    padding:10px;
    position:absolute;
	z-index:9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow:0 0 10px #CCC;
	-webkit-box-shadow:0 0 10px #CCC;
	-moz-box-shadow:0 0 10px #CCC;
}

/*====================================================================

	FBウィジェット　設定

====================================================================*/
.fbCont {
	width:500px;
	margin:70px auto 0;
}

/*====================================================================

	SNSボタン　設定

====================================================================*/

#sns-side-box {
	display:none;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:40%;
	left:30px;
}

.sns-side-btn {
	width:70px;	
}

div.snsBtnCont {
	text-align:center;
	margin:0 0 15px 0;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


/*====================================================================

	フェードイン　設定

====================================================================*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInUp {
	-webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
  -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% { opacity: 0;-webkit-transform: translate3d(0, 10%, 0);transform: translate3d(0, 10%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}