html,body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, footer, figure, figcaption, nav
{
	margin: 0;
	padding: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
	display: block;
}

#pickup_banner{
	margin-top:10px;
	margin-bottom:10px;
}

img
{
	border: 0;
/*max-width: 100%;*/
}

div{
	margin:0px;
	padding:0px;
}

ul, ol
{
	list-style: none;
}

/* table, tr, td
{
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	empty-cells: show;
	display: inline;
}
*/

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/*スマホは非表示*/
.forSP{
display: none;
}
/* 均等表示 */
.wrap{width:100%;display:flex;justify-content: center;padding:0;list-style: none;}
.box2{width:calc((100% - 20px) / 2);margin:5px;}
.box3{width:calc((100% - 30px) / 3);margin:5px;}
.box4{width:calc((100% - 40px) / 4);margin:5px;}
.box5{width:calc((100% - 50px) / 5);margin:5px;}
.box6{width:calc((100% - 60px) / 6);margin:5px;}
.box7{width:calc((100% - 70px) / 7);margin:5px;}
.wrap p{text-align:center;color:#000;}


/* header */
.tagtext{color:#bbb; font-size:1em; font-weight:normal; text-align:left;}
#tagline{font-size:70%;max-width:960px; margin:auto;}
#tagline .souryo{text-align:center;}
#tagline .icon{display:flex;justify-content: flex-end;align-items: center;}
#tagline .icon a{display: block; font-size: 14px;margin-left: 5px;}

/* header menu */
#header{max-width:960px; margin:auto;}

#header_menu{float:left; width:700px;}

#header_menu li a.btn_menu{display:block; height:40px; text-align:center; color:#000;}

.search {
	float:right;
 padding:10px 0 10px 10px;
 margin-bottom:10px;
}

.search .text {
 float:left;
 width:150px;
 height:40px;
 border:0;
 text-indent:5px;
 text-align:right;
 margin-right:5px;
 background-color:#cacaca;
 padding-right:5px;
}

.search .btn {
 float:left;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background:#fff;
}


/* slider */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	background-color:#f6f6f6;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(https://eldchic.itembox.design/item/assets/img/back.jpg) no-repeat right center;}
.slider_next {background: #fff url(https://eldchic.itembox.design/item/assets/img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
	border-radius:50%;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* ClearFixElements */
	
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/* page top btn */
.content
{
min-height: 1000px ;
}

#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background: #000000;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: "▲";
  font-size: 20px;
  line-height:22px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  /*right: 0;*/
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and ( min-width:960px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

/* contents */

.content_area{
width:96%;
max-width:960px;
margin:0 auto;
padding:0;
}

.content_area .contents{
	margin:0 auto 50px;
	padding:0;
}

.content_area .contents:after {
	display: block;
	clear: both;
	content: "";
}


#hotitem li{
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	}

#hotitem li span.hotitem_no1{
	color:#cacaca;
	}

#hotitem img{
	margin:22px 0 0;
	max-width: 100%;
	}

.ribbon {
min-width: 100px;
margin:0 auto;
padding:0 0.5em;
font-size: 9px!important;
display: inline-block;
position: relative;
height: 3em;
box-sizing: border-box;
text-align: center;
background: #f6f6f6;
-webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
-moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
}
.ribbon span {
	display:block;
   font-size: 11px!important;
   color: #999;
   margin:0px ;
   padding: 4px 1px;
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #ededed;
	z-index: -1;
   }
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #666 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }

#pickup li{
	font-size:0.7em;
	line-height:2em;
	text-align:center;}

#pickup li div{
	padding:0 0 0 10px;
	margin:auto;
	text-align:left;
}
#pickup li img{
	border:1px solid #ccc;
	width:100%;}

#pickup span{
	font-weight:bold;
	font-size:1.2em;}

#pickup .lineclamp {
line-height: 1.5;
max-height: 4.5em;
background-color: #fff;
position: relative;
padding-right: 1em;
overflow: hidden;
text-align: left;
}

#pickup .tab-group {
overflow: hidden;
display: flex;
margin: 0 auto;
justify-content: center;
}
#pickup .tab-group li:last-child {
margin-right:0;
}

