@charset "UTF-8";
/* --------------------
		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: #222;
  --c-bg_main: #fff;
  --c-bg_even: #F0EEED;
  --c-number: #222;
  --c-btn_text: #C9D7EB;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: var(--c-bg_main);
  color: var(--c-txt);
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.3s;
  cursor: pointer;
}
#contents a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .--pc-flex {
    display: flex;
    margin-bottom: 100px;
  }
}

header {
  position: relative;
}
header h1 {
  text-align: center;
  width: 21.8666666667vw;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header h1 {
    margin-bottom: 9.921875vw;
    width: min(400px, 11.328125vw);
  }
}

.header__inner {
  position: absolute;
  z-index: 10;
  top: 45.3333333333vw;
  left: 8vw;
  filter: drop-shadow(0px 3px 35px rgba(116, 116, 116, 0.6));
  will-change: filter;
}
@media screen and (min-width: 1000px) {
  .header__inner {
    width: min(300px, 11.875vw);
    top: 16.484375vw;
    left: 77.34375vw;
  }
}

.top_logo {
  width: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .top_logo {
    margin-left: 0.234375vw;
    width: 5.46875vw;
  }
}

.header__p {
  width: 80vw;
  font-size: 3.4666666667vw;
  margin: 18.6666666667vw auto;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 545px;
    font-size: 13px;
    margin: 70px auto;
  }
}

.nav {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 26.6666666667vw;
  padding-left: 10.1333333333vw;
}
.nav li {
  width: 28vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .nav li {
    width: 105px;
  }
}
.nav li:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.nav__number {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.nav__img {
  width: 28vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 105px;
  }
}
@media screen and (min-width: 1000px) {
  .nav {
    margin: 0 auto 100px;
    overflow-x: visible;
    padding: 0;
    justify-content: center;
  }
}
.nav li a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .nav li a:hover {
    transform: translateY(5px);
  }
}

/*-------- section共通 --------*/
#sec-01, #sec-03, #sec-05 {
  background-color: var(--c-bg_odd);
}
#sec-01 .credit__item-list li, #sec-03 .credit__item-list li, #sec-05 .credit__item-list li {
  border-bottom: var(--c-item_border_odd) 1px solid;
}

#sec-02, #sec-04 {
  background-color: var(--c-bg_even);
}
#sec-02 .credit__item-list li, #sec-04 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}

.sec__inner {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec__inner {
    width: 985px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.txt__inner {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner {
    width: 295px;
    margin: 0 0 0px 60px;
  }
}
.txt__inner__number {
  font-size: 10.6666666667vw;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
  margin-bottom: 10.6666666667vw;
  margin-left: 10.6666666667vw;
  line-height: 0.7 !important;
  color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    font-size: 40px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
  margin-top: 2.6666666667vw !important;
  margin-bottom: 5.3333333333vw !important;
  font-size: 3.2vw !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  h2 {
    margin-top: 10px !important;
    margin-bottom: 60px !important;
    font-size: 12px !important;
  }
}

/*-------- block-1 --------*/
.block-1 .slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block-1 .slider {
    width: 487px;
  }
}
.block-1-1__wrap {
  margin-bottom: 18.6666666667vw;
  position: relative;
}
.block-1-1__wrap figure:nth-child(2) {
  width: 78.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:nth-child(2) {
    width: 383px;
  }
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    width: 487px;
    margin-left: 11px;
    margin-bottom: 0;
  }
}
.block-1 .txt__inner {
  position: relative;
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .txt__inner {
    margin-top: 0px;
  }
}
.block-1 .credit {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .credit {
    margin-left: 100px;
  }
}
.block-1__img {
  width: 78.6666666667vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .block-1__img {
    width: 449px;
    margin: 0 0 0vw 0px;
  }
}

/*-------- block-2 --------*/
.block-2 .design_2-1_top {
  display: block;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.block-2 .design_2-1_top figure:first-child {
  width: 67.2vw;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_top figure:first-child {
    width: 434px;
  }
}
.block-2 .design_2-1_top figure:nth-child(2) {
  width: 32.8vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_top figure:nth-child(2) {
    width: 340px;
  }
}
.block-2 .design_2-1_top figure:nth-child(3) {
  width: 56.5333333333vw;
  margin: 0 0 0 10.6666666667vw;
  border: solid 6px #fff;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_top figure:nth-child(3) {
    width: 340px;
    border: none;
  }
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_bottom {
    margin-right: 111px;
  }
}
.block-2 .design_2-1_bottom figure:first-child {
  width: 32.8vw;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_bottom figure:first-child {
    width: 211px;
    margin-bottom: 40px;
  }
}
.block-2 .design_2-1_bottom figure:nth-child(2) {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2 .design_2-1_bottom figure:nth-child(2) {
    width: 295px;
    margin-left: 145px;
    border: solid 11px #fff;
  }
}
@media screen and (min-width: 1000px) {
  .block-2 .flex-box {
    display: flex;
    flex-direction: row-reverse;
  }
}
.block-2 .flex-box .txt__inner {
  margin-top: 124px;
}

