@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

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, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;				
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
img{
	max-width:100%;
	vertical-align:bottom;
}


/************** layout base ********************/

.clearfix{
overflow:hidden;
}
/*-
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	min-height: 1px;
}
-*/



a{
	text-decoration:none;color:#2f77af;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
a:hover{
	text-decoration:underline;
}
a:link{}

a:visited{color:#2f77af;}

/*ボタンrollover*/
a img{
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
a:hover img{
		filter:Alpha(opacity:80);
	-moz-opacity:0.80;
	opacity:0.80;
}

sup {
	line-height: 100%;
	font-size:12px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f9{ font-size:9px !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#b41717;}
.note{ color:#666666; font-size:11px;}
.note li{ color:#666666; font-size:11px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}


.spOnly,.spOnlyI{ display:none;}
.pcOnly{ display:block;}
.pcOnlyI{ display:inline-block;}

/************** layout base ********************/
body{
	background:#ffffff;
	text-align:center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	line-height:1.375;
}

div,p,dl{
	text-align:left;
}

p,dt,dd,li,td,th{
	color:#333333;
	font-size:16px;
	line-height:1.6em;
}
h1,h2,h3,h4,h5,h6{
	color:#333333;
	font-size:16px;
}


/*----------------------------------------------
              common
---------------------------------------------*/

.inner{
	width: 1024px;
	margin: 0 auto;
}


/*--------font-------*/
.fontYugo{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-weight: 600;
}
.fontYumin{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-weight: 600;}


/*----------------------------------------------
              header
---------------------------------------------*/
#header{
	padding-top:20px;
	background: url(images/main_bg.jpg) no-repeat center top #000;
	background-size:1366px;
	overflow:hidden;

}

#header .headInner{
    width: 95vw;
	margin:0 auto;
	overflow:hidden;
}
/*　画面サイズが1366px以上　*/
@media screen and (min-width:1366px) {
  #header .headInner{
    width: 1300px;
	}
}

#header h1{
	float:right;
}

#header #hNavi{
	width:1008px;
	margin:288px auto 0
}

#header #hNavi li{
	display:inline-block;
	vertical-align:top;
}

#btnBuy{
    z-index: 999;
    position: fixed;
    bottom: 3px;
    right: 0px;
    width: 269px;
}
	
#cmArea{
	width:999px;
	margin:30px auto;
	position:relative;
}

#cmArea h3{
    position: relative;
	text-align:center;
	color:#000;
	font-size:20px;
	width:720px;
	margin:0 auto;
	z-index:50;
}

#cmArea #movieBox{
	background:url(images/cm_bg01.png) no-repeat;
	background-size:100%;
	width:926px;
	padding:45px 35px 35px 35px;
	margin-top:-20px;
	z-index:20;
	position:relative;
}

#cmArea dl{
	margin:0 auto;
	width:268px;
}

#cmArea dt{
	width:200px;
	text-align:center;
	margin:0 auto 12px;
}

#cmArea dd li{
	width:70px;
	display:inline-block;
	margin:0 5px;
}
/*****************  FIX navi ***********************/
.gNavi.pcOnly{
    position: fixed;
    top: 0;
    right: 0;
    width: 98px;
    display: none;
    z-index: 500;
    height: 100%;
}

.gNavi ul{
    position: absolute;
    width: 100px;
    top: 50%;
    height: 600px;
    margin-top: -300px;
}

.gNavi li{
	display:inline-block;
	width:81px;
}

.gNavi li:last-child{
    width: 181px;
    margin-top: 10px;
    margin-left: -60px;
}

.gNavi li.on a{
}


/*----------------------------------------------
              kounyuArea
---------------------------------------------*/
#kounyuArea{
	background: #420001;
	border-top:solid 3px #FFF;
}

#kounyuArea .inner{
width:1260px;
overflow:hidden;
}

#kounyuArea .lt{
	position:relative;
	float:left;
	width:50%;
}

#kounyuArea .rt{
	position:relative;
	float:left;
	width:50%;
}

#kounyuArea .lt a{
    position: absolute;
    display: block;
    width: 384px;
    height: 32px;
    top: 623px;
    left: 50%;
    margin-left: -119px;
}

