@charset "utf-8";

/* top_area */
#top_area{
    max-width: 950px;
    height:auto;
}


/* shopTopSlider */
#shopTopSlider{
width: 62%; /**600px;*/
display: inline-block;
vertical-align: top;
margin: 0 0 42px;
}


/* shopTopBanner */
#shopTopBanner{
width: 33%; /**330px;*/
display: inline-block;
vertical-align: top;
margin: 0 0 42px 12px;
}


/* topNewItem */
#topNewItem{
width:430px;
display: inline-block;
vertical-align: top;
padding:0 10px 0 0;
}


/* topRecItem */
#topRecItem{
width:470px;
display:inline-block;
vertical-align: top;
margin:0 0 0 5px;
}


/* topNewRecom */
#topNewRecom{
 width:950px;
margin:0;
}


/* maker_menu_area */
.maker_menu_area_2 {
	overflow:hidden;
	/*margin-bottom:40px;*/
    padding: 0 0 0 8px;
    width: 57.36%;/*545px;50%*/
    display: inline-block;
    vertical-align: top;
    font-size:13px;
}
.maker_menu_area_2 .maker_menu_list_2 {
	background:#fff;
	/*border:1px solid #ccc;*/
	border-top:none;
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-box;
	display:-ms-flexbox;
	/*padding:20px 16px;*/
    padding:5px 10px;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-flex-direction:column;
	flex-direction:column;
}

.maker_menu_area_2 .maker_menu_list_2 .moreMaker > a {
text-align: right;
}

/*
.moreMaker > a::after {
	font-family:"FontAwesome";
	content:"\f138";
	position:absolute;
	right:0;
	top:0;
	color:#FC1726;
}*/


/* maker_trend */
.maker_menu_area_2 .maker_trend_2 {
	margin-top:30px;
	overflow:hidden;
	width:100%;
}
.maker_menu_area_2 .maker_trend_2 li {
	float:left;
    margin:8px 5px;
    width: 155px;/* 100px */
}
.maker_menu_area_2 .maker_trend_2 li a {
	display:block;
	overflow:hidden;
	text-align:center;
}


.maker_menu_area_2 .maker_trend_3 {
	margin-top:30px;
	overflow:hidden;
	width:100%;
}
.maker_menu_area_2 .maker_trend_3 li {
	float:left;
	margin:0px 6px;
    width:130px;
	/* width:auto; */ /*160px */
}
.maker_menu_area_2 .maker_trend_3 li a {
	display:block;
	overflow:hidden;
	text-align:center;
}


.title.title_search_maker_2 {
	background:none;
	border-left:none;
	border-top:none;
	border-right:none;
	font-size:17px;
	font-weight:bold;
	color: #000;
	margin-bottom:10px;
}

.title2 {
	font-size:17px;
	font-weight:bold;
	padding:0 5px 5px 5px;
	margin:0 0 18px 0;
}

/* maker_others */
.maker_menu_area_2 .maker_others {
	width:100%
}
.maker_menu_area_2 .maker_others_list {
	border-bottom:10px;
	width:100%;
	margin-bottom:10px;
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-box;
	display:-ms-flexbox;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.maker_menu_area_2 .maker_others ul {
	-webkit-flex-grow:1;
	flex-grow:1;
	width:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.maker_menu_area_2 .maker_others ul li {
	padding-left:10px;
}
.maker_menu_area .maker_others_list a,
.maker_menu_area .maker_others_list a:link,
.maker_menu_area .maker_others_list a:hover,
.maker_menu_area .maker_others_list a:active,
.maker_menu_area .maker_others_list a:visited {
	color:#333;
	font-weight:bold;
}


/* おすすめ商品 */

#shopTopItems{
    margin:0 0 5px;
    zoom: 1;
    overflow: hidden;
    max-width:950px;
}

#shopTopItems:nth-child(3){
    margin: 10px 0 15px;
}


#shopTopItems ul{
    display: table;
    width: 50%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    float: left;
}

#shopTopItems ul:first-child {
    margin-right:-1px;
}

#shopTopItems li{
    width: auto;
    display: table-cell;
    padding: 10px;
    /*border: 1px solid #ddd;*/
    vertical-align: top;
    /* height: 100%;
    max-height: 300px; */
}

