@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; /* macOS Safari, Chrome用 */
  -moz-osx-font-smoothing: grayscale; /* Firefox用 */
}

@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: #58595A;
  --c-bg_main: #ffffff;
  --c-bg_aside: #f2f2f2;
  --c-line: #A7A7A7;
  --c-footer: #101010;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  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;
}

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

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

/* --------------------
	header
-------------------- */
header {
  padding: 0vw 0vw 0vw;
  background: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  header {
    padding-bottom: 100px;
  }
}
header p {
  width: 80vw;
  margin: 0 auto;
  padding: 0vw 0vw 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  header p {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header p .text {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
  margin-bottom: 10.6666666667vw;
  font-size: 4.2666666667vw !important;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  header p .text {
    margin-bottom: 40px;
    font-size: 16px !important;
  }
}
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: 100px;
  }
}

/* --------------------
	section
-------------------- */
section {
  padding-bottom: 16vw;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  section {
    padding-bottom: 7.8125vw;
  }
}

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

.js-summary {
  margin: 4vw auto 0vw 10vw;
  color: var(--c-txt);
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .js-summary {
    margin: 0 0 15px 16px;
    font-size: 14px;
    text-align: start;
  }
}
.js-summary span {
  display: inline-block;
  transform: translateY(-1.3px);
}

@media screen and (min-width: 1000px) {
  .item-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.item-list__img {
  margin: 0 auto 9.6vw;
  width: 80vw;
}
@media screen and (min-width: 1000px) {
  .item-list__img {
    width: 450px;
    margin: 60px min(80px, 6.25vw) 0 0;
  }
}
.item-list__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .item-list__inner {
    width: 438px;
  }
}
.item-list__inner .decoration {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--c-line);
}
.item-list__inner .decoration::before {
  content: "";
  display: inline-block;
  width: 5.3333333333vw;
  height: 0.8vw;
  background-color: var(--c-line);
  vertical-align: middle;
  margin-right: 0.78125vw;
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .item-list__inner .decoration::before {
    width: 20px;
    height: 3px;
    margin-right: 10px;
    margin-bottom: 2px;
  }
}
.item-list .staff-name {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 9.0666666667vw 0 5.8666666667vw 0;
  border-bottom: 1px solid var(--c-line);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name {
    padding: 34px 0 22px 0;
  }
}
.item-list .staff-name__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5.3333333333vw;
  border-right: 1px solid var(--c-line);
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name__flex {
    padding-right: 40px;
  }
}
.item-list .staff-name__flex figure {
  width: 15.2vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name__flex figure {
    width: 65px;
    margin-right: 15px;
  }
}
.item-list .staff-name__flex h2 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  font-size: 5.3333333333vw;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name__flex h2 {
    font-size: 20px;
  }
}
.item-list .staff-name__flex h2 span {
  display: block;
  text-indent: -0.3em;
}
.item-list .staff-name__flex h2 div {
  font-size: 2.1333333333vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 1.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name__flex h2 div {
    margin-top: 10px;
    font-size: 10px;
  }
}
.item-list .staff-name .styling-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: underline;
  color: var(--c-txt);
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name .styling-link {
    margin-right: 0;
  }
}
.item-list .staff-name .styling-link p {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name .styling-link p {
    font-size: 12px;
  }
}
.item-list .staff-name .styling-link div {
  width: 2.9333333333vw;
  margin: 0 0 0.5333333333vw 0.5333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list .staff-name .styling-link div {
    width: 12px;
    margin: 0 0 2px 2px;
  }
}
.item-list .staff-name:hover {
  opacity: 0.5;
}
.item-list__text {
  padding: 16vw 10vw 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list__text {
    padding: 50px 16px 60px;
  }
}
.item-list__credit {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .item-list__credit {
    width: 381px;
  }
}
.item-list__credit .main-item {
  padding: 0 4.2666666667vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list__credit .main-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 16px;
    margin-bottom: 35px;
  }
}
.item-list__credit .main-item:hover .item-list__btn {
  background-color: var(--c-txt);
  border: solid 1px var(--c-txt);
  color: var(--c-bg_main);
}
.item-list__credit .main-item__name {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  font-size: 4.2666666667vw;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-bottom: 6.6666666667vw;
  padding-left: 10vw;
}
@media screen and (min-width: 1000px) {
  .item-list__credit .main-item__name {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.item-list__credit .main-item__name div {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.4666666667vw;
  margin-top: 2.6666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .item-list__credit .main-item__name div {
    font-size: 13px;
    margin-top: 10px;
  }
}
.item-list__credit .main-item__name .alphabet {
  letter-spacing: 0.04em;
}
.item-list__credit .main-item .item-list__btn {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 80vw;
  margin-left: 10vw;
  padding: 2.6666666667vw 8.8vw;
  border-radius: 0.5333333333vw;
  border: solid 1px var(--c-line);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list__credit .main-item .item-list__btn {
    width: 95px;
    padding: 9.5px 33px;
    margin-left: 0;
    font-size: 14px;
    border-radius: 2px;
  }
}
.item-list__credit .main-item .item-list__other ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-list__credit .main-item .item-list__other h2 {
  text-align: start;
  margin-bottom: 4vw;
}

.styling-item__btn {
  display: block;
  width: 24.8vw;
  padding: 2.5333333333vw 8.8vw;
  border: 1px solid var(--c-line);
  color: var(--c-txt);
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.4666666667vw;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .styling-item__btn {
    width: 95px;
    padding: 9.5px 33px;
    font-size: 14px;
  }
}

summary {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  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-txt);
  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.5333333333vw;
  top: 1.7466666667vw;
  width: 2.4vw;
  height: 1px;
  background: var(--c-txt);
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  summary::before, summary::after {
    height: 1px;
    top: 7px;
    left: 2px;
    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: static;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 8vw 0 0 0;
}
@media screen and (min-width: 1000px) {
  .js-content {
    position: static;
    padding: 0;
  }
}
.js-content li {
  width: 80vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 1000px) {
  .js-content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.js-content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  transition: all 0.3s ease;
}
.js-content li a span {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  padding: 0 16px;
}
.js-content li a:hover .styling-item__btn {
  background-color: var(--c-txt);
  border: solid 1px var(--c-txt);
  color: var(--c-bg_main);
}

.link__none {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  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: "urw-din", sans-serif;
  font-weight: 600;
  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;
}
.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: var(--c-bg_aside);
  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;
}

/* --------------------
	aside
-------------------- */
aside {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 26.6666666667vw 0 14.9333333333vw;
  color: var(--c-txt);
  background-color: var(--c-bg_aside);
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  aside {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
    padding: 80px 0 80px;
    background-position: right 45%;
    font-size: 14px;
  }
}
aside p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  text-align: center;
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  aside p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.staff-styling {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .staff-styling {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-size: 16px;
    text-align: center;
  }
}
.staff-styling a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.2vw 12vw;
  margin: 0 auto 10.6666666667vw;
  border: solid 1px var(--c-line);
  border-radius: 0.8vw;
  font-size: 4vw;
  width: 84vw;
  color: var(--c-txt);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .staff-styling a {
    margin: 0 auto 30px;
    padding: 33px 45px;
    width: 375px;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
  }
}
.staff-styling a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .staff-styling a div {
    width: 786px;
  }
}
.staff-styling .arrow {
  position: absolute;
  top: 1.8666666667vw;
  right: -4vw;
  transform: rotate(-45deg);
  width: 4.2666666667vw;
  margin-right: 6.9333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .staff-styling .arrow {
    top: 6px;
    right: -18px;
    width: 17px;
    margin-right: 27px;
  }
}
.staff-styling:hover a {
  transform: translateY(3px);
}
.staff-styling:hover .arrow {
  top: 3px;
  right: -21px;
}