#kounyuArea .rt a{
	position:absolute;
    display: block;
    width: 580px;
    height: 107px;
    top: 564px;
    left: 50%;
    margin-left: -289px;
}

/*----------------------------------------------
              kireiArea
---------------------------------------------*/
#kireiArea{
	background: url(images/kirei_bg.jpg) no-repeat center top #000;
	background-size:1366px;
	margin-top:3px;
	padding-top:100px;

}

#kireiArea h2{
	margin:0 0 70px 0;

}

#kireiArea .clearfix{
    margin-left: 535px;
    width: 495px;

}

#kireiArea .clearfix p{
	font-size:0px;
	}
	
#kireiArea .clearfix h3{
	font-size:0px;
	margin: 0 0 25px 0;
}

/*---------------*/




/*----------------------------------------------
              chikaraArea
---------------------------------------------*/
#chikaraArea{
	background: url(images/chikara_bg.jpg) no-repeat center top #000;
	background-size:1366px;
	margin-top:3px;
	padding: 60px 0 120px 0;
}


#chikaraArea .innerTxts{
	width:500px;
	height:500px;
	margin-left:8px;
	text-align:center;
}

#chikaraArea .innerTxts p,
#chikaraArea .innerTxts h2{
	text-align:center;
}
#chikaraArea .innerTxts > img{
	margin:17px;
}
#chikaraArea .innerTxts h2 >img{
	margin:60px auto 0;
}
#chikaraArea .innerTxts p >img{
	margin:25px auto 18px;
}
	
	
/*---------------*/




/*----------------------------------------------
              chigaiArea
---------------------------------------------*/
.chigaiArea{
	background: url(images/chigai_bg.jpg) no-repeat center top #000;
	background-size:1366px;
	margin-top:3px;
	padding:30px 0 50px 0;
}

.chigaiArea .inner{
	width:1080px;
	position:relative;
	min-height:890px;
}

.chigaiArea h2{
	float:right;
}

.chigaiArea dl{
	position:absolute;
	width:393px;
	background:url(images/chigai_bg01.png) no-repeat;
	background-size:100%;
	padding:30px 0 35px;
}

.chigaiArea dl dt{
	text-align:left;
	margin-bottom:10px;
}

.chigaiArea dl dd{
    font-size: 0px;
    padding: 0 32px 0 40px;
}

.chigaiArea dl#chigaiBox01{
	top:100px;
	left:0;
}
.chigaiArea dl#chigaiBox01:after{
	content:url(images/sp_chigai_shape01.png);
	position:absolute;
	top:110px;
	right:-110px;
}

.chigaiArea dl#chigaiBox02{
	width:389px;
	background:url(images/chigai_bg02.png) no-repeat;
	background-size:100%;
	top:300px;
	right:0;
	padding:35px 0 35px;
}

.chigaiArea dl#chigaiBox02:after{
	content:url(images/sp_chigai_shape02.png);
	position:absolute;
	top:130px;
	left:-90px;
}

.chigaiArea dl#chigaiBox03{
	top:470px;
	left:0;
}

.chigaiArea dl#chigaiBox03:after{
	content:url(images/sp_chigai_shape03.png);
	position:absolute;
	top:130px;
	right:-65px;
}

.chigaiArea p{
	position:absolute;
}

.chigaiArea p.catch{
	right:20px;
	bottom:120px;
}

.chigaiArea p.btn{
	right:220px;
	bottom:0;
	width:136px;
}


/*---------------*/




/*----------------------------------------------
              syukakuArea
---------------------------------------------*/
#syukakuArea{
	background: #000;
	margin-top:3px;
}

#syukakuArea .inner{
	width:100%;
	background:#fff;
	text-align:center;
	padding:0px 0 70px 0;
    max-width: 1366px;
}
#syukakuArea .inner h2,
#syukakuArea .inner p{
	color:#7f0505;
	text-align:center;
}

#syukakuArea .inner p img{
	margin:0 auto;
}

#syukakuArea .inner h2 img{
	margin :20px auto;
}
#syukakuArea .inner .banner{
	margin :50px auto 0;
}

/*---------------*/




/*----------------------------------------------
              recipeArea
---------------------------------------------*/
#recipeArea{
	background: url(images/recipe_bg.jpg) no-repeat center top #000;
	background-size:cover;
	padding-top:45px;
	margin-top:3px;

}

