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

a{
	outline: none;
}
a:focus{
	outline: none;
}

/* ========================================
	* メインスライドショー
======================================== */

#mainSlider{
	height:410px;
	margin:15px auto 0;
	position:relative;
	overflow: hidden;
}

#mainSlider ul{
	margin:0 auto;
	position:absolute;
	top:0;
	left:-348px;
}

#mainSlider ul li{
	position:relative;
	top:15px;
  float: left;
  text-align:center;
}#mainSlider ul li.active a{
	background-color: #e2c586;
}#mainSlider ul li.active a:hover img{
	filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}

#mainSlider ul li a{
	background-color: #f2f2f2;
	width:851px;
	height:315px;
	padding: 6px;
	margin: 0 10px;
	display:block;
	position:relative;
	cursor: default;
}

#mainSlider ul li a img{
	filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  opacity: 1;
}

#mainSlider ul li a span{
	background-color: #ffffff;
	width:851px;
	height:315px;
	display:block;
}

#mainSlider #mainvisual{
	height:335px;
	width:1000px;
	margin:auto;
	position:relative;
	left:-851px
}

#mainSlider .pager{
	height:49px;
	width:980px;
	margin:-190px auto 0 auto;
	z-index: 1;
}
#mainSlider a.arrowL{
	text-indent:-9999px;
	display:block;
	background:url(../images/mainSlider_arrow_large.png) no-repeat left -49px;
	width:49px;
	height:49px;
	float:left;
	position:relative;
}#mainSlider a.arrowR{
	text-indent:-9999px;
	display:block;
	background:url(../images/mainSlider_arrow_large.png) no-repeat left 0px;
	width:49px;
	height:49px;
	float:right;
	position:relative;
}

#mainSlider .thumbnails{
	width:873px;
	height:65px;
	margin:auto;
	position:relative;
	top:147px;
	overflow:hidden;
}
#mainSlider #thumbs{
	width:1500px;
	position:relative;
	text-align:left;
}

#mainSlider .thumbnails a{
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  /display: inline; /*for ie5～7*/
  /zoom: 1;
}

#mainSlider .thumbnails a.thumb{
	vertical-align:top;
	border:1px solid #d8d6d2;
	width:170px;
	height:63px;
	margin:0 2px 0 1px;
	float:left;
	overflow:hidden;
	text-align:center;
}#mainSlider .thumbnails a img{
}

#mainSlider .thumbPager{
	width: 905px;
	margin:auto;
	position:relative;
	top:140px;
}

#mainSlider .thumbPager a.thmbL{
	text-indent:-9999px;
	width:6px;
	height:50px;
	padding:0 10px 0 0;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/mainSlider_arrow_pink.gif) no-repeat left center;
}#mainSlider .thumbPager a.thmbR{
	text-indent:-9999px;
	width:6px;
	height:50px;
	padding:0 0 0 10px;
	position:absolute;
	bottom:0;
	right:0;
	background: url(../images/mainSlider_arrow_pink.gif) no-repeat right center;
}



/* ========================================
	* TOP共通
======================================== */

/**ショップボックス**/

#top #contents ul.box li{
	float:left;
	margin:0 0 10px;
	position: relative;
}

#top #contents ul.box li a{
	display: block;
	background:url(../images/ico_triangle_gray.gif) no-repeat right bottom;
}#top #contents ul.box li a:hover{
	display:block;
	background:url(../images/ico_triangle_pink.gif) no-repeat right bottom;
}

#top #contents ul.box li span{
	display:block;
	font-size:10px;	
	margin:3px 0 0;
}

#top #contents ul.box li .photo{
	border:1px solid #ced0d6;
	width:185px;
	height:185px;
	background:#FFFFFF;
	text-align:center;
	display: table;
	overflow: hidden;
}

#top #contents ul.box li .photo em{
	display:table-cell;
	vertical-align:middle;
	margin:0;
}
#top #contents ul.box li .sale{
	position: absolute;
	top:1px;
	left: 1px;
}

