@charset "utf-8";

body {
  opacity: 0;
}
.mv {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: var(--header-height);
  height: calc(100lvh - var(--header-height));
  background: #fff;
}
.mv__content {
  width: 100%;
  height: 100%;
  grid-template-columns: max(10%, calc(50% - 610px)) minmax(0, 1fr) max(10%, calc(50% - 610px));
  grid-template-rows: minmax(0, 20%) minmax(0, 49%) minmax(0, 21%) minmax(0, 19%);
  align-content: center;
  align-items: start;
  background: rgb(var(--color-beige));
  opacity: 0;
}
.mv__content__photo {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, auto));
  grid-template-rows: 100%;
  justify-content: center;
  align-items: start;
  gap: 0 min(10lvh, 130px);
}
.mv__content__photo__item {
  width: 100%;
  height: 100%;
}
.mv__content__photo__item img {
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.mv__content__photo__item .p-caption {
  top: 100%;
}
.mv__content__desc {
  grid-column: 2;
  grid-row: 3;
  margin-top: min(10lvh, 130px);
}
.mv__content__desc__heading {
  font-size: clamp(18px, calc(28 / 1200 * 100vw), 28px);
}
.mv__content__desc__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  --margin-top: calc(40 / 14 * 1em);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv {
    top: 0;
    height: 100lvh;
  }
  .mv__content {
    grid-template-rows: minmax(0, 20%) minmax(0, 36%) minmax(0, 1fr) minmax(0, 19%);
  }
  .mv__content__photo {
    gap: 0 min(5lvh, 50px);
  }
  .mv__content__desc {
    margin-top: min(5lvh, 50px);
  }
}
@media screen and (max-width: 768px) {
  .mv {
    /* position: relative; */
    top: 0;
    height: 100lvh;
  }
  .mv__content {
    grid-template-columns: 100%;
    grid-template-rows: minmax(0, 100px) minmax(0, auto) minmax(0, auto) minmax(0, 120px);
  }
  .mv__content__photo {
    grid-column: 1;
    gap: 20px;
    width: calc(320 / 380 * 100%);
    margin-inline: auto;
  }
  .mv__content__desc {
    grid-column: 1;
    margin-top: 50px;
  }
  .mv__content__desc__heading {
    font-size: min(calc(18 / 380 * 100vw), 18px);
  }
  .mv__content__desc__copy {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    line-height: 2.333333333;
    --margin-top: calc(20 / 12 * 1em);
  }
}



.usp {
  position: relative;
  z-index: 1;
  height: var(--usp-height, 300lvh);
  background: rgb(var(--color-beige));
}
.usp__content {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: var(--header-height);
  height: calc(100lvh - var(--header-height));
}
.usp__content__item {
  position: absolute;
  z-index: 1;
  inset: 0;
  grid-template-columns: minmax(0, 60%) minmax(0, auto);
  grid-template-rows: minmax(0, 100%);
  justify-items: start;
  align-items: center;
  gap: 0 5%;
}
.usp__content__item:nth-of-type(even) {
  direction: rtl;
}
.usp__content__item:nth-of-type(even) > * {
  direction: ltr;
}
.usp__content__item__photo {
  grid-column: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  padding: 5%;
}
.usp__content__item__photo__item {
  overflow: hidden;
}
.usp__content__item__photo__item img {
  max-height: 100%;
  object-fit: contain;
}
.usp__content__item__desc {
  grid-column: 2;
}
.usp__content__item__desc__enheading {
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
}
.usp__content__item__desc__heading {
  font-size: clamp(16px, calc(24 / 1200 * 100vw), 24px);
  line-height: 2.083333333;
  /* --margin-top: calc(80 / 24 * 1em); */
}
.usp__content__item__desc__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  --margin-top: calc((40 / 14 * 1em) - var(--leading-trim));
}
.usp__content__item__desc__copy::before {
  content: "";
  display: block;
  width: calc(50 / 14 * 1em);
  height: 1px;
  margin-bottom: calc((40 / 14 * 1em) + var(--leading-trim));
  background: #ccc;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .usp__content {
    top: 0;
    height: 100lvh;
  }
}
@media screen and (max-width: 768px) {
  .usp {
    height: auto;
    padding-block: calc(160px + 100lvh) 160px;
  }
  .usp__content {
    position: relative;
    top: 0;
    height: auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 160px 0;
  }
  .usp__content__item {
    position: relative;
    inset: auto;
    grid-template-columns: minmax(0, calc(30 / 380 * 100%)) minmax(0, 1fr) minmax(0, calc(30 / 380 * 100%));
    grid-template-rows: auto;
    justify-items: stretch;
    align-items: start;
    gap: 0;
  }
  .usp__content__item:nth-of-type(even) {
    direction: ltr;
  }
  .usp__content__item__photo {
    /* grid-column: 2; */
    height: auto;
    justify-content: stretch;
    align-content: start;
    padding: 0;

    grid-column: 1 / 4;
  }
  .usp__content__item__photo__item {
    aspect-ratio: 300 / 200;
  }
  .usp__content__item__photo__item img {
    object-fit: cover;
  }
  .usp__content__item__desc {
    grid-column: 1 / 4;
    margin-top: 40px;
  }
  .usp__content__item__desc__enheading {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    text-align: center;
  }
  .usp__content__item__desc__heading {
    font-size: min(calc(18 / 380 * 100vw), 18px);
    line-height: 2;
    /* --margin-top: calc(40 / 18 * 1em); */
    text-align: center;
  }
  .usp__content__item__desc__copy {
    /* font-size: min(calc(12 / 380 * 100vw), 12px); */
    line-height: 2.333333333;
    --margin-top: calc((25 / 12 * 1em) - var(--leading-trim));
    text-align: center;

    font-size: min(calc(14 / 380 * 100vw), 14px);
  }
  .usp__content__item__desc__copy::before {
    width: calc(50 / 12 * 1em);
    margin-bottom: calc((25 / 12 * 1em) + var(--leading-trim));
    margin-inline: auto;
  }
}



