/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/mwc6bmv.css");
@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: #333;
  --c-bg: #f2f2f2;
  --c-number: #222;
  --c-white: #fff;
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  background-color: var(--c-bg);
  color: var(--c-txt);
}
#contents img {
  width: 100%;
  height: auto;
}
#contents p {
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  #contents p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  #contents {
    display: flex;
  }
}

header {
  position: relative;
}
@media screen and (min-width: 1000px) {
  header {
    width: 50%;
  }
}
header h1 {
  position: relative;
  width: 100%;
  height: 133.3333333333vw;
  background: url(../img/img_kv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1000px) {
  header h1 {
    position: fixed;
    width: 50%;
    height: 100vh;
    background: url(../img/img_kv.jpg) center;
    background-size: cover;
  }
}
header .brand-logo {
  position: absolute;
  left: 45%;
  bottom: 5.3333333333vw;
  width: 10.6666666667vw;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1000px) {
  header .brand-logo {
    width: 4.296875vw;
    left: 46%;
    bottom: 20px;
  }
}
header .ttl {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 84.8vw;
  padding-top: 7.2vw;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1000px) {
  header .ttl {
    width: 37.5vw;
    padding-top: 0;
    margin-top: 6px;
    top: 50%;
  }
}

@media screen and (min-width: 1000px) {
  #wrapper {
    width: calc(50% - 0px);
  }
}
#wrapper > section {
  padding: 26.6666666667vw 8%;
}
@media screen and (min-width: 1000px) {
  #wrapper > section {
    padding: 120px 8%;
  }
}
#wrapper .inner {
  margin-top: 40px;
}
#wrapper a {
  transition: 0.3s;
}
#wrapper .lead {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #wrapper .lead {
    padding-top: 100px;
    margin: 0 auto;
    max-width: 600px;
  }
}
#wrapper .lead .animation {
  transition-delay: 0.4s;
}
#wrapper .lead__txt p {
  text-align: start !important;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #wrapper .lead__txt p {
    font-size: 13px;
    text-align: center !important;
  }
}
#wrapper .main {
  padding: 80px 8%;
}
@media screen and (min-width: 1000px) {
  #wrapper .main {
    max-width: 600px;
    margin: 0 auto 100px;
  }
}
#wrapper .main section:not(:last-child) {
  padding-bottom: 100px;
}
#wrapper .main h2 {
  position: absolute;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  z-index: 10;
  width: 32.8vw;
  filter: drop-shadow(0px 0px 30px rgba(108, 108, 108, 0.6));
}
@media screen and (min-width: 1000px) {
  #wrapper .main h2 {
    top: 30px;
    left: 30px;
    z-index: 10;
    width: 164px;
  }
}
#wrapper .main section {
  position: relative;
}
#wrapper .swiper {
  position: relative;
  margin-bottom: 15px;
}
#wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#wrapper .swiper-pagination {
  display: flex;
  position: absolute;
  width: auto;
  left: auto !important;
  right: 3.7333333333vw;
  bottom: 3.7333333333vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #wrapper .swiper-pagination {
    right: 15px;
    bottom: 15px;
    gap: 12px;
  }
}
#wrapper .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 !important;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  #wrapper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
#wrapper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.styling-text {
  margin-bottom: 16vw;
  padding: 6.6666666667vw;
  background-color: var(--c-white);
  text-align: start;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .styling-text {
    padding: 25px;
    margin-bottom: 60px;
    font-size: 13px;
  }
}
.styling-text p {
  line-height: 1.8 !important;
  letter-spacing: 0.08em;
}

.product {
  margin: 0 -8vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1000px) {
  .product {
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
  }
}
.product ul {
  display: flex;
  margin-left: 8%;
}
@media screen and (min-width: 1000px) {
  .product ul {
    margin-left: 0;
  }
}
.product ul li {
  width: 38.6vw;
  min-width: 38.6vw;
  padding-right: 20px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.product ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
.product ul li:hover a {
  opacity: 0.7;
  transform: translateY(5px);
}
@media screen and (min-width: 1000px) {
  .product ul li {
    width: 15.625vw;
    min-width: 200px;
  }
}
.product .product-data {
  margin-top: 15px;
}
.product .product-data p {
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .product .product-data p {
    font-size: 15px;
  }
}
.product .product-data__name {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.25;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  .product .product-data__name {
    font-size: 15px !important;
    font-weight: 400;
  }
}
.product .product-data__price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .product .product-data__price {
    font-size: 15px !important;
  }
}
.product .product-data__price span {
  margin-left: 0.3em;
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .product .product-data__price span {
    font-size: 10px !important;
  }
}

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