#recipeArea h2{
	width:480px;
	margin:0 auto 35px auto;
}


#recipeArea .slide{
	background:url(images/sp_recipe_bg01_01.png) no-repeat top, url(images/sp_recipe_bg01_03.png) no-repeat bottom, url(images/sp_recipe_bg01_02.png) repeat-y;
	background-size:100%,100%,100%;
	box-shadow:2px 2px 3px -1px #000000;
-moz-box-shadow:2px 2px 3px -1px #000000;
-webkit-box-shadow:2px 2px 3px -1px #000000;
padding:35px;
position:relative;
height:450px;
}

#recipeArea .slidecontainer .slide{
	width:452px !important;
}


#recipeArea .slide > img{
	width:452px;
}
#recipeArea .slide a{
	position:absolute;
	bottom:110px;
	right:47px;
}
	
#recipeArea .slide p{
	position:absolute;
	bottom:34px;
	width:452px;
	background:rgba(138,26,17,0.85);
	padding:10px 0;
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-weight: 500;
	font-size:20px;
	color:#fff;
	
}

/* スライダー設定 */
.slidecontainer {overflow-x: hidden; position:relative;}
.slide_all {width: 552px; margin: 0 auto; height: 650px; position: relative;}
.slide_wrap {width: 1656px; position: absolute; left: 50%; margin-left: -828px;}
.slide_body {width: 100%;}

/* 装飾 */
.bx-controls-direction,.bx-pager {text-align: center;height: 30px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{    display: block;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 15px;
    margin: 10px 6px 0 6px;}
.bx-pager-item a.active {background: #84150e}
.bx-controls-direction a{text-decoration: none; color: #000; padding:0 5px;}
.bx-controls {position: absolute;bottom: -40px;z-index: 100;width: 100%;}

.modalArea{
	display:none;
}
.modalBox{

}

.modalArea li{
	line-height:1em;
}

/*---------------*/

#cboxOverlay{
	background:#000;
	 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:500;
 overflow:hidden;
 opacity:0.7 !important;
}

#colorbox{
	z-index:700;
}

#cboxContent{
	position:relative;
}

#cboxSlideshow,
#cboxCurrent{
	display:none !important;
}

#cboxLoadedContent{
	overflow:hidden !important;
}

#cboxPrevious{
	position:absolute;
	left:-30px;
	top:50%;
	background:url(images/ic_prev.png) no-repeat;
	background-size:100%;
	width:25px;
	height:80px;
	text-indent:-9999px;
	border:none;
}

#cboxNext{
	position:absolute;
	right:-30px;
	top:50%;
	background:url(images/ic_next.png) no-repeat;
	background-size:100%;
	width:25px;
	height:80px;
	text-indent:-9999px;
	border:none;
}

#cboxClose{
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:466px;
	background:url(images/ic_close.png) no-repeat;
	height:80px;
	width:80px;
	text-indent:-9999px;
	border:none;
	z-index:700
}

/*----------------------------------------------
              twitterArea
---------------------------------------------*/
#twitterArea{
	background: url(images/twitter_bg.jpg) no-repeat center top;
	background-size:1382px;
	padding-top:72px;
	padding-bottom:480px;
	background-color: #000;
}

#twitterArea h2{
	margin-bottom:60px;
}

/* #twitterArea .tweetgroupe li>img{
	margin-bottom:10px;
} *//* 220824 */

#twitterArea .tweetgroupe dt{
	font-family: Arial,"Arial Black","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	overflow:hidden;
	line-height:1.2em;
	margin:10px 0;
}

#twitterArea .tweetgroupe dt img{
	width:213px;
	float:left;
}
#twitterArea .tweetgroupe dt span{
	color:#9A9A9A;
	display:block;
font-size:12px;
}

#twitterArea .tweetgroupe ul{
	margin-left:-30px;
}

#twitterArea .tweetgroupe li{
	width:280px;
	display:inline-block;
	padding:15px;
	background:#fff;
		box-shadow:2px 2px 3px -1px #000000;
-moz-box-shadow:2px 2px 3px -1px #000000;
-webkit-box-shadow:2px 2px 3px -1px #000000;
margin:0 0 20px 30px;
}


