@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
:root {
  --black: #000;
  --enbig: "Kalnia", serif;
  --en: "Hanken Grotesk", sans-serif;
  --ja: "Shippori Mincho", serif;
  --red: #fc3636;
}

body {
  line-height: 1.87;
  color: #000;
  font-weight: 600;
  width: 101%;
}

.inner--1600 {
  width: min(1600px, 90%);
  margin-inline: auto;
}

.under-page.under-vision {
  background: #d4d3cf;
}

/* 改行 */
.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* 見出し、コピー */
.sec-copy {
  font-weight: 700;
  letter-spacing: -0.07em;
  font-weight: 700;
  line-height: 1.3;
  scale: 1 0.85;
}

.sec-ttl {
  font-family: var(--enbig);
  font-weight: normal;
}

.sec-ttl--center {
  text-align: center;
}

.sec-ttl--red {
  color: var(--red);
}

/*セクション*/
@media (max-width: 834px) {
  .vision-sec {
    padding-block: 5rem !important;
  }
}

/* フォントサイズ */
.f9 {
  font-size: clamp(5px, 0.6vw, 9px);
}

.f49 {
  font-size: clamp(16px, 3vw, 49px);
}

.f220 {
  font-size: clamp(24px, 13.1vw, 220px);
}

/* パララックス（GSAP） */
.parallax-gsap {
  overflow: hidden;
  position: relative;
}

