@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/*
■1：ELEMENTS
■2：CLEAR
■4：HEADER
■5：Navi
■6：guide
■7：footer
■8：Contents
*/


/****************************************

ELEMENTS

*****************************************/
html{font-size: 62.5%; height:100%; overflow-y:scroll;}

body, h1, h2, h3, h4, h5, p, ul, ol, li, form, dl, dd, dt, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald','Noto Sans JP','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.8em;
	color: #4d3b32;
	height:100%;
}

ul, li, dl, dd, dt {
  list-style: none;
}
img, img a {
  border: 0;
  vertical-align: bottom;
}
header, footer, nav, section, article, figure, aside, ul, li, dl, dd, dt {
  display: block;
}

table, tbody, tr, td{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #423615;
}

a:hover{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.Wrapper{
	width: 96%;
	max-width:980px;
	margin: 0 auto;
}

.auto-block{ display:inline-block; margin: 0; padding: 0;}
.Center{text-align: center;}
.left{text-align: left;}

.Red{ color: #dd0101;}
.fontBig{ font-size: 1.2em;}

.textLINK { text-align: center; margin: 30px 0;}
.textLINK a{
    background: #4d3b32;
    color: #FFF;
    padding: 5px 20px;
}

.textLINK a:hover{
    background: #ab3900;
}

#FS2_layout_body{background: #FFF;}

/****************************************

CLEAR

*****************************************/
.cf {clear: both; font: 0pt/0pt;}
.cf:after { content: ""; clear: both; height: 0; display: block; visibility: hidden;}


/****************************************

HEADER

*****************************************/
.headText{
	height: 20px;
	background: #f4f3ee;
	border-bottom: 1px solid #e7e5dd;
}
.headText ul{
	margin: 0 auto;
	max-width: 1060px;
	height: 20px;
}

.headText li{display: table-cell; vertical-align: top; margin: 0 !important;}
.headText li.seoText{width: 500px;}
.headText li img{ width: 100%; max-width: 557px; vertical-align: top !important;}
.seoText{
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #3e4805;
}

#headWrapper{
	width: 100%;
}

#headWrapper header{
	max-width: 980px;
	height: 185px;
	margin: 0 auto;
	position: relative;
}


#headWrapper header h1{
	position: absolute;
	top: 60px;
	left: 0;
}

#headNavi{
	position: absolute;
	top: 15px;
	right: 0;
	width: 675px;
}

#headNavi .contactBox ul{
	display: table;
	width: 100%;
}
#headNavi .contactBox ul li{
	display: table-cell;
}
#headNavi .contactBox ul li:first-child{
	padding: 0 20px 0 0;
}

#headNavi ul li a.contact{
	background: #eff2e1;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #3e4805;
    padding: 15px 0;
    text-align: center;
    width: 266px;
    display: block;
	position: relative;
	text-indent: 10%;
}
#headNavi ul li a.contact:before{
	content: url(../images/common/mail_icon.png);
	display: inline-block;
    top: 30%;
    left: 3%;
    position: absolute;
}
#headNavi ul li a:hover.contact{ background: #647535; color: #FFF;}
#headNavi ul li a:hover.contact:before{ content: url(../images/common/mail_icon_on.png);}

.loginBox{
	position: relative;
	background: #f8f9f3;
	color: #3e4805;
	height: 100px;
	width: 680px;
	margin: 5px 0 0;
}

.loginBox .HSoryo,
.loginBox .HMessage,
.loginBox .HPointText,
.loginBox .HPoint,
.loginBox .HCart,
.loginBox .loginNavi{
	position: absolute;
}

.loginBox .HSoryo{
	top: 28px;
	left: 14px;
}
.loginBox .HMessage{
	top: 12px;
	left: 235px;
	font-size: 1.4rem;
}
.loginBox .HPointText{
	top: 40px;
	left: 235px;
}
.loginBox .HPoint{
    top: 40px;
    left: 340px;
    text-align: right;
}
.loginBox .HCart{
	top: 20px;
	left: 440px;
}
.loginBox .HCart a{
	display: block;
	width: 220px;
	height: 40px;
	background: #647535;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	position: relative;
	text-indent: 10%;
}