#lead{
	float:right;
	width:300px;
	margin-top:-470px;
	padding-top:70px;
	margin-right:30px;
}

#lead h3{
	text-align:center;
	margin-bottom:30px;
}
#lead h3 img{
	margin: 0 auto;
}
#lead .twBtn{
	margin-bottom:28px;
}

#lead .note{
}
	
/*---------------*/



/*----------------------------------------------
              bnrArea
---------------------------------------------*/
#bnrArea{
	background: url(images/bnr_bg.jpg) no-repeat center bottom;
	background-size:1500px;
	padding-top:60px;
	padding-bottom:60px;
	margin-top:3px;
	background-color: #000;
}

#bnrArea #fbBox{
	float:left;
	margin:0 12px 15px 20px;
	width:480px;
}

#BnrBox{
	float:right;
	margin:0 20px 0 12px;
	width:478px;
}

#BnrBox a{
	display:block;
	margin-bottom:17px;
}
#BnrBox a:first-child{
	margin-bottom: 21px;
}

#applylink{
	position: relative;
	height: 220px;
}

#applylink .libk{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 14px;
}

#applylink .applyBtn{
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -486px;
}

#applylink img{
	width: 478px;
}


/*---------------*/

#applyModal{
	background:#f7ebdc;
	padding:30px;
	height: 84%;
	max-height: 750px;
	z-index:600;
	overflow-y: scroll;
}
#applyModal h2,
#applyModal p,
#applyModal li{
	color:#430000;
}
#applyModal h2{
	background:url(images/ic_mail.png) no-repeat;
	padding-left:50px;
	font-size:16px;
	margin:0 auto 20px auto;
	width:700px;
	text-align:left;
	
}

#applyModal .mailTxt{
	background:#fff;
	border-radius:3px;
	padding:10px;
	width:710px;
	margin:0 auto 30px auto;
}
#applyModal .mailTxt p{
	width:520px;
	margin:0 auto;
}
#applyModal ul{
	width:710px;
	margin:0 auto;
}

#applyModal ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:16px;
	font-size:12px;
}

#applyModal ul li a.privacyTxt{
	color:#430000;
	text-decoration: none;
}


/*----------------------------------------------
              SNSシェアボタンエリア
---------------------------------------------*/	
#sns_area{
	width:999px;
	margin:30px auto;
	position:relative;
}
#sns_area ul{
	margin:0 auto;
	width:268px;
}


#sns_area li{
	width:70px;
	display:inline-block;
	margin:0 5px;	
}

/*----------------------------------------------
              footer
---------------------------------------------*/
#footer{
	padding: 1.3em 0 1em;
	background: #430000;
	color: #FFFFFF;
	text-align: center;
}

.movie_pc { display:block; }
.movie_sp { display:none; }

/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 640px) ,screen and (orientation:portrait) {
	
.movie_pc { display:none; }
.movie_sp { display:block; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}	
	
	
body{
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		min-width: auto !important;
		width: 100% !important;
		font-weight: 600;
	}
.pcOnly,.pcOnlyI{ display:none;}
.spOnly{ display:block;}
.spOnlyI{ display:inline-block;}

p,dt,dd,li,td,th{
font-size:12px;
	line-height:1.5em;
}
h1,h2,h3,h4,h5,h6{
font-size:12px;
}

/*----------------------------------------------
              common
---------------------------------------------*/

.inner{
	width: 90%;
	margin: 0 auto;
}


/*----------------------------------------------
              header
---------------------------------------------*/
#header{
	padding-top:140.625%;/*
	/* bg 2parts ver */
	background: url(images/sp_main_bg01.jpg) no-repeat left top;
	background-size:cover;	
	padding-bottom:0px;
	height: 0;
}
#header .headInner{
	width:auto;
}

#header h1{
	position: absolute;
	top: 3%;
	right: 4%;
	width:20%;
}

#header h2{/*
	margin-bottom:500px;*/
	
	/* bg 2parts ver */
	padding-bottom:244px;
}

#header #hNavi{
	display:none;
}


#btnBuy{
	display:none;
}
	