#pickup .tab-group li{
display: block;
min-width: 160px;
font-size:14px;
padding:0.3em;
font-weight: 500;
text-align: center;
text-decoration: none;
margin-right: 20px;
background-color: #f0f0f0;
box-sizing: border-box;
cursor: pointer;
}
#pickup .tab-group li.is-active{
background-color: #000000;
color:#ffffff;
}

#pickup .panel-group{
max-width:960px;
margin: 0.5em auto;
}
#pickup .panel{
display: none;
}
#pickup .panel.is-show{
display: block;
}
#pickup .panel-group ul{
display: flex;
flex-wrap:wrap;
margin-top: 20px;
margin-bottom: 60px;
}
#pickup .panel-group li{
width:calc((100% - 30px) / 3);
margin:5px;
font-size: 12px;
}
#pickup .panel-group li a{
display: block;
margin: 0;
padding: 0;
}

#brasize_list , #keyword_list { background-color:#f6f6f6;padding:20px 0;}

#brasize_list ul ,#keyword_list ul {margin:15px auto; width:90%;}
#brasize_list a{
	display: table-cell;
	vertical-align:middle;
	}
#brasize_list li {
	display:table;
	text-align:center;
	font-weight:bold;
	font-size:0.8em}

#brasize_list b{
	font-size:1.2em;}

#keyword_list a{
	display: table-cell;
	vertical-align:middle;
	padding:1px 5px;
	background-color:#fff;
	font-size:0.8em;}

#search2 {
margin:10px auto 50px;
}
#search2 form{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
#search2 .text {
 float:left;
 width:212px;
 height:30px;
 border:5px solid #CCC;
 border-radius:20px;
 text-indent:10px;
 margin-right:5px;
}

#search2 .btn {
 float:left;
}

#search2 input[type="text"] {
 height:30px;
 border:5px solid #CCC;
 text-indent:10px;
 margin-right:5px;
}
#search2 .text1 {
 width:210px;
 font-size:11px;
}

#search2 .price-range{
display: flex;
align-items: center;
}
#search2 .text3 , #search2 .text4 {
 width:90px;
 font-size:11px;
}
#search2 .text3 + span{
 display:block;
 width:35px;
}
#search2 .text4 + span{
 display:block;
 width:25px;
}

#search2 .btn {
 margin-right:0;
 width:35px;
 height:40px;
 border:none;
}
#search2 .sort{
display: flex;
}
#search2 label{
display: flex;
align-items: center;
font-size:12px;
margin-right: 1em;
}
#search2 label span{
display: block;
}
#brandseek ul.wrap{
flex-wrap:wrap;
}
#brandseek li{
	border:1px solid #cacaca;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	line-height:2em;
	box-sizing: border-box;
	}

#brandseek li a{
	display:block;
}

#brandseek span{
	float:left;
	color:#fff;
	position:relative;
	padding:1px 10px 1px 10px;
	background:#cacaca;
	font-size:11px;
	box-shadow:
		0 0 0 0 #cacaca,
		-4px 0 0 0 #cacaca,
		0 2px 2px 0 rgba(0,0,0,0.1);
	text-align:left;
}
#brandseek span:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-4px;
	width:0;
	height:0;
	border-width:0 4px 5px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#999;
}

#brandseek span + br{
	clear:both;
}

#recommend ul{
display: flex;
flex-wrap:wrap;
}
#recommend ul li{
width:calc((100% - 160px) /5 );
font-size:14px;
vertical-align:top;
margin:0 40px 40px 0;
}
#recommend ul li:nth-child(5n){
margin:0 0 40px 0;
}
#recommend ul li img{
width:100%;}

#recommend ul li span{
display:inline-block;
font-size:0.8em;
background-color:#faf4f1;
padding:3px;}


#calender{
font-size:12px;
}
#calender table.calbase_rakuten     {
background-color: #FFFFFF;
border-collapse: collapse;
padding: 0px;
border:1px solid #CECECE;
}
#calender .calender_inner{
display: flex;
justify-content: space-around;
align-items: flex-start;
flex-wrap: wrap;
}
#calender table.calbase_rakuten th  {
    text-align: center;
    }