.all-item {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .all-item {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-size: 16px;
    text-align: center;
  }
}
.all-item 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-line);
  border-radius: 0.5333333333vw;
  font-size: 4vw;
  width: 84vw;
  color: var(--c-txt);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .all-item a {
    margin: 0 auto 30px;
    padding: 24px 57px;
    width: 375px;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
  }
}
.all-item a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .all-item a div {
    width: 375px;
  }
}
.all-item a span {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .all-item a span {
    font-size: 11px;
    text-align: center;
  }
}
.all-item a:hover {
  transform: translateY(3px);
}
.all-item a:hover .arrow {
  top: 3px;
  right: -21px;
}
.all-item .arrow {
  position: absolute;
  top: 1.8666666667vw;
  right: -4vw;
  transform: rotate(-45deg);
  width: 4.2666666667vw;
  margin-right: 6.9333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .all-item .arrow {
    top: 6px;
    right: -18px;
    width: 17px;
    margin-right: 27px;
  }
}

/* --------------------
		footer
-------------------- */
footer {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 21.3333333333vw 8%;
  background-color: var(--c-footer);
  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);
  border-radius: 0.5333333333vw;
  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;
    border-radius: 2px;
    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: 69.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  .sns__flex {
    width: 272px;
    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: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 300;
  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;
  }
}
.link__none {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
  padding: 1.6vw 0 1.6vw;
}
@media screen and (min-width: 1000px) {
  .link__none {
    padding: 6px 0 6px;
    font-size: 14px !important;
  }
}
.link__none .styling-item__btn {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 2.6666666667vw;
  padding: 3.0666666667vw 0;
}
@media screen and (min-width: 1000px) {
  .link__none .styling-item__btn {
    font-size: 10px;
    padding: 11.5px 0;
  }
}
/*# sourceMappingURL=260508_kbf_staff-design_style.css.map */