@charset "utf-8";


:root {
  --offset: 0%;
  --width: 0px;
  --ratio: 0;
}




/*  galleryWrapper
--------------------------------------------------*/
.galleryWrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s linear;
  will-change: opacity;
}
.subLoaded .galleryWrapper {
  opacity: 1;
}
.galleryContainer {
  position: relative;
}
.l-copy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s linear .7s;
  will-change: opacity;
  z-index: 1;
}
.subLoaded .l-copy {
  opacity: 1;
}
.copy-contents {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.4rem;
  line-height: 2.23615417;
  letter-spacing: .24em;
  color: var(--white);
  pointer-events: auto;
  filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  will-change: filter;
}
.l-picture {
  position: relative;
  width: 100%;
}
.picture-content {
  position: relative;
  width: 100%;
  height: 100svh;
}
.picture-content__item {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.picture-content__item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.picture-gallery {
  position: relative;
  width: 100%;
}
.picture-gallery__container {
  position: relative;
  width: 100%;
}
.picture-gallery__content {
  position: relative;
  height: 30.2rem;
  transform: translateZ(0);
  overflow: clip;
}
.picture-gallery__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  backface-visibility: hidden;
  width: var(--width, 100%);
  height: 100%;
  transform: translateX(calc(-50% * var(--ratio, 0) + var(--offset, 0%)));
  will-change: transform;
}
.picture-gallery__item {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.picture-gallery__item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .copy-contents {
    height: 100lvh;
  }
  .copy-item {
    font-size: 2.0rem;
    letter-spacing: .24em;
  }
  .picture-content {
    height: 100lvh;
  }
  .picture-content[data-picture="2"] .picture-content__item img {
    object-position: 50% center;
  }
  .picture-content[data-picture="3"] .picture-content__item img {
    object-position: 26% center;
  }
  .picture-gallery__content {
    height: 26.0rem;
  }
}




/*  l-about
--------------------------------------------------*/
.l-about {
  padding-block: 7.0rem 20.0rem;
}
.about-container {
  width: calc(1520 / 1920 * 100%);
  margin-inline: auto;
}
.about-contents {
  position: relative;
  width: 100%;
}
.about-contents + .about-contents {
  margin-top: 25.0rem;
}
.about-title {
  font-size: 2.4rem;
  line-height: 2.23615417;
  letter-spacing: .24em;
  color: #727172;
}
.about-detail {
  padding-top: 13.0rem;
  gap: 5.8rem;
}
.about-detail__desc {
  font-size: 2.4rem;
  line-height: 2.5;
  letter-spacing: .24em;
  color: #727172;
}
@media screen and (max-width: 768px){
  .l-about {
    padding-block: 10.0rem 12.0rem;
  }
  .about-container {
    width: calc(320 / 380 * 100%);
  }
  .about-contents {
    position: relative;
    width: 100%;
  }
  .about-contents + .about-contents {
    margin-top: 16.5rem;
  }
  .about-title {
    width: 100%;
    font-size: 2.0rem;
    margin-bottom: 10.5rem;
  }
  .about-detail {
    width: 100%;
    padding-top: 0;
    gap: 4.0rem;
  }
  .about-detail__desc {
    font-size: 1.8rem;
    line-height: 2;
  }
}