#top #contents ul.box li .photo img{
	width: auto !important;
	height: auto !important;
	max-width:185px;
	max-height:185px;
	width: expression(this.width > 185 ? 185: true); /*for ie6*/	
	height: expression(this.height > 185 ? 185: true); /*for ie6*/
}

/* IE 6･7 */

* html #top #contents ul.box li .photo {position: relative;}
*+html #top #contents ul.box li .photo {position: relative;}

* html #top #contents ul.box li .photo em {position: absolute; top: 50%;}
*+html #top #contents ul.box li .photo em {position: absolute; top: 50%;}

* html #top #contents ul.box li .photo em img {position: relative; top: -50%; left: -50%;}
*+html #top #contents ul.box li .photo em img {position: relative; top: -50%; left: -50%;}


#top #contents ul.box li .date,
#top #contents ul.box li .date a{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:10px;
	color:#a8a49b;
	line-height:1.3;
	float:right;
	padding:1px 3px 3px 0;
	letter-spacing: -1px;
}

#top #contents ul.box li .catCaf,
#top #contents ul.box li .catSav,
#top #contents ul.box li .catFas,
#top #contents ul.box li .catLif,
#top #contents ul.box li .catCos{
	float:left;
	line-height:1.3;
	padding:0px 0 3px 2px;
	letter-spacing: -3px;
	font-family: "ＭＳ ゴシック";
}

#top #contents ul.box li .txt{
	clear:both;
	padding:0 0 0 10px;
}

#top #contents ul.box li img{
	vertical-align:bottom;
}

#top #contents ul.box li strong{
	display:block;
	padding-bottom: 3px;
	font-size:10px;
	line-height:1.5;
}


/* ========================================
	* メインコンテンツ
======================================== */
#top #contents h2{
	position:relative;
	height:30px;
	margin:0 9px 6px 0;
	padding:0;
	background:#0057b6;
}

#top #contents h2 .listbtn{
	position:absolute;
	top:0;
	right:0;
	height:30px;
}

#top #contents h3{
	font-size:12px;
	font-weight:normal;
}
#top #contents h3 img{
	padding:0 15px 0 0;
	vertical-align:bottom;
}


/**shopnews**/

#top #contents #shopnews{
	margin:0 0 35px;
}

#top #contents #shopnews li{
	width:149px;
	margin-right: 5px;
}

#top #contents #shopnews li .txt{
	width:139px;
	height: 67px;
}

#top #contents #shopnews ul.box li .photo{
	height:149px;
  width:149px;
}

#top #contents #shopnews ul.box li .photo img{
	max-width:149px;
	max-height:149px;
	width: expression(this.width > 149 ? 149: true); /*for ie6*/	
	height: expression(this.height > 149 ? 149: true); /*for ie6*/
}


/*
 * "ie6-8.js" read because [:nth-child(n)] does not support in IE6-8
 */
#top #contents #shopnews li:nth-child(5n+1){
	clear:both;
}

/**newarrival**/

#top #contents #newarrival{
	margin:0 0 35px;
}

#top #contents #newarrival h3{
	margin:15px 0 3px 5px;
}

#top #contents #newarrival li{
	width:187px;
	margin-right: 6px;
	display: table;
}

#top #contents #newarrival li .txt{
	width:176px;
	height: 50px;
}

/*
 * "ie6-8.js" read because [:nth-child(n)] does not support in IE6-8
 */
#top #contents #newarrival li:nth-child(4n+1){
	clear:both;
}


/**accessranking**/

#top #contents #accessranking{
	margin:0 0 50px 0;
	position: relative;
}
#top #contents #accessranking h3{
	position: absolute; top: 8px; right: 30px;
	color: #FFF;
	font-size: 10px;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#top #contents #accessranking ul{
	margin:0 0 0 14px;
}

#top #contents #accessranking li{
	float:left;
	width:130px;
	margin:0 22px 0 0;
	display:inline;
}

#top #contents #accessranking li a{
	display:block;
}

#top #contents #accessranking li span{
	display:block;
}#top #contents #accessranking li .rank{
	line-height:1.2;
	height:30px;
	margin:0 0 5px;
}

#top #contents #accessranking li .photo{
	border:1px solid #ced0d6;
	margin:0 0 5px;
}

