@charset "UTF-8";

body,
html.is-loaded.gnav-open body,
main {
  overflow: clip;
}

.front-intro {
}

#contents {
  padding-top: 6.5rem;
}

.front-philosophy {
  position: relative;
  color: #fff;
  overflow: clip;
  padding-top: 50dvh;
}

.front-philosophy__inner {
  position: relative;
  height: 100%;
}

.front-philosophy__img {
  position: sticky;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100dvh;
  width: 100%;
  margin-bottom: -100dvh;
}

.front-philosophy__img figure {
  //height: 100dvh;
}

.front-philosophy__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.front-philosophy__img img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.front-philosophy__img_filter {
  background: rgba(47, 47, 47, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.front-philosophy__space {
  height: 100dvh;
}

.front-philosophy__contents {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: flex;
  align-items: center;
  z-index: 10;
  margin-bottom: -100dvh;
}
.front-philosophy__contents_inner {
  padding-top: 1rem;
}

.front-philosophy__header {
  margin-bottom: 3rem;
}

.front-philosophy__block {
}

.front-philosophy__title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  line-height: 1.285;
}

.front-philosophy__txt .__indent {
  padding-left: 1.2em;
  height: 1em;
  display: inline-block;
}

.front-philosophy__gallery {
  padding: 100dvh 0 80vh;
}

.front-philosophy__gallery_inner {
  position: relative;
}

.front-philosophy__gallery_item {
}

.front-philosophy__gallery_item.__01 {
  width: 40%;
  margin: 0 0 0 0;
}

.front-philosophy__gallery_item.__02 {
  width: 50%;
  margin: 14rem 0 9.7rem auto;
}

.front-philosophy__gallery_item.__03 {
  width: 31.8333%;
  margin: 0 0 0 13.3333%;
}

.front-philosophy__gallery_item.__04 {
  width: 40%;
  margin: 10rem 10% -3.6rem auto;
}

.front-philosophy__gallery_item.__05 {
  width: 40%;
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .front-philosophy {
    padding-top: 150dvh;
  }
  .front-philosophy__img img {
    aspect-ratio: 2 / 3;
  }
}

@media screen and (min-width: 1024px) {
  #contents {
    padding-top: 0;
  }

  .front-philosophy {
    padding-top: 80rem;
  }
  .front-philosophy__space {
    height: 50dvh;
  }
  .front-philosophy__img img {
    aspect-ratio: auto;
  }
  .front-philosophy__contents_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }
  .front-philosophy__header {
    margin-bottom: 0;
    width: 33.3333%;
  }

  .front-philosophy__block {
    width: 53.3333%;
  }
  .front-philosophy__title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .front-philosophy__gallery_item {
  }

  .front-philosophy__gallery_item.__01 {
    width: 30%;
    margin: 0 0 0 -6.6667%;
  }

  .front-philosophy__gallery_item.__02 {
    width: 45%;
    margin: 24rem -6.6667% 11.7rem auto;
  }

  .front-philosophy__gallery_item.__03 {
    width: 21.8333%;
    margin: 0 0 0 13.3333%;
  }

  .front-philosophy__gallery_item.__04 {
    width: 30%;
    margin: 8rem 10% -15.6rem auto;
  }

  .front-philosophy__gallery_item.__05 {
    width: 30%;
    margin: 0 0 0 -6.6667%;
  }
}
