@charset 'UTF-8';
.brand-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0 0 40px 0;
  width: 100%;
}
.brand-visual__photo {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
}
.brand-visual__catchphrase {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
}
.brand-visual__explain {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 36%;
  padding: 40px 50px;
  background: rgba(26, 44, 56, 0.75);
}
.brand-visual__define {
  color: #fff;
  margin: 0;
  padding: 0;
}
.brand-visual__term {
  margin: 0 0 10px 0;
  font-size: 1rem;
}
.brand-visual__description {
  font-size: 0.8125rem;
}
.since-series {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0 80px;
}
.since-series__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  margin: 0;
  padding: 0;
}
.since-series__title {
  position: relative;
  width: 20%;
  margin: 0 auto 30px;
}
.since-series__explain {
  position: relative;
  max-width: 980px;
  width: 55%;
  margin: 0 auto;
  color: #fff;
  font-size: 0.75rem;
}
.since-slider,.espacio-slider {
  display: flex;
  margin: 0;
  padding: 0 0 100px 0;
}
.since-slider__gallery,.espacio-slider__gallery {
  width: 60%;
}
.since-image__list,.espacio-image__list {
  margin: 0;
  padding: 0;
  height: 100%;
}
.since-image__item {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #000;
}
.since-image__item a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.since-image__item a:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}
.since-explain__list,.espacio-explain__list {
  width: 40%;
  margin: 0;
  padding: 0;
  background: #d4d4d4;
}
.since-explain__item {
  margin: 0;
  padding: 0;
}
.since-text {
  width: 55%;
  margin: 0 auto;
  padding-top: 15%;
  height: 400px;
}
.since-explain__title {
  margin: 0 0 10px 0;
  padding: 0;
}
.since-explain__define {
  margin: 0;
  padding: 0;
}
.since-explain__term {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.since-explain__description {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.since-banner {
  position: relative;
  width: 100%;
  background: #333333;
}
.since-banner::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  top: 0;
  left: 0;
  background: #e55405;
}
.since-banner::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #606060;
}
.since-banner a {
  display: flex;
  position: relative;
  padding: 20px 20px 20px 30px;
  color: #fff;
  text-decoration: none;
}
.since-banner__define {
  margin: 0;
  padding: 0;
}
.since-banner__term {
  position: relative;
  width: fit-content;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 600;
}
.since-banner__term::after {
  position: absolute;
  content: "";
  border-top: 2px solid #e55405;
  border-right: 2px solid #e55405;
  top: 9px;
  right: -15px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) skew(-15deg, -15deg);
  transition: 0.3s all;
}
.since-banner a:hover .since-banner__term::after {
  right: -25px;
}
.since-banner__description {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
.since-banner__icon {
  position: absolute;
  top: -25%;
  right: 0%;
  width: 35%;
  transition: 0.3s all;
}
.since-banner a:hover .since-banner__icon {
  top: -35%;
}
.espacio-series {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 50px 0 100px;
}
.espacio-series__image {
  position: absolute;
  let: 0;
  bottom: 0;
  width: 30%;
  margin: 0;
  padding: 0;
}
.espacio-series__title {
  position: relative;
  width: 20%;
  margin: 0 auto 30px;
}
.espacio-series__explain {
  position: relative;
  max-width: 980px;
  width: 55%;
  margin: 0 auto;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 1199px) {
  .brand-visual__explain {
    bottom: 10%;
    width: 60%;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .brand-visual {
    height: 100vh;
  }
  .brand-visual__explain {
    bottom: 5%;
    width: 80%;
  }
  .brand-visual__term {
    font-size: 0.8125rem;
  }
  .brand-visual__description {
    font-size: 0.6875rem;
  }
  .brand-visual__photo img {
    object-fit: cover;
    height: 100vh;
  }
  .brand-visual__catchphrase {
    width: 80%;
  }
  .since-series,.espacio-series {
    padding: 0 0 40%;
  }
  .since-series__image,.espacio-series__image {
    width: 50%;
  }
  .since-series__title,.espacio-series__title {
    width: 40%;
    margin: 0 auto 15px;
  }
  .since-series__explain,.espacio-series__explain {
    width: 80%;
  }
  .since-slider,.espacio-slider {
    display: block;
    margin: 0;
    padding: 0 0 100px 0;
  }
  .since-slider__gallery,.espacio-slider__gallery {
    width: 100%;
  }
  .since-explain__list,.espacio-explain__list {
    width: 100%;
  }
  .since-text {
    width: 70%;
    padding-top: 10%;
    height: 300px;
  }
  .since-banner a {
    padding: 10px 10px 10px 20px;
  }
  .since-explain__term {
    font-size: 0.8125rem;
  }
  .since-explain__description {
    font-size: 0.6875rem;
  }
  .since-banner__term {
    font-size: 0.8125rem;
  }
  .since-banner__term::after {
    top: 5px;
  }
  .since-banner__icon {
    top: -15%;
    right: 0%;
    width: 20%;
    transition: 0.3s all;
  }
  .since-banner a:hover .since-banner__icon {
    top: -25%;
  }
}
/* DoubleSlider */
.prevDouble {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 12%;
  display: block;
  width: 12px;
  height: 25px;
  cursor: pointer;
  transition: opacity 0.5s;
}
.nextDouble {
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 12%;
  display: block;
  width: 12px;
  height: 25px;
  cursor: pointer;
  transition: opacity 0.5s;
}
.prevDouble:hover, .prevDouble:focus, .nextDouble:hover, .nextDouble:focus {
  outline: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .prevDouble {
    left: 3%;
  }
  .nextDouble {
    right: 3%;
  }
}
.slick-dotsDouble {
  position: absolute;
  bottom: -30px;
  right: 10%;
  display: block;
  width: 100%;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.slick-dotsDouble li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.slick-dotsDouble li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #fff;
}
.slick-dotsDouble li button:hover, .slick-dotsDouble li button:focus {
  outline: none;
  opacity: 0.5;
  color: #e25405;
  background: #e25405;
}
.slick-dotsDouble li.slick-active button {
  outline: none;
  opacity: 1;
  color: #e25405;
  background: #e25405;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.since-image__list .slick-list,
.since-image__list .slick-track,
.since-image__list .slick-slide,
.since-explain__list .slick-list,
.espacio-image__list .slick-list,
.espacio-image__list .slick-track,
.espacio-image__list .slick-slide,
.espacio-explain__list .slick-list {
  height: 100%;
}