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

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

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

:root {
  --c-txt: #000;
  --c-line: #DBE3E5;
  --c-type-not: #CED6D5;
  --c-white: #fff;
  --c-bg-category: #DFE6DE;
  --c-bg-other: #f2f2f2;
  --c-bg-footer: #000;
  --c-bg: #EDE8DC;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 0.3s;
}

.fadein.fadein-active {
  opacity: 1 !important;
  visibility: visible;
}

/* スケール */
.img__scale {
  overflow: hidden;
}

.img__scale img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.02);
  transition: transform 3s ease-in-out;
}

.img__scale-active img {
  transform: scale(1);
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
  background-color: var(--c-bg);
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  #contents p {
    font-size: 1.2rem;
  }
}
#contents img {
  width: 100%;
  height: auto;
}

h2 {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.35em;
  line-height: 1;
  text-align: center;
  line-height: 1.2;
}

header {
  position: relative;
  width: 100%;
}
header p {
  width: 74.6666666667vw;
  margin: 0 auto 19.2vw;
}
@media screen and (min-width: 1025px) {
  header p {
    width: 600px;
    margin: 0 auto 96px;
    text-align: center;
  }
}

main {
  margin-bottom: 12.8vw;
}
@media screen and (min-width: 1025px) {
  main {
    margin-bottom: 64px;
  }
}

.title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65.3333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .title {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(408px, 31.875vw);
  }
}
.title__logo {
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .title__logo {
    margin-bottom: min(64px, 3.125vw);
  }
}
.title__text {
  font-size: 3.2vw;
  margin-bottom: 0;
  text-align: center;
  color: var(--c-white);
}
@media screen and (min-width: 1025px) {
  .title__text {
    margin-bottom: min(10px, 0.78125vw);
    font-size: 12px;
  }
}
.title .scroll {
  text-align: center;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.title .scroll__icon {
  display: inline-block;
  -webkit-animation: scrollMove 1.5s infinite;
          animation: scrollMove 1.5s infinite;
  width: 2.4vw;
  color: var(--c-white);
  margin-left: 31.2vw;
}
@media screen and (min-width: 1025px) {
  .title .scroll__icon {
    width: 9px;
    margin-left: min(199px, 15.546875vw);
  }
}
@-webkit-keyframes scrollMove {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}
@keyframes scrollMove {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}

.video-container {
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .video-container {
    margin-bottom: 96px;
  }
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.video-container video::-webkit-media-controls {
  display: none !important;
}

/* ナビゲーション全体のスタイルリセットと基本設定 */
.nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  list-style: none;
  padding: 0;
  margin: 0 auto 14.9333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .nav {
    grid-template-columns: repeat(3, 1fr);
    width: 900px;
    margin: 0 auto;
  }
}
.nav li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav li a:hover {
  opacity: 0.6;
}
.nav li img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav li div {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: -spacing;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--c-white);
}
@media screen and (min-width: 1025px) {
  .nav li div {
    font-size: 2rem;
  }
}

section {
  position: relative;
  background: var(--c-bg);
}
@media screen and (min-width: 1025px) {
  section {
    height: 120vh;
  }
}
@media screen and (max-width: 1024px) {
  section {
    height: auto !important;
  }
}

.styling-section {
  width: 100%;
  position: relative;
  height: 100vh;
  padding-top: 12.8vw;
}
@media screen and (min-width: 1025px) {
  .styling-section {
    display: flex;
    justify-content: center;
    height: 200vh;
    padding-top: 0;
  }
}
.styling-section .decoration {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: -spacing;
  line-height: 6.1333333333vw;
  width: 33.6vw;
  text-align: center;
  border: solid 1px var(--c-txt);
  border-radius: 3.4666666667vw;
  margin: 0 auto 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .styling-section .decoration {
    font-size: 1.2rem;
    margin-bottom: 11px;
    line-height: 23px;
    width: 126px;
  }
}
.styling-section .triangle {
  width: 2.9333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .styling-section .triangle {
    width: 11px;
    margin: 0 auto 16px;
  }
}
.styling-section .num {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 9.6vw;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 8.5333333333vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .styling-section .num {
    margin-bottom: 48px;
    font-size: 3.6rem;
  }
}
.styling-section p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: -weight;
  letter-spacing: -spacing;
  line-height: -height;
  width: 100%;
  margin: 0 auto 12.8vw;
}
@media screen and (min-width: 1025px) {
  .styling-section p {
    width: 320px;
    margin: 0 auto 64px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  #sec_02, #sec_04 {
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 1025px) {
  .image-box {
    padding-top: 120px;
    margin-right: auto;
  }
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12.8vw 8vw 14.9333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .sticky-content {
    padding: 40px;
    height: 100vh;
  }
}
.sticky-content__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82.6666666667vw;
  transition-duration: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product {
    width: 320px;
    margin: 0 auto;
  }
}
.sticky-content__product .product-img {
  width: 33.3333333333vw;
  margin-right: 6.4vw;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product .product-img {
    width: 130px;
    margin-right: 0;
  }
}
.sticky-content__product .product-text__month {
  font-size: 2.6666666667vw;
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product .product-text__month {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}
.sticky-content__product .product-text__name {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product .product-text__name {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.sticky-content__product .product-text__price {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: -spacing;
  line-height: 1.8;
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product .product-text__price {
    margin-bottom: 11px;
    font-size: 1.2rem;
  }
}
.sticky-content__product .product-text__btn {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 600;
  letter-spacing: -spacing;
  line-height: 1;
  color: var(--c-white);
  background: var(--c-txt);
  width: 41.3333333333vw;
  text-align: center;
  padding: 2.9333333333vw 0;
}
@media screen and (min-width: 1025px) {
  .sticky-content__product .product-text__btn {
    font-size: 1.1rem;
    width: 155px;
    padding: 11px 0;
  }
}
.sticky-content__product:hover {
  opacity: 0.6;
  transform: translateY(3px);
}

#sec_01 .product-img {
  width: 34.6666666667vw;
  margin-right: 6.4vw;
}
@media screen and (min-width: 1025px) {
  #sec_01 .product-img {
    width: 143px;
    margin-right: 0;
  }
}

#sec_02 .product-img {
  width: 36vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #sec_02 .product-img {
    width: 145px;
    margin-right: 0;
  }
}