#cmArea{/*
	width:94%;
	margin:50px auto;*/
	position:relative;
	
	/* bg 2parts ver */
	width:100%;
	margin:0px auto;
	padding:100px 3% 50px;
	background: url(images/sp_main_bg02.png) no-repeat center top;
	background-size:cover;
	box-sizing: border-box;
}

#cmArea h3{
	width:77%;
	z-index:50;
}

#cmArea #movieBox{
	background:url(images/sp_cm_bg01.png) no-repeat;
	background-size:100%;
	width:94%;
	padding:3%;
	margin-top:10px;
	z-index:20;
	position:relative;
}

#cmArea dl{
	margin:0 auto;
	width:80%;
}

#cmArea dt{
	width:80%;
	text-align:center;
	margin:0 auto 12px;
}

#cmArea dd{
	text-align:center;
}

#cmArea dd li{
	width:70px;
	display:inline-block;
	margin:0 5px;
}
/*****************  FIX navi ***********************/
.gNavi.spOnly{
	position:fixed;
	bottom:-4px;
	width:100%;
	display:block;
	z-index:500;
	height:auto;
}

.gNavi ul{
	width:100%;
	margin:5px auto 0 auto;
	position: initial;
	top: initial;
	height: initial;
}

.gNavi li{
	display:inline-block;
	width:20px;
	margin:10px;
}

.gNavi li:last-child{
	width:100%;
	margin:0;
}



/*----------------------------------------------
              kireiArea
---------------------------------------------*/
#kireiArea{
	background: url(images/sp_kirei_bg.jpg) no-repeat right bottom;
	background-size:cover;
	padding-top:20px;
	padding-bottom:440px;
}

#kireiArea h2{
	margin:0 0 20px 0;
	float:none;
	width: 92%;
	margin: 0 auto;
}

#kireiArea .clearfix{
	margin-left:0;
	width:auto;
	max-width:90%;
	margin:0 auto;

}

#kireiArea .clearfix p{
	color:#fff;
	font-size:15px;
	}
	
#kireiArea .clearfix h3{
	font-size:18px;
	color:#fff;
}

/*---------------*/




/*----------------------------------------------
              chikaraArea
---------------------------------------------*/
#chikaraArea{
	background: url(images/sp_chikara_bg.jpg) no-repeat center bottom;
	background-size:cover;
	margin-top:3px;
	padding:20px 0 380px 0;
}


#chikaraArea .innerTxts{
	width:100%;
	height:auto;
	margin:0 auto;
}

#chikaraArea .innerTxts p,
#chikaraArea .innerTxts h2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#chikaraArea .innerTxts h2{
	width:86%;
	margin:0 auto;
}

#chikaraArea .innerTxts img{
	margin:17px;
}

#chikaraArea .innerTxts h2 img{
	margin:17px 0;
}
	
/*---------------*/




/*----------------------------------------------
              chigaiArea
---------------------------------------------*/
.chigaiArea{
	margin-top:3px;
	background:#fff;
	padding-bottom:0;
	padding-top:0;
}

.chigaiArea .inner{
	background: url(images/sp_chigai_bg.jpg) no-repeat center bottom;
	background-size:cover;
	width:100%;
	position:relative;
	min-height:auto;
	padding:12px 0 530px 0;
}

.chigaiArea h2{
	float:none;
	width:57%;
	margin:0 auto 0px auto;
}

.chigaiArea dl,
.chigaiArea dl#chigaiBox02{
	position:relative;
	width:94%;
	background:url(images/sp_chigai_bg_top.png) no-repeat top, url(images/sp_chigai_bg_bottom.png) no-repeat bottom;
	background-size:100%;
	padding:25px 0 0px;
	margin:10px auto;
}

.chigaiArea dl dt{
	text-align:left;
	margin-bottom:0px;
}

.chigaiArea dl dd{
	font-size:14px;
	padding:0 0px 0px 0px;
	line-height:1.4em;
	color:#000;
}

.chigaiArea dl#chigaiBox01{
	top:auto;
	left:0;
}
.chigaiArea dl#chigaiBox01:after{
	display:none;

}

.chigaiArea dl#chigaiBox02{
	top:auto;
	right:0;
}

.chigaiArea dl#chigaiBox02:after{
display:none;
}

.chigaiArea dl#chigaiBox03{
	top:auto;
	left:0;
}

.chigaiArea dl#chigaiBox03:after{
display:none;
}

