@charset 'UTF-8';
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
h1 {
	font-size: 0.9em;
	margin: 0em 0 0 0;
	text-align: right;
	color: #CCC;
	line-height:180%;
}
h2 {
	font-size: 1.7em;
	line-height: 1.25em;
	margin-top: 0;
}
h3 {
	font-size: 2.2em;
	margin-top: 0;
	line-height:160%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
strong, b {
	font-weight: 900;
	color: inherit;
}
em {
	font-style: italic;
}
a {
	color: #000;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
}
p, ul, ol, dl, table {
	margin-bottom: 1em;
}
footer {
	margin-top: 2em;
}
br.clear {
	clear: both;
}


.font-col-bk {
	color: black;
}
.font-col-wh {
	color: white;
}
/* Image */




a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
.image {
	display: block;
	max-width: 100%;
	padding: 0;
	margin: auto;
}
.image img {
	position: relative;
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}






/* 画面下部 下へスクロールのアイコン TOPの文字 */

.anchored-wh-top-text {
	width: 8em;
	padding: 0;
	color: #fff;
	text-align: center;
	bottom: 2.5em;
	margin-left: -4.0em;
	position: absolute;
	left: 50%;
}
.anchored-wh-top-text a {
	color: #fff;
	text-align: center;
}




/* 画面下部 下へスクロールのアイコン */

.anchored-wh-top {
	opacity: 0.55;
	width: 4em;
	height: 4em;
	padding: 0;
	background-image: url('../imgs/angle-down_wh.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -15em;
	overflow: hidden;
	bottom: 2.3em;
	margin-left: -2.0em;
	position: absolute;
	left: 50%;
}




.anchored-wh {
	opacity: 0.55;
	width: 4em;
	height: 4em;
	padding: 0;
	background-image: url('../imgs/angle-down_wh.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
	bottom: 2em;
	margin-left: -2.0em;
	position: absolute;
	left: 50%;
}



.anchored-bk {
	opacity: 0.55;
	width: 4em;
	height: 4em;
	padding: 0;
	background-image: url('../imgs/angle-down_bk.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
	bottom: 2em;
	margin-left: -2.0em;
	position: absolute;
	left: 50%;
}



/* YouTube背景設定 */

#window {
	width: 100%;
}



/* 基本コンテナ設定 */

.container-fluid {
	overflow: hidden;
}


.main-top {
	padding: 0em 2em;
	position: relative;
	margin: 0;
	height: 120%;
	width: 100%;
	text-align: center;
}

.main {
	padding: 8em 2em;
	position: relative;
	margin: 0;
	width: 100%;
	height: 150%;
	display: table;
	text-align: center;
}


/* 高さ指定なし */

.main2 {
	
	width: 100%;
	padding: 8em 2em;
	position: relative;
	margin: 0;
	display: table;
	text-align:center;
}


/* 高さ・padding指定なし */

.main3 {
	
	width: 100%;
	padding: 8em 0em 0 0;
	position: relative;
	margin: 0;
	display: table;
	text-align:center;
}




#cont-smt {
	visibility: visible;


}


#cont-smt {
	visibility: visible;
 	width:100%;
	height:auto;
	padding:8em 0;
	background-color:#000;
	text-align:center;
}

.mov-icon {
	visibility:hidden;
	font-size:4em;
	color:#555;
}

iframe {
	margin:4em 0 1em 0;

	
}


/* スマホだけにSNS表示 */
.sns-smt-box {
	visibility: visible;
	margin:7em 0 0 0;
	
	
}
.sns-box-tw {
	margin:10px 0 0 0;	
	
}


.mov-ttl {
	font-size:1.5em;
	
	
}





#cont-id01 {
	padding-top: 5em;
	background-image: url(../imgs/overlay.png);
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
}



#cont-id02 {
	background: url('../imgs/t02.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center center;
}
#cont-id03 {
	background: url('../imgs/t03.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id04 {
	background: url('../imgs/t04.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id05 {
	background: url('../imgs/t05.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id06 {
	background: url('../imgs/t06.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id07 {
	background: url('../imgs/t07.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id08 {
	background: url('../imgs/t08.jpg');
	background-size: cover;
 background-attachment:;
	background-position: top;
}
#cont-id09 {
	background: url('../imgs/t09.jpg');
	background-size: cover;
 background-attachment:;
	background-position: center;
}
#cont-id10 {
	background: url('../imgs/bg-img01.png');
background-repeat: repeat-x; 
	background-position: top;
}

#cont-id10a {
	height:100%;
	background: url('../imgs/bg-img02.png');
background-repeat: repeat-x; 
	background-position: bottom;
}




/* 中央寄せ用 テーブルBOX */

.table-middle-cont {
	width: 100%;
	height: 100%;
	display: table;
}

.table-middle-box {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10%;
}




/* ロゴマーク */
.item-logo {
}


/* トップ メインコピー */
.id01-ttl {
	margin: 0 0 7em 0;
	line-height: 180%;
	font-size: 1.3em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}



/* H3メインコピーのキャプション */
.cap01 {
	margin:2em 0 0 0;
	line-height:170%;
	font-size:px;
		
	
}


/* 激ウマ完成のフォント */
#cont-id05 h3 {
	font-size:2em;
}