#sec_03 .product-img {
  width: 33.3333333333vw;
  margin-right: 6.4vw;
}
@media screen and (min-width: 1025px) {
  #sec_03 .product-img {
    width: 137px;
    margin-right: 0;
  }
}

#sec_04 .product-img {
  width: 34.6666666667vw;
  margin-right: 6.4vw;
}
@media screen and (min-width: 1025px) {
  #sec_04 .product-img {
    width: 143px;
    margin-right: 0;
  }
}

#sec_05 .product-img {
  width: 32vw;
  margin-right: 6.4vw;
}
@media screen and (min-width: 1025px) {
  #sec_05 .product-img {
    width: 130px;
    margin-right: 0;
  }
}

/* --------------------------------------
 * 左側：画像エリア全体
 * -------------------------------------- */
.image-column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .image-column {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 625px;
  }
}

.image-box {
  position: -webkit-sticky;
  position: sticky;
  top: 8.5333333333vw;
  left: 0;
  width: 92vw;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .image-box {
    top: 0;
    left: 0;
    padding-top: 88px;
    margin-left: auto;
    width: 490px;
    height: 100vh;
  }
}

.image-box:nth-child(2) {
  transform: translateX(8vw);
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  .image-box:nth-child(2) {
    transform: translateX(-67px);
    margin-top: 0;
  }
}

.image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------
 * 右側：テキストエリア全体（先ほどと同じ）
 * -------------------------------------- */
.text-column {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .text-column {
    height: 100%;
    width: 569px;
  }
}

#page-top-btn {
  mix-blend-mode: difference;
  filter: invert(1);
  transition: all 0.3s ease;
}
#page-top-btn:hover {
  opacity: 0.6;
}

.page-top-fixed {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: -spacing;
  line-height: 1;
  position: fixed;
  bottom: 6.4vw;
  right: 2.6666666667vw;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .page-top-fixed {
    font-size: 1.3rem;
    bottom: 24px;
    right: 24px;
  }
}
.page-top-fixed .icon {
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  width: 2.9333333333vw;
  margin-bottom: 2.1333333333vw;
  margin-left: 1.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .page-top-fixed .icon {
    bottom: 20px;
    right: 20px;
    margin-left: 0;
    width: 11px;
    margin-bottom: 8px;
  }
}
.page-top-fixed .text {
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page-top-fixed .text {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
  }
}

.page-top-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-top-fixed.is-visible {
  opacity: 1;
  visibility: visible;
}

.sec-position {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .sec-position {
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 4;
  }
}

/* --------------------
	aside
-------------------- */
aside {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 26.6666666667vw 0 14.9333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  color: var(--c-white);
  background-image: url(/special/260717_kbf_pre-order/common/img/footer-img-sp.webp);
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  aside {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 144px 0 120px;
    background-position: right 45%;
    font-size: 14px;
    background-image: url(/special/260717_kbf_pre-order/common/img/footer-img-pc.webp);
    background-size: cover;
  }
}
aside .aside__inner {
  width: 84vw;
  margin: 0 auto 168vw;
  border-bottom: solid 1px var(--c-white);
}
@media screen and (min-width: 1025px) {
  aside .aside__inner {
    width: 375px;
    margin-left: 112px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
aside p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  aside p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
aside .btn {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  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);
  border-radius: 10.4vw;
  font-size: 4vw;
  width: 84vw;
  height: 18.6666666667vw;
  color: var(--c-white);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  aside .btn a {
    margin: 0 auto 30px;
    padding: 25px 57px;
    width: 375px;
    height: 73px;
    border-radius: 60px;
    font-size: 15px;
    text-align: center;
  }
}
aside .btn a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  aside .btn a div {
    width: 375px;
    font-size: 1.8rem;
  }
}
aside .btn a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  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: 1025px) {
  aside .btn .arrow {
    top: 26px;
    right: 0;
    width: 17px;
    margin-right: 27px;
  }
}

.sns__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70.6666666667vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1025px) {
  .sns__flex {
    width: 280px;
    margin: 0 auto 60px;
  }
}
.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: "urw-din-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 2.1333333333vw;
  line-height: 1 !important;
  font-size: 4.2666666667vw !important;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .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: 1025px) {
  .sns__flex__follow div {
    margin-top: 2px;
    margin-left: 14px;
    width: 9px;
  }
}
.sns__flex__inner {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .sns__flex__inner {
    margin: 0 auto 0 35px;
  }
}
.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: 1025px) {
  .sns__flex__inner a:first-child {
    width: 29px;
    margin-left: 0px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .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: 1025px) {
  .sns__flex__inner a:last-child {
    width: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .sns__flex__inner a:last-child:hover {
    opacity: 0.6;
  }
}

footer {
  background-color: var(--c-bg-footer);
  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: 1025px) {
  footer .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
@media screen and (min-width: 1025px) {
  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: 1025px) {
  footer .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}
/*# sourceMappingURL=260717_kbf_pre-order_style.css.map */