@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 {
  line-height: 1.5;
}
.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_6_over {
  display: none;
}
#w_S_size .news_lst {
  line-height: 2;
}

.top_ban {
  width: 940px;
}

.top_ban img {
  width:30%;
}

.top_ban ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: center;
    -webkit-align-items: flex-end;
    flex-wrap: wrap;
}　




/*トップページバナー*/


.top_ban {
  display: none;
  margin-top: 10px;
}


@media screen and (min-width:1024px) {
.top_ban {
    display: inline-flex;
    text-align: center;
    margin-bottom: 10px;
  }
}


.top_ban p {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.top_ban p img {
  width: 100%;
}

@media screen and (max-width: 480px){
.top_ban { display: none;
}
}


/* スマホトップページバナー */
.top_ban_sp {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .top_ban_sp {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media&#160;screen and (max-width: 480px){
.top_sns_sp&#160;{
display: block;
text-align: center;
 }
}

/* social icons SP */
.social_lst_sp {
  /*padding: 2em 0;*/
}
  .social_lst_sp ul {
    text-align: center;
  }
  .social_lst_sp li {
    display: inline;
    margin: 1.5%;
  }
  .social_lst_sp img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }

.top_ban_sp p {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.top_ban_sp p img {
  width: 100%;
}

/* スマホトップページロゴ */

.top_logo_sp {
  display: none;
  /*margin-top: 10px;*/
}

@media screen and (max-width: 480px) {
  .top_logo_sp {
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
