@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/mwc6bmv.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@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-bg_main: #EFEAE4;
  --c-accent: #C7A756;
  --c-btn: #E3C77F;
  --c-white: #ffffff;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--c-txt);
  font-size: 3.4666666667vw;
  background: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 14px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.3s;
  cursor: pointer;
}

/* --------------------
	header
-------------------- */
header {
  padding: 0vw 0vw 0vw;
  background: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  header {
    padding-bottom: 80px;
  }
}
header p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 80%;
  margin: 0 auto;
  padding: 0vw 0vw 16vw;
  line-height: 1.9;
}
@media screen and (min-width: 1000px) {
  header p {
    padding: 80px 80px 80px;
    line-height: 1.9;
  }
}
header p .text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  header p .text {
    font-size: clamp(14px, 1.09375vw, 14px);
  }
}
header p .text span {
  display: inline-block;
  transform: translateY(-1.2px);
}
header .title {
  position: absolute;
  top: 13.3333333333vw;
  left: 9.3333333333vw;
  width: 40vw;
}
@media screen and (min-width: 1000px) {
  header .title {
    top: 7.34375vw;
    left: 8.515625vw;
    width: 24.0625vw;
    max-width: 308px;
  }
}
header .mv__img {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header .mv__img {
    margin-bottom: 20px;
  }
}

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

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

h2 {
  margin: 0 auto 3.7333333333vw;
  color: var(--c-accent);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  h2 {
    margin-bottom: 13px;
  }
}
h2 span {
  display: inline-block;
  transform: translateY(-1.3px);
}

.item-list > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .item-list > div {
    width: 450px;
  }
}
.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: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.07em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list a {
    font-size: 14px;
  }
}
.item-list a:hover .item-list__btn {
  border: 1px solid var(--c-btn);
  background-color: var(--c-btn);
}
.item-list a span {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--c-txt);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list a span {
    font-size: 14px;
  }
}
.item-list a .shortening {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
  font-size: 3.4666666667vw;
}
.item-list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.item-list__btn {
  display: block;
  width: 24vw;
  padding: 1.6vw;
  border: 1px solid var(--c-txt);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.2vw;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .item-list__btn {
    width: 82px;
    padding: 6px;
    font-size: 14px;
  }
}

.recommend__link__none {
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.4;
}

.link__none {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.2vw;
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.4;
  padding: 1.6vw 0 1.6vw;
}
@media screen and (min-width: 1000px) {
  .link__none {
    padding: 6px 0 6px;
    font-size: 12px;
  }
}

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

.sec-movie {
  padding-bottom: 0;
  border-top: solid 1px var(--c-white);
}

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

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

.dots-class::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: -1;
}

.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-bg_main);
  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;
  letter-spacing: 0.08em;
  border-top: solid 1px var(--c-white);
  padding-top: 16vw;
}
@media screen and (min-width: 1000px) {
  aside {
    padding-top: 80px;
  }
}
aside .all-items {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .all-items {
    margin-bottom: 80px;
  }
}
aside .all-items p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2vw;
  text-align: center !important;
  line-height: 3 !important;
}
@media screen and (min-width: 1000px) {
  aside .all-items p {
    font-size: 13px;
  }
}
aside .all-items a {
  display: block;
  margin: 0 auto;
  width: 84vw;
  background-color: var(--c-white);
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 13.3333333333vw;
  text-align: center;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  aside .all-items a {
    padding: 21px auto;
    width: 470px;
    font-size: 16px;
    line-height: 65px;
  }
  aside .all-items a:hover {
    background-color: var(--c-btn);
  }
}

.aside__wrap {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 84vw;
  margin: 0 auto 21.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    margin-bottom: 100px;
    width: 470px;
  }
}
.aside__wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2vw;
  text-align: center !important;
  line-height: 3 !important;
}
@media screen and (min-width: 1000px) {
  .aside__wrap p {
    font-size: 13px;
  }
}

.aside__btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 51.7333333333vw;
  margin: 0 auto;
  text-align: center;
  font-size: 5.86667vw;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    font-size: 23px;
    height: 290px;
  }
}

.aside__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/special/251107_kbf_recommend/common/img/staff-styling.jpg) no-repeat center/cover;
  transition: transform 0.8s ease-in-out;
}

.aside__btn:hover::before {
  transform: scale(1.05);
}

.aside__btn a {
  position: relative;
  display: block;
  color: #fff;
  transition: color 0.5s ease;
  font-weight: 500;
  line-height: 51.7333333333vw;
  filter: drop-shadow(0px 0px 26px rgba(54, 53, 53, 0.7));
}
@media screen and (min-width: 1000px) {
  .aside__btn a {
    line-height: 290px;
    height: 360px;
  }
}

footer {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  padding: 21.3333333333vw 8%;
  background-color: var(--c-txt);
  color: var(--c-white);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  footer {
    padding: 80px 8%;
  }
}
footer img {
  width: 100%;
  height: auto;
}
footer .label-top {
  margin-bottom: 4.5333333333vw;
  width: 84vw;
  text-align: center;
  border: 1px solid var(--c-white);
  line-height: 12.2666666667vw;
  font-size: 3.7333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  footer .label-top {
    margin: 0 auto 30px;
    width: 470px;
    line-height: 55px;
    font-size: 16px;
  }
  footer .label-top:hover {
    border: 1px solid var(--c-btn);
    background-color: var(--c-btn);
    color: var(--c-txt);
  }
}
footer .label-top a {
  display: block;
  transition: all 0.3s ease;
}
footer p {
  padding-right: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  footer p {
    padding-right: 28px;
    font-size: 16px !important;
  }
}

.sns__flex {
  display: flex;
  width: 66.1333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex {
    width: 260px;
    margin: 0 auto 60px;
  }
}
.sns__flex p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7.4666666667vw;
  font-size: 3.7333333333vw;
  color: var(--c-wht);
}
@media screen and (min-width: 1000px) {
  .sns__flex p {
    padding-right: 28px;
  }
}
.sns__flex__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-left: solid 1px var(--c-white);
}
.sns__flex__inner a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.7333333333vw;
  margin-left: 7.4666666667vw;
  margin-right: 4.8vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex__inner a:first-child {
    width: 29px;
    margin-left: 28px;
    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.5;
  }
}

.footer__logo {
  width: min(120px, 32vw);
  margin: 0 auto min(16px, 4.2666666667vw);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 1000px) {
  .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;
}

.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=251107_kbf_recommend_style.css.map */