.product {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
  margin-left: 10.6666666667vw;
  font-size: 4vw;
  letter-spacing: 0.025em;
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .product {
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
  }
}
.product ul li:not(:last-of-type) {
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .product ul li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .product ul li {
    min-width: inherit;
  }
}
.product ul li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.product ul li a:hover {
  opacity: 0.5;
  transform: translateY(4px);
}
.product ul li .price {
  margin-top: 5px;
  margin-left: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product ul li .price::before {
  content: "¥";
}
.product ul li .price span {
  display: inline-block;
  margin-left: 2px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .product ul li .price span {
    font-size: 10px;
  }
}
.product ul li .buy_btn {
  position: relative;
  margin-bottom: 1px;
  margin-left: 1em;
  font-size: 0.9em;
  vertical-align: 0.04em;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.link__none {
  display: block;
  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;
  }
}
.link__none .buy_btn {
  text-decoration: none !important;
}

.view_timer {
  display: none;
}

.view_timer.is-active {
  display: block;
}

/*-------- 各セクションで指定したい部分 --------*/
#sec-01 .--pc-flex__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  #sec-01 .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}
#sec-01 .txt__inner {
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  #sec-01 .txt__inner {
    margin-top: 0 !important;
    margin-left: 100px;
  }
}
#sec-01 .block-1__img {
  width: 100vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #sec-01 .block-1__img {
    width: 449px;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  #sec-01 .block-1__img:last-child {
    width: 183px;
  }
}

#sec-03 .--pc-flex__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  #sec-03 .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
#sec-03 .txt__inner {
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  #sec-03 .txt__inner {
    margin-top: 0 !important;
    margin-left: 100px !important;
  }
}
#sec-03 .block-1__img {
  width: 100vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #sec-03 .block-1__img {
    width: 474px;
    margin: 0 0 0vw 0px;
  }
}

#sec-05 .--pc-flex__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  #sec-05 .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  #sec-05 .txt__inner {
    margin-left: 177px !important;
  }
}
#sec-05 .block-1__img {
  width: 78.6666666667vw;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-05 .block-1__img {
    width: 301px;
    margin: 0 0 0vw 0px;
  }
}

/*-------- sec-movie --------*/
.sec-movie {
  background-color: var(--c-bg_even);
}
.sec-movie .design_2-1_top figure:last-child {
  border: solid 6px #fff;
}
@media screen and (min-width: 1000px) {
  .sec-movie .design_2-1_top figure:last-child {
    border: solid 11px #fff;
  }
}

.movie__container__bottom figure {
  width: 32.8vw;
}
@media screen and (min-width: 1000px) {
  .movie__container__bottom figure {
    width: 213px;
    margin-left: 432px;
  }
}

/*-------- aside --------*/
aside {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
  padding: 26.6666666667vw 0 14.9333333333vw;
  color: var(--c-txt);
  background-image: url(../img/all-bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  aside {
    padding: 160px 0 100px;
    background-image: url(../img/all-bg_pc.jpg);
    font-size: 14px;
  }
}

.aside__btn {
  display: block;
  width: 80vw;
  margin: 0 auto 8vw;
  padding: 4vw;
  border: 2px solid var(--c-txt);
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    width: 380px;
    padding: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .aside__btn:hover {
    transform: translateY(5px);
  }
}

.sns__flex {
  display: flex;
  width: 66.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .sns__flex {
    width: 248px;
  }
}
.sns__flex p {
  padding-right: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex p {
    padding-right: 28px;
  }
}
.sns__flex__inner {
  display: flex;
  margin: 0 auto;
  border-left: solid 1px var(--c-txt);
}
.sns__flex__inner a:first-child {
  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 {
  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
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: medium;
  letter-spacing: 0em;
  line-height: 2.25;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

/* --------------------
	move
-------------------- */
.mv__img {
  -webkit-animation: fadeIn 1.5s ease 0s forwards;
          animation: fadeIn 1.5s ease 0s forwards;
  opacity: 0;
  z-index: 10;
}

h1 {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

.top_logo {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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);
}

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

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 1s ease;
}

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

.c-video {
  position: relative;
  margin-bottom: 0vw;
}
@media screen and (min-width: 1000px) {
  .c-video {
    margin-bottom: 0;
  }
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 118.9333333333vw;
  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;
  pointer-events: none;
}
.c-video iframe {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  width: 67.2vw;
  height: 119.4666666667vw;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    top: 0px;
    left: -2px;
    margin: 0 auto;
    width: 434px;
    height: 772px;
  }
}
/*# sourceMappingURL=250912_kbf_recommend_style.css.map */