/*  l-area
--------------------------------------------------*/
.l-area {
  position: relative;
  width: 100%;
  padding-bottom: 34.0rem;
}
.area-wrapper {
  position: relative;
  width: 100%;
}
.area-container {
  position: relative;
  width: 100%;
}
.area-container + .area-container {
  margin-top: 10.0rem;
}
.area-heading {
  font-size: 8.5rem;
  color: #63543d;
  text-align: center;
  margin-bottom: 4.0rem;
}
.area-gallery__container {
  position: relative;
  width: 100%;
}
.area-gallery__content {
  position: relative;
  height: 33.0rem;
  transform: translateZ(0);
  overflow: clip;
}
.area-gallery__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  backface-visibility: hidden;
  width: var(--width, 100%);
  height: 100%;
  transform: translateX(calc(-50% * var(--ratio, 0) + var(--offset, 0%)));
  will-change: transform;
}
.area-gallery__item {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.area-gallery__item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.area-gallery__detail {
  position: absolute;
  top: 0;
  left: calc(100% / 6);
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-gallery__detail {
  position: absolute;
  top: 0;
  left: calc(100% / 6);
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-container:nth-of-type(even) .area-gallery__detail {
  left: auto;
  right: calc(100% / 6);
}
.area-gallery__detail__desc {
  font-size: 1.8rem;
  line-height: 2.15006111;
  letter-spacing: .24em;
  color: #727172;
}
.area-gallery__caption {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--black);
  text-align: right;
  margin-top: 10px;
  padding-inline: 10px;
  box-sizing: border-box;
  padding-inline: 10px;
}
.area-gallery__list {
  margin-top: 10.5rem;
  gap: 7.4rem;
}
.area-gallery__list__item {
  width: min(calc((100% - 14.8rem) / 3),444px);
}
.area-gallery__list__item__photo {
  width: 100%;
  margin-bottom: 3.0rem;
}
.area-gallery__list__item__detail {
  width: 100%;
}
.area-gallery__list__item__detail__heading {
  font-size: 2.0rem;
  line-height: 1.75;
  letter-spacing: .04em;
  text-align: center;
  color: #727172;
}
.area-gallery__list__item__detail__desc {
  font-size: 1.8rem;
  line-height: 1.68536111;
  letter-spacing: .24em;
  text-align: center;
  color: #727172;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px){
  .l-area {
    padding-bottom: 9.0rem;
  }
  .area-container + .area-container {
    margin-top: 10.0rem;
  }
  .area-heading {
    font-size: 6.0rem;
    margin-bottom: 4.0rem;
  }
  .area-gallery__content {
    height: 33.0rem;
  }
  .area-gallery__detail {
    position: relative;
    top: 0;
    left: auto;
    margin-inline: calc(30 / 380 * 100%) auto;
    width: calc(160 / 380 * 100%);
    margin-top: -10.0rem;
    height: auto;
    padding-block: 3.0rem;
  }
  .area-container:nth-of-type(even) .area-gallery__detail {
    right: auto;
    margin-inline: auto calc(30 / 380 * 100%);
  }
  .area-gallery__caption {
    position: absolute;
    right: 0;
    top: 33.0rem;
  }
  .area-container:nth-of-type(even) .area-gallery__caption {
    text-align: left;
  }
  .area-gallery__list {
    margin-top: 6.5rem;
    gap: 4.0rem 0;
  }
  .area-gallery__list__item {
    width: 100%;
  }
  .area-gallery__list__item__photo {
    margin-bottom: 1.5rem;
  }
  .area-gallery__list__item__detail__desc {
    font-size: 1.6rem;
    line-height: 1.89603125;
    text-align: justify;
    margin-top: .9rem;
  }
}




/*  l-outro
--------------------------------------------------*/
.l-outro {
  position: relative;
  z-index: 1;
}
.outro-photo {
  position: relative;
  width: 100%;
  height: 110svh;
  overflow: clip;
}
.outro-photo__item {
  width: 100%;
  height: 100%;
  /*transform: scale(1.6);*/
}
.outro-photo__item img {
  object-fit: cover;
  object-position: right bottom;
  width: 100%;
  height: 100%;
}
.outro-title {
  font-size: 2.4rem;
  line-height: 2.23615417;
  letter-spacing: .24em;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  filter: blur(3px);
  will-change: filter;
}
@media screen and (max-width: 768px){
  .outro-photo {
    height: 110svh;
  }
  /*.outro-photo__item {
    transform: scale(1.4);
  }*/
  .outro-photo__item img {
    object-position: 30% center;
  }
  .outro-title {
    font-size: 2.0rem;
    letter-spacing: .24em;
  }
}



/*  l-outro
--------------------------------------------------*/
.l-around {
  padding-block: 6.0rem 10.0rem;
}
.around-head {
  width: fit-content;
  margin-inline: auto;
  padding: 0 2.2rem 1.5rem;
  border-bottom: solid 1px #5c5c5c;
}
.around-head__heading {
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: .28em;
  color: var(--green);
  text-align: center;
}
.around-head__desc {
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #5c5c5c;
  text-align: center;
  margin-top: .5rem;
}
