@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

html{
  scroll-behavior: smooth;
}

body{
  background: #fefefe;
}
main{
  max-width: 980px;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}