@charset "euc-jp";
.slider {
  position: relative;
  /* float: right; */
  /* width: 700px; */
  width: 544px;
  margin: 0 auto;
}
.bx-wrapper{}
.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;

	/* aspect-ratio: 1090 / 1240;
	width: 100% !important;
	height: 100% !important; */
}
#slider div {
	position: relative;
	aspect-ratio: 1090 / 1240;
	/* width: 100% !important;
	height: 100% !important; */
}
.slider .bx-caption{
	position: absolute !important;
	aspect-ratio: auto !important;
}
#slider div img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.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;
}