@import url("https://use.typekit.net/mwc0dwn.css");
@keyframes bar-anime {
  0% { height: 40px; top: -40px; }
  75% { height: 40px; top: 50px; }
  100% { height: 40px; top: 50px; }
}
@keyframes bar-anime-sp {
  0% { height: 40px; top: -40px; }
  75% { height: 40px; top: 40px; }
  100% { height: 40px; top: 40px; }
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; }
html,
body { overflow-x: clip; }
body {
  min-width: 320px;
  background: #FFF;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }

.snap-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #FFF;
}
.snap-loader__logo {
  width: 400px;
  max-width: calc(100vw - 40px);
  margin: 0;
}
.snap-loader__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  overflow: hidden;
}
.snap-loader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: left center;
}

.snap-page {
  overflow: clip;
  background: #FFF;
  color: #000;
}

.snap-hero {
  position: relative;
  display: flex;
  width: calc(100vw + 2px);
  height: min(53.208vw, 681px);
  min-height: 520px;
  overflow: hidden;
}
.snap-hero__image {
  flex: 1 1 33.333%;
  height: 100%;
  overflow: hidden;
}
.snap-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
.snap-hero__logo {
  position: absolute;
  left: 35.05%;
  top: 70.28%;
  width: 11.64%;
  min-width: 136px;
  margin: 0;
}
.is-js .snap-hero__image,
.is-js .snap-hero__logo { clip-path: inset(0 100% 0 0); }

.snap-lead {
  display: grid;
  place-items: center;
  padding: 160px 20px;
  text-align: center;
}
.snap-lead__inner { width: min(100%, 1040px); }
.snap-lead__title {
  margin: 0 0 24px;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}
.snap-lead__text {
  font-size: 1.4rem;
  line-height: 2;
}
.snap-lead__text p + p { margin-top: 14px; }
.snap-lead__text .snap-lead__note { margin-top: 4px; }
.snap-lead__text .snap-lead__note + p { margin-top: 32px; }
.snap-lead__note {
  font-size: 1.2rem;
  line-height: 1.8;
}

.snap-slider {
  width: 100vw;
  height: auto;
  margin-bottom: 160px;
  overflow: hidden;
}
.snap-slider__row {
  height: auto;
  overflow: hidden;
}
.snap-slider__track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  height: auto;
  animation: snap-marquee 34s linear infinite;
  will-change: transform;
}
.snap-slider__track img {
  width: min(20vw, 256px);
  height: auto;
}
.snap-slider__row--top .snap-slider__track { transform: translateX(-10vw); }
.snap-slider__row--bottom .snap-slider__track {
  animation-direction: reverse;
  transform: translateX(-4.375vw);
}
@keyframes snap-marquee {
  from { translate: 0 0; }
  to { translate: -50% 0; }
}

.snap-showcase {
  position: relative;
  background: #FFF;
}
.snap-showcase__pin {
  position: relative;
  width: 100vw;
  min-height: 100svh;
}
.snap-showcase__stage {
  position: relative;
  width: 100vw;
  min-height: 100svh;
}

.snap-card {
  display: grid;
  grid-template-columns: calc(100svh * 0.90126) minmax(0, 1fr);
  width: 100vw;
  min-height: 100svh;
  background: #FFF;
  overflow: hidden;
}
.is-js .snap-showcase--pc .snap-card {
  position: absolute;
  inset: 0;
  clip-path: inset(100% 0 0 0);
}
.is-js .snap-showcase--pc .snap-card:first-child { clip-path: inset(0 0 0 0); }
.snap-card__photos {
  position: relative;
  display: grid;
  grid-template-columns: 41.5625% 58.4375%;
  grid-template-rows: repeat(2, 1fr);
  width: calc(100svh * 0.90126);
  height: 100svh;
}
.snap-card__photo {
  margin: 0;
  overflow: hidden;
}
.snap-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.snap-card__photo--top {
  grid-column: 1;
  grid-row: 1;
}
.snap-card__photo--bottom {
  grid-column: 1;
  grid-row: 2;
}
.snap-card__photo--large {
  grid-column: 2;
  grid-row: 1/span 2;
}
.snap-card__photo--large img { object-position: center top; }
.snap-card__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 64px 20px 128px;
  background: #FFF;
}
.snap-card__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 320px;
}
.snap-card__brand {
  width: 136px;
  margin: 0;
}
.snap-card__item-photo {
  width: 320px;
  margin: 0 0 -8px;
}
.snap-card__item-photo img {
  aspect-ratio: 320/429;
  object-fit: cover;
}