.area {
  position: relative;
  z-index: 1;
  /* height: var(--area-height, 200lvh); */
}
.area__content {
  /* position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: var(--header-height); */
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  height: calc(100lvh - var(--header-height));
  overflow: hidden;
}
.area__content__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  justify-content: start;
  align-items: center;
  gap: 0 var(--area-photo-gap, 80px);
}
.area__content__photo__list {
  flex: 0 0 170%;
  height: 70%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--area-photo-gap, 80px);
}
.area__content__photo__list__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area__content__photo__list__item--1 {
  grid-column: 1;
  grid-row: 1;
}
.area__content__photo__list__item--2 {
  grid-column: 1;
  grid-row: 2;
}
.area__content__photo__list__item--3 {
  grid-column: 2;
  grid-row: 1 / 3;
}
.area__content__photo__list__item--4 {
  grid-column: 3;
  grid-row: 1;
}
.area__content__photo__list__item--5 {
  grid-column: 3;
  grid-row: 2;
}
.area__content__photo__list__item--6 {
  grid-column: 4;
  grid-row: 1 / 3;
}
.area__content__photo__list__item--7 {
  grid-column: 5;
  grid-row: 1;
}
.area__content__photo__list__item--8 {
  grid-column: 5;
  grid-row: 2;
}
.area__content__photo__list__item--9 {
  grid-column: 6;
  grid-row: 1 / 3;
}
.area__content__photo__list__item img {
  height: 100%;
  object-fit: cover;
}
.area__content__desc {
  position: absolute;
  z-index: 2;
  inset: 0;
  grid-template-columns: auto;
  grid-template-rows: 40px minmax(0, auto) auto auto 40px;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: start;
  background: rgba(40, 40, 40, .7);
}
.area__content__desc__heading {
  grid-row: 2;
  height: 100%;
}
.area__content__desc__heading img {
  height: 100%;
  object-fit: contain;
}
.area__content__desc__subheading {
  grid-row: 3;
  font-size: clamp(16px, calc(24 / 1200 * 100vw), 24px);
  --margin-top: calc(70 / 24 * 1em);
}
.area__content__desc__copy {
  grid-row: 4;
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  --margin-top: calc(40 / 14 * 1em);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .area__content {
    top: 0;
    height: 100lvh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .area__content__photo {
    gap: 0 40px;
  }
  .area__content__photo__list {
    flex: 0 0 220%;
    height: 50%;
    gap: 40px;
  }
}
@media screen and (max-width: 768px){
  .area__content {
    top: 0;
    height: 100lvh;
  }
  .area__content__photo__list {
    flex: 0 0 200%;
    height: 80%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .area__content__photo__list__item--1 {
    grid-column: 1;
    grid-row: 1;
  }
  .area__content__photo__list__item--2 {
    grid-column: 2;
    grid-row: 1;
  }
  .area__content__photo__list__item--3 {
    grid-column: 1;
    grid-row: 2 / 4;
  }
  .area__content__photo__list__item--4 {
    grid-column: 2;
    grid-row: 2;
  }
  .area__content__photo__list__item--5 {
    grid-column: 2;
    grid-row: 3;
  }
  .area__content__photo__list__item--6 {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .area__content__photo__list__item--7 {
    grid-column: 4;
    grid-row: 1;
  }
  .area__content__photo__list__item--8 {
    grid-column: 3;
    grid-row: 3;
  }
  .area__content__photo__list__item--9 {
    grid-column: 4;
    grid-row: 2 / 4;
  }
  .area__content__desc {
    grid-template-rows: 30px minmax(0, 40lvh) auto auto 30px;
  }
  .area__content__desc__subheading {
    font-size: min(calc(16 / 380 * 100vw), 16px);
    --margin-top: calc(35 / 16 * 1em);
  }
  .area__content__desc__copy {
    font-size: min(calc(10 / 380 * 100vw), 10px);
    line-height: 2.6;
    --margin-top: calc(25 / 10 * 1em);
  }
}