@import url(swiper-bundle.min.css);
/* ------------------------------------------------
 kv
------------------------------------------------ */
#kv {
  color: #fff;
  background: url(../img/cp02/kv_bg.webp);
  background-size: cover;
}
#kv > .inner {
  padding-top: 6.25em;
  min-height: 98.75em;
}
#kv .lead {
  margin: 0 auto;
  width: 49.875em;
}
#kv .title {
  margin-top: 1.875em;
  margin-left: 19.6875em;
  width: 39.6875em;
}
#kv .items {
  margin-top: 0.625em;
  margin-left: 12.5em;
  width: 50.25em;
}
#kv .detail {
  margin-top: 1.375em;
  margin-left: 15.25em;
  width: 45.125em;
}
#kv .image {
  border-radius: 0.625em;
  margin: 2.375em auto 0;
  width: 30em;
  overflow: hidden;
}
#kv .text {
  margin-top: 1.5625em;
  margin-left: 12.5em;
}
#kv .text .size {
  font-size: 1.25em;
}
#kv .text .note {
  font-size: 0.75em;
  margin-top: 1em;
}
@media screen and (max-width: 767.9px) {
  #kv {
    background-image: url(../img/cp02/kv_bg-sp.webp);
    overflow: hidden;
  }
  #kv > .inner {
    padding-top: 1.6666666667em;
    min-height: 76.8em;
  }
  #kv .lead {
    width: 22.9333333333em;
  }
  #kv .title {
    margin-top: 1.9em;
    margin-left: 1.8333333333em;
    width: 21.9333333333em;
  }
  #kv .items {
    margin-top: 1.5333333333em;
    margin-left: 0;
    width: auto;
  }
  #kv .detail {
    margin-top: 2.6666666667em;
    margin-left: 1.8333333333em;
    width: 21.5em;
  }
  #kv .image {
    border-radius: 0.3333333333em;
    margin-top: 2.3333333333em;
    margin-left: 1.8333333333em;
    width: 21.3333333333em;
  }
  #kv .text {
    margin-top: 1.0666666667em;
    margin-left: 1.8333333333em;
  }
  #kv .text .size {
    font-size: 0.7333333333em;
  }
  #kv .text .note {
    font-size: 0.6em;
  }
}

/* ----------------------------
 items_slider
------------------------------*/
@media screen and (max-width: 767.9px) {
  #items_slider {
    margin: 0 -15.6em;
    width: 56.2em;
    overflow: visible;
  }
  #items_slider .swiper-slide img {
    border-radius: 0.3666666667em;
    margin: 0 auto;
    width: 15.4em;
    box-shadow: 0.1666666667em 0.3666666667em 1.1666666667em 0px rgba(0, 0, 0, 0.67);
  }
  #items_slider .swiper-button-prev, #items_slider .swiper-button-next {
    font-size: 1em;
    border: none;
    padding: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    filter: drop-shadow(5px 5px 6px rgba(56, 9, 15, 0.4));
  }
  #items_slider .swiper-button-prev::after, #items_slider .swiper-button-next::after {
    content: "";
    background: url(../img/cp02/item_slider_arrow.png);
    background-size: contain;
    width: 1.7em;
    aspect-ratio: 51/107;
  }
  #items_slider .swiper-button-prev {
    left: 2.2333333333em;
    left: auto;
    right: calc(50% + 8.5em);
  }
  #items_slider .swiper-button-prev::after {
    transform: scale(-1, 1);
  }
  #items_slider .swiper-button-next {
    right: 2.2333333333em;
    right: auto;
    left: calc(50% + 8.5em);
  }
  #thumbs_slider {
    margin-top: 1.6em;
  }
  #thumbs_slider .swiper-wrapper {
    justify-content: center;
    -moz-column-gap: 1.1666666667em;
         column-gap: 1.1666666667em;
  }
  #thumbs_slider .swiper-slide {
    width: 3.3em !important;
    transition: filter 0.4s ease;
  }
  #thumbs_slider .swiper-slide-thumb-active {
    filter: brightness(50%);
  }
}
/* ------------------------------------------------
 about
------------------------------------------------ */
#about {
  background-image: url(../img/cp02/info_bg.webp);
  background-size: cover;
}
#about > .inner {
  padding-top: 14.375em;
  min-height: 79.75em;
}
#about .info {
  margin: 0 auto;
  width: 30.625em;
}
@media screen and (max-width: 767.9px) {
  #about {
    background-image: url(../img/cp02/info_bg-sp.webp);
  }
  #about > .inner {
    padding-top: 6.5333333333em;
    min-height: 45em;
  }
  #about .info {
    width: 18.2em;
  }
}

/* ------------------------------------------------
contact
------------------------------------------------ */
#contact .sbody {
  margin-top: 2.1875em;
}
@media screen and (max-width: 767.9px) {
  #contact .sbody {
    margin-top: 1.6666666667em;
  }
}