@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://use.typekit.net/mwc6bmv.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #080808;
  --c-white: #ffffff;
  --c-bg: #EFEEE8;
  --c-accent: #886C51;
  --c-line: #E6E7E8;
  --c-none: #D2D2D2;
}
body{
  overflow-x: hidden;
}
/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--c-txt);
  background: var(--c-bg);
  font-size: 3.4666666667vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 1.4rem;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.3s;
  cursor: pointer;
}

/* --------------------
	header
-------------------- */
header {
  padding: 0vw 0vw 0vw;
}
@media screen and (min-width: 1000px) {
  header {
    padding-bottom: 80px;
  }
}
header p {
  width: 80%;
  margin: 0 auto;
  padding: 0vw 0vw 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  header p {
    padding: 80px 80px 60px;
  }
}
header p .text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  header p .text {
    font-size: 14px;
  }
}
header .mv__img {
  position: relative;
  margin-bottom: 16vw;
  display: block;
}
@media screen and (min-width: 1000px) {
  header .mv__img {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  header .mv__img div {
    width: 50%;
  }
}
header .title {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 69.3333333333vw;
}
@media screen and (min-width: 1000px) {
  header .title {
    position: static;
    width: min(500px, 35.15625vw);
    margin: 0 auto;
  }
}

.marker {
  background-size: 0 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#efdde1, #efdde1);
}

.marker.active {
  background-size: 100% 90%;
}

.marker.--short {
  transition: 3s;
}

/* --------------------
	section
-------------------- */
section {
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  section {
    padding-bottom: 9.375vw;
  }
}

#sec-05 {
  border-bottom: solid 1px var(--c-accent);
}
@media screen and (min-width: 1000px) {
  #sec-05 {
    border-bottom: none;
  }
}

.styling {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .styling {
    margin-bottom: 9.375vw;
  }
}

h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 15.2vw 2.6666666667vw;
  color: var(--c-accent);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  h2 {
    margin: 0 auto 107px;
    text-align: start;
  }
}
h2 .h2__left {
  font-size: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  border-right: solid 1px var(--c-accent);
}
@media screen and (min-width: 1000px) {
  h2 .h2__left {
    font-size: 1.2rem;
    padding-right: 10px;
    border-right: solid 1px var(--c-accent);
  }
}
h2 .h2__right {
  font-size: 4.5333333333vw;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  h2 .h2__right {
    font-size: 1.7rem;
    padding-left: 10px;
  }
}

.item-list > div {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .item-list > div {
    width: 900px;
  }
}
.item-list > div:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.item-list a {
  display: block;
  letter-spacing: 0.07em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list a {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    font-size: 14px;
  }
}
.item-list a:hover {
  opacity: 0.6;
  transform: translateY(3px);
}
.item-list a span {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: -height;
  color: var(--c-txt);
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .item-list a span {
    font-size: 14px;
  }
}
.item-list a .main-item__name {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 5.3333333333vw;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .item-list a .main-item__name {
    margin-bottom: 0;
    text-align: start;
    font-size: 13px;
  }
}
.item-list li:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.item-list__btn {
  display: block;
  width: 26.6666666667vw;
  height: 7.4666666667vw;
  padding: 2.1333333333vw;
  margin: 2.6666666667vw auto 0;
  background-color: var(--c-txt);
  color: var(--c-white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0;
  font-size: 2.6666666667vw !important;
  font-weight: 500 !important;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1 !important;
}
@media screen and (min-width: 1000px) {
  .item-list__btn {
    margin: 0;
    width: 125px;
    height: 32px;
    padding: 9px;
    font-size: 12px !important;
    letter-spacing: 0.08em;
  }
}

.item-list__other ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-list__other h2 {
  text-align: start;
  margin-bottom: 4vw;
}

.item-list__main {
  display: block;
}
@media screen and (min-width: 1000px) {
  .item-list__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.item-list__main__img {
  width: 78.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .item-list__main__img {
    margin-bottom: 0;
    width: 454px;
  }
}
.item-list__main__credit {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .item-list__main__credit {
    width: 400px;
  }
}

.main-item li:last-child {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .main-item li:last-child {
    margin-top: 20px;
  }
}

.sec__ttl {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 16vw auto 26.6666666667vw;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec__ttl {
    margin: 4.6875vw auto 4.6875vw;
    font-size: clamp(18px, 1.40625vw, 18px);
    font-weight: 400;
  }
}

.sec-movie {
  padding-bottom: 0;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .sec-movie {
    width: 600px;
    margin: 0 auto 80px;
  }
}

/* --------------------
	Youtube
-------------------- */
.c-video {
  position: relative;
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 1000px) {
  .c-video__frame {
    margin: 0 auto;
    padding-top: 0;
    width: 434px;
    height: 772px;
  }
}
.c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.003);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: auto;
  visibility: hidden;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    margin: 0 auto;
    width: 434px;
    height: 772px;
  }
}