.loginBox .HCart a:hover{ background: #6f8f16;}

.loginBox .HCart a:before{
	content: url(../images/common/cart_icon.png);
	display: inline-block;
    top: 15%;
    left: 3%;
    position: absolute;
}

.loginBox .loginNavi{
	top: 65px;
	left: 235px;
}

.loginBox .HPointText{
	background: #eff2e1;
	padding: 0px 10px;
	font-size: 1.2rem;
}

.loginBox .HPoint strong{
	font-size: 1.6rem;
}
.loginBox .HPoint strong span{
	font-size: 2.0rem;
}
.loginBox .loginNavi ul li{
	display: inline-block;
}

.loginBox .loginNavi ul li a{
	font-size: 1.3rem;
	padding: 0 8px 0 0;
}
.loginBox .loginNavi ul li a:before{
  content: '';
  display: inline-block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #423615;
}
.loginBox .loginNavi ul li a:hover{color: #91c600;}

.FS2_repeater {
　　display: none;
}

/****************************************

Navi

*****************************************/
#navi{
	height: 60px;
	margin-top: 0;
	background: #fbf9f2;
}
#navi ul{
	width: 980px;
	margin: 0 auto;
	display: table;
	border-left:1px dotted #687839;
	box-sizing: border-box;
}
#navi ul li{
	display: table-cell;
	width: 12.5%;
	text-align: center;
	border-right:1px dotted #687839;
	box-sizing: border-box;
}
#navi ul:after{
	clear: both;
}

#navi ul li a{
	display: block;
	color: #4d3b32;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0;
	top: 0;
	box-sizing: border-box;
}

#navi ul li:hover a{
	background: #fbf7e4;
	display: block;
}

#navi .fixheader {
	position: absolute;
	width: 100%;
	top: 205px;
	background: #fbf9f2;
	z-index: 100;
}

#navi.fixed .fixheader {
	position: fixed;
	top: 0px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
/****************************************

Guide

*****************************************/

.Wrapper > h3{
	text-align: center;
	color: #34472c;
	font-weight: 500;
	font-size: 3rem;
	line-height: 3rem;
	margin: 0 0 50px;
}
.Wrapper > h3 span{
	display: block;
	font-size: 1.8rem;
}

#GuideWrapper section{ padding: 80px 0 0 !important;}

#GuideWrapper ul{
	display: table;
}

#GuideWrapper ul li{
	display: table-cell;
	width: 31.3%;
	text-align: center;
	padding: 0 0 120px;
	position: relative;
}
#GuideWrapper ul li:not(:last-child){
	padding-right: 3%;
}

#GuideWrapper ul li h4{
	background: #e1f1db;
	color: #34472c;
	padding: 5px;
}
#GuideWrapper ul li img{margin: 20px auto;}
#GuideWrapper ul li p{ font-size: 1.4rem; text-align: left;}
#GuideWrapper ul li p strong{ color: #ef8000;}

#GuideWrapper .GuideLink a{
    position: absolute;
    display: block;
    bottom: 60px;
    left: 50%;
    font-size: 1.4rem;
    color: #647535;
    border: 1px solid #647535;
    padding: 5px 30px;
    margin-left: -26%;
}
#GuideWrapper .GuideLink a:hover{
	/*border: 1px solid #c7f100;*/
	background: #647535;
	color: #FFF;
}

/****************************************

footer

*****************************************/


footer{
		background: url(../images/common/bg.gif);
}

#footNaviWrapper{
	background: #eee6c2;
	padding: 30px 0 50px;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

#footNaviWrapper #footNavi ul.fNavi{
	display: table-cell;
	width: 200px;
}

#footNaviWrapper #footNavi ul.fNavi > li{
}

#footNaviWrapper #footNavi ul.fNavi a{
	color: #6c5d43;
	display: block;
}

#footNaviWrapper #footNavi ul.fNavi a:hover{
	background: #fcf1c2;
}

#footNaviWrapper #footNavi ul.fNavi > li > a::before{
	content: "・";
}

#footNaviWrapper #footNavi ul.fNavi > li > ul {
	padding: 0 0 10px;
}

#footNaviWrapper #footNavi ul.fNavi > li > ul > li{
    font-size: 1.2rem;
    padding-left: 2.5rem;
    text-indent: -1.0rem;
    line-height: 2.0rem;
}
#footNaviWrapper #footNavi ul.fNavi > li > ul > li > a::before{
	content: "∟";
	font-size: 0.8rem;
	top: -2px;
    position: relative;
}

footer .contactBox ul{
	display: table;
	width: 980px;
	margin: 40px auto;
}
footer .contactBox ul li{
	display: table-cell;
	vertical-align: top;
}
footer .contactBox ul li:first-child{
	padding: 0 20px 0 0;
}