#top #contents #accessranking li .name{
	line-height:1.3;
}


/**What New**/

#top #contents #whatnew{
	margin:0 0 50px 0;
}

#top #contents #whatnew h2 {
	margin-bottom: 12px;
}

#top #contents #whatnew dl {
	margin-top: 5px;
}

#top #contents #whatnew dl dt{
	clear:both;
	color:#0057b6;
	float:left;
	width:100px;
	padding-left:14px;
}#top #contents #whatnew dl dd{
	float: left;
	width:635px;
}

/**recommend**/

#top #contents #recommend{
	float:left;
	width:305px;
	margin:0 0 50px 0;
}

#top #contents #recommend .bnr img { 
  margin-bottom:10px;
}

/**pickup**/

#top #contents #pickup{
	float:right;
	width:440px;
	padding-right: 9px;
}

#top #contents #pickup h3{
	font-size:12px;
	font-weight:normal;
}#top #contents #pickup h3 img{
	padding:0 15px 0 0;
	vertical-align:bottom;
}

#top #contents #pickup .bnrL{
	clear:both;
	float:left;
	padding:0 10px 10px 0;
}#top #contents #pickup .bnrR{
	float:right;
	padding:0 0 10px;
}

/**sns**/
#top #contents #sns{
	float:left;
	width:305px;
	margin:0 0 0px 0;
}

#top #contents #sns h3{
	font-size:12px;
	font-weight:normal; 
	margin-bottom:0px;
}
#top #contents #sns h3 img{
	padding:0 10px 0 0;
	vertical-align:bottom;
}
#top #contents #sns #instafeed {
  background: #fff none repeat scroll 0 0;
  height: 190px;
  overflow-y: scroll;
  width: 304px;	
}
#top #contents #sns #instafeed div { 
	float:left; 
	padding:3px;
}
#top #contents #sns .bnr0 {  
  margin:15px 0 5px;
}

#top #contents #sns .bnr1 { 
  margin:0px 0 0px 0;
}
#top #contents #sns .bnr { 
  margin:15px 0 0px 0;
}

#top #contents #sns .bnr_ch { 
	float:left;
}


/**sns_t**/
#top #contents #sns_t{
	float:left;
	width:766px;
	margin:180px 0 0px 0;
}

#top #contents #sns_t h3{
	font-size:12px;
	font-weight:normal; 
	margin-bottom:0px;
}
#top #contents #sns_t h3 img{
	padding:0 10px 0 0;
	vertical-align:bottom;
}
#top #contents #sns_t #instafeed {
  background: #fff none repeat scroll 0 0;
  height: 190px;
  overflow-y: scroll;
  width: 304px;	
}
#top #contents #sns_t #instafeed div { 
	float:left; 
	padding:3px;
}


#top #contents #sns_t .bnr0 {  
  margin:15px 0 5px;
}

#top #contents #sns_t .bnr1 { 
  margin:0px 0 0px 0;
}
#top #contents #sns_t .bnr { 
  margin:15px 0 0px 0;
}

#top #contents #sns_t .bnr_ch { 
	float:left;
}

#top #contents #sns_t .bnrL{
	clear:both;
	float:left;
	padding:0 10px 10px 0;
}
#top #contents #sns_t .bnrR{
	float:right;
	padding:0 0 10px;
}

