@charset "euc-jp";
.slider {
  position: relative;
  background: #ebebeb !important;
  overflow: hidden;
}
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
  background: #ebebeb !important;
}
#slider div {
  position: relative;
  width: 100% !important;
}
#slider img{
  width: 100% !important;
  height: auto !important;
}
.next-btn{
  width: 20px;
  height: 40px;
  position: absolute;
  right: 20px;
  top:50%;
  margin-top: -20px;
}
.prev-btn{
  width: 20px;
  height: 40px;
  position: absolute;
  left: 20px;
  top:50%;
  margin-top: -20px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
}
.bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px  !important;
  background: #ebebeb !important;
}
.bx-wrapper {
  margin-bottom: 30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d80505 !important;
}
#main {
  background: #ebebeb;
}
.section-inner-top{
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
#collections{
  width: 100%;
  background: #ebebeb;
  margin-top: 40px;
  margin-bottom: 40px;
}
#collections .section-inner {
  width: 100%;
  max-width: 100%;
  padding: 0 .8%;
}
#recommend{
  width: 100%;
  background: #fff;
}
#information{
  width: 100%;
  background: #ebebeb;
}
#information dl:nth-child(n+8) {
  display: none;
}
#information .btn-view {
  margin-top: 40px;
}
.item-6 li {
  width: 16%;
  margin-right: .8%;
}
.item-6 li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width:768px) {
.sec:not(:last-of-type) {
  margin-bottom: 5%;
}
.section-inner-top {
  padding: 5% 2.6%;
}
.next-btn{
  width: 3.5vw;
  height: 7vw;
  right: 2vw;
  margin-top: -3.5vw;
}
.prev-btn{
  width: 3.5vw;
  height: 7vw;
  left: 2vw;
  margin-top: -3.5vw;
}
.bx-wrapper .bx-pager {
  padding-top: 3vw !important;
  bottom: -4vw  !important;
}
.bx-wrapper {
  margin-bottom: 4% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 2vw !important;
  height: 2vw !important;
  border-radius: 50% !important;
}
#collections{
  margin-top: 40px;
  margin-bottom: 5%;
}
#collections .section-inner {
  padding: 0 2.6%;
}
#information .btn-view {
  margin-top: 5.5%;
}
.item-6 {
  margin-bottom: -2%;
}
.item-6 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.item-6 li:nth-child(3n) {
  margin-right: 0;
}
}
@media screen and (max-width:425px) {
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 2.5vw !important;
  height: 2.5vw !important;
}
.item-6 li {
  width: 49%;
}
.item-6 li:nth-child(3n) {
  margin-right: 2%;
}
.item-6 li:nth-child(2n) {
  margin-right: 0;
}
}