footer .contactBox ul li a.contact{
	background: #f4f3e8;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #4d3b32;
    padding: 15px 0;
    text-align: center;
    width: 310px;
    display: block;
	position: relative;
	text-indent: 15%;
}
footer .contactBox ul li a.contact:before{
	content: url(../images/common/mail_icon_f.png);
	display: inline-block;
    top: 30%;
    left: 5%;
    position: absolute;
}
footer .contactBox ul li a:hover.contact{ background: #fff151;}



#facebook{
	float: right;
	width: 228px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}



#copyLight{ background: #4d3b32; text-align: center; padding: 40px 0;}
#copyLight .logo{ margin: 0 auto;}
#copyLight p{ color: #f4f3e8; padding: 10px 0 0; font-weight: 300; font-size: 1.2rem;}


/* BACK_TO_TOP  ------------*/
#pageTop {
    position: fixed;
    bottom: 0;
	right:0;
    width: 100px;
    height: 100px;
}

/****************************************

Contents

*****************************************/

/*index*/
#MainWrapper{
	height: 550px;
	border-bottom: 5px solid #f4f3e8;
}
.slick-next{ right: 1rem !important; z-index: 9999;}
.slick-prev{ left: 1rem !important; z-index: 9999;}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #574326 !important;
}
.slick-dots{
	bottom: 5px !important;
}
.slick-dots li {
    margin: 0 0px !important;
}

#MainWrapper ul li{
	position: relative;
}