#shopTopItems img{
    width: auto;
    margin: 0 0 5px;
}

#shopTopItems p{
    font-size: 0.9em;
    line-height: 1.2;
}

#shopTopItems h4{
    border-bottom:2px solid #aaa;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 0 3px 10px;/* 画像見出しで余白調整 */
}

#shopTopItems .more{
    text-align: right;
    margin: 7px 0 10px;
    display: inline-block;
    float: right;
    font-size: 1.1em;
}

#shopTopItems .clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#shopTopItems .clearfix {
	min-height: 1px; /*IE6、7対策*/
}


#shopTopItems .newItem{
    position: absolute;
    background-color: #fc1726;
    padding: 3px;
    color: #ffffff;
    font-size: 0.7em;
}

#shopTopItems .recomm{
    position: absolute;
    background-color: #eabe21;
    padding: 3px;
    color: #000000;
    font-size: 0.7em;
}

#shopTopItems .item_name{
    padding:0 0 6px;
}

#shopTopItems .n_price{
    font-size: 0.8em;
    letter-spacing: -0.05em;
}

#shopTopItems .s_price{
    font-size:1.2em;
    font-weight:bold;
    color:#fc1726;
    letter-spacing: -0.1em;
    line-height: 0.2;
}

/* shopTopScroll */

#shopTopScroll{
    height: 350px;
overflow-y: scroll;
}

/* customArea */

#customArea{
    margin:5px 0 20px;
    font-size:0;
    max-width:950px;
}



/* カテゴリーメニュー */

#cat_menu {
    /* margin: 5px 0 20px;*/
    /*zoom: 1;*/
    /*overflow: hidden;*/
    width: 42.63%; /**405px;*/
    display: inline-block;
    vertical-align: top;
    padding:0;
}

#cat_menu ul {
    /*display: table;*/
    width: 100%;
    /*table-layout: fixed;*/
}

#cat_menu li{
    /*width: auto;*/
    /*display: table-cell;*/
    /*padding: 2px;*/
    margin:0 0 10px;
}

#cat_menu img{
    width: auto;
    margin: 0;
}

#cat_menu_title{
    margin: 13px 0;
    border-bottom: 2px solid #aaa;
}

#cat_menu_title h4{
    /*border-bottom:1px solid #ccc;*/
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 5px 0;/* 画像見出しで余白調整 */
}


#cat_menu_title .clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#cat_menu_title .clearfix {
	min-height: 1px; /*IE6、7対策*/
}


#shoprecommend_new{
    margin: 30px 0 0;
    zoom: 1;
    overflow: hidden;
    max-width: 950px;
}



/* 実装CSS修正 */

.maker_menu_area{
	margin-bottom:0!important;
}

#newItemInfo{
margin: 0 0 20px;
}

.information_banner_area{
margin:0 0 50px;
}

.charAnimated{
  max-width: 910px;
  width:100%;
  height: 1.5em;
  text-align: left;
  overflow-y: hidden;
    margin: 0 0 15px;
}

.charAnimated img{
vertical-align: -1px;
}

.charAnimated span{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
    animation-name:textAnime;
    animation-duration: 20s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-play-state: running;
}

@keyframes textAnime{
  0%{
    opacity: 0;
  }

  1%,50%{
    top: 0;
    opacity: 1;
  }
  
  51%,100%{
    top: -1.5em;
  }
}
    
/* 中間幅用 20180524　max-width:980px　新規追加*/
@media(max-width:980px){

.charAnimated{
    height: 3.0em;
}

.charAnimated span{
    animation-name:textAnimeSp;
}

@keyframes textAnimeSp{
  0%{
    opacity: 0;
  }

  1%,50%{
    top: 0;
    opacity: 1;
  }
  
  51%,100%{
    top: -3.0em;
  }
}
}

/* sp用 */
@media(max-width:600px){
    
#shopTopSlider{
}


#cat_menu {
    max-width: 600px;
    width:auto;
}

#shopTopItems{
    width:100%;
}
    
#shopTopItems ul{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
    
#cat_menu li{
    display: block;
}

.information_banner_area{
margin:0;
}
}