.snap-credit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.2;
}
.snap-credit__item {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 10px;
  white-space: nowrap;
}
.snap-credit__item > a,
.snap-credit__item > div {
  flex: 0 0 auto;
}
.snap-credit__item .item-d-none {
  display: none;
}
.snap-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.snap-pagination {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  translate: 0 -50%;
  pointer-events: none;
}
.snap-pagination a {
  display: block;
  width: 2px;
  height: 20px;
  overflow: hidden;
  background: #ccc;
  text-indent: 100%;
  white-space: nowrap;
  transition: height .25s ease, background .25s ease;
}
.snap-pagination a.is-current {
  height: 40px;
  background: #000;
}

.snap-info {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  padding: 160px 20px;
  text-align: center;
}
.snap-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: min(100%, 600px);
  margin: 0 auto;
}
.snap-info__logo {
  width: 600px;
  max-width: 100%;
  margin: 0;
}
.snap-info__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.snap-info__text p + p { margin-top: 14px; }

.snap-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 80px 20px 60px;
  border-top: 1px solid #000;
  background: #FFF;
  color: #000;
}
.snap-footer__logo {
  display: block;
  width: 160px;
}
.snap-footer__nav {
  display: flex;
  gap: 20px;
  padding: 0 6px;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.snap-footer__nav a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.snap-footer__copyright {
  margin: 0;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body { font-size: 1.2rem; }
  .snap-loader__logo { width: 300px; }
  .snap-loader__bar { height: 5px; }
  .snap-page,
  .snap-showcase,
  .snap-showcase__pin,
  .snap-showcase__stage {
    width: 100%;
    overflow: visible;
  }
  .snap-hero {
    width: 100%;
    height: 159.624vw;
    min-height: 0;
  }
  .snap-hero__image { flex-basis: 100%; }
  .snap-hero__image--pc { display: none; }
  .snap-hero__logo {
    left: 5.32%;
    top: 70.3%;
    width: 34.93%;
    min-width: 0;
  }
  .snap-lead {
    padding: 80px 32px;
    text-align: left;
  }
  .snap-lead__title {
    margin-bottom: 24px;
    font-size: 3rem;
    text-align: center;
  }
  .snap-lead__text {
    font-size: 1.2rem;
  }
  .snap-lead__text br { display: none; }
  .snap-lead__note { font-size: 1.1rem; }
  .snap-slider {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  .snap-slider__track img { width: 195px; }
  .snap-slider__row--top .snap-slider__track { transform: translateX(-97.5px); }
  .snap-slider__row--bottom .snap-slider__track { transform: translateX(-42.5px); }
  .snap-showcase__pin,
  .snap-showcase__stage { min-height: 0; }
  .snap-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow: visible;
  }
  .snap-card__item {
    position: relative;
    z-index: 2;
    order: 2;
    min-height: 0;
    padding: 56px 20px 112px;
  }
  .snap-card__photos {
    position: sticky;
    top: max(0px, calc((100svh - 110.937vw) / 2));
    z-index: 1;
    order: 1;
    grid-template-columns: 41.5625% 58.4375%;
    width: 100%;
    height: 110.937vw;
  }
  .snap-card__item-inner {
    gap: 27.8px;
    width: 278px;
  }
  .snap-card__brand { width: 118.15px; }
  .snap-card__item-photo {
    width: 278px;
    margin-bottom: -7px;
  }
  .snap-credit {
    gap: 8.688px;
    font-size: 1.39rem;
  }
  .snap-pagination { display: none; }
  .snap-info {
    padding: 104px 20px;
  }
  .snap-info__inner { gap: 36.4px; }
  .snap-info__logo {
    width: min(350px, 100%);
    margin-inline: auto;
  }
  .snap-info__text { font-size: 1.2rem; }
  .snap-footer {
    gap: 50px;
    padding: 80px 20px 60px;
  }
  .snap-footer__nav {
    gap: 20px;
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snap-slider__track { animation: none; }
}
