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

:root {
  --c-txt: #333;
  --c-accent: #461101;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

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

/* --------------------
		content
-------------------- */
#contents {
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  display: block;
  transition: 0.3s all ease;
}
#contents a:hover {
  opacity: 0.4;
}

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

.filter {
  filter: grayscale(100%);
  transition: all 2s ease 0.3s;
}

.filter-active {
  visibility: visible;
  filter: none;
}

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

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease-out, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(50px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------------
		header
-------------------- */
header {
  position: relative;
  width: 100vw;
  height: 100svh;
}
header .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41.3333333333vw;
  height: auto;
}
@media screen and (min-width: 1000px) {
  header .ttl {
    width: 271px;
  }
}

/* --------------------
		main
-------------------- */
main {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  main {
    width: 860px;
    margin: 0 auto;
  }
}
main .sec {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  main .sec {
    margin-bottom: 160px;
  }
}
main .sec__img {
  width: 100vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  main .sec__img {
    margin: 0 auto 30px;
    width: 600px;
  }
}
main .sec span {
  display: block;
  color: #888;
}
main .sec-top {
  margin: 0 auto 86px;
  width: 80vw;
}
@media screen and (min-width: 1000px) {
  main .sec-top {
    margin: 0 auto;
    width: 600px;
  }
}
main .sec-top__number {
  margin-bottom: 56px;
}
@media screen and (min-width: 1000px) {
  main .sec-top__number {
    margin-bottom: 64px;
    width: 44px;
  }
}
main .sec-top ul {
  font-size: 1.2rem;
  color: var(--c-txt);
  line-height: 2;
  margin-top: 6.1333333333vw;
}
@media screen and (min-width: 1000px) {
  main .sec-top ul {
    font-size: 1.2rem;
    line-height: 2;
    margin: 40px 0 120px;
  }
  main .sec-top ul a {
    transition: all 0.3s;
  }
  main .sec-top ul a:hover {
    opacity: 0.5;
  }
}
main .sec-top ul li a {
  display: flex !important;
  align-items: center;
  width: auto;
}
main .sec-top ul li a .underline {
  color: var(--c-txt);
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  main .sec-top ul li a .underline {
    margin-right: 10px;
  }
}
main .sec-top ul li a .small {
  margin-left: 0.8vw;
  font-size: 0.8rem;
  color: var(--c-txt);
  line-height: inherit;
}
@media screen and (min-width: 1000px) {
  main .sec-top ul li a .small {
    margin-left: 4px;
  }
}
main .sec-top ul li:last-child {
  margin-top: 8px;
}
main .sec-bottom {
  margin: 0 auto;
  width: 80vw;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 860px;
  }
}
main .sec-bottom .img-box {
  width: 80vw;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom .img-box {
    width: 312px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
main .sec-bottom .img-box figure {
  width: 56.5333333333vw;
  margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom .img-box figure {
    width: 100%;
    margin-bottom: 18px;
    display: block;
  }
}
main .sec-bottom .img-box .credit {
  display: flex !important;
  align-items: center;
  width: auto;
  line-height: 1;
  margin-left: 0;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom .img-box .credit {
    margin-left: 0;
  }
}
main .sec-bottom .img-box .credit .underline {
  color: var(--c-txt);
  margin-right: 4vw;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom .img-box .credit .underline {
    margin-right: 10px;
  }
}
main .sec-bottom .img-box .credit .small {
  margin-left: 0.8vw;
  font-size: 0.8rem;
  color: var(--c-txt);
  line-height: inherit;
}
@media screen and (min-width: 1000px) {
  main .sec-bottom .img-box .credit .small {
    margin-left: 4px;
  }
}
main .sec-01 .sec-top__number {
  width: 44px;
}
main .sec-02 .sec-top__number {
  width: 56px;
}
main .sec-03 .sec-top__number {
  width: 57px;
}
main .sec-04 .sec-top__number {
  width: 60px;
}
main .sec-05 .sec-top__number {
  width: 57px;
}

.other-cut {
  margin-bottom: 26.6666666667vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .other-cut {
    margin-bottom: 200px;
  }
}
.other-cut__logo {
  width: 34.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .other-cut__logo {
    width: 200px;
  }
}
.other-cut:last-child {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .other-cut:last-child {
    margin-bottom: 192px;
  }
}

.aside {
  width: 90vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside {
    width: 694px;
    margin: 0 auto 160px;
  }
}
.aside__logo {
  width: 172px;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__logo {
    margin-bottom: 100px;
  }
}
.aside li {
  margin-bottom: 14px;
  color: var(--c-accent);
}
@media screen and (min-width: 1000px) {
  .aside li {
    width: 694px;
    margin-bottom: 26px;
  }
}
.aside li a {
  width: 100%;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.7;
  border: solid 1px var(--c-accent);
  border-radius: 3px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside li a {
    width: 100%;
    height: 90px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.aside li a#instagram::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url("../img/svg/icon_ig.svg") 0 0/cover no-repeat;
}
@media screen and (min-width: 1000px) {
  .aside li a#instagram::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
}

.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.6764705882vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 32vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 9.5588235294vw;
    margin: 0 auto 1.1764705882vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 9.5588235294vw;
    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: 0.9558823529vw;
  }
}

.swiper {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .swiper {
    width: 480px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination {
  display: flex;
  position: absolute;
  width: auto;
  left: 70.9333333333vw !important;
  bottom: 3.7333333333vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination {
    left: 441px !important;
    bottom: 15px;
    gap: 10px;
  }
}

.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) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.sec-movie {
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .sec-movie {
    padding: 0 0 160px;
  }
}

.c-video {
  position: relative;
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 1000px) {
  .c-video__frame {
    margin: 0 auto;
    padding-top: 0;
    width: 371px;
    height: 659.56px;
  }
}
.c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.003);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: auto;
  visibility: hidden;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    margin: 0 auto;
    width: 434px;
    height: 772px;
  }
}
/*# sourceMappingURL=260619_kbf_staff-project_style.css.map */