{ 
    margin: 0px; 
    padding: 0px; 
}
div#clientservice {
    background-color: #ebebeb;
    padding: 50px 20px 5px 20px;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
    margin: 90px 0 60px 0px;
}


div#clientservice > span {
    display: block;
}
.js-carousel-slider {
  opacity: 0;
}

.bx-wrapper,
.bx-wrapper .bx-viewport {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

/* Featured Collections カルーセル */
.home-featured-collections {
  margin-bottom: 40px;
}

.home-featured-collections .info_heading {
  margin-bottom: 20px;
}

.home-featured-collections .fc-carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home-featured-collections .bx-wrapper .fc-carousel img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {

  .home-featured-collections .inner {
    padding: 0 10px;
  }

  .home-featured-collections .bx-wrapper .bx-controls-direction a {
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }

  .home-featured-collections .bx-wrapper .bx-prev {
    left: 5px;
    background-position: 0 -16px;
    background-size: 48px auto;
  }

  .home-featured-collections .bx-wrapper .bx-next {
    right: 5px;
    background-position: -21.5px -16px;
    background-size: 48px auto;
  }

  .home-featured-collections .bx-wrapper .bx-next:hover {
    background-position: -21.5px 0;
  }
}