@charset "UTF-8";

.tk-mv {
  --tk-mv-max: 120rem;
  --tk-mv-gap-below: 10rem;
  --tk-mv-gap-below-sp: 6rem;
  --tk-mv-ink: var(--font, #333);
  --tk-mv-serif: "Shippori Mincho", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", serif;

  position: relative;
  max-width: var(--tk-mv-max);
  margin: 1.5rem auto var(--tk-mv-gap-below);
  color: var(--tk-mv-ink);
  text-align: left;
  box-sizing: border-box;
}

.tk-mv *,
.tk-mv *::before,
.tk-mv *::after {
  box-sizing: border-box;
}

.tk-mv-fullline {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 1px;
  background: #ccc;
}

.tk-mv-hero {
  width: 100%;
  margin-top: 4rem;
  overflow: hidden;
}

.tk-mv-hero picture {
  display: block;
}

.tk-mv-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.tk-mv-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 2093;
  margin-top: 10rem;
  overflow-anchor: none;
}

.tk-mv-gallery-item {
  position: absolute;
  overflow: hidden;
}

.tk-mv-gallery.is-reveal-on .tk-mv-gallery-item,
.tk-mv-gallery.is-reveal-on .tk-mv-cap {
  opacity: 0;
  transform: translateY(3rem);
}

.tk-mv-gallery.is-reveal-on .tk-mv-gallery-item.is-visible,
.tk-mv-gallery.is-reveal-on .tk-mv-cap.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.tk-mv-gallery.is-reveal-on .tk-mv-gallery-item.is-shown,
.tk-mv-gallery.is-reveal-on .tk-mv-cap.is-shown {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {

  .tk-mv-gallery.is-reveal-on .tk-mv-gallery-item,
  .tk-mv-gallery.is-reveal-on .tk-mv-cap {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.tk-mv-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tk-mv-g1 {
  left: 6.667%;
  top: 0;
  width: 50%;
  aspect-ratio: 600 / 480;
}

.tk-mv-g2 {
  left: 50%;
  right: max(calc(50% - 50vw), -10.3rem);
  top: 27.71%;
  height: 22.4%;
}

.tk-mv-g3 {
  left: 7.5%;
  top: 38.6%;
  width: 34.08%;
  aspect-ratio: 409 / 307;
}

.tk-mv-g4 {
  left: 0;
  top: 64.02%;
  width: 50%;
  aspect-ratio: 600 / 480;
}

.tk-mv-g5 {
  left: 58.33%;
  top: 77.02%;
  width: 33.33%;
  aspect-ratio: 400 / 290;
}

.tk-mv-g6 {
  left: 26.67%;
  top: 89.82%;
  width: 26.67%;
  aspect-ratio: 320 / 213;
}

.tk-mv-g7 {
  left: 45%;
  top: 48%;
  width: 20%;
  aspect-ratio: 240 / 180;
  z-index: 1;
}

.tk-mv-cap {
  position: absolute;
  margin: 0;
  font-family: var(--tk-mv-serif);
  font-weight: 500;
  font-size: clamp(1.4rem, 1.1rem + 0.64vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--tk-mv-ink);
}

.tk-mv-cap1 {
  left: 65%;
  top: 9.75%;
  width: 24.75%;
}

.tk-mv-cap2 {
  left: clamp(7.33%, calc(-7.92rem + 19.35vw), 13.33%);
  top: clamp(30.49%, calc(-6.54rem + 59.65vw), 32.49%);
  width: 23.33%;
  white-space: nowrap;
}

.tk-mv-cap3 {
  left: 65%;
  top: 68.80%;
  width: 20%;
  white-space: nowrap;
}

.tk-mv-about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 10rem;
  padding: 4rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tk-mv-about-body {
  flex: 1 1 auto;
  min-width: 0;
}

.tk-mv-about-title {
  margin: 0 0 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--green1, #008000);
}

.tk-mv-about-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.tk-mv-about-figure {
  flex: 0 0 37%;
  margin: 0;
}

.tk-mv-about-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 532;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 630px) {
  .tk-mv {
    width: 100%;
    margin-top: 0;
    margin-bottom: var(--tk-mv-gap-below-sp);
    margin-left: 0;
    margin-right: 0;
  }

  .tk-mv-hero {
    width: 100vw;
    margin-top: 1rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .tk-mv-fullline {
    display: none;
  }

  .tk-mv-gallery {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    aspect-ratio: 350 / 1563;
    margin-top: 4rem;
  }

  .tk-mv-g1 {
    left: 14.29%;
    right: calc(50% - 50vw);
    width: auto;
    top: 7.55%;
    aspect-ratio: 320 / 213;
  }

  .tk-mv-g2 {
    left: 0;
    right: auto;
    height: auto;
    width: 100%;
    top: 40.43%;
    aspect-ratio: 350 / 233;
  }

  .tk-mv-g3 {
    left: -2.86%;
    right: auto;
    width: 57.14%;
    top: 23.10%;
    aspect-ratio: 200 / 133;
  }

  .tk-mv-g4 {
    left: calc(50% - 50vw);
    right: 14.29%;
    width: auto;
    top: 63.66%;
    aspect-ratio: 320 / 213;
  }

  .tk-mv-g5 {
    left: 31.43%;
    right: auto;
    width: 68.57%;
    top: 84.84%;
    aspect-ratio: 240 / 170;
  }

  .tk-mv-g6 {
    left: 0;
    right: auto;
    width: 45.71%;
    top: 93.16%;
    aspect-ratio: 160 / 107;
  }

  .tk-mv-g7 {
    left: 8.57%;
    right: auto;
    width: 44.86%;
    top: 54.46%;
    aspect-ratio: 157 / 110;
  }

  .tk-mv-cap {
    font-size: clamp(1.4rem, 0.95rem + 1.667vw, 2rem);
  }

  .tk-mv-cap1 {
    left: 2.86%;
    top: 1.92%;
    width: 80%;
  }

  .tk-mv-cap2 {
    left: 33.14%;
    top: 34.81%;
    width: 64%;
  }

  .tk-mv-cap3 {
    left: 2.86%;
    top: 79.21%;
    width: 54.86%;
  }

  .tk-mv-about {
    flex-direction: column;
    gap: 2rem;
    margin-top: 8rem;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 10px;
  }

  .tk-mv-about-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .tk-mv-about-figure {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }

  .tk-mv-about-body {
    order: 1;
    max-width: none;
  }
}

@media screen and (max-width: 390px) {
  .tk-mv-cap {
    font-size: clamp(1.4rem, 0.4857rem + 2.857vw, 1.6rem);
  }
}