#MainWrapper .main01{
	background: url(../images/index/slider01_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper .main02{
	background: url(../images/index/slider02_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#MainWrapper .main03{
	background: url(../images/index/slider03_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper .main04{
	background: url(../images/index/slider04_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#MainWrapper ul li.main01 h2 img,
#MainWrapper ul li.main02 h2 img,
#MainWrapper ul li.main03 h2 img,
#MainWrapper ul li.main04 h2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#MainWrapper .main01 h2 a,
#MainWrapper .main02 h2 a,
#MainWrapper .main03 h2 a,
#MainWrapper .main04 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 550px;
}


/*Banner----------------------------------------------------*/
.Banner ul{
	display: table;
	margin: 40px auto;
}

.Banner ul li{
	display: table-cell;
}
.Banner ul li:not(:last-child){
	padding-right: 30px;
}

.Banner ul li a{
	display: block;
	background: #eff2e1;
	width: 270px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.0rem;
	position: relative;
}

.Banner ul li.firstIcon a:before{
	content:url(../images/common/first_icon.png);
	position: absolute;
    top: 10%;
    left: 10%;
}
.Banner ul li.productIcon a:before{
	content:url(../images/common/product_icon.png);
	position: absolute;
    top: 10%;
    left: 10%;
}
.Banner ul li a:after{
	content:url(../images/common/ban_arow.png);
	position: absolute;
    top: 10%;
    right: 10%;
}
.Banner ul li.firstIcon a:hover:before{content:url(../images/common/first_icon_on.png);}
.Banner ul li.productIcon a:hover:before{content:url(../images/common/product_icon_on.png);}

.Banner ul li a:hover{ background: #647535; color: #FFF;}


/*AttentionBanner----------------------------------------------------*/

.AttentionBanner ul{
	display: table;
	width: 100%;
}
.AttentionBanner ul li{
	display: table-cell;
	vertical-align: top;
	height: 280px;
	width: 50%;
}

.AttentionBanner ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.AttentionBanner ul li.at01 a{
	background: url(../images/index/at01_bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.AttentionBanner ul li.at02 a{
	background: url(../images/index/at02_bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.AttentionBanner ul li a img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.AttentionBanner ul li.at01 a p,
.AttentionBanner ul li.at02 a p{
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	width: 200px;
	font-size: 1.4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.AttentionBanner ul li.at01 a p{
	border: solid 1px #273e37;
	color: #273e37;
}
.AttentionBanner ul li.at01 a:hover p{ background: #FFF;}
.AttentionBanner ul li.at02 a p{
	border: solid 1px #d9c999;
	background: #FFF;
	color: #7e610e;
}
.AttentionBanner ul li.at02 a:hover p{ background: #7e610e; border: solid 1px #7e610e; color: #FFF;}


/*Ranking----------------------------------------------------*/

#RankingWrapper{
	background: url(../images/index/ranking_bg.gif);
	padding: 70px 0;
}

#RankingWrapper section h3:before{
	content: url(../images/index/crown_icon.png);
	display: block;
	left: 0;
	right: 0;
}

#RankingWrapper section .RankWrapper{
	display: table;
}

#RankingWrapper section .RankWrapper li{
	display: table-cell;
	width: 172px;
}

#RankingWrapper section .RankWrapper li:not(:last-child){
	padding-right: 30px;
}
#RankingWrapper .RankWrapper .Rank1:before,
#RankingWrapper .RankWrapper .Rank2:before,
#RankingWrapper .RankWrapper .Rank3:before,
#RankingWrapper .RankWrapper .Rank4:before,
#RankingWrapper .RankWrapper .Rank5:before{
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}
#RankingWrapper .RankWrapper .Rank1:before{ content: url(../images/index/no1_icon.png);}
#RankingWrapper .RankWrapper .Rank2:before{ content: url(../images/index/no2_icon.png);}
#RankingWrapper .RankWrapper .Rank3:before{ content: url(../images/index/no3_icon.png);}
#RankingWrapper .RankWrapper .Rank4:before{ content: url(../images/index/no4_icon.png);}
#RankingWrapper .RankWrapper .Rank5:before{ content: url(../images/index/no5_icon.png);}

#RankingWrapper section .RankWrapper li img{
	width: 172px;
	height: auto;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

#RankingWrapper section .RankWrapper li p{
	background: #f4f3e8;
	border-radius: 3px;
	padding: 10px;
	font-size: 1.4rem;
	min-height: 195px;
}

#RankingWrapper section .RankWrapper li div:before{
	content: '';
	display:block;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin-top: 5px;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f4f3e8;
	border-left: 5px solid transparent;

}


/*Pickup----------------------------------------------------*/

#PickupWrapper {
	background: #FFF;
	padding: 70px 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#PickupWrapper ul{ display: table; width: 100%;}
#PickupWrapper ul li{
	display: table-cell;
	width: 33.3%;
	/*
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	*/
	box-sizing: border-box;
}
#PickupWrapper ul li:not(:last-child){
	border-right: 5px solid #FFFFFF;	
}

#PickupWrapper ul li.pickup01 a,
#PickupWrapper ul li.pickup02 a,
#PickupWrapper ul li.pickup03 a{
	display: block;
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
#PickupWrapper ul li.pickup01 a{ background: url(../images/index/pickup01_bg.jpg); background-size: cover; background-position: center;}
#PickupWrapper ul li.pickup02 a{ background: url(../images/index/pickup02_bg.jpg); background-size: cover; background-position: center;}
#PickupWrapper ul li.pickup03 a{ background: url(../images/index/pickup03_bg.jpg); background-size: cover; background-position: center;}

#PickupWrapper ul li.pickup01 a .pickimg01,
#PickupWrapper ul li.pickup02 a .pickimg01,
#PickupWrapper ul li.pickup03 a .pickimg01{
	position: absolute;
	top:0; right:15%; 
	text-align: center;
	margin: auto;
	z-index: 10;
}

#PickupWrapper ul li.pickup01 a .pickimg02,
#PickupWrapper ul li.pickup02 a .pickimg02,
#PickupWrapper ul li.pickup03 a .pickimg02{
	position: absolute;
	top:-12%; right:60%;
}

#PickupWrapper ul li.pickup01 a .pickimg03,
#PickupWrapper ul li.pickup02 a .pickimg03,
#PickupWrapper ul li.pickup03 a .pickimg03{
	position: absolute;
	top:0; right:0;
}

@media screen and (max-width: 1450px){
#PickupWrapper ul li.pickup01 a .pickimg01,
#PickupWrapper ul li.pickup02 a .pickimg01,
#PickupWrapper ul li.pickup03 a .pickimg01{
	top:0; right:2%;
}
#PickupWrapper ul li.pickup01 a .pickimg02,
#PickupWrapper ul li.pickup02 a .pickimg02,
#PickupWrapper ul li.pickup03 a .pickimg02{
	top:0%; right:60%; width: 50% !important;
}
#PickupWrapper ul li.pickup01 a .pickimg02 img,
#PickupWrapper ul li.pickup02 a .pickimg02 img,
#PickupWrapper ul li.pickup03 a .pickimg02 img{
	width: 100%;
}
}

/*Care----------------------------------------------------*/

#CareWrapper{
	background: url(../images/index/care_bg.gif);
	padding: 70px 0;
	border-top: 1px solid #f5f5f5;
}

#CareWrapper ul{
	display: table;
	width: 100%;
}
#CareWrapper ul li{
	display: table-cell;
	width: 230px;
}

