@charset "UTF-8";
body {
  overflow-y: hidden;
}

.Carousel__block {
  padding: 55px 0;
  background: #e1e9ec;
  display: none;
  overflow: hidden;
}

/*Loading*/
#LoaderWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}

#Loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}

/*Carousel*/
#CarouselWrap {
  overflow: hidden;
  padding: 55px 0;
}

#Carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.CarouselItem {
  float: left;
  cursor: w-resize;
  text-align: center;
}

.CarouselItem img {
  padding: 0 15px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.itemslide-active img {
  padding: 0 20px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*SliderBar*/
.SliderBar__block {
  max-width: 400px;
  margin: 45px auto 0;
  position: relative;
}

#SliderBarPrev {
  position: absolute;
  left: -35px;
  top: -7px;
  cursor: pointer;
  color: #44494d;
}

#SliderBarNext {
  position: absolute;
  right: -35px;
  top: -7px;
  cursor: pointer;
  color: #44494d;
}

.ui-slider-horizontal {
  height: 0.35em;
  background: #cac5c9;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.53em;
  margin-left: 0;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
  outline: 0;
  width: 1.3em;
  height: 1.3em;
  background: #000;
}

.ui-slider-handle {
  cursor: pointer;
  background: #222222;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.5s 0s cubic-bezier(0.47, 0.06, 0.08, 1);
  transition: transform 0.5s 0s cubic-bezier(0.47, 0.06, 0.08, 1), -webkit-transform 0.5s 0s cubic-bezier(0.47, 0.06, 0.08, 1);
}

.ui-state-hover, .ui-state-hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 15px;
}

.ui-slider-horizontal .ui-slider-range-min {
  background: #222222;
}

#ItemName {
  text-align: center;
}

.other {
  height: 500px;
  background: #cac5c9;
  margin-top: 50px;
}

.bookfont {
  font-family: 'Gentium Book Basic', serif;
}

#ItemName span {
  font-size: 35px;
  letter-spacing: 1.5px;
}

#ItemName .collection01 {
  color: #9b2f2f;
}

#ItemName .collection02 {
  color: #32513d;
}

#ItemName .collection03 {
  color: #374974;
}

#ItemName .collection04 {
  color: #9a8475;
}

#ItemName .collection05 {
  color: #979574;
}

#ItemName .collection06 {
  color: #171b51;
}

#ItemName .collection07 {
  color: #340a13;
}

#ItemName .collection08 {
  color: #5b83ad;
}

/* =======================================
    レスポンシブ
======================================= */
@media only screen and (max-width: 991px) {
  .CarouselItem img {
    padding: 0 5px;
    width: 50%;
  }
  #CarouselWrap {
    padding: 35px 0;
  }
  .Carousel__block {
    padding: 0px 0 50px;
  }
  .CarouselItem img {
    padding: 0 0px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .itemslide-active img {
    padding: 0 0px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .SliderBar__block {
    max-width: 400px;
    margin: 45px auto 0;
    padding: 0 60px;
  }
  #SliderBarPrev {
    left: 0px;
    padding-left: 15px;
  }
  #SliderBarNext {
    right: 0px;
    padding-right: 15px;
  }
  .ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
  }
  .ui-state-hover, .ui-state-hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*# sourceMappingURL=slider.css.map */