@charset "UTF-8";
.p-top__kv_slider {
  display: none;
  margin: 0;
  padding: 0;
  height: 648px;
}
@media screen and (max-width: 767.9px) {
  .p-top__kv_slider {
    height: 438px;
  }
}
.p-top__kv_slider.slick-initialized {
  display: block;
}
.p-top__kv_slide {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
  position: relative;
}
.p-top__kv_slide-title {
  display: flex;
  align-items: flex-end;
  bottom: 0;
  color: #fff;
  font-size: 2.4rem;
  left: 0;
  margin: 0;
  padding: 54px 40px;
  position: absolute;
  transition-delay: 0.2s;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
@media screen and (max-width: 767.9px) {
  .p-top__kv_slide-title {
    font-size: 2rem;
    padding: 46px 30px 41px;
    width: 100%;
    height: auto;
  }
}
.p-top__kv_slide a {
  display: flex;
  justify-content: center;
  max-width: 970px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 33.3333333333%;
}
@media screen and (max-width: 767.9px) {
  .p-top__kv_slide a {
    width: 100%;
  }
}
.p-top__kv_slide a img {
  height: 600px;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .p-top__kv_slide a img {
    max-height: 390px;
    width: auto;
  }
}
.p-top__kv_slide a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top__kv_slide a:hover {
    max-width: 970px;
    opacity: 1;
    overflow: hidden;
    width: 50%;
    z-index: 10;
  }
}
@media screen and (max-width: 767.9px) {
  .p-top__kv_slide a:hover {
    width: 100%;
  }
}
.p-top__kv_slide a:hover img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top__kv_slide a:hover .p-top__kv_slide-title {
    /* transition-delay: 0.2s; */
    /* width: 50vw; */
    z-index: 11;
  }
}
.p-top__kv .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .p-top__kv .slide-arrow {
    display: none !important;
  }
}
.p-top__kv .slide-arrow.prev-arrow {
  left: 15px;
}
.p-top__kv .slide-arrow.next-arrow {
  right: 15px;
}
.p-top__kv .slick-dots {
  align-items: center;
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
  padding: 14px;
  position: static;
}
.p-top__kv .slick-dots li button:before {
  color: #fff;
  content: "○";
  font-size: 16px;
  opacity: 1;
}
.p-top__kv .slick-dots li.slick-active button:before {
  color: #fff;
  content: "●";
  opacity: 1;
}
.p-top__ad .inner {
  max-width: 1010px;
  padding-bottom: 16px;
}

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