#CareWrapper ul li:not(:last-child){
	padding-right: 30px;
}

#CareWrapper .CARE01 a,
#CareWrapper .CARE02 a,
#CareWrapper .CARE03 a,
#CareWrapper .CARE04 a{
	display: block;
	position: relative;
	width: 230px;
	min-height: 400px;
	border:2px solid #eee6c2;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#CareWrapper .CARE01 a:hover,
#CareWrapper .CARE02 a:hover,
#CareWrapper .CARE03 a:hover,
#CareWrapper .CARE04 a:hover{
	border:2px solid #f1d55a;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

#CareWrapper .CARE01 a{ background: url(../images/index/care01_bg.jpg) no-repeat top #FFF;}
#CareWrapper .CARE02 a{ background: url(../images/index/care02_bg.jpg) no-repeat top #FFF;}
#CareWrapper .CARE03 a{ background: url(../images/index/care03_bg.jpg) no-repeat top #FFF;}
#CareWrapper .CARE04 a{ background: url(../images/index/care04_bg.jpg) no-repeat top #FFF;}


#CareWrapper .CARE01 a h4,
#CareWrapper .CARE02 a h4,
#CareWrapper .CARE03 a h4,
#CareWrapper .CARE04 a h4{
	position: absolute;
	top:115px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 112px;
	height: 112px;
	background: #eee6c2;
	border-radius: 50%;
}

#CareWrapper a .CAREtext{
	position: absolute;
	top:230px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#CareWrapper a .CAREBtn{
	position: absolute;
	bottom:15px;
	width: 80%;
	margin: 0 10%;
	padding: 5px;
	background: #eee6c2;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#CareWrapper a:hover h4,
#CareWrapper a:hover .CAREBtn{
	background: #f1d55a;
	-webkit-transition: all .2s;
	transition: all .2s;
}


/*Brand----------------------------------------------------*/

#BrandWrapper{
	background: url(../images/index/brand_bg01.png) left bottom no-repeat,url(../images/index/brand_bg02.png) right bottom no-repeat;
	padding: 70px 0;
}

#BrandWrapper ul{
	width: 100%;
	letter-spacing: -.40em;
	font-size: 0;
}

#BrandWrapper ul li{
	display: inline-block;
	letter-spacing: normal;
	width: 306px;
	height: 90px;
	line-height: 70px;
	margin-bottom: 20px;
}
#BrandWrapper ul li a{
	display: block;
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	border:1px solid #4d3b32;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	vertical-align: middle;
	text-align: center;
}
#BrandWrapper ul li a:hover{
	background: #faf6f4;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

#BrandWrapper ul li:not(:nth-child(3n)){
	margin-right: 30px;
}


/*Media----------------------------------------------------*/


#MediaWrapper{
	background: url(../images/index/media_bg.gif);
	padding: 70px 0 100px;
	border-top: 1px solid #f5f5f5;
}

#MediaWrapper .MediaSlider ul{ display: table;}
#MediaWrapper .MediaSlider ul li{ display: table-cell; min-height: 380px;}

#MediaWrapper .MediaSlider li a .mediaText{
	font-size: 1.2rem;
	line-height: 2.0rem;
	padding: 10px 20px 0 10px;
}
#MediaWrapper .MediaSlider li a{
	display: block;
	position: relative;
	min-height: 380px;
}
#MediaWrapper .MediaSlider li a .mediaBtn{
	position: absolute;
	bottom:0px;
	width: 80%;
	margin: 0 10% 0 5%;
	padding: 5px;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #d1b161;
	color: #d1b161;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#MediaWrapper .MediaSlider li a:hover .mediaBtn{
	background: #f5f1e6;
}

#MediaWrapper .MediaSlider li img{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);	
}
#MediaWrapper .slick-dotted.slick-slider {
    width: 970px !important;
}
#MediaWrapper .MediaSlider .slick-list{
	padding: 0 0 0 16px;
}

#MediaWrapper .MediaSlider .slick-prev {
    left: -25px !important;
}
#MediaWrapper .MediaSlider .slick-next {
    right: -25px !important;
}


#MediaWrapper h4{
	margin: 50px 0 20px;
	text-align: center;
	font-size: 1.8rem;
	position: relative;
}
#MediaWrapper h4:before{
	content: url(../images/index/media_icon.png);
	display: inline-block;
    top: 0%;
    left: 50%;
	margin-left: -100px;
    position: absolute;
}

