@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");
@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: #ffffff;
  --c-bg_sec: #ffffff;
  --c-accent: #35447C;
  --c-line: #E6E7E8;
  --c-btn: #C9D7EB;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--c-txt);
  font-size: 3.4666666667vw;
}
@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 {
  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 !important;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  header p .text {
    font-size: 14px !important;
  }
}
header .attention {
  width: 80%;
  margin: 0 auto;
  padding: 0vw 0vw 21.3333333333vw;
  font-weight: 700;
  color: red;
}
@media screen and (min-width: 1000px) {
  header .attention {
    padding: 0 80px 80px;
  }
}
header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65.3333333333vw;
}
@media screen and (min-width: 1000px) {
  header .title {
    width: 35.15625vw;
    max-width: 500px;
  }
}
header .mv__img {
  position: relative;
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  header .mv__img {
    margin-bottom: 40px;
  }
}

.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;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  section {
    padding-bottom: 9.375vw;
  }
}

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

h2, .js-summary {
  margin: 0 auto 5.3333333333vw;
  color: var(--c-accent);
  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;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  h2, .js-summary {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: start;
  }
}
h2 span, .js-summary span {
  display: inline-block;
  transform: translateY(-1.3px);
}

.item-list > div {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .item-list > div {
    width: 886px;
  }
}
.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.08em;
  line-height: 1;
  color: var(--c-txt);
  font-weight: 400;
  font-size: 3.2vw;
}
@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: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  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);
  opacity: 0.6;
  color: var(--c-bg_main);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0;
  font-size: 3.2vw;
  text-align: center !important;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .item-list__btn {
    margin: 0;
    width: 125px;
    height: 32px;
    padding: 9px;
    font-size: 12px;
    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;
}

.styling-item__btn {
  display: block;
  width: 21.8666666667vw;
  padding: 1.6vw;
  border: 1px solid var(--c-txt);
  color: 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) {
  .styling-item__btn {
    width: 82px;
    padding: 6px;
    font-size: 12px;
  }
}

.item-list__main {
  display: block;
}
@media screen and (min-width: 1000px) {
  .item-list__main {
    display: flex;
    align-items: flex-end;
    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: 381px;
  }
}

.main-item li {
  margin-bottom: 18px;
}
.main-item li div {
  margin-bottom: 4.8vw;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .main-item li div {
    margin-bottom: 0;
    text-align: start;
    font-size: 14px;
  }
}

.main-item li:last-child {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .main-item li:last-child {
    margin-bottom: 50px;
  }
}

summary {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 6.4vw;
  padding: 0 0 0.2666666667vw 3.7333333333vw;
  border-bottom: 1px solid var(--c-accent);
  font-size: 3.0666666667vw;
  list-style: none;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1000px) {
  summary {
    margin-bottom: 27px;
    padding: 0 0 2px 17px;
    font-size: 14px;
  }
}
summary::-webkit-details-marker {
  display: none;
}
summary::before, summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.48vw;
  width: 1.8666666667vw;
  height: 1px;
  background: var(--c-accent);
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  summary::before, summary::after {
    height: 1px;
    top: 6px;
    width: 10px;
  }
}
summary::after {
  transform: rotate(90deg);
}

details.is-opened summary {
  opacity: 0.5;
}
details.is-opened summary::before {
  opacity: 0;
}
details.is-opened summary::after {
  transform: rotate(180deg);
}

.js-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.link__none {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.2vw !important;
  font-weight: 400;
  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 !important;
  }
}

.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;
  border-top: solid 1px var(--c-line);
}

.c-video {
  position: relative;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .c-video {
    margin-bottom: 0;
  }
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 178vw;
  padding-top: 56.25%;
}
@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__frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
.c-video iframe {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -71px;
  left: 0;
  width: 100vw;
  height: calc(100% + 140px);
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    margin: 0 auto;
    width: 434px;
    height: 772px;
  }
}

/* --------------------
	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: 40px;
}

.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;
  padding: 26.6666666667vw 0 14.9333333333vw;
  color: var(--c-txt);
  background-image: url(../img/all-bg_sp.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  color: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  aside {
    padding: 150px 0 150px;
    background-image: url(../img/allitem.jpg);
    background-position: right 45%;
    font-size: 14px;
  }
}
aside p {
  text-align: center;
  margin-bottom: 2.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  aside p {
    margin-bottom: 15px;
  }
}

.aside__btn {
  width: 84vw;
  margin: 0 auto 8vw;
  width: 84vw;
  text-align: center;
  border: 1px solid var(--c-bg_main);
  line-height: 12.2666666667vw;
  font-size: 3.7333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    width: 470px;
    line-height: 55px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.aside__btn a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .aside__btn:hover {
    opacity: 0.5;
  }
}

/* --------------------
		footer
-------------------- */
footer {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  padding: 21.3333333333vw 8%;
  background-color: var(--c-txt);
  color: var(--c-bg_main);
  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-bg_main);
  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 {
    opacity: 0.5;
  }
}
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-bg_main);
}
@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-bg_main);
}
.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;
}

.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=251219_kbf_demim_style.css.map */