/* レビュー */
.review-cap {
	font-size:1.3em;
	line-height:200%;
	margin:0 0 30px 0;
}




/* 矢印 */
.sa-text-wh-op {
	color: #fff;
}



.lead {
	line-height: 180%;
}




/*********************************************************************************/
/* 商品詳細　テーブル                                                                
/*********************************************************************************/




.main-copy-img-box {
	width:100%;
	height:550px;
	background: url('../imgs/main_copy.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

}


.main-copy-img-box02 {
	width:100%;
	height:700px;
	background: url('../imgs/main_copy02.jpg');
	background-size:auto;
	background-position: center 50px;
	background-repeat: no-repeat;

}




.intro-logo {
	margin:2em  0 3em 0;

	
}



.main_copy03 {
	width: 200px;
	margin: 0 0 -100px 0;
	z-index: 1000;
}





.main_copy04 {
	margin-top:8em;


}





/* 背景色付き商品ハイライト */
.item-intro-cont {
	width: 100%;
	height: 100%;
	background-color: #faf9f4;
	padding: 0 2em 7em 2em;
		z-index: 1;
}




/* 商品説明 コピー */
.item-intro-ttl01 {

	margin:3em 0 0em 0;
	font-size: 2.5em;
	
	line-height:170%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;

	
}



.item-intro-ttl02 {

	font-size:1.8em;	
	color:#af191f;
	color:#946E00;
	
}




.item-intro-ttl03 {
	
	margin:5em 0 0 0;
	
	
}


/* 商品写真 BOX */

.item-cont {
	
	background: url('../imgs/bg-img01.png');
background-repeat: repeat-x; 
	background-position: top;	
}


.item-box {
	margin: 5em 0 10em 0;
}

.img_item {
	padding: 0 0 0 0%;
	width:80%;
}


.btn_item {
	margin: 1.5em 0 0 0;
	width: 70%;
}



/*********************************************************************************/
/* キャプション                                                                      
/*********************************************************************************/


.off-link-box {
	
		margin:0em 0 3em 0;
	
}


.sns-box {
	
	margin:0em 0 0 0;
	text-align:center;
	padding:0 0 8em 0;
	
	
}



/* メインキャッチコピー */
.img-cp01 {	
	width:60%;
	
}


/* SNSボタン */

.img-cp02 {	
	width:100%;
	
}











/*----------------------------------------------------
	ページトップへ
----------------------------------------------------*/

#sns-side-box{

	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:5.5em;
	right:20px;
	}
	

.page-top {

	
}


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

.up-menu {
	font-size:5em;
	color:#CCC;
	
	
}

/*********************************************************************************/
/* ナビバー                                                                       
/*********************************************************************************/


.navbar-default {
}
.navbar-toggle {
	z-index: 10000;
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
}
.navbar-main {
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
}
.navbar-brand {
	padding: 8px;
}
.navbar-brand img {
	height: 30px;
}
.navbar-banner {
	padding: 7px;
	display: block;
}
.navbar-banner img {
	height: 35px;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/





ul.menu {
	cursor: default;
}
ul.menu li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(145,146,147,0.25);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}
ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#footer {
	position: relative;
	height: 5em;
	line-height: 140%;
	margin: 0;
	background: #000;
	color: #999;
	color: rgba(255,255,255,0.7);
}
#footer a {
	color: #999;
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #bbb;
	color: rgba(255,255,255,1.0);
}
#footer .menu {
	position: absolute;
	right: 2em;
	top: 1em;
	height: 3em;
	line-height: 5em;
	line-height: 140%;
	margin: 0;
}
#footer .menu li {
	font-size: 0.8em;
}
ul.actions {
	cursor: default;
}
ul.actions li {
	display: inline-block;
	margin: 0 0 0 0.5em;
}
ul.actions li:first-child {
	margin-left: 0;
}
#footer .actions {
	position: absolute;
	left: 1em;
	height: 5em;
	line-height: 3em;
	margin: 0;
}
#footer .actions li {
	font-size: 1.8em;
	margin: 0;
}
#footer .actions li a {
	padding: 0.5em;
	text-decoration: none;
}
.label {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
}
.animate-ttl01, .animate-ttl02, .animate-ttl03, .animate-ttl04, .animate-ttl05 {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
}
/*====================================================================

	スタイルのためのクラス

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

.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;
}
.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;
}
.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;
}