#MediaWrapper .mediaText02{
	text-align: center;
}
#MediaWrapper .mediaBtn02{
	margin: 40px 0 0;
	text-align: center;
}
#MediaWrapper .mediaBtn02 a{
	width: 80%;
	margin: 0 auto;
	padding: 5px 30px;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #d1b161;
	color: #d1b161;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#MediaWrapper .mediaBtn02 a:hover{
	background: #f5f1e6;
}


/*Review----------------------------------------------------*/


#ReviewWrapper{
	background: url(../images/index/ranking_bg.gif);
	padding: 70px 0 100px;
	border-top: 1px solid #f5f5f5;
}

#ReviewWrapper .ReviewSlider ul{ display: table;}
#ReviewWrapper .ReviewSlider ul li{ display: table-cell; min-height: 300px;}

#ReviewWrapper .ReviewSlider li a .ReviewText{
	font-size: 1.2rem;
	line-height: 2.0rem;
	padding: 10px 20px 0 10px;
}
#ReviewWrapper .ReviewSlider li a{
	display: block;
	position: relative;
	min-height: 380px;
}
#ReviewWrapper .ReviewSlider li a .ReviewBtn{
	position: absolute;
	bottom:0px;
	width: 80%;
	margin: 0 10% 0 5%;
	padding: 5px;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #d1b161;
	color: #d1b161;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#ReviewWrapper .ReviewSlider li a:hover .mediaBtn{
	background: #f5f1e6;
}

#ReviewWrapper .ReviewSlider li img{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4); width: 90%; margin: 5px;	
}
#ReviewWrapper .slick-dotted.slick-slider {
    width: 970px !important;
}
#ReviewWrapper .MediaSlider .slick-list{
	padding: 0 0 0 16px;
}

#ReviewWrapper .ReviewSlider .slick-prev {
    left: -25px !important;
}
#ReviewWrapper .ReviewSlider .slick-next {
    right: -25px !important;
}



/*BlogBanner----------------------------------------------------*/

.BlogBanner{
	background: #f4f3e8;
	padding: 40px 0;
}

.BlogBanner ul{
	display: table;
	margin: 0 auto;
}

.BlogBanner ul li{
	display: table-cell;
}
.BlogBanner ul li:not(:last-child){
	padding-right: 30px;
}

/*InfoWrapper----------------------------------------------------*/

#InfoWrapper{
	padding: 70px 0;

}
#InfoWrapper dl{
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
#InfoWrapper dl dt {
	float: left;
	margin: 10px 0;
	width: 172px;
	background: #f4f3e8;
	border-radius: 50px;
	text-align: center;
}

#InfoWrapper dl dd {
	border-bottom: 1px dotted#f4f3e8;
	padding: 10px 0 10px 202px;
}


/*SNSWrapper----------------------------------------------------*/


#SNSWrapper{
	background: url(../images/index/sns_bg.jpg);
	padding: 70px 0 60px;
}
#SNSWrapper ul{width: 100%; display: table; margin: 0 0 40px;}
#SNSWrapper ul li{
	display: table-cell;
	width: 475px;
}
#SNSWrapper ul li:not(:last-child){
	padding-right: 30px;
}


.fbH3,
.twH3,
.igH3,
.igH3-2{
    text-align: center;
    color: #4d3b32 !important;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
    margin: 0 0 50px;
	position: relative;
}

.fbH3:before{
	content: url(../images/index/fb_icon.png);
	display: inline-block;
    top: 0%;
    left: 50%;
	margin-left: -100px;
    position: absolute;
}
.twH3:before{
	content: url(../images/index/tw_icon.png);
	display: inline-block;
    top: 0%;
    left: 50%;
	margin-left: -100px;
    position: absolute;
}
.igH3:before{
	content: url(../images/index/ig_icon.png);
	display: inline-block;
    top: 0%;
    left: 50%;
	margin-left: -100px;
    position: absolute;
}


/*ColumnWrapper----------------------------------------------------*/


#ColumnWrapper{
	padding: 50px 0 0;
}

.sideColumn{
    width: 223px;
    background: #FFF;
    padding: 0 0 10px;
    height: 2763px!important;
}
.sideColumn .point{
    border: 1px solid #4d3b32;
    padding: 1px;
    box-sizing: border-box;
    width: 223px;
}

.sideColumn .point a{
    background: #4d3b32;
    text-align: center;
    color: #FFF;
    display: block;
    line-height: 1.2em;
    font-size:1.4rem;
    padding: 10px 0;
}

.sideColumn .point a:hover{
    background: #733312;
}

