@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}
.info_block img,
.free_space_block img {
  max-width: 100%;
  height: auto;
}

.more_prd {
  display: none;
  clear: both;
  padding: .5em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 123.076%;
  cursor: pointer;
}

.info_block {
  background: #f5f5f5;
    line-height: 1.5;
    padding: 1% 3% 3%;
}
.news_lst {
  margin-bottom: 2em;
}
  .news_lst li {
    padding: .6em 0 .5em;
    border-bottom: 1px dotted #aaa;
  }
  .news_lst span {
    margin-right: .5em;
    color: #888;
  }
.free_space_block {
  margin-top: 3em;
}

#w_S_size .more_prd {
  display: block;
}
#w_S_size .prd_lst_50_over {
  display: none;
}
#w_S_size .news_lst {
  line-height: 2;
}

/*トップの商品一覧の見出し追加*/
.ttl_h2_topitem {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    width: 100%;
    color: #555;
    font-weight: bold;
    font-size: 130%;
    margin-left: 2.083%;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.more_link{
    width: 100%;
    margin-bottom: 1.5em;
    text-align: right;
}
.more_link a{
font-size: 120%;
    line-height: 200%;
    color: #555;
    text-decoration: none;
}
.more_link a:hover{
    color: #999;
    text-decoration: underline;
}
.prd_lst {
    display: flex;
    flex-wrap: wrap;
}
.prd_recommend_block{
    margin-top: 2em;
}


/* 季節のおすすめタイトル */
h2.ttl_season {
margin: 2em 0 1em;
    color: #555;
    font-weight: bold;
    font-size: 180%;
    text-align: center;
}


/* 見出しデザイン */
.ttl_h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    color: #444;
    font-weight: bold;
    font-size: 124%;
}