.top .gl-header {
  width: calc(100% - 120px);
  justify-content: flex-end;
}

.top .gl-header .header-logo {
  display: none;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero .parallax-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
  
.hero .img-wrap {
  width: 100vw;
  height: auto;
  aspect-ratio: 1512/1123;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  opacity: 0;
}

.hero .img-wrap .bg {
  display: block;
  width: 100%;
  height: auto;
  animation: hero 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero .img-wrap:nth-child(1) {
  animation: rotate-hero 36s linear infinite;
}

.hero .img-wrap:nth-child(2) {
  animation: rotate-hero 36s 6s linear infinite;
}

.hero .img-wrap:nth-child(3) {
  animation: rotate-hero 36s 12s linear infinite;
}

.hero .img-wrap:nth-child(4) {
  animation: rotate-hero 36s 18s linear infinite;
}

.hero .img-wrap:nth-child(5) {
  animation: rotate-hero 36s 24s linear infinite;
}

.hero .img-wrap:nth-child(6) {
  animation: rotate-hero 36s 30s linear infinite;
}

@keyframes hero {
  0%{
    filter: brightness(30);
  }
  100%{
    filter: brightness(1);
  }
}

@keyframes rotate-hero {
	0% {
		opacity: 0;
    z-index: -1;
	}

  4.165% {
    opacity: 1;
  }

  16.66% {
    opacity: 1;
    z-index: -2;
  }

  20.825% {
    opacity: 0;
  }
}

.hero .logo-container {
  width: 276px;
  height: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 195px;
  margin: auto;
}

.hero .logo-container .catch {
  font-family: var(--neue-haas);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #fff;
}

.hero .logo-container .copy-text {
  font-family: var(--mincho);
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
  margin-top: 40px;
}

.hero .scroll-bar {
  width: 1px;
  height: 70px;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 2;
}

.hero .scroll-bar .inner-wrap {
  position: relative;
}

.hero .scroll-bar .inner-wrap::before,
.hero .scroll-bar .inner-wrap::after {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #000;
  position: absolute;
}

.hero .scroll-bar .inner-wrap::before {
  opacity: .35;
}

.hero .scroll-bar .inner-wrap::after {
  transform: scaleY(0);
  transform-origin: top;
  animation: scrollBarMotion 3500ms cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms infinite;
}

@keyframes scrollBarMotion {
  0% {
      transform-origin: top
  }

  25% {
      transform: scaleY(1);
      transform-origin: top
  }

  25.1% {
      transform-origin: bottom
  }

  25.2% {
      transform: scaleY(1)
  }

  45%,100% {
      transform: scaleY(0);
      transform-origin: bottom
  }
}

@media screen and (max-width: 980px) {
  .hero {
    --artboard-width-factor: 390;
    --logo-height-factor: 58;
    --logo-height: calc(var(--logo-height-factor) * 100vw / var(--artboard-width-factor));
    --text-height-factor: 21.5;
    --text-height: calc(var(--text-height-factor) * 100vw / var(--artboard-width-factor));
  }

  .hero .bg {
    aspect-ratio: 786/1886;
  }

  .hero .fade-bg {
    width: 100vw;
    height: auto;
    aspect-ratio: 786/1886;
  }

  .hero .img-wrap {
    aspect-ratio: 786/1886;
  }

  .hero .img-wrap .bg {
    display: inline;
  }

  .hero .logo-container {
    width: auto;
    height: var(--logo-height);
    aspect-ratio: 230/58;
    left: 30px;
  }

  .hero .logo-container .changer-logo {
    width: calc(230 / var(--artboard-width-factor) * 100vw);
  }

  .hero .logo-container .catch {
    font-size: var(--text-height);
  }

  .hero .logo-container .copy-text {
    font-size: calc(14 / var(--artboard-width-factor) * 100vw);
    line-height: 2.14;
  }

  .hero .scroll-bar {
    right: 30px;
  }
}



.our-vision {
  margin: 230px 0 250px;
}

.our-vision .inner-wrap {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-vision .text-container {
  width: 50%;
  border-right: solid 1px rgba(255, 255, 255, .35);
}

.our-vision .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
}

.our-vision .heading {
  margin-top: 20px;
}

.our-vision .empty-box {
  width: 350px;
  height: 60px;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-top: 22px;
  position: relative;
}

.our-vision .empty-box::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  bottom: 4px;
  right: -14px; 
}

.our-vision .copy-title {
  font-family: var(--mincho);
  font-size: 24px;
  line-height: 1.8333;
  letter-spacing: 0.01em;
  margin-top: 40px;
}

.our-vision .copy-title {
  font-family: var(--mincho);
  font-size: 24px;
  line-height: 1.8333;
  letter-spacing: 0.01em;
  margin-top: 40px;
}

.our-vision .copy-text {
  width: 422px;
  text-align: justify;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.our-vision .btn-style {
  margin-top: 40px;
}

.our-vision .square-btn {
  width: 380px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  text-decoration: none;
  background-color: #000;
  border-radius: 5px;
  transition: background 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.our-vision .square-btn:hover {
  background-color: #4F5254;
}

.our-vision .square-btn .en,
.our-vision .square-btn .ja {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}

.our-vision .square-btn .en {
  font-family: var(--neue-haas);
}

@media screen and (max-width: 980px) {
  .our-vision .inner-wrap {
    flex-direction: column;
    gap: 80px 0;
  }

  .our-vision .text-container {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #ddd;
    padding-bottom: 81px;
  }

  .our-vision .sub-title {
    font-size: 15px;
  }

  .our-vision .heading {
    width: 260px;
    margin-top: 14px;
  }

  .our-vision .empty-box {
    width: 250px;
    height: 46px;
    border-radius: 5px;
    margin-top: 26px;
  }

  .our-vision .copy-title {
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.8;
    margin-top: 30px;
  }

  .our-vision .copy-text {
    width: 100%;
    font-size: 13px;
    margin-top: 20px;
  }

  .our-vision .btn-style {
    margin-top: 32px;
  }

  .our-vision .square-btn {
    width: 100%;
    max-width: 380px;
    height: 80px;
    margin: auto;
    font-size: 15px;
  }
}