#calender th.caltitle_rakuten       {
    padding: 10px 0px 0px 0px;
    }
#calender table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
    }
#calender table.calframe_rakuten td {
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    width:21px;
    height:17px;
    text-align: center;
    }
#calender tr.weektitle_rakuten td   {
    background-color: #EEEEEE;
    }
#calender td.event1day_rakuten      {
    background-color: #FFC6C6 !important;
    }
#calender font.event1day_rakuten    {
    color: #FFC6C6;
    }
#calender td.event2day_rakuten      {
    background-color: #B5DAFF !important;
    }
#calender font.event2day_rakuten    {
    color: #B5DAFF;
    }
#calender td.event3day_rakuten      {
    background-color: #FEDE93 !important;
    }
#calender font.event3day_rakuten    {
    color: #FEDE93;
    }
#calender table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:1.8;
    table-layout: fixed;
    }
#calender table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
    }
#calender table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    }

/* footer category */
#f_category{margin:0 0 20px;}

#f_category .f_head{
	width:100%;
	background-color:#f6f6f6;}

#f_category .f_head p{
	margin:auto; padding:5px 0;
	max-width:960px;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}

#f_cate_listarea{
	max-width:960px;
	margin:auto;
		line-height:1.2em;}

#f_category ul.oe_menu{
	list-style:none;
	position:relative;
	float:left;
	clear:both;
}
#f_category ul.oe_menu > li{
	width:130px;
	padding-bottom:2px;
	float:left;
	position:relative;
}

#f_category ul.oe_menu > li > a{
	display:block;
	text-decoration:none;
	width:130px;
	padding:0px;
	margin:1px;
}

#f_category ul.oe_menu > li > a.btn_menu{
	height:-30px;
	padding:10px 0px 0px 0px;
}

#f_category ul.oe_menu > li > a:hover,
#f_category ul.oe_menu > li.selected > a{
	background:#fff;
	color:#101010;
	opacity:1.0;
}
#f_category .oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}
#f_category ul.oe_menu div{
	position:absolute;
	top:50px;
	left:1px;
	background:#fff;
	width:916px;
	padding:20px 20px 20px;
	display:none;
	border:2px solid #faf4f1;
}

#f_category ul.oe_menu div ul li a:hover{
	background:#fff;
	color:#999;
}
#f_category ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}


#f_category ul.textlist{
	font-size:11px;
	line-height:2em;}


#f_category a.drop_h,li.drop_h{display:block;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-bottom:2px;
	padding:15px 0 2px;
	/* border-bottom:1px solid #ddd; */}

#tenpo_text{
	background-color:#f6f6f6;
	font-size:11px;
	position:relative;
	margin-top:-2px;
	padding:4px;
	height:100%;}
	
#tenpo_text span{
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:10px 0;
}

#f_category hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:25px 0;
}

#bnr_area{font-size:10px; color:#666;}
#bnr_area .wrap{
align-items: center;
justify-content: space-between;
}


#f_guide{
max-width:960px;
width:96%;
margin:auto;}

#f_guide dl{
font-size:11px;
line-height:1.8em;}

#f_guide dt{ margin:0 0 10px; padding:0; font-weight: bold;font-size:14px;}
	
#f_guide dd{
text-align:left;
margin:0 0 18px;
}

#f_guide dd span{
color:#669;}


#f_copy{font-size:10px;
color:#fff;
line-height:30px;
background-color:#15338E;
text-align:center;}

#f_copy a {color:#fff;}



/* FS強制制御*/

.fs-c-breadcrumb {
max-width:960px;
margin:0 auto;
}
.fs-l-main {
max-width:960px;
}
.fs-l-footer__contents {
max-width:100%;
}
.fs-l-footer {
border-top:none;
background-color: #ffffff;
}
.eldchic-item-layout{
display:flex;
justify-content:space-between;
}
.eldchic-item-layout_left{
width:60%;
}
.eldchic-item-layout_right{
width:38%;
}
.fs-c-productCarouselMainImage__thumbnailList {
overflow-x:initial;
flex-wrap: wrap;
}

 /*.fs-c-productCarouselMainImage__image > img{
 max-width: 100%;
 max-height: inherit;
}*/