.sideColumn .MemberBox{
    background: #fbf9f2;
    padding: 6px;
    margin: 10px 0 0;
}

.sideColumn .newMember,
.sideColumn .point500,
.sideColumn .sideBnr ul li,
.sideColumn .sideNavi{ margin: 10px 0 0;}

.sideColumn .login a,
.sideColumn .newMember a{
    background: #647535;
    text-align: center;
    color: #FFF;
    display: block;
    line-height: 1.2em;
    font-size:1.4rem;
    padding: 10px 0;
    border-radius: 3px;
    position: relative;
}

.sideColumn .login a:hover,
.sideColumn .newMember a:hover{
    background: #6f8f16;
}

.sideColumn .login a:before{
    content:url(../images/common/side_icon01.png);
    position: absolute;
    top: 8px;
    left: 12px;
}

.sideColumn .newMember a:before{
    content:url(../images/common/side_icon02.png);
    position: absolute;
    top: 8px;
    left: 40px;
}

.search {
	background: #fbf9f2;
	padding: 6px;
	position: relative;
    margin: 10px 0 0;
}

.search input[type=text]{
	width: 100%;
	border:none;
	margin:0;
	padding: 0;
	text-indent:10px;
	font-weight:bold;
	font-size: 1.4rem;
	height: 35px;
	border-radius: 3px;
}
.search input[type=submit]{
	position: absolute;
	top: 0;
	right: 15px;
	height:100%;
	width: 29px;
	background:url(../images/common/search_icon.png) no-repeat center center;
	border:none;
	margin:0;
	padding: 0;
}

.sideColumn .sideNavi{
	background: #fbf9f2;
	padding: 10px;
}

.sideColumn .sideNavi a{
    display: block;
	background: #fbf9f2;
    border-bottom:1px solid #FFF;
	padding: 6px;
    font-weight: 400;
}

.sideColumn .sideNavi .sideSab a{
    background: #FFF;
    border-radius: 3px;
    display: block;
    margin: 0 0 1px;
    font-size: 1.3rem;
    position: relative;
    padding: 8px 0 8px 20px !important;
    font-weight: 300;
    line-height: 1.2rem;
}

.sideColumn .sideNavi a:hover,
.sideColumn .sideNavi .sideSab a:hover{
	background: #4d3b32;
    color: #FFF;
}

.sideColumn .sideNavi .sideSab a span{ font-size: 1.1rem;}

.sideColumn .sideNavi .sideSab a:before{
    content:"-";
    font-size: 1.6rem;
    position: absolute;
    left: 10px;
    top: 30%;
}


.Contents{}

.itemDetails{ margin: 40px 0 0;}

.itemIMG:not(:first-of-type){ margin: 50px 0 0;}
.itemPoint,
.itemOther{ margin: 80px 0 0;}

.itemPoint h3{
    text-align: center;
    padding: 5px;
    background: #fbcd17;
    color: #3a3832;
    font-size: 2.4rem;
    margin: 0 0 40px;
}