.sec-movie {
  padding-top: 5.3333333333vw !important;
  padding-bottom: 0vw !important;
}
@media screen and (min-width: 1000px) {
  .sec-movie {
    padding-top: 0 !important;
    padding-bottom: 35px !important;
  }
}
.sec-movie .sec__ttl {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.25;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 3;
}
@media screen and (min-width: 1000px) {
  .sec-movie .sec__ttl {
    font-size: 20px;
  }
}

.c-video {
  position: relative;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .c-video {
    margin-bottom: 0;
  }
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 83.7333333333vw;
  height: 148.5706666667vw;
  padding-top: 56.25%;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  .c-video__frame {
    margin: 0 auto;
    padding-top: 0;
    width: 431px;
    height: 771px;
  }
}
.c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video iframe {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -71px;
  left: 0;
  width: 84vw;
  height: calc(100% + 140px);
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    margin: 0 auto;
    width: 434px;
    height: 772px;
    top: 0;
  }
}

aside {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-weight: 400;
}
aside .all-items {
  margin-bottom: 21.3333333333vw;
}
@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: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  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;
  line-height: 17.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  aside .all-items a {
    padding: 21px auto;
    width: 434px;
    font-size: 16px;
    line-height: 65px;
  }
  aside .all-items a:hover {
    background-color: #C6C7C5;
    border-radius: 10px;
    transform: translateY(5px);
  }
}
aside .staff-styling {
  position: relative;
  margin: 0 auto 26.6666666667vw;
  width: 84vw;
  color: var(--c-white);
  font-size: 4.8vw;
}
@media screen and (min-width: 1000px) {
  aside .staff-styling {
    margin: 0 auto 120px;
    width: 434px;
    font-size: 22px;
    transition: all 0.3s ease;
  }
  aside .staff-styling:hover {
    filter: brightness(70%);
    transform: translateY(5px);
  }
  aside .staff-styling:hover a {
    opacity: 0.5;
    transition: all 0.3s ease;
  }
}
aside .staff-styling div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 26px rgba(89, 89, 89, 0.6));
}
aside .staff-styling img {
  border-radius: 10px;
}

footer {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.25;
  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: 434px;
    line-height: 55px;
    font-size: 16px;
  }
  footer .label-top:hover {
    background-color: var(--c-white);
    border-radius: 10px;
    color: var(--c-txt);
    transform: translateY(5px);
  }
}
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;
  }
}
footer__inner {
  display: flex;
  margin: 0 auto;
  border-left: solid 1px var(--c-txt);
}
footer__inner a:first-child {
  width: 7.7333333333vw;
  margin-left: 7.4666666667vw;
  margin-right: 4.8vw;
}
@media screen and (min-width: 1000px) {
  footer__inner a:first-child {
    width: 29px;
    margin-left: 28px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1000px) {
  footer__inner a:first-child:hover {
    transform: translateY(5px);
  }
}
footer__inner a:last-child {
  width: 11.2vw;
}
@media screen and (min-width: 1000px) {
  footer__inner a:last-child {
    width: 42px;
  }
}
@media screen and (min-width: 1000px) {
  footer__inner a:last-child:hover {
    transform: translateY(5px);
  }
}

.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;
}
@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 {
    transform: translateY(5px);
  }
}
.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 {
    transform: translateY(5px);
  }
}

.footer__logo {
  width: min(120px, 32vw);
  margin: 0 auto min(16px, 4.2666666667vw);
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}

.footer__copyright {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.25;
  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
-------------------- */
#contents #wrapper section.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}

#contents #wrapper section.animation.active {
  opacity: 1;
  transform: translateY(0);
}

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

.swiper::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;
}

.swiper.animate-blur::after {
  -webkit-animation: blur 1.2s ease-in-out forwards;
          animation: blur 1.2s 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;
  }
}
h1::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;
}

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