.staff {
  background-color: var(--c-bg);
}
.staff h3 {
  text-align: center;
  color: var(--c-accent);
  font-weight: 500;
  font-size: 5.3333333333vw;
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 1000px) {
  .staff h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.staff__wrap {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  padding: 21.3333333333vw 0;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .staff__wrap {
    padding: 4.6875vw 0 7.8125vw;
    width: 600px;
    border-top: solid 1px var(--c-accent);
  }
}
.staff__wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 4.2666666667vw;
  font-size: 3.2vw;
  text-align: center !important;
  color: var(--c-accent);
}
@media screen and (min-width: 1000px) {
  .staff__wrap p {
    margin-bottom: 24px;
    font-size: 13px;
  }
}
.staff__wrap .triangle {
  margin: 0 auto;
  margin-bottom: 6.4vw;
  width: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .staff__wrap .triangle {
    width: 12px;
    margin-bottom: 24px;
  }
}

.staff-img__btn {
  position: relative;
  overflow: hidden;
  width: 84vw;
  height: 40vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .staff-img__btn {
    width: 100%;
    height: 290px;
    font-size: 19px;
  }
}
.staff-img__btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: color 0.5s ease;
  font-weight: 500;
  line-height: 40vw;
  filter: drop-shadow(0px 0px 26px rgba(54, 53, 53, 0.7));
}
@media screen and (min-width: 1000px) {
  .staff-img__btn a {
    line-height: 290px;
    height: 360px;
  }
}

.staff-img__btn::before {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  content: "#kbfautumnmood";
  text-decoration: underline;
  color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: url(../img/staff.webp) no-repeat center/cover;
  transition: transform 0.8s ease-in-out;
}

.staff-img__btn:hover::before {
  transform: scale(1.05);
}

/* --------------------
	slick.js
-------------------- */
.slider {
  position: relative;
}

.dots-class {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 40px;
}

.dots-class li button {
  display: none;
}

.dots-class li {
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin-right: 5.3333333333vw;
  border-radius: 50%;
  background-color: var(--c-none);
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.dots-class li:last-child {
  margin-right: 0;
}
.dots-class li.slick-active {
  background-color: var(--c-accent);
}

/* --------------------
	aside
-------------------- */
aside {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  padding: 80vw 0 93.3333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08rem;
  background-image: url(../img/footer-img-sp.webp);
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  aside {
    padding: 240px 0;
    background-position: 50%;
    background-image: url(../img/footer-img-pc.webp);
    background-size: cover;
  }
}
aside .aside__inner {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 84vw;
}
@media screen and (min-width: 1000px) {
  aside .aside__inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 375px;
  }
}
aside p {
  text-align: center;
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  aside p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
aside .btn {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  aside .btn {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-size: 16px;
    text-align: center;
  }
}
aside .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8vw 15.2vw;
  margin: 0 auto 10.6666666667vw;
  border: solid 1px var(--c-white);
  color: var(--c-white);
  font-size: 4vw;
  width: 84vw;
  height: 18.6666666667vw;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  aside .btn a {
    margin: 0 auto 30px;
    padding: 25px 57px;
    width: 375px;
    height: 73px;
    font-size: 16px;
    text-align: center;
  }
}
aside .btn a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  aside .btn a div {
    width: 375px;
    font-size: 1.8rem;
  }
}
aside .btn a span {
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  aside .btn a span {
    font-size: 11px;
    text-align: center;
  }
}
aside .btn a:hover {
  transform: translateY(3px);
}
aside .btn a:hover .arrow {
  right: -10px;
}
aside .btn .arrow {
  position: absolute;
  top: 6.9333333333vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2666666667vw;
  margin-right: 6.9333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  aside .btn .arrow {
    top: 26px;
    right: 0;
    width: 17px;
    margin-right: 27px;
  }
}

.sns__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex {
    width: 308px;
    margin: 0 auto;
  }
}
.sns__flex__follow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  color: var(--c-white);
}
.sns__flex__follow p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 2.1333333333vw;
  line-height: 1 !important;
  font-size: 4.2666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .sns__flex__follow p {
    margin-right: 0;
    font-size: 1.8rem !important;
  }
}
.sns__flex__follow div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.6666666667vw;
  color: var(--c-white);
  width: 2.4vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex__follow div {
    margin-top: 2px;
    margin-left: 20px;
    width: 9px;
  }
}
.sns__flex__inner {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner {
    margin: 0 auto 0 25px;
  }
}
.sns__flex__inner a:first-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 7.7333333333vw;
  margin-left: 4.8vw;
  margin-right: 4.8vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner a:first-child {
    width: 29px;
    margin-left: 0px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner a:first-child:hover {
    opacity: 0.5;
  }
}
.sns__flex__inner a:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.2vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner a:last-child {
    width: 42px;
  }
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner a:last-child:hover {
    opacity: 0.6;
  }
}

/* --------------------
	footer
-------------------- */
footer {
  background-color: var(--c-txt);
  padding: 56px 0;
}
footer .footer__logo {
  width: min(114px, 32vw);
  margin: 0 auto min(16px, 4.2666666667vw);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  footer .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer__logo:hover {
    opacity: 0.5;
  }
}
footer .footer__copyright {
  text-align: center;
  color: var(--c-white);
  letter-spacing: 0.08em;
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 1000px) {
  footer .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}
.fadein.active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-animation: blur 1.5s ease-in-out forwards;
          animation: blur 1.5s ease-in-out forwards;
}

@-webkit-keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

@keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}

.slider.animate-blur::after {
  -webkit-animation: blur 1s ease-in-out forwards;
          animation: blur 1s ease-in-out forwards;
}

@keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
/*# sourceMappingURL=260818_kbf_autumn-collection_style.css.map */