.parallax-gsap__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.parallax-gsap__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------
 * ヘッダー
 * ------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 1s ease 1.5s;
  transition: opacity 1s ease 1.5s;
}
@media (max-width: 834px) {
  .header {
    pointer-events: none;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 3rem;
}

.header__logo {
  width: 6rem;
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
}
@media (max-width: 834px) {
  .header__logo {
    display: none;
  }
}

.header__logo-img {
  width: 100%;
  height: auto;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  font-size: 1.3rem;
}
@media (max-width: 834px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .header__nav-list {
    gap: 2.5em;
    font-size: 1.6rem;
  }
}

@media (max-width: 834px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: -1;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
    transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
    margin: 0;
    padding-inline: 10%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  pointer-events: all;
}

.header__nav-link {
  line-height: 1;
  font-family: var(--en);
  color: #fff;
  font-weight: normal;
}

.header__nav-item {
  text-align: center;
}

/* ボタン */
.header__reservation-btn {
  color: var(--red);
  border: 1px solid var(--red);
  font-family: var(--enbig);
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  max-width: 15rem;
  width: 100%;
  line-height: 1;
  border-radius: 100vmax;
}
.header__reservation-btn:hover {
  color: #fff;
}
.header__reservation-btn.c-btn::before {
  background-color: var(--red);
}

.header__reservation-btn--sp {
  display: none;
}
@media (max-width: 834px) {
  .header__reservation-btn--sp.header__reservation-btn {
    display: block;
    width: 100%;
    max-width: none;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 8rem;
    padding: 2rem;
    max-width: 33rem;
    margin-inline: auto;
  }
}

@media (max-width: 834px) {
  .header__reservation-btn--pc {
    display: none;
  }
}

/* -------------------------
 * ハンバーガーボタン
 * ------------------------- */
.nav-btn {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 4rem;
  height: 1rem;
  text-align: center;
  z-index: 100;
  text-decoration: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  display: none;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
}
@media (max-width: 834px) {
  .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav-btn.is-active .nav-btn__bars > span:nth-of-type(1) {
  -webkit-transform: translateY(calc(1rem / 2 - 1px / 2)) rotate(-20deg);
          transform: translateY(calc(1rem / 2 - 1px / 2)) rotate(-20deg);
}
.nav-btn.is-active .nav-btn__bars > span:nth-of-type(2) {
  -webkit-transform: translateY(calc(-1rem / 2 + 1px / 2)) rotate(20deg);
          transform: translateY(calc(-1rem / 2 + 1px / 2)) rotate(20deg);
}

.nav-btn__bars,
.nav-btn__bars span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-btn__bars {
  position: relative;
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-btn__bars span {
  width: 100%;
  height: 1px;
  background: var(--red);
}

/* -------------------------
 * MV
 * ------------------------- */
.vision-mv {
  position: relative;
  top: 0;
  left: 0;
  height: 101vh;
  z-index: 1;
  overflow: clip;
}
@media (max-width: 834px) {
  .vision-mv {
    height: 100dvh;
  }
}

.vision-mv__bg-wrap {
  width: 100%;
  height: 100%;
}
.vision-mv__bg-wrap img {
  height: calc(100% + 269px);
  width: auto;
  aspect-ratio: 1680/920;
}

.vision-mv__content {
  position: absolute;
  left: 0;
  bottom: 15vw;
  padding-inline: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 834px) {
  .vision-mv__content {
    position: static;
    display: block;
  }
}

.vision-mv__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 834px) {
  .vision-mv__left {
    rotate: 90deg;
    gap: 1rem;
    position: absolute;
    top: 11rem;
    left: 6vw;
  }
}

.vision-mv__address {
  color: rgba(230, 228, 221, 0.2);
  line-height: 1.62;
  font-family: var(--en);
}
@media (max-width: 834px) {
  .vision-mv__address {
    line-height: 1.11;
  }
}

.vision-mv__copy-img {
  max-width: 23.9rem;
  width: 23vw;
  height: auto;
}
@media (max-width: 834px) {
  .vision-mv__copy-img {
    width: 38rem;
  }
}

.vision-mv__catch {
  color: var(--red);
  letter-spacing: -0.07em;
  font-weight: 500;
  line-height: 1.3;
  scale: 1 0.85;
}
@media (max-width: 834px) {
  .vision-mv__catch {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    right: 4vw;
    bottom: 2vw;
  }
}

.vision-mv {
  position: relative;
  z-index: 999999;
}

body.is-loaded .loading__counter,
body.is-loaded .loading__line {
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
}
body.is-loaded .header {
  opacity: 1;
}
body.is-loaded .loading {
  position: static;
  pointer-events: none;
}
body.is-loaded .loading::before {
  opacity: 0;
}
body.is-loaded .vision-mv {
  z-index: 9999;
}
body.is-loaded .vision-mv__vision-logo {
  width: 100%;
  bottom: -2.1vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 834px) {
  body.is-loaded .vision-mv__vision-logo {
    width: 100vh;
    left: 10.8rem;
    top: 52%;
    bottom: unset;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: none;
  transition: none;
  z-index: 99999;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  -webkit-transition: opacity 1s ease 1.5s;
  transition: opacity 1s ease 1.5s;
}

.loading__counter {
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  color: var(--red);
  font-family: var(--en);
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-transition: clip-path 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: clip-path 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: inset(0 0 0 0);
}
@media (max-width: 499px) {
  .loading__counter {
    top: 39%;
  }
}

.loading__line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(244, 243, 243, 0.15);
  width: 100%;
  height: 1px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: clip-path 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  transition: clip-path 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: inset(0 0 0 0);
}
@media (max-width: 499px) {
  .loading__line {
    top: 45%;
  }
}

.loading__line-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--red);
  -webkit-transition: width 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  transition: width 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.vision-mv__vision-logo {
  position: absolute;
  left: 50%;
  bottom: 45.5%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 18.1rem;
  margin-inline: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 3;
}
@media (max-width: 834px) {
  .vision-mv__vision-logo {
    width: 18.1rem;
  }
}
@media (max-width: 499px) {
  .vision-mv__vision-logo {
    bottom: 49.5%;
  }
}

.loading__item {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease 0.3s forwards;
          animation: fadeIn 0.8s ease 0.3s forwards;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------
 * concept
 * ------------------------- */
.vision-concept {
  background: var(--red);
  padding-block: 18rem 16rem;
  display: grid;
  grid-template-columns: 650fr 739fr;
  gap: 3rem 11%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .vision-concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vision-concept__ttl {
  margin-left: calc((100vw - min(1500px, 90vw)) / 2);
  margin-bottom: 26.4rem;
}
@media (max-width: 834px) {
  .vision-concept__ttl {
    margin-bottom: 3rem;
  }
}

.vision-concept__img-wrap {
  width: 90%;
  height: auto;
  aspect-ratio: 650/480;
}
.vision-concept__img-wrap img {
  height: calc(100% + 34px);
}

.vision-concept__body {
  margin-right: calc((100vw - min(1500px, 90vw)) / 2);
}
@media (max-width: 834px) {
  .vision-concept__body {
    margin-left: calc((100vw - min(1500px, 90vw)) / 2);
  }
}

.vision-concept__txt--ja {
  margin-block: 4rem 6rem;
  line-height: 1.87;
}
@media (max-width: 834px) {
  .vision-concept__txt--ja {
    margin-block: 2rem 4rem;
  }
}

.vision-concept__txt--en {
  font-family: var(--en);
  line-height: 1.43;
}

/* -------------------------
 * WHO WE ARE
 * ------------------------- */
.vision-who {
  aspect-ratio: 1680/1200;
  position: relative;
}
@media (max-width: 834px) {
  .vision-who {
    aspect-ratio: 750/1334;
  }
}

.vision-who__bg {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vision-who__bg img {
  height: calc(100% + 269px);
  width: auto;
  aspect-ratio: 1680/1200;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vision-who__bg .parallax-img--pc {
  display: block;
}
@media (max-width: 834px) {
  .vision-who__bg .parallax-img--pc {
    display: none;
  }
}
.vision-who__bg .parallax-img--sp {
  display: none;
}
@media (max-width: 834px) {
  .vision-who__bg .parallax-img--sp {
    display: block;
  }
}

.parallax-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.vision-who__lead {
  color: var(--red);
  font-family: var(--en);
  line-height: 1;
  font-weight: bold;
}

.vision-who__catch {
  color: var(--red);
  font-family: var(--enbig);
  font-weight: normal;
}

.vision-who__body {
  position: absolute;
  inset: 0;
  padding-block: 5rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vision-who__bottom {
  margin-top: auto;
  color: var(--red);
}

.vision-who__copy {
  margin-bottom: 2rem;
}

/* -------------------------
 * BARBER TECHNIQUE
 * ------------------------- */
.vision-tech {
  padding-block: 4rem 12.3rem;
}
@media (max-width: 834px) {
  .vision-tech {
    padding-block: 2rem 5rem;
  }
}

.vision-tech__ttl {
  margin-bottom: 18rem;
}
@media (max-width: 834px) {
  .vision-tech__ttl {
    margin-bottom: 4rem;
  }
}

.vision-tech__top {
  width: 50%;
  margin-left: auto;
  margin-bottom: 7rem;
}
@media (max-width: 834px) {
  .vision-tech__top {
    margin-bottom: 5rem;
    width: 100%;
  }
}

.vision-tech__copy {
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .vision-tech__copy {
    margin-bottom: 2rem;
  }
}

.vision-tech__list > li {
  border-top: 1px solid #000;
  padding-block: 3rem 5rem;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #d4d3cf;
}
@media (max-width: 834px) {
  .vision-tech__list > li {
    position: static;
    padding-block: 3rem;
  }
}
.vision-tech__list > li:nth-child(1) {
  --index: 0;
  top: calc(8.5rem + var(--index) * 12rem);
}
.vision-tech__list > li:nth-child(2) {
  --index: 1;
  top: calc(8.5rem + var(--index) * 12rem);
}
.vision-tech__list > li:nth-child(3) {
  --index: 2;
  top: calc(8.5rem + var(--index) * 12rem);
}
.vision-tech__list > li:nth-child(4) {
  --index: 3;
  top: calc(8.5rem + var(--index) * 12rem);
}

.vision-tech__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4em;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .vision-tech__head {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.vision-tech__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.vision-tech__label {
  font-family: var(--en);
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: nowrap;
}

.vision-tech__num {
  font-family: var(--en);
  font-weight: bold;
  line-height: 0.7;
}
@media (max-width: 834px) {
  .vision-tech__num {
    font-size: 2.8rem;
  }
}

.vision-tech__list-ttl {
  line-height: 1.2;
  letter-spacing: -0.1em;
  font-weight: 700;
  line-height: 1.3;
  scale: 1 0.85;
}

.vision-tech__list-body {
  display: grid;
  grid-template-columns: 950fr auto;
  gap: 2rem 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .vision-tech__list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vision-tech__list-content {
  max-width: 34.8rem;
}
@media (max-width: 834px) {
  .vision-tech__list-content {
    width: 100%;
  }
}

.vision-tech__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.vision-tech__style-name--en {
  font-family: var(--enbig);
  font-weight: normal;
}

/* サブリスト */
.vision-tech__sub-list > li {
  padding: 7rem 3%;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vision-tech__sub-list > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .vision-tech__sub-list > li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vision-tech__sub-list > li:nth-child(even) .vision-tech__sub-list-body,
.vision-tech__sub-list > li:nth-child(even) .vision-tech__sub-list-ttl {
  text-align: right;
}
@media (max-width: 834px) {
  .vision-tech__sub-list > li:nth-child(even) .vision-tech__sub-list-body,
  .vision-tech__sub-list > li:nth-child(even) .vision-tech__sub-list-ttl {
    text-align: left;
  }
}
.vision-tech__sub-list > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .vision-tech__sub-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0;
  }
}

.vision-tech__sub-list-body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .vision-tech__sub-list-body {
    width: 100%;
  }
}

.vision-tech__sub-list > li:nth-child(1) .vision-tech__sub-list-head {
  position: relative;
}
.vision-tech__sub-list > li:nth-child(1) .vision-tech__sub-list-ttl {
  position: absolute;
  bottom: 0;
  left: 32rem;
  letter-spacing: -0.1em;
  font-weight: 700;
  line-height: 1.3;
  scale: 1 0.85;
}
@media (max-width: 1667px) {
  .vision-tech__sub-list > li:nth-child(1) .vision-tech__sub-list-ttl {
    left: 22rem;
  }
}
@media (max-width: 834px) {
  .vision-tech__sub-list > li:nth-child(1) .vision-tech__sub-list-ttl {
    left: 17rem;
  }
}

.vision-tech__sub-list-label {
  font-family: var(--enbig);
  font-weight: normal;
  line-height: 0.86;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .vision-tech__sub-list-label {
    font-size: 2.9rem !important;
  }
}

.vision-tech__sub-list-img {
  width: 30%;
}
@media (max-width: 834px) {
  .vision-tech__sub-list-img {
    width: 100%;
  }
}

.vision-tech__sub-list-catch {
  line-height: 1.2;
  letter-spacing: -0.1em;
  font-weight: 700;
  line-height: 1.3;
  scale: 1 0.85;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .vision-tech__sub-list-catch {
    margin-top: 3rem;
  }
}

/* -------------------------
 * PRICE
 * ------------------------- */
.vision-price {
  padding-block: 13rem 12rem;
}

.vision-price__head {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .vision-price__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.vision-price__head .sec-ttl {
  line-height: 2.5;
}
@media (max-width: 834px) {
  .vision-price__head .sec-ttl {
    line-height: 1;
  }
}

.vision-price__menu-lists {
  border-top: 1px solid #000;
  padding-block: 8rem 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .vision-price__menu-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 4rem;
  }
}

.vision-price__menu-list .vision-price__menu-item:first-of-type {
  padding-bottom: 5rem;
}
@media (max-width: 834px) {
  .vision-price__menu-list .vision-price__menu-item:first-of-type {
    padding-bottom: 3.5rem;
  }
}
.vision-price__menu-list .vision-price__menu-item:not(:first-of-type) {
  padding-block: 5rem;
  border-top: 1px solid #000;
}
@media (max-width: 834px) {
  .vision-price__menu-list .vision-price__menu-item:not(:first-of-type) {
    padding-block: 3.5rem;
  }
}
.vision-price__menu-list .vision-price__menu-item:last-of-type {
  padding-block: 5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 834px) {
  .vision-price__menu-list .vision-price__menu-item:last-of-type {
    padding-block: 3.5rem;
  }
}

.vision-price__menu-item {
  display: grid;
  grid-template-columns: 202fr 420fr;
  gap: 3rem 17%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .vision-price__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vision-price__menu-ttl {
  font-family: var(--enbig);
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .vision-price__menu-ttl {
    text-align: center;
  }
}

@media (max-width: 834px) {
  .vision-price__menu-desc {
    text-align: center;
  }
}

.vision-price__course-list > li {
  padding-block: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #848481;
  padding-block: 1.5rem;
}
@media (max-width: 834px) {
  .vision-price__course-list > li {
    padding-block: 1rem;
  }
}
.vision-price__course-list > li:first-child {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .vision-price__course-list > li:first-child {
    padding-bottom: 1rem;
  }
}
.vision-price__course-list > li:last-child {
  padding-top: 1.5rem;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 834px) {
  .vision-price__course-list > li:last-child {
    padding-top: 1rem;
  }
}

.vision-price__course-name {
  line-height: 1.4;
}

.vision-price__course-price {
  font-family: var(--en);
}

.vision-price__course-price--ja {
  font-family: "Shippori Mincho", serif;
}

.vision-price__menu-note {
  text-align: right;
  margin-top: 1rem;
}

/* -------------------------
 * GALLERY
 * ------------------------- */
.vision-gallery {
  background: #000;
  color: var(--red);
}
.vision-gallery .scroll {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 834px) {
  .vision-gallery .scroll {
    height: auto;
  }
}
.vision-gallery .scroll__list {
  padding-block: 14rem 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  gap: 6rem;
}
.vision-gallery .scroll__list::after {
  content: "";
  display: block;
  width: calc((100vw - min(1500px, 90vw)) / 2 - 6rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .vision-gallery .scroll__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 5rem;
    gap: 4rem;
  }
}
.vision-gallery .scroll__item {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .vision-gallery .scroll__item {
    margin-inline: calc((100vw - min(1500px, 90vw)) / 2);
  }
}
.vision-gallery .scroll__item img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .vision-gallery .scroll__item img {
    width: 100%;
    height: auto;
  }
}
.vision-gallery .scroll__item-txt {
  margin-bottom: 0.5rem;
  font-family: var(--en);
}

.js-scroll-item--head {
  max-width: 51rem;
  margin-left: calc((100vw - min(1500px, 90vw)) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .js-scroll-item--head {
    max-width: none;
    margin-right: calc((100vw - min(1500px, 90vw)) / 2);
  }
}

.vision-gallery__copy {
  margin-bottom: 4rem;
}

/* -------------------------
 * IMG SECTION
 * ------------------------- */
.vision-sec-bg01 {
  aspect-ratio: 1680/920;
  width: 100%;
  height: auto;
}

/* -------------------------
 * footer
 * ------------------------- */
.footer {
  color: var(--red);
  position: relative;
  padding-block: 5rem 15.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 60vw;
  }
}
@media (max-width: 834px) {
  .footer {
    padding-block: 3rem 75vw;
  }
}
.footer::after {
  background: url(../img/brand-vision/footer_logo.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 32vw;
  max-width: 52.9rem;
  height: auto;
  aspect-ratio: 529/428;
  right: 0;
  bottom: 3rem;
  z-index: 0;
}
@media (max-width: 1024px) {
  .footer::after {
    width: 71vw;
    bottom: 2rem;
  }
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7rem;
}
@media (max-width: 834px) {
  .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
  }
}

.footer__head-catch {
  font-family: var(--enbig);
  font-weight: normal;
  line-height: 1;
  text-align: right;
}

.footer__go-top-link {
  font-family: var(--en);
  font-weight: 300;
}
@media (max-width: 834px) {
  .footer__go-top-link {
    text-align: center;
  }
}

.footer__bottom {
  width: 66.3rem;
}
@media (max-width: 834px) {
  .footer__bottom {
    width: 84%;
  }
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media (max-width: 834px) {
  .footer__list > li {
    width: 100%;
  }
}

.footer__list-label {
  font-family: var(--en);
  font-weight: bold;
  border-bottom: 1px solid var(--red);
  line-height: 0.7;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .footer__list-label {
    margin-bottom: 0.5rem;
  }
}

.footer__list-txt {
  line-height: 1.6;
}

@media (min-width: 835px) {
  .footer__list-tel {
    pointer-events: none;
  }
  .footer__list-tel:hover {
    cursor: auto;
  }
}
.footer__reservation-link {
  font-family: var(--enbig);
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 1.2;
  border-bottom: 1px solid var(--red);
  padding-bottom: 0.3rem;
  margin-top: 11.5rem;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .footer__reservation-link {
    font-size: 2.4rem !important;
    margin-top: 7rem;
  }
}
@media (max-width: 834px) {
  .footer__reservation-link .material-symbols-outlined {
    font-size: 2.4rem !important;
  }
}

.footer__copy {
  color: rgba(230, 228, 221, 0.2);
  font-family: var(--en);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 3rem;
  bottom: 7rem;
}
@media (max-width: 834px) {
  .footer__copy {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    right: unset;
    left: 5%;
    bottom: 3rem;
  }
}/*# sourceMappingURL=brand-vision.css.map */