.chigaiArea .clearfix{
	position:absolute;
	bottom:0;
}

.chigaiArea p{
	position:relative;
	margin-bottom:20px;
}

.chigaiArea p.catch{
	right:auto;
	bottom:auto;
	float:left;
	left:20px;
	width:37%;
	padding-top:50px;
}

.chigaiArea p.btn{
	right:auto;
	bottom:0;
	width:37%;
	float:right;
}


/*---------------*/




/*----------------------------------------------
              syukakuArea
---------------------------------------------*/
#syukakuArea{
	background: #000;
	margin-top:3px;
}

#syukakuArea .inner{
	width:100%;
	background:#fff;
	text-align:center;
	padding:35px 0 20px 0;
}
#syukakuArea .inner h2,
#syukakuArea .inner p.txt{
	color:#7f0505;
	text-align:center;
	width:92%;
	margin:0 auto;
}

#syukakuArea .inner h2 img{
	margin :20px auto;
}
#syukakuArea .inner .banner{
	margin :30px auto 20px;
	width: 90%;
}

/*---------------*/




/*----------------------------------------------
              recipeArea
---------------------------------------------*/
#recipeArea{
	background: url(images/sp_recipe_bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding-top:25px;
	padding-bottom:65px;
}

#recipeArea h2{
	width:90%;
	margin:0 auto 20px auto;
}

#recipeArea .slide{
	background:none;
padding:0;
height:auto;
box-shadow:none;
}


#recipeArea .slide > img {
    width: 100%;
}



/*---------------*/

/*---*/
.bx-wrapper{position:relative;
text-align:center;
/*max-width:94% !important;*/
}

.bx-viewport{
	margin:0 auto !important;
}
.bx-controls-direction,
.bx-pager {
	text-align: center;height: 40px;
		position: absolute;
}

.bx-controls-direction a{
	text-decoration: none; color: #000; padding:0 5px;display: block;}

.bx-controls-direction a.bx-prev{
	background:url(images/sp_ic_prev.png) no-repeat; 
	background-size:100%; 
	width:30px; 
	height:40px;
	float:left;
	text-indent:-9999px;}
	
.bx-controls-direction a.bx-next{
	background:url(images/sp_ic_next.png) no-repeat; 
	background-size:100%; 
	width:30px; 
	height:40px;
	float:right;
	text-indent:-9999px;}
	
.bx-controls {
	position:absolute;
z-index: 100;
top:300px;
}

.bx-controls .bx-pager{
	bottom:0px;
	width:90%;
	margin-left:5%;
}
.bx-controls-direction{
	top:-190px;
width: 100%; 

}

/*----------------------------------------------
              twitterArea
---------------------------------------------*/
#twitterArea{/*
	background: url(images/sp_twitter_bg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:36px;
	padding-bottom:0px;*/
	background: none;
	padding-top:0px;
	padding-bottom:0px;
}

#twitterArea .inner{
	width:100%;
	
	background: url(images/sp_twitter_bg.jpg) no-repeat right bottom;
	background-size:cover;
	padding-top:36px;
	padding-bottom:225px;
}

#twitterArea h2{
	margin-bottom:30px;
}

#twitterArea .tweetgroupe{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:0;
}
#twitterArea .tweetgroupe ul{
	margin-left:0px;
}

#twitterArea .tweetgroupe li{
	width:auto;
	display:inline-block;
	background:#fff;
		box-shadow:2px 2px 3px -1px #000000;
-moz-box-shadow:2px 2px 3px -1px #000000;
-webkit-box-shadow:2px 2px 3px -1px #000000;
margin:0 0 20px 0px;
text-align:center;
margin-left:0px;
padding:20px 0 0;
}


#twitterArea .tweetgroupe li dl{
	width:90%;
	margin:15px auto;
}

#twitterArea .tweetgroupe li dt,
#twitterArea .tweetgroupe li dd{
	width:280px;
	margin:0 auto;
}

#twitterArea .tweetgroupe li dd img{
	width:280px;
	margin-bottom:20px;
}


#twitterArea .tweetgroupe li>img{
/* width:90%;
	margin:10px auto 0 auto;*/
		width: 77.5%;
		margin:0 auto;
}
#twitterArea .tweetgroupe dt{
	font-family: Arial,"Arial Black","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	overflow:hidden;
	line-height:1.2em;
	margin-bottom:10px;
}