/**sns2**/
#top #contents #sns2 {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#top #contents #sns2 h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
#top #contents #sns2 h3 img {
	padding: 0 10px 0 0;
	vertical-align: bottom;
}
#top #contents #sns2 #instafeed {
	background: #fff none repeat scroll 0 0;
	height: 200px;
	overflow-y: scroll;
	width: 380px;
}
#top #contents #sns2 #instafeed div {
	float: left;
	padding: 3px;
}
#top #contents #sns2 .bnr_ch {
	float: left;
}
#top #contents #sns2 {
	width: 99%;
	padding-right: 20px;
}
#top #contents #sns2 .facebook, #top #contents #sns2 .insta, #top #contents #sns2 .twitter, #top #contents #sns2 .line {
	width: 49%;
	height: 250px;
	float: left;
}
#top #contents #sns2 .insta, #top #contents #sns2 .line {
	margin-left: 5px;
}
#top #contents #sns2 .facebook, #top #contents #sns2 .insta {
	margin-top: 18px;
}
#top #contents #sns2 .twitter img {
	position: absolute;
	z-index: 1;
}
#top #contents #sns2 .twitter .twi {
	margin-top: 10px;
	z-index: 0;
	padding: 0px 0px 0px 0px;
}
iframe#twitter-widget-0 {
	height: 40px;
}
#top #contents #sns2 .line {
	line-height: 130%;
}
#top #contents #sns2 .line p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#top #contents #sns2 .line1 {
	float: left;
	width: 47%;
	width: 30%\9;
	margin-right: 5px;
	text-align: center;
}
#top #contents #sns2 .line2 {
	float: right;
	width: 47%;
	width: 30%\9;
	text-align: center;
}
#top #contents #sns2 .line1 img, #top #contents #sns2 .line2 img {
	margin: 0px 0px 3px 0px;
	width: 100px\9;
}
#top #contents #sns2:after {
	content: '';
	display: table;
	clear: both;
}
#top #contents #sns2 .line:after {
	content: '';
	display: table;
	clear: both;
}
/**recomend**/
#top #contents #recommend .recimg {
	margin-top: 10px;
	clear: both;
}
#top #contents #recommend .recimg img {
	margin-bottom: 10px;
	clear: both;
}
/*〜IE8*/
#pagetop {
	position: static\9 !important;
	padding: 0px\9 !important;
	clear: both\9 !important;
	display: block\9 !important;
	width: 100%\9 !important;
}
#pagetop p {
	position: static\9 !important;
	clear: both\9 !important;
	display: block\9 !important;
}


/*190710 Instafeed表示調整*/
#top #contents #instafeed ul {
	list-style: none;
}
#top #contents #instafeed a {
	text-decoration: none;
	color: #222;
}
#top #contents #instafeed img {
	vertical-align: bottom;
	width: 115px;
	height: 115px;
}
#top #contents #instafeed h1 {
	text-align: center;
	padding: 20px 0;
}
#top #contents #instafeed .instagram {
	width: 1000px;
	margin: 0 auto;
}
#top #contents #instafeed .instagram li {
	margin: 5px;
	float: left;
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#top #contents #instafeed p.ins_like {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.70);
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	text-align: right;
}
#top #contents #instafeed .instagram li img {
	max-width: 100%;
}
#top #contents #instafeed .fa-heart {
	margin-right: 10px;
	color: #EA4E50;
}
/**newsflash**/
#top #contents #newsflash {
	margin: 0 0 30px;
	padding: 10px 0;
	border: 1px solid #ff0000;
	font-color: #ff0000;
	font-weiht: bold;
	font-color: #ff0000;
	width: 762px;
}
#top #contents #newsflash {
	margin: 0 0 40px 0;
	font-color: #ff0000;
}
#top #contents #newsflash .title {
	padding: 0px 0px 5px 0px;
	font-color: #ff0000;
	display: block;
	text-align: center;
	font-eright: bold;
}
#top #contents #newsflash h2 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #ff0000;
	position: relative;
	height: 26px;
	margin: 0 9px 10px 0;
	padding: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ff0000;
	line-height: 140%;
}
#top #contents #newsflash dl {
	margin-top: 5px;
	padding: 5px 0px;
	color: #ff0000;
}
#top #contents #newsflash dl dt {
	padding-left: 14px;
	clear: both;
	float: left;
	width: 100px;
}
#top #contents #newsflash dl dd {
	float: left;
	width: 620px;
}
#top #contents #newsflash dl .css-br::before {
	content: "\A";
	white-space: pre;
}
#top #contents #newsflash .nf-link::before {
	left: 4px;
	width: 5px;
	height: 1px;
	background: #ff0000;
}
#top #contents #newsflash .nf-link::after {
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top #contents #newsflash .arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 12px;
	color: #ff0000;
	vertical-align: middle;
	text-decoration: none;
}
#top #contents #newsflash .arrow::before,
#top #contents #newsflash .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
