@charset "UTF-8";


@media (max-width: 575px) {
  .hero .caption {
    text-align: left;
  }
}


/* #mv  */
#mv.mv {
  height: 100svh;
}


/* #news  */
@media (min-width: 992px) {
  #news .list {
    font-size: .857em;
  }
}


/* #concept  */
#concept {
  margin: 9rem 0 10rem;
}
#concept .main-img {
  margin-top: -4rem;
}
#concept .caption {
  margin-top: -2.5rem;
}
#concept .caption > span {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: .5rem;
  margin-top: -.35em;
  font-family: var(--font1);
  letter-spacing: .1em;
  position: relative;
  z-index: 2;
}
#concept .caption > span[data-label]::before {
  content: attr(data-label);
  display: block;
  font-family: var(--font2);
  font-size: .923rem;
  letter-spacing: .2em;
  margin-bottom: 2.5rem;
}
#concept .read {
  padding-bottom: 4rem;
}
#concept .imgBox {
  margin-bottom: -4rem;
}
@media (min-width: 992px) {
  #concept {
    margin: 15rem 0 18rem;
  }
  #concept .main-img {
    margin-top: -7rem;
  }
  #concept .caption {
    margin-top: -6.5rem;
  }
  #concept .caption > span {
    flex-direction: column;
    align-items: flex-end;
  }
  #concept .read {
    padding-bottom: 8rem;
  }
  #concept .imgBox {
    margin-bottom: -7rem;
  }
}


/* #feature */
#feature .card-body .headline {
  row-gap: .75rem;
}
@media (min-width: 1200px) {
  #feature .slider[data-slick-target="md"] {
    column-gap: 50px;
  }
  #feature .slider[data-slick-target="md"] > * {
    width: calc((100% - 100px)/3);
  }
}



/* #space  */
#space .parallax-wrap {
  position: relative;
}
#space .bg {
  width: 100%;
  height: calc(100% + 100vh);
  position: absolute;
  top: calc(var(--header-height)*2 + 90vw);
  left: 0;
  z-index: -1;
}
#space .parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(var(--header-height)*2);
}
#space .bg-window {
  display: block;
  width: 65%;
  height: calc(100vh - var(--header-height)*2);
  border-radius: 35vw 35vw 0 0;
  background: var(--l-gray2);
}
@media (min-width: 576px) {
  #space .bg {
    top: calc(var(--header-height)*2 + 34rem);
  }
  #space .bg-window {
    width: min(65%, 30rem);
  }
}
@media (min-width: 992px) {
  #space .hero + .parallax-wrap .container .imgBox {
    margin-top: -5.5rem!important;
  }
  #space .bg,
  #space .parallax {
    top: 30vh;
  }
  #space .bg-window {
    width: 65%;
  }
}

/* #contents  */
#contents .hero + .container {
  margin-top: -2.25rem;
}
@media (min-width: 768px) {
  #contents .hero + .container {
    margin-top: -4rem!important;
  }
}
@media (min-width: 992px) {
  #contents .hero .caption {
    padding-top: 0;
    text-align: right;
    left: auto;
    right: calc(50% - .8em);
    transform: translate(0, -50%);
  }
  #contents .hero .caption[data-label]::before {
    content: attr(data-label);
    display: block;
    font-family: var(--font2);
    font-size: .923rem;
    letter-spacing: .2em;
    margin-bottom: 2.5rem;
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  #contents .hero + .container {
    margin-top: -7rem!important;
  }
}

/* #special  */
#special .card picture {
  aspect-ratio: 14 / 15;
}



