@charset "UTF-8";
/* ================================================== */
/* 5つの特色 *
/* ================================================== */
#colors {
  padding: 64.5px 0 0;
  width: 100%;
}

#colors .color {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #ffffff;
  background-image: url(../images/home_color_bg.jpg);
  background-size: 100% 200px;
  background-position: top;
  background-repeat: no-repeat;
}

#colors .color-title {
  width: 92%;
  margin: 0 auto 40px auto;
  text-align: center;
}

#colors .color-title img {
  margin: 0 0 20px 0;
}

#colors .color-title span {
  display: block;
  line-height: 1;
  font-size: 1.428rem;
}

@media screen and (min-width: 641px) {
  #colors .color-title span {
    font-size: 2.142rem;
  }
}

#colors .color-text {
  width: 92%;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 1.285rem;
}

@media screen and (min-width: 641px) {
  #colors .color-text {
    font-size: 1.714rem;
  }
}

#colors .color-text br {
  display: none;
}

@media screen and (min-width: 641px) {
  #colors .color-text br {
    display: block;
  }
}

#colors .color .swiper-container {
  position: relative;
  padding: 45px 0;
}

#colors .color .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#colors .color .swiper-slide {
  opacity: 0.4;
}

#colors .color .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 20px 0 0 !important;
}

@media screen and (min-width: 1080px) {
  #colors .color .swiper-slide-active {
    margin: 0 45px 0 0 !important;
  }
}

#colors .color .color-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 1080px) {
  #colors .color .color-nav {
    max-width: 500px;
  }
}

#colors .color .color-button-next,
#colors .color .color-button-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  cursor: pointer;
}

@media screen and (min-width: 1080px) {
  #colors .color .color-button-next,
  #colors .color .color-button-prev {
    width: 90px;
  }
}

#colors .color .color-button-next {
  right: 25px;
}

@media screen and (min-width: 1080px) {
  #colors .color .color-button-next {
    right: -25px;
  }
}

#colors .color .color-button-prev {
  left: 25px;
}

@media screen and (min-width: 1080px) {
  #colors .color .color-button-prev {
    left: -25px;
  }
}
/*# sourceMappingURL=5colors.css.map */