#twitterArea .tweetgroupe dt img{
	width:200px;
	float:left;
	margin-right:10px;
}

#twitterArea .tweetgroupe dt span{
	color:#9A9A9A;
	display:block;
font-size:12px;
}

#twitterArea .tweetgroupe dd{

}



#lead{
	float:none;
	width:100%;
	background:#fff;
	margin-top:0px;
	padding-top:20px;
	margin-right:0;
	padding-bottom:20px;
}

#lead h3{
	background:none;
	text-align:center;
	margin-bottom:14px;
	font-weight:bold;
}

#lead h3 img{
	width: 200px;
	height: auto;
}
#lead .twBtn{
	margin:0px auto 14px;
	width: 200px;
	text-align:center;
}

#lead .note{
	width: 200px;
	margin:0px auto;
}
	
/*---------------*/




/*----------------------------------------------
              bnrArea
---------------------------------------------*/
#bnrArea{
	background: url(images/sp_bnr_bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding-top:30px;
	padding-bottom:70px;
	
}

#bnrArea #fbBox{
	float:onne;
	margin:0 3% 12px 3%;
	width:94%;
	
	
}

#BnrBox{
	float:none;
	margin:0 3% 0 3%;
	width:94%;
}

#BnrBox a{
	display:block;
	margin-bottom:15px;
}



/*---------------*/

#applyModal{
	background:#f7ebdc;
	width:90%;
	padding:15px 5px;
	position:absolute;
	top:10px;
	left:3%;
	z-index:600;
	margin-left:0;

}
#applyModal h2,
#applyModal p,
#applyModal li{
	color:#430000;
}
#applyModal h2{
	background:url(images/ic_mail.png) no-repeat;
	background-position:top center;
	padding-top:40px;
	padding-left:0;
	font-size:14px;
	margin:0 auto 20px auto;
	width:90%;
	text-align:center;
	
}

#applyModal .mailTxt{
	background:#fff;
	border-radius:3px;
	padding:10px;
	width:90%;
	margin:0 auto 30px auto;
}
#applyModal .mailTxt p{
	width:90%;
	margin:0 auto;
}
#applyModal ul{
	width:90%;
	margin:0 auto 30px auto;
}

#applyModal ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:8px;
	font-size:12px;
}

#cboxClose {
	background-size:100%;
    position: absolute;
    left: auto;
    top: -10px;
	right:0;
    margin-left:0;
    height: 40px;
    width: 40px;
}


/*----------------------------------------------
              SNSシェアボタンエリア
---------------------------------------------*/	
#sns_area{
	width:100%;
	margin:30px auto 0;
	position:relative;
}
#sns_area ul{
	margin:0 auto;
	width:246px;
}


#sns_area li{
	width:60px;
	display:inline-block;
	margin:0 8px;	
}
	

/*----------------------------------------------
              footer
---------------------------------------------*/
#footer{
	padding: 1.3em 0.5em 7em;
	font-size:small;

}


/*----------------------------------------------
              kounyuArea
---------------------------------------------*/
#kounyuArea{
	background: #420001;
	border-top:solid 3px #FFF;
	    display: -webkit-box;
}

#kounyuArea .inner{
	max-width:600px;
	width:100%;
}

#kounyuArea .lt{
	float:none;
	width:100%;
}

#kounyuArea .rt{
	float:none;
	width:100%;
}
#kounyuArea .lt a{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    top: initial;
    bottom: 0;
    left: 0;
    margin-left: auto;
}

#kounyuArea .rt a{
	position:absolute;
    display: block;
    width: 100%;
    height: 90px;
    top: initial;
    bottom: 0;
    left: 0;
    margin-left: auto;
}
	
#applylink {
	position:static;
	height:auto;
	margin: 0 3% 0 3%;
	width: 94%;
}

#applylink .libk{
	position:static;
    top: 0px;
    left: 0;
    margin-left: 0;
}

#applylink .applyBtn{
	position:static;
    top: 39px;
    left: 0;
    margin-left: 0;
	margin-top: 18px;
}

#applylink img{
	width: 100%;
}	
	
}