.itemPoint p{
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 40px 0 40px;
}
.itemOther{ color: #4d3b32;}
.itemOther p{ font-weight: 300;}
.itemOther h3{
    text-align: left;
    padding: 5px 10px;
    background: #fbcd17;
    color: #3a3832;
    font-size: 2.0rem;
    margin: 0 0 40px;
}
.itemOther .Question{
    text-align: center;
    color: #3a3832;
    font-size: 2.0rem;
    margin: 40px 0 20px;
}

.itemOther .Answer{
    padding: 0 0 0 30px;
    font-size: 1.6rem;
    color: #4d3b32;
    position: relative;
}

.itemOther .Answer:before{
    content:"A.";
    font-size: 1.6rem;
    position: absolute;
    left:10px;
    
}
.itemOther dt,
.itemOther dd{ font-weight: 300;}
.itemOther dt{
    padding: 10px 20px;
    background: #fbf9f2;
}
.itemOther dd{
    padding: 10px 10px;
    border-bottom: 1px solid #e9e7e6;
    margin: 0 0 20px;
}


.itemOther .caption{font-size: 1.3rem;}

.itemOther .DetailsTitle{
    background: #fbf9f2;
    padding: 5px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 10px;
}

.itemOther .DetailsTitle:not(:first-of-type){
    margin: 40px 0 10px;
}

.itemVoice{ margin: 80px 0 0;}

/****************************************

RESET

*****************************************/

.layout_body {
    width: 100%;
}
.layout_header {
    width: 100%;
    margin: 0 auto;
}
.layout_table {
    width: 980px;
    margin: 0 auto;
}

.layout_menu {
    width: 223px;
    background: #fbf9f2;
    vertical-align: top;
}

.layout_menu iframe{
	height: 2873px!important;
}

td.layout_content {
    padding-left: 30px;
    padding-bottom: 180px;
    width: 758px;
    box-sizing: border-box;
    vertical-align: top;
}

.pan{
    font-size: 1.2rem;
    width: 728px;
    overflow: hidden;
    padding: 0 0 0px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee6c2;
}

.FS2_itemlayout_td_Left {
    width: 300px;
    vertical-align: top;
    text-align: right;
}

.FS2_itemlayout_td_Left a img{
    margin: 0 0 10px;
}

.FS2_itemlayout_td_Right {
    vertical-align: top;
    padding: 0 0 0 25px;
}


.itemTitle{
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #4d3b32;
}

.FS2_eye_catch_icon{
    margin: 10px 0 5px;
    padding: 0 8px 8px;
    background: #fbf9f2;
}

.itemNumber,
.FS2_itemPrice_area,
.FS2_TweetButton_area{
    margin: 5px 0 0;
    border-bottom: 1px dotted #d8d8d8;
}

.itemPrice{
    color: #dd0101;
    font-size: 3.0rem;
    font-weight: bold;
    padding:0 0 0 5px;
}

.FS2_point,
.FS2_postage{
    display: inline-block;
}
.FS2_point{ color: #dd0101;}

.FS2_figure{
    background: #fbf9f2;
    padding: 5px 5px;
    margin: 0 0 10px;
}
.FS2_figure_table_td_figure {
    padding: 0 3px 0 0;
}

.FS2_figure_table_td_updn_btn{ padding: 5px 5px; line-height: 0.5rem;}

.layout_content [type="image"] {
    cursor: pointer;
}
.layout_content a, input {
    outline: none;
}
.layout_content input, select, textarea {
    padding: 2px;
}

.FS2_figure_table_td_cart_btn{
    padding: 5px 0 0;
}
.FS2_ReturnedSpecialContract_link a:before,
.FS2_InquiryButton_area a:before,
.FS2_WishListButton_area a:before,
.FS2_ReviewEditButton_area a:before,
.FS2_ReviewWriteButton_area a:before{
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

.FS2_ReturnedSpecialContract_link a:before{ content:url(../images/common/iconbotton01.png);}
.FS2_InquiryButton_area a:before{ content:url(../images/common/InquiryButton.png);}
.FS2_WishListButton_area a:before{ content:url(../images/common/WishListButton.png);}
.FS2_ReviewEditButton_area a:before{ content:url(../images/common/ReviewEdit.png);}
.FS2_ReviewWriteButton_area a:before{ content:url(../images/common/ReviewEdit02.png);}

.userTable_01 {
    border: none;
    border-bottom: 1px solid #fbf9f2;
    margin: 0 0 20px;
}

.userTable_01 td {
    padding: 0px;
    border: none;
}

.FS2_Review_Detail_container_td{
    background: #fbf9f2;
    padding: 5px 10px !important;
}

.FS2_Review_Detail_container_td table{ width: 100%;}

.userTable_01 .FS2_Review_Detail_container_td td {
    width: 100%;
    border: none;
    padding: 0 !important;
}

.FS2_Review_User_Status{
    color: #FFF;
    background: #4d3b32;
    padding: 0px 6px 3px;
    font-size: 1.3rem;
}

.FS2_Review_Detail_Prof_Date {
    border-top:1px solid #FFF;
    width: 100% !important;
    padding: 0px;
    margin: 10px 0 0;
    text-align: right !important;
    font-size: 1.4rem;
}

.FS2_MyReviewStatus {
    color: #5BA633;
    float: left;
    font-size: 1.4rem;
    margin: 5px;
}

.FS2_MyReviewStatus_text{
    padding: 5px 0 0;
    line-height: 16px;
    color: #4d3b32 !important;
}
.FS2_MyReviewStatus img{
    position: relative;
    top: -5px;
}

.FS2_MyReviewList_Text {
    padding: 0 0 10px;
    margin: 0 5px 5px 5px;
    width: 100%;
    
}

.FS2_ReviewTextLink_area {
    text-align: center;
}
.FS2_ReviewTextLink_area a{
    background: #4d3b32;
    color: #FFF;
    padding: 5px 20px;
}

.FS2_ReviewTextLink_area a:hover{
    background: #ab3900;
}





