@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: "icon_chiller-lineup";
  src: url("/files/user/css/fonts/chiller_lineup/icomoon.eot?qiu84k");
  src: url("/files/user/css/fonts/chiller_lineup/icomoon.eot?qiu84k#iefix") format("embedded-opentype"), url("/files/user/css/fonts/chiller_lineup/icomoon.ttf?qiu84k") format("truetype"), url("/files/user/css/fonts/chiller_lineup/icomoon.woff?qiu84k") format("woff"), url("/files/user/css/fonts/chiller_lineup/icomoon.svg?qiu84k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.p-clu-selection-slider-btn__cad::before {
  content: "\e900";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-selection-slider-btn__catalog::before, .p-clu-support__item--catalog::before {
  content: "\e901";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support__item--test::before {
  content: "\e902";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-lineup-slider__catalog::before, .p-clu-selection-slider-btn__download::before, .p-clu-mv-search__catalog::before, .p-clu-mv-search__catalog--contact::before {
  content: "\e903";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support-choise__link::before, .p-clu-support-choise__link--accent::before, .p-clu-support-use__link::before {
  content: "\e904";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-selection-slider-btn__drawing::before {
  content: "\e905";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-lineup-slider__price::before, .p-clu-selection-slider-btn__price::before, .p-clu-selection-slider-btn__contact::before, .p-clu-support__item--price::before, .p-clu-mv-contact__btn--price::before {
  content: "\e906";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-mv-search__submit::before {
  content: "\e908";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support__item--advice::before {
  content: "\e909";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-selection-slider-btn__contact::before {
  content: "\e90a";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-mv-contact__btn--product::before {
  content: "\e90b";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-selection-slider-btn__manual::before {
  content: "\e90c";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-lineup-search__submit::before, .p-clu-lineup-search__toggle::before {
  content: "\e90d";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-checkbox, .p-clu-select > select, .p-clu-lineup-search__reset, .p-clu-lineup-search__reset--search-top, .p-clu-lineup-search__submit {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}

button {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  #nav-pagetop .link-pagetop {
    bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body.is-header-fixed {
    padding-top: 73px;
  }
}

@media screen and (min-width: 768px) {
  .headerWrap {
    height: 73px;
  }
}

#nav-global {
  display: none;
}

.p-clu__bg--lightgray {
  margin-bottom: 40px;
  padding: 40px 0 0.1px;
  background: #FAFAF9;
}
@media screen and (min-width: 768px) {
  .p-clu__bg--lightgray {
    margin-bottom: 80px;
    padding: 80px 0 0.1px;
  }
}
.p-clu__content {
  margin: 0 20px 40px;
}
@media screen and (min-width: 768px) {
  .p-clu__content {
    margin: 0 auto 80px;
    width: 1000px;
  }
}
.p-clu__heading01 {
  position: relative;
  margin-bottom: 26px;
  padding: 8px 0;
  background: #01A5E9;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu__heading01 {
    font-size: 3rem;
  }
}
.p-clu__heading01::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #01A5E9;
  border-bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
.p-clu__heading02 {
  overflow: hidden;
  margin-bottom: 21px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-clu__heading02 {
    margin-bottom: 27px;
  }
}
.p-clu__heading02 > span {
  position: relative;
}
.p-clu__heading02 > span::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 2000px;
  height: 1px;
  background: #333;
  -webkit-transform: tranlate(0, -50%);
          transform: tranlate(0, -50%);
  content: "";
}

.p-clu-nav {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-clu-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 32px;
    width: 1180px;
  }
}
.p-clu-nav__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-clu-nav__inner {
    display: none;
  }
}
.p-clu-nav__ttl {
  line-height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clu-nav__ttl {
    padding: 0 20px;
  }
}
.p-clu-nav__item {
  border-left: 1px solid #F0F0F0;
  width: 186px;
  color: #333 !important;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.p-clu-nav__item:last-of-type {
  border-right: 1px solid #F0F0F0;
}
.p-clu-nav__item > span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.p-clu-nav__item > span::before {
  position: absolute;
  top: 50%;
  right: 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  border-bottom: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}

.p-clu-mv {
  margin-top: -16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv {
    margin-top: -32px;
    margin-bottom: 24px;
  }
}
.p-clu-mv__inner {
  background: #D8F1FF;
}
@media screen and (max-width: 767px) {
  .p-clu-mv__inner {
    padding: 4px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1280px;
    height: 480px;
  }
}
.p-clu-mv__body {
  display: none;
}
.p-clu-mv__body.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-clu-mv__body.is-active {
    display: flex;
  }
}
.p-clu-mv__content {
  padding: 13px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv__content-inner {
    width: 100%;
  }
}
.p-clu-mv__mv {
  width: 660px;
  background: #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-clu-mv__mv {
    display: none;
  }
}
.p-clu-mv__mv img {
  vertical-align: middle;
}
.p-clu-mv__ttl {
  padding: 0.6em 0;
  background: #01A5E9;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-mv__ttl {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-mv__ttl {
    margin: 0 -20px 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-mv-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav {
    margin: 64px 12px 0 0;
    width: 128px;
  }
}
.p-clu-mv-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 6px 6px;
  width: 24%;
  height: 80px;
  background: #FFF;
  color: #1E5293 !important;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav__item {
    border-radius: 0 6px 6px 0;
    margin-bottom: 8px;
    width: 120px;
    height: 86px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav__item:last-of-type {
    margin-bottom: 0;
  }
}
.p-clu-mv-nav__item::before {
  position: absolute;
  border: 8px solid transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-clu-mv-nav__item::before {
    bottom: -8px;
    left: 50%;
    border-top: 8px solid #FFF;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav__item::before {
    top: 50%;
    right: -8px;
    border-right: 0;
    border-left: 8px solid #FFF;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav__item:hover {
    text-decoration: none !important;
  }
}
.p-clu-mv-nav__item.is-active {
  background-color: #1E5293;
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .p-clu-mv-nav__item.is-active::before {
    border-top-color: #1E5293;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-nav__item.is-active::before {
    border-left-color: #1E5293;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 27px;
  }
}
.p-clu-mv-search__item {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__item {
    margin: 0 8px 13px;
    width: calc(50% - 16px);
  }
}
.p-clu-mv-search__txt {
  margin-bottom: 4px;
  color: #1E5293;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__txt {
    font-size: 1.4rem;
  }
}
.p-clu-mv-search__submit {
  position: relative;
  display: block;
  border: 1px solid #1E5293;
  border-radius: 6px;
  margin: 0 auto 24px;
  padding-left: 28px;
  width: 100%;
  line-height: 68px;
  background: #FFF;
  color: #1E5293;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: border-color 0.4s, background 0.4s, color 0.4s, opacity 0.8s;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__submit {
    max-width: 236px;
    line-height: 48px;
    cursor: pointer;
  }
}
.p-clu-mv-search__submit::before {
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-clu-mv-search__submit:disabled {
  opacity: 0.5;
  pointer-events: none;
  border-color: #333;
  background: #999;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__submit:hover {
    background: #1E5293;
    color: #FFF;
  }
}
.p-clu-mv-search__catalog, .p-clu-mv-search__catalog--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  margin: 0 auto 24px;
  height: 48px;
  background: #8793A5;
  color: #FFF !important;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__catalog, .p-clu-mv-search__catalog--contact {
    margin-bottom: 16px;
    padding-left: 32px;
    max-width: 236px;
  }
}
.p-clu-mv-search__catalog::before, .p-clu-mv-search__catalog--contact::before {
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__catalog:hover, .p-clu-mv-search__catalog--contact:hover {
    text-decoration: none !important;
  }
}
.p-clu-mv-search__catalog--contact {
  height: 78px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-search__catalog--contact {
    max-width: 303px;
  }
}
.p-clu-mv-search__caution {
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: center;
}
.p-clu-mv-search__link {
  color: #1E5293 !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline !important;
}
.p-clu-mv-search-calc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-clu-mv-search-calc__txt {
  margin-right: 24px;
  width: calc(50% - 12px);
  color: #1E5293;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}
.p-clu-mv-search-calc__result {
  color: #737479;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
}
.p-clu-mv-search-calc__num {
  color: #1E5293;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
}
.p-clu-mv-search-calc__err {
  margin-bottom: 0.5em;
  color: #F00;
  text-align: center;
}
.p-clu-mv-search-calc__btnWrap {
  width: calc(50% - 12px);
}
.p-clu-mv-calc__body {
  display: none;
}
.p-clu-mv-calc__body.is-active {
  display: block;
}
.p-clu-mv-calc__lead {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
.p-clu-mv-calc__link {
  color: #1E5293 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.p-clu-mv-calc-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 21px;
}
.p-clu-mv-calc-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 6px;
  width: 48%;
  height: 56px;
  background: #F3F3F3;
  color: #333 !important;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-calc-nav__item:hover {
    text-decoration: none !important;
  }
}
.p-clu-mv-calc-nav__item.is-active {
  position: relative;
  background: #333;
  color: #FFF !important;
}
.p-clu-mv-calc-nav__item.is-active::before {
  position: absolute;
  border: 8px solid transparent;
  bottom: -8px;
  left: 50%;
  border-top: 8px solid #333;
  border-bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
.p-clu-mv-lineup {
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-clu-mv-lineup__outer {
    padding: 0 20px;
    width: 100%;
    overflow-y: scroll;
  }
}
.p-clu-mv-lineup__link, .p-clu-mv-lineup__link--pcu-sl14000, .p-clu-mv-lineup__link--pcu-sl10000, .p-clu-mv-lineup__link--pcu-w9130r, .p-clu-mv-lineup__link--pcu-6320r, .p-clu-mv-lineup__link--pcu-3310r, .p-clu-mv-lineup__link--pcu-1610r, .p-clu-mv-lineup__link--pcu-ne6000, .p-clu-mv-lineup__link--pcu-ne2500, .p-clu-mv-lineup__link--pcu-ne1500, .p-clu-mv-lineup__link--pcu-f7000, .p-clu-mv-lineup__link--pcu-f3000 {
  position: absolute;
}
.p-clu-mv-lineup__link--pcu-f3000 {
  top: 41px;
  left: 180px;
  width: 150px;
  height: 60px;
}
.p-clu-mv-lineup__link--pcu-f7000 {
  top: 41px;
  left: 358px;
  width: 150px;
  height: 60px;
}
.p-clu-mv-lineup__link--pcu-ne1500 {
  top: 102px;
  left: 99px;
  width: 150px;
  height: 60px;
}
.p-clu-mv-lineup__link--pcu-ne2500 {
  top: 172px;
  left: 156px;
  width: 184px;
  height: 70px;
}
.p-clu-mv-lineup__link--pcu-ne6000 {
  top: 143px;
  left: 344px;
  width: 180px;
  height: 70px;
}
.p-clu-mv-lineup__link--pcu-1610r {
  top: 272px;
  left: 96px;
  width: 241px;
  height: 56px;
}
.p-clu-mv-lineup__link--pcu-3310r {
  top: 347px;
  left: 190px;
  width: 275px;
  height: 70px;
}
.p-clu-mv-lineup__link--pcu-6320r {
  top: 272px;
  left: 352px;
  width: 275px;
  height: 70px;
}
.p-clu-mv-lineup__link--pcu-w9130r {
  top: 347px;
  left: 554px;
  width: 242px;
  height: 55px;
}
.p-clu-mv-lineup__link--pcu-sl10000 {
  top: 272px;
  left: 634px;
  width: 184px;
  height: 70px;
}
.p-clu-mv-lineup__link--pcu-sl14000 {
  top: 325px;
  left: 810px;
  width: 184px;
  height: 70px;
}
.p-clu-mv-contact {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -8px;
    margin-left: -8px;
  }
}
.p-clu-mv-contact__btn, .p-clu-mv-contact__btn--product, .p-clu-mv-contact__btn--price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #1E5293;
  border-radius: 6px;
  margin-bottom: 24px;
  width: 100%;
  height: 190px;
  background: #FFF;
  color: #1E5293 !important;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-contact__btn, .p-clu-mv-contact__btn--product, .p-clu-mv-contact__btn--price {
    margin: 0 8px;
    width: 208px;
    height: 180px;
    font-size: 1.4rem;
    transition: background 0.4s, color 0.4s;
  }
}
.p-clu-mv-contact__btn::before, .p-clu-mv-contact__btn--product::before, .p-clu-mv-contact__btn--price::before {
  margin-bottom: 14px;
  width: 80px;
  font-size: 80px;
}
@media screen and (min-width: 768px) {
  .p-clu-mv-contact__btn:hover, .p-clu-mv-contact__btn--product:hover, .p-clu-mv-contact__btn--price:hover {
    background: #1E5293;
    color: #FFF !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }
}
.p-clu-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 20px;
}
@media screen and (min-width: 768px) {
  .p-clu-support {
    margin: 0 -20px;
  }
}
.p-clu-support__item, .p-clu-support__item--catalog, .p-clu-support__item--test, .p-clu-support__item--advice, .p-clu-support__item--price, .p-clu-support__item--lineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #01A5E9;
  border-radius: 6px;
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  height: 157px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-support__item, .p-clu-support__item--catalog, .p-clu-support__item--test, .p-clu-support__item--advice, .p-clu-support__item--price, .p-clu-support__item--lineup {
    margin: 0 20px 40px;
    width: calc(25% - 40px);
    height: 220px;
    transition: background 0.4s, color 0.4s;
  }
}
.p-clu-support__item::before, .p-clu-support__item--catalog::before, .p-clu-support__item--test::before, .p-clu-support__item--advice::before, .p-clu-support__item--price::before, .p-clu-support__item--lineup::before {
  margin-bottom: 10px;
  width: 64px;
  font-size: 64px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-clu-support__item::before, .p-clu-support__item--catalog::before, .p-clu-support__item--test::before, .p-clu-support__item--advice::before, .p-clu-support__item--price::before, .p-clu-support__item--lineup::before {
    margin-bottom: 20px;
    width: 80px;
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-support__item:hover, .p-clu-support__item--catalog:hover, .p-clu-support__item--test:hover, .p-clu-support__item--advice:hover, .p-clu-support__item--price:hover, .p-clu-support__item--lineup:hover {
    background: #01A5E9;
    color: #FFF;
    opacity: 1 !important;
    text-decoration: none !important;
  }
}
.p-clu-support__item--lineup::before {
  display: block;
  margin-bottom: 10px;
  width: 64px;
  height: 84px;
  background: url(/files/user/img/chiller_lineup/icon_lineup.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-support__item--lineup::before {
    margin-bottom: 20px;
    width: 78px;
    height: 78px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-support-howto {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.p-clu-support-choise, .p-clu-support-use {
  margin-bottom: 24px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise, .p-clu-support-use {
    margin: 0 20px;
    padding: 32px;
    width: calc(50% - 40px);
  }
}
.p-clu-support-choise__ttl, .p-clu-support-use__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  height: 96px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__ttl, .p-clu-support-use__ttl {
    height: 104px;
    font-size: 2.4rem;
  }
}
.p-clu-support-choise__ttl::before, .p-clu-support-use__ttl::before {
  margin-right: 16px;
  width: 50px;
  height: 96px;
  background: no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__ttl::before, .p-clu-support-use__ttl::before {
    margin-right: 24px;
  }
}
.p-clu-support-choise__subttl, .p-clu-support-use__subttl {
  position: relative;
  border-bottom: 1px solid #FFF;
  margin-bottom: 24px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.56;
  text-align: center;
}
.p-clu-support-choise__subttl::before, .p-clu-support-use__subttl::before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  content: "";
}
.p-clu-support-choise__subttl > span, .p-clu-support-use__subttl > span {
  font-weight: bold;
}
.p-clu-support-choise__link, .p-clu-support-choise__link--accent, .p-clu-support-use__link {
  display: block;
  position: relative;
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 16px;
  line-height: 48px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-clu-support-choise__link:last-of-type, .p-clu-support-choise__link--accent:last-of-type, .p-clu-support-use__link:last-of-type {
  margin-bottom: 0;
}
.p-clu-support-choise__link::before, .p-clu-support-choise__link--accent::before, .p-clu-support-use__link::before {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link:hover, .p-clu-support-choise__link--accent:hover, .p-clu-support-use__link:hover {
    text-decoration: none !important;
  }
}
.p-clu-support-choise {
  background: #1E5293;
}
.p-clu-support-choise__ttl::before {
  background-image: url(/files/user/img/chiller_lineup/img_support-choise.png);
}
.p-clu-support-choise__subttl::before {
  background: #1E5293;
}
.p-clu-support-choise__link, .p-clu-support-choise__link--accent {
  border-color: #1E5293;
  color: #1E5293 !important;
}
.p-clu-support-choise__link--bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1E5293;
  border-radius: 6px;
  margin-bottom: 16px;
  height: 114px;
  background: #FFF url(/files/user/img/chiller_lineup/img_support-choise.png) no-repeat bottom -42px right 10px/50px auto;
  color: #1E5293 !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link--bnr {
    background-position: bottom -100px right 10px;
    background-size: 100px auto;
  }
}
.p-clu-support-choise__link--bnr span {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.p-clu-support-choise__link--bnr span::before, .p-clu-support-choise__link--bnr span::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 16px;
  background: #1E5293;
  content: "";
}
.p-clu-support-choise__link--bnr span::before {
  left: -8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.p-clu-support-choise__link--bnr span::after {
  right: -8px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link--bnr:hover {
    text-decoration: none !important;
  }
}
.p-clu-support-choise__link--accent {
  border-color: #EDA901;
  background-color: #EDA901;
  color: #FFF !important;
}
.p-clu-support-use {
  background: #8793A5;
}
.p-clu-support-use__ttl::before {
  background-image: url(/files/user/img/chiller_lineup/img_support-use.png);
}
.p-clu-support-use__subttl::before {
  background: #8793A5;
}
.p-clu-support-use__link {
  border-color: #A2BDCA;
  color: #8793A5 !important;
}

.p-clu-selection__body {
  display: none;
}
.p-clu-selection__body.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.p-clu-selection-nav__item {
  width: 248px;
  line-height: 44px;
  background: #B8C2D1;
  color: #FFF !important;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.p-clu-selection-nav__item.is-active {
  background-color: #1E5293;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-nav__item:hover {
    text-decoration: none !important;
  }
}
.p-clu-selection-select {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-select {
    display: none;
  }
}
.p-clu-selection-select::before, .p-clu-selection-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 1px;
  background: #FFF;
  content: "";
}
.p-clu-selection-select::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-clu-selection-select::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.p-clu-selection-select select {
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  height: 44px;
  background: #B8C2D1;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-clu-selection-slider__prev, .p-clu-selection-slider__next {
  position: absolute;
  top: 195px;
  z-index: 1;
  border: 1px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__prev, .p-clu-selection-slider__next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
  }
}
.p-clu-selection-slider__prev::before, .p-clu-selection-slider__prev::after, .p-clu-selection-slider__next::before, .p-clu-selection-slider__next::after {
  position: absolute;
  top: 50%;
  content: "";
}
.p-clu-selection-slider__prev::before, .p-clu-selection-slider__next::before {
  left: 50%;
  width: 24px;
  height: 1px;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-clu-selection-slider__prev::after, .p-clu-selection-slider__next::after {
  left: 50%;
  width: 16px;
  height: 16px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-clu-selection-slider__prev {
  left: -18px;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__prev {
    left: -90px;
  }
}
.p-clu-selection-slider__prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-clu-selection-slider__next {
  right: -18px;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__next {
    right: -90px;
  }
}
.p-clu-selection-slider__next::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.p-clu-selection-slider__slide {
  border: 3px solid #F3F3F3;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.p-clu-selection-slider__visual {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__visual {
    margin-bottom: 20px;
    padding: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__visual {
    position: relative;
    margin-right: 24px;
    padding: 24px;
    width: 577px;
    height: 300px;
  }
}
.p-clu-selection-slider__name-ja {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__name-ja {
    text-align: center;
  }
}
.p-clu-selection-slider__name-en {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__name-en {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__name-en {
    font-size: 3.2rem;
  }
}
.p-clu-selection-slider__series {
  margin-bottom: 30px;
  color: #8793A5;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__series {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__series {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
.p-clu-selection-slider__series + .p-clu-selection-slider__mark {
  margin-top: -21px;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__series + .p-clu-selection-slider__mark {
    margin-top: -9px;
  }
}
.p-clu-selection-slider__mark {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__mark {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.p-clu-selection-slider__mark > img {
  margin-right: 8px;
  width: auto;
}
.p-clu-selection-slider__mark > img:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__img {
    margin: 0 auto 16px;
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__img {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
.p-clu-selection-slider__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__txt {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__txt {
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__category-outer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
}
.p-clu-selection-slider__category, .p-clu-selection-slider__category--darkblue, .p-clu-selection-slider__category--yellowgreen, .p-clu-selection-slider__category--green, .p-clu-selection-slider__category--blue {
  display: block;
  border: 1px solid;
  width: 120px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider__category, .p-clu-selection-slider__category--darkblue, .p-clu-selection-slider__category--yellowgreen, .p-clu-selection-slider__category--green, .p-clu-selection-slider__category--blue {
    margin: 0 auto 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider__category, .p-clu-selection-slider__category--darkblue, .p-clu-selection-slider__category--yellowgreen, .p-clu-selection-slider__category--green, .p-clu-selection-slider__category--blue {
    margin-right: 10px;
  }
}
.p-clu-selection-slider__category--blue {
  border-color: #01A5E9;
  color: #01A5E9;
}
.p-clu-selection-slider__category--green {
  border-color: #44A850;
  color: #44A850;
}
.p-clu-selection-slider__category--yellowgreen {
  border-color: #7DC93A;
  color: #7DC93A;
}
.p-clu-selection-slider__category--darkblue {
  border-color: #006DD9;
  color: #006DD9;
}
.p-clu-selection-slider-overview {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-overview {
    margin: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-overview__outer {
    margin: 21px 0 0;
    width: 375px;
  }
}
.p-clu-selection-slider-overview__head, .p-clu-selection-slider-overview__body {
  border-bottom: 1px solid #B8C2D1;
  margin-bottom: 15px;
  padding: 6px 0;
}
.p-clu-selection-slider-overview__head {
  width: 50%;
}
.p-clu-selection-slider-overview__body {
  width: 50%;
  text-align: right;
}
.p-clu-selection-slider-overview__hz {
  margin: -5px 0 10px;
  text-align: right;
}
.p-clu-selection-slider-overview__btn {
  display: block;
  border: 1px solid #333;
  border-radius: 6px;
  margin: 0 auto;
  width: 220px;
  background: #FFF;
  color: #333 !important;
  line-height: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-overview__btn {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-overview__btn:hover {
    text-decoration: none !important;
  }
}
.p-clu-selection-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn {
    margin: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn {
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.p-clu-selection-slider-btn__download {
  color: #333 !important;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__download {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    height: 56px;
  }
}
.p-clu-selection-slider-btn__download::before {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__download::before {
    margin-right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__download::before {
    margin-bottom: 5px;
  }
}
.p-clu-selection-slider-btn__catalog, .p-clu-selection-slider-btn__manual, .p-clu-selection-slider-btn__cad, .p-clu-selection-slider-btn__drawing {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01A5E9;
  border-radius: 6px;
  background: #FFF;
  color: #01A5E9 !important;
  margin: 0 10px 16px;
  width: calc(50% - 20px);
  height: 56px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__catalog, .p-clu-selection-slider-btn__manual, .p-clu-selection-slider-btn__cad, .p-clu-selection-slider-btn__drawing {
    margin: 0 2px;
    width: 110px;
  }
}
.p-clu-selection-slider-btn__catalog::before, .p-clu-selection-slider-btn__manual::before, .p-clu-selection-slider-btn__cad::before, .p-clu-selection-slider-btn__drawing::before {
  margin-right: 8px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__catalog::before, .p-clu-selection-slider-btn__manual::before, .p-clu-selection-slider-btn__cad::before, .p-clu-selection-slider-btn__drawing::before {
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__catalog:hover, .p-clu-selection-slider-btn__manual:hover, .p-clu-selection-slider-btn__cad:hover, .p-clu-selection-slider-btn__drawing:hover {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__cad {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__drawing {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__drawing {
    margin-right: 16px;
  }
}
.p-clu-selection-slider-btn__price, .p-clu-selection-slider-btn__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 10px 24px;
  width: calc(50% - 20px);
  height: 88px;
  background: #EDA901;
  color: #FFF !important;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__price, .p-clu-selection-slider-btn__contact {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__price, .p-clu-selection-slider-btn__contact {
    margin: 0 4px;
    width: 184px;
    height: 56px;
  }
}
.p-clu-selection-slider-btn__price::before, .p-clu-selection-slider-btn__contact::before {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-clu-selection-slider-btn__price::before, .p-clu-selection-slider-btn__contact::before {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__price::before, .p-clu-selection-slider-btn__contact::before {
    margin-right: 13px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__price:hover, .p-clu-selection-slider-btn__contact:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-selection-slider-btn__contact {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-recommend {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-recommend__link {
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-recommend__link {
    margin-right: 40px;
    width: 220px;
  }
}

.p-clu-lineup__head {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup__head {
    margin-bottom: 40px;
  }
}
.p-clu-lineup__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-clu-lineup-content {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-content {
    position: relative;
    overflow: hidden;
    margin: 0 auto 100px;
    width: 100%;
    max-width: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-content::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 124px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #FFF 100%);
    content: "";
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-content__inner {
    position: relative;
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-content__inner::before {
    position: absolute;
    left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider {
    position: relative;
    z-index: 2;
  }
}
.p-clu-lineup-slider__outer {
  position: relative;
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider__outer {
    margin: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__outer {
    overflow-x: hidden;
    margin-left: 185px;
    width: 1088px;
  }
}
.p-clu-lineup-slider__prev, .p-clu-lineup-slider__next {
  position: absolute;
  top: 0;
  z-index: 3;
  border: 1px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__prev, .p-clu-lineup-slider__next {
    cursor: pointer;
  }
}
.p-clu-lineup-slider__prev::before, .p-clu-lineup-slider__prev::after, .p-clu-lineup-slider__next::before, .p-clu-lineup-slider__next::after {
  position: absolute;
  top: 50%;
  content: "";
}
.p-clu-lineup-slider__prev::before, .p-clu-lineup-slider__next::before {
  left: 50%;
  width: 24px;
  height: 1px;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-clu-lineup-slider__prev::after, .p-clu-lineup-slider__next::after {
  left: 50%;
  width: 16px;
  height: 16px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-clu-lineup-slider__prev.slick-disabled, .p-clu-lineup-slider__prev.swiper-button-disabled, .p-clu-lineup-slider__next.slick-disabled, .p-clu-lineup-slider__next.swiper-button-disabled {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider__prev {
    right: 76px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__prev {
    left: 680px;
  }
}
.p-clu-lineup-slider__prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider__next {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__next {
    left: 756px;
  }
}
.p-clu-lineup-slider__next::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.p-clu-lineup-slider__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__inner.is-active {
    background-color: rgba(216, 241, 255, 0.5);
  }
}
.p-clu-lineup-slider__head {
  border: 1px solid #C6C9D0;
  padding: 16px 16px 0;
}
.p-clu-lineup-slider__img {
  margin: 0 auto 8px;
  height: 150px;
  text-align: center;
}
.p-clu-lineup-slider__img > img {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-height: 100%;
}
.p-clu-lineup-slider__category, .p-clu-lineup-slider__category--darkblue, .p-clu-lineup-slider__category--yellowgreen, .p-clu-lineup-slider__category--green, .p-clu-lineup-slider__category--blue {
  display: block;
  border: 2px solid;
  margin: 0 16px 16px;
  background: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.p-clu-lineup-slider__category--blue {
  border-color: #01A5E9;
  color: #01A5E9;
}
.p-clu-lineup-slider__category--green {
  border-color: #44A850;
  color: #44A850;
}
.p-clu-lineup-slider__category--yellowgreen {
  border-color: #7DC93A;
  color: #7DC93A;
}
.p-clu-lineup-slider__category--darkblue {
  border-color: #006DD9;
  color: #006DD9;
}
.p-clu-lineup-slider__hz {
  text-align: center;
  height: 20px;
}
.p-clu-lineup-slider__catalog, .p-clu-lineup-slider__price {
  position: relative;
  display: flex;
  align-items: center;
  height: 86px;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #FFF !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider__catalog, .p-clu-lineup-slider__price {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__catalog, .p-clu-lineup-slider__price {
    padding-left: 62px;
    height: 41px;
  }
}
.p-clu-lineup-slider__catalog::before, .p-clu-lineup-slider__price::before {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider__catalog::before, .p-clu-lineup-slider__price::before {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__catalog::before, .p-clu-lineup-slider__price::before {
    position: absolute;
    top: 50%;
    left: 24px;
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider__catalog:hover, .p-clu-lineup-slider__price:hover {
    text-decoration: none !important;
  }
}
.p-clu-lineup-slider__catalog {
  background: #01A5E9;
}
.p-clu-lineup-slider__price {
  background: #EDA901;
}
.p-clu-lineup-slider-overview {
  position: relative;
  z-index: 1;
  border: 1px solid #C6C9D0;
  border-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider-overview__bg {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 322px 0 114px;
    width: 1140px;
    background: #FFF;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider-overview__bg::after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100000px;
    height: 100%;
    background: #FFF;
    content: "";
  }
}
.p-clu-lineup-slider-overview__outer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider-overview__outer::before {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 1000000px;
    height: 100%;
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 11%, #fafafa 11%, #fafafa 22.2%, #f3f3f3 22.2%, #f3f3f3 33.5%, #fafafa 33.5%, #fafafa 44.5%, #f3f3f3 44.5%, #f3f3f3 55.5%, #fafafa 55.5%, #fafafa 66.5%, #f3f3f3 66.5%, #f3f3f3 77.7%, #fafafa 77.7%, #fafafa 89%, #f3f3f3 89%);
    content: "";
  }
}
.p-clu-lineup-slider-overview__head {
  border-top: 1px solid #C6C9D0;
  margin-bottom: 3px;
  padding-top: 6px;
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider-overview__head {
    display: none;
  }
}
.p-clu-lineup-slider-overview__head:first-of-type {
  border-top: 0;
}
.p-clu-lineup-slider-overview__head--pc {
  position: relative;
  z-index: 1;
  padding-left: 16px;
  font-size: 1.4rem;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider-overview__head--pc {
    display: none;
  }
}
.p-clu-lineup-slider-overview__head--pc:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.p-clu-lineup-slider-overview__head--pc:nth-of-type(even) {
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider-overview__head--pc.is-active {
    background-color: #d8f1ff;
  }
}
.p-clu-lineup-slider-overview__body {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-slider-overview__body {
    margin-bottom: 6px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-slider-overview__body {
    line-height: 34px;
  }
}
.p-clu-lineup-search {
  display: none;
  border: 1px solid #01A5E9;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search {
    padding-top: 32px;
  }
}
.p-clu-lineup-search.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__foot {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 3;
    width: 164px;
  }
}
.p-clu-lineup-search__result {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__result {
    margin-bottom: 16px;
  }
}
.p-clu-lineup-search__result.is-active {
  display: none;
}
.p-clu-lineup-search__result-num {
  display: inline-block;
  margin: 0 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-clu-lineup-search__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01A5E9;
  border-radius: 6px;
  margin-right: 21px;
  width: 157px;
  line-height: 50px;
  color: #01A5E9;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__toggle {
    margin-right: 24px;
  }
}
.p-clu-lineup-search__toggle::before {
  margin-right: 16px;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__toggle:hover {
    text-decoration: none !important;
  }
}
.p-clu-lineup-search__toggle.is-active {
  border-radius: 6px 6px 0 0;
  background: #01A5E9;
  color: #FFF;
}
.p-clu-lineup-search__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01A5E9;
  border-radius: 6px;
  width: 267px;
  line-height: 50px;
  background: #FFF;
  color: #01A5E9;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search__submit {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__submit {
    margin: 0 12px;
    transition: background 0.4s, color 0.4s;
    cursor: pointer;
  }
}
.p-clu-lineup-search__submit::before {
  margin-right: 16px;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__submit:hover {
    background: #01A5E9;
    color: #FFF !important;
    text-decoration: none !important;
  }
}
.p-clu-lineup-search__reset, .p-clu-lineup-search__reset--search-top {
  position: relative;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 0 0 0 20px;
  width: 267px;
  background: #FFF;
  line-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search__reset, .p-clu-lineup-search__reset--search-top {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__reset, .p-clu-lineup-search__reset--search-top {
    margin: 0 12px;
    cursor: pointer;
  }
}
.p-clu-lineup-search__reset::before, .p-clu-lineup-search__reset--search-top::before, .p-clu-lineup-search__reset::after, .p-clu-lineup-search__reset--search-top::after {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 1px;
  background: #333;
  content: "";
}
.p-clu-lineup-search__reset::before, .p-clu-lineup-search__reset--search-top::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.p-clu-lineup-search__reset::after, .p-clu-lineup-search__reset--search-top::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search__reset--search-top {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__reset--search-top {
    right: 0;
  }
}
.p-clu-lineup-search__reset.is-active, .is-active.p-clu-lineup-search__reset--search-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__leftCol {
    width: calc(56% - 32px);
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__rightCol {
    width: 44%;
  }
}
.p-clu-lineup-search__btnOuter {
  margin: 12px 0;
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search__btnOuter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search-list__head, .p-clu-lineup-search-list__body {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list__head, .p-clu-lineup-search-list__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #CCC;
    margin: 2px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list__head:last-of-type:not(:only-of-type), .p-clu-lineup-search-list__body:last-of-type:not(:only-of-type) {
    border-bottom: 0;
  }
}
.p-clu-lineup-search-list__head {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search-list__head {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list__head {
    min-height: 50px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search-list__body {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCC;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list__body {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search-list__body:only-of-type {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-clu-lineup-search-list__row2--sp {
    margin-bottom: 8px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-lineup-search-list__row2--sp {
    margin-right: 24px;
  }
}

.p-clu-result__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

.p-clu-select {
  position: relative;
}
.p-clu-select::before, .p-clu-select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.p-clu-select::before {
  top: 50%;
  right: -1px;
  border: 1px solid #333;
  width: 42px;
  height: 42px;
  background: #FFF;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-clu-select::before {
    width: 26px;
    height: 26px;
  }
}
.p-clu-select::after {
  top: calc(50% - 2px);
  right: 14px;
  z-index: 1;
  border: 8px solid transparent;
  border-top: 8px solid #333;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-clu-select::after {
    right: 10px;
    border-width: 4px 4px 0 4px;
  }
}
.p-clu-select > select {
  border: 1px solid #333;
  width: 100%;
  height: 44px;
  padding: 0 0.25em;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-clu-select > select {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-select > select {
    height: 28px;
  }
}
.p-clu-checkbox {
  display: none;
}
.p-clu-checkbox + span {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background: #FFF;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-clu-checkbox + span {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
}
.p-clu-checkbox + span::before {
  position: absolute;
  top: 5px;
  left: 3px;
  border: 3px solid #1E5293;
  border-top: 0;
  border-right: 0;
  width: 14px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-checkbox + span::before {
    top: 3px;
    left: 2px;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 4px;
  }
}
.p-clu-checkbox + span::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 18px;
  background: #FFF;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-checkbox + span::after {
    width: 16px;
    height: 12px;
  }
}
.p-clu-checkbox:checked + span::after {
  width: 0;
  transition: width 0.2s;
}
.p-clu-input {
  max-width: 340px;
  padding: 0 1em;
  width: 100%;
  height: 28px;
}
.p-clu-input--small {
  padding: 0 0.5em;
  width: 100%;
  height: 28px;
  border: 1px solid #333;
}