.home-hero {
  position: relative;
}
.home-hero__image {
  position: relative;
}
.home-hero__image[data-hero-slider] {
  overflow: hidden;
}
.home-hero__image[data-hero-slider]::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .home-hero__image[data-hero-slider]::before {
    padding-top: 125%;
  }
}
.home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--hero-fade-duration, 1s) ease;
  pointer-events: none;
}
.home-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.home-hero__slide picture,
.home-hero__slide img,
.home-hero__slide video,
.home-hero__slide iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.home-hero__slide img,
.home-hero__slide video {
  object-fit: cover;
}
.home-hero__slide iframe {
  aspect-ratio: 16/9;
}
@supports (aspect-ratio: 16/9) {
  .home-hero__slide iframe {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.home-hero__banner {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  width: 18.2rem;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-hero__banner {
    bottom: 1rem;
    right: 1rem;
    width: 9.1rem;
  }
}
@media (hover: hover) {
  .home-hero__banner:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .home-hero__banner:active {
    opacity: 0.8;
  }
}
.home-hero__banner.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-introduction {
  padding: 10rem 5rem 14rem;
}
@media screen and (max-width: 768px) {
  .home-introduction {
    padding: 5rem 2rem 2rem;
  }
}
.home-introduction__inner {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.home-introduction__title {
  margin-left: -5rem;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .home-introduction__title {
    margin-left: 0;
    font-size: 3.4rem;
  }
}
.home-introduction__lead {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__lead {
    margin-top: 2rem;
    padding-left: 4.4rem;
  }
}
.home-introduction__matrix-container {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-container {
    overflow: auto;
    margin: 0 -2rem;
    padding: 4rem 2rem 6rem;
  }
}
.home-introduction__matrix {
  padding: 3rem 2.8rem;
  background: #fff;
  box-shadow: -4rem 3rem 5rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix {
    width: 80rem;
    padding: 2.25rem 2.1rem;
    box-shadow: -3rem 2.25rem 3.75rem 0 rgba(0, 0, 0, 0.25);
    font-size: 1.2rem;
  }
}
.home-introduction__matrix-inner {
  width: 100%;
}
.home-introduction__matrix-header th,
.home-introduction__matrix-header td {
  padding: 0;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-header th,
  .home-introduction__matrix-header td {
    padding-bottom: 1.35rem;
  }
}
.home-introduction__matrix-header th span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-header th span {
    height: 3rem;
    font-size: 1.35rem;
  }
}
.home-introduction__matrix-header th.head-running span {
  background: #00becc;
}
.home-introduction__matrix-header th.head-training span {
  background: #7a5beb;
}
.home-introduction__matrix-header td.spacer {
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-header td.spacer {
    width: 1.5rem;
  }
}
.home-introduction__matrix-body tr {
  border-top: 0.2rem solid #fff;
}
.home-introduction__matrix-body tr:nth-child(2n) td + td {
  background: #f7f7f7;
}
.home-introduction__matrix-body th,
.home-introduction__matrix-body td {
  height: 7.3rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body th,
  .home-introduction__matrix-body td {
    height: 5.475rem;
  }
}
.home-introduction__matrix-body th {
  width: 16.4rem;
  padding: 1rem 1.5rem 1rem 1rem;
  color: #fff;
  background: #1b1b1b;
  font-family: "Oswald", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body th {
    width: 12.3rem;
    padding: 0.75rem 1.125rem 0.75rem 0.75rem;
  }
}
.home-introduction__matrix-body th span {
  display: flex;
  align-items: center;
}
.home-introduction__matrix-body th small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5.5rem;
  margin-left: auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body th small {
    width: 4.125rem;
    font-size: 0.9rem;
  }
}
.home-introduction__matrix-body th small::before {
  content: "[";
}
.home-introduction__matrix-body th small::after {
  content: "]";
}
.home-introduction__matrix-body th small .font-ja {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body th small .font-ja {
    font-size: 0.825rem;
  }
}
.home-introduction__matrix-body th small.width-free {
  width: auto;
}
.home-introduction__matrix-body th small.width-free .font-ja {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body th small.width-free .font-ja {
    font-size: 0.75rem;
  }
}
.home-introduction__matrix-body td {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body td {
    font-size: 1.05rem;
  }
}
.home-introduction__matrix-body td + td {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body td + td {
    padding-left: 1.125rem;
  }
}
.home-introduction__matrix-body td.spacer {
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-body td.spacer {
    width: 1.5rem;
  }
}
.home-introduction__matrix-body td.spacer + td {
  padding-left: 0;
}
.home-introduction__matrix-image {
  width: 13rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-image {
    width: 9.75rem;
    padding-bottom: 1.5rem;
  }
}
.home-introduction__matrix-caption {
  margin-top: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home-introduction__matrix-caption {
    margin-top: 0.75rem;
    font-size: 1.2rem;
  }
}
.home-introduction__matrix-caption sup {
  font-size: 0.7em;
  vertical-align: 0.4em;
}

.home-finder {
  position: relative;
  height: calc(100vh - 7rem);
  background: linear-gradient(90deg, #32fecb 0%, #36e8cb 14%, #43afce 44%, #5756d2 86%, #5f36d4 100%);
}
@media screen and (max-width: 768px) {
  .home-finder {
    width: calc(100% + 9.6rem);
    height: calc(100dvh - 5rem);
    margin-left: -4.8rem;
    padding: 0 4.8rem;
  }
}
.home-finder.is-finder-started .home-finder__background-3d {
  filter: blur(1rem);
  transform: scale(0.8);
}
.home-finder.is-finder-questioning .home-finder__question {
  opacity: 1;
  pointer-events: auto;
}
.home-finder.is-finder-complete .home-finder__question {
  opacity: 0;
  pointer-events: none;
}
.home-finder.is-finder-complete .home-finder__goal {
  opacity: 1;
  pointer-events: auto;
}
.home-finder__background-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  mix-blend-mode: screen;
  z-index: 0;
}
.home-finder__background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-finder__background-3d {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: filter, transform;
}
.home-finder__content {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 10;
}
.home-finder__start {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity 0.45s ease;
}
.home-finder__start.is-hidden {
  pointer-events: none;
}
.home-finder__start.is-hidden > * {
  display: none;
}
.home-finder__start::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.home-finder__start::before {
  width: 128rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.6);
  animation: finderCircleRotate 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-finder__start::before {
    width: 56rem;
  }
}
.home-finder__start-lead {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .home-finder__start-lead {
    font-size: 1.8rem;
  }
}
.home-finder__start-title {
  margin-top: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .home-finder__start-title {
    font-size: 6rem;
  }
}
.home-finder__start-button {
  position: relative;
  height: 5.4rem;
  width: 27rem;
  margin-top: 4rem;
  overflow: hidden;
  background: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .home-finder__start-button {
    height: 5rem;
    width: 20rem;
    margin-top: 3rem;
  }
}
.home-finder__start-button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #32fecb 0%, #36e8cb 14%, #43afce 44%, #5756d2 86%, #5f36d4 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  opacity: 0;
  will-change: opacity, background-position;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-finder__start-button:hover::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
@media (hover: none) {
  .home-finder__start-button:active::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
.home-finder__start-button span {
  position: relative;
  z-index: 10;
}
.home-finder__question {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.home-finder__question-item {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.home-finder__question-item.is-active {
  display: flex;
}
.home-finder__question-title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-finder__question-title {
    font-size: 1.6rem;
  }
}
.home-finder__question-text {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-finder__question-text {
    font-size: 2rem;
  }
}
.home-finder__question-text .js-char {
  display: inline-block;
}
.home-finder__question-text .js-typing-cursor {
  display: inline-block;
  width: 0.3rem;
  height: 0.95em;
  margin-left: 0.2rem;
  background: currentColor;
  vertical-align: -0.08em;
}
@media screen and (max-width: 768px) {
  .home-finder__question-text .js-typing-cursor {
    width: 0.2rem;
  }
}
.home-finder__question-back {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 769px) {
  .home-finder__question-back {
    top: calc(50% - 3rem);
    left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .home-finder__question-back {
    bottom: 3rem;
    left: calc(50% - 3rem);
  }
}
.home-finder__question-back img {
  width: 1.4rem;
}
@media (hover: hover) {
  .home-finder__question-back:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .home-finder__question-back:active {
    opacity: 0.6;
  }
}
.home-finder__answer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 110rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .home-finder__answer {
    gap: 1.4rem 1rem;
    width: 34.4rem;
    margin-top: 2rem;
  }
  [data-question=q1] .home-finder__answer {
    flex-wrap: wrap;
    gap: 1.4rem 0.5rem;
  }
}
.home-finder__answer-item {
  position: relative;
  max-width: 28rem;
  opacity: 0;
  cursor: pointer;
  transform-origin: center bottom;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media screen and (max-width: 768px) {
  .home-finder__answer-item {
    max-width: 16.7rem;
  }
  [data-question=q1] .home-finder__answer-item {
    width: 8.2rem;
  }
}
@media (hover: hover) {
  .home-finder__answer-item:hover:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0rem 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) {
  .home-finder__answer-item:active:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0rem 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.3);
  }
}
.home-finder__answer-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-finder__answer-text {
    height: auto;
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
  [data-question=q1] .home-finder__answer-text {
    height: 6rem;
  }
  [data-question=q4] .home-finder__answer-text {
    height: 6rem;
  }
  [data-question=q6] .home-finder__answer-text {
    height: 6rem;
  }
}
.home-finder__goal {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.home-finder__goal-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-finder__goal-title {
    font-size: 2rem;
    text-align: center;
  }
}
.home-finder__goal-carousel {
  width: 100%;
  margin-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .home-finder__goal-carousel {
    margin-top: 2rem;
  }
}
.home-finder__goal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home-finder__goal-list {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    gap: 1rem;
    max-height: 34.6rem;
    margin-top: 2rem;
  }
}
.home-finder__goal-item {
  width: 34rem;
  padding-bottom: 2.2rem;
  background: #fff;
  box-shadow: -2rem 2rem 2rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .home-finder__goal-item {
    width: 100%;
    padding-bottom: 1rem;
    box-shadow: none;
  }
}
.home-finder__goal-item[hidden] {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .home-finder__goal-carousel {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .splide__track {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .home-finder__goal-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    width: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .home-finder__goal-item {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .splide__pagination {
    gap: 0.8rem;
    margin-top: 1.2rem;
  }
}
.home-finder.is-finder-goal-carousel .splide__pagination li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .splide__pagination button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    font-size: 0;
    transition: background 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .home-finder.is-finder-goal-carousel .splide__pagination button.is-active {
    background: #fff;
  }
}
.home-finder__goal-caption {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.home-finder__goal-caption .font-en {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.home-finder__goal-caption .font-ja {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
.home-finder__goal-button {
  margin-top: 1.5rem;
}
.home-finder__goal-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 15.6rem;
  margin: 0 auto;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}
.home-finder__goal-button a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #32fecb 0%, #36e8cb 14%, #43afce 44%, #5756d2 86%, #5f36d4 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  opacity: 0;
  will-change: opacity, background-position;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-finder__goal-button a:hover::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
@media (hover: none) {
  .home-finder__goal-button a:active::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
.home-finder__goal-button a span {
  position: relative;
  z-index: 10;
}
.home-finder__goal-retry {
  height: 5.4rem;
  width: 21rem;
  margin-top: 4rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .home-finder__goal-retry {
    height: 5rem;
    width: 20rem;
    margin-top: 3rem;
  }
}
@media (hover: hover) {
  .home-finder__goal-retry:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .home-finder__goal-retry:active {
    opacity: 0.6;
  }
}

@keyframes startButtonGradientShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes finderCircleRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home-lineup {
  padding: 10rem 5rem;
}
@media screen and (max-width: 768px) {
  .home-lineup {
    padding: 5rem 2rem;
  }
}
.home-lineup__inner {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.home-lineup__title {
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-lineup__title {
    width: 100%;
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
    height: 5.6rem;
    font-size: 2.6rem;
  }
}
.home-lineup__title::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.6rem solid #000;
  background: #fff;
  transform: skewX(-20deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-lineup__title::before {
    border-width: 0.5rem;
  }
}
.home-lineup__title span {
  position: relative;
  z-index: 10;
}
.home-lineup__nav {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__nav {
    margin-top: 3rem;
  }
}
.home-lineup__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__nav-list {
    justify-content: flex-start;
    gap: 1rem 0.5rem;
  }
}
.home-lineup__nav-item {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__nav-item {
    width: 8.2rem;
  }
}
.home-lineup__nav-item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-lineup__nav-item a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .home-lineup__nav-item a:active {
    opacity: 0.6;
  }
}
.home-lineup__nav-caption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-lineup__nav-caption {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.home-lineup__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__list {
    gap: 3rem;
    margin-top: 3rem;
  }
}
.home-lineup__item {
  padding: 4rem 5rem;
  background: #fff;
  box-shadow: -4rem 3rem 5rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .home-lineup__item {
    padding: 2rem;
    box-shadow: -3rem 2.25rem 3.75rem 0 rgba(0, 0, 0, 0.25);
  }
}
.home-lineup__item.is-show .home-lineup__item-spec-title span::after {
  transform: translateY(-50%) scaleY(0);
}
.home-lineup__item.is-show .home-lineup__item-spec-detail {
  grid-template-rows: 1fr;
}
.home-lineup__item-summary {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-summary {
    flex-direction: column;
    gap: 2rem;
  }
}
.home-lineup__item-images {
  flex-shrink: 0;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-images {
    width: 100%;
  }
}
.home-lineup__item-image img {
  display: none;
}
.home-lineup__item-image img.is-active {
  display: block;
}
.home-lineup__item-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-thumbs {
    gap: 0.4rem;
  }
}
.home-lineup__item-thumb {
  width: 9.2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-thumb {
    width: 7.3rem;
  }
}
.home-lineup__item-thumb.is-active, .home-lineup__item-thumb:focus-visible {
  outline: 1px solid #000;
  outline-offset: -1px;
}
.home-lineup__item-content {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-content {
    padding-top: 0;
  }
}
.home-lineup__item-title .font-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-title .font-en {
    font-size: 3rem;
  }
}
.home-lineup__item-title .font-en small {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-title .font-en small {
    margin-bottom: 0.1rem;
    font-size: 1.4rem;
  }
}
.home-lineup__item-title .font-en sup {
  font-size: 0.6em;
}
.home-lineup__item-title .font-ja {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-title .font-ja {
    font-size: 1.2rem;
  }
}
.home-lineup__item-lead {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-lead {
    margin-top: 0.2rem;
    font-size: 1.4rem;
  }
}
.home-lineup__item-text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.home-lineup__item-text small {
  display: inline-block;
  margin-top: 0.5rem;
}
.home-lineup__item-button {
  height: 5.4rem;
  width: 27rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-button {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    margin-top: 1.5rem;
  }
}
.home-lineup__item-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #000;
}
.home-lineup__item-button a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #32fecb 0%, #36e8cb 14%, #43afce 44%, #5756d2 86%, #5f36d4 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  opacity: 0;
  will-change: opacity, background-position;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-lineup__item-button a:hover::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
@media (hover: none) {
  .home-lineup__item-button a:active::before {
    opacity: 1;
    animation: startButtonGradientShift 1.6s linear infinite alternate;
  }
}
.home-lineup__item-button a span {
  position: relative;
  z-index: 10;
}
.home-lineup__item-spec {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec {
    margin-top: 3rem;
  }
}
.home-lineup__item-spec-title {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-title {
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.home-lineup__item-spec-title:focus-visible {
  outline: 0.2rem solid #3aa7f2;
  outline-offset: 0.2rem;
}
.home-lineup__item-spec-title span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 4.4rem;
}
.home-lineup__item-spec-title span::before, .home-lineup__item-spec-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
.home-lineup__item-spec-title span::before {
  width: 2.4rem;
  height: 2.4rem;
  background: linear-gradient(#fff 0 0) center/1.2rem 0.2rem no-repeat, #1b1b1b;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-title span::before {
    width: 2.2rem;
    height: 2.2rem;
    background: linear-gradient(#fff 0 0) center/1rem 0.2rem no-repeat, #1b1b1b;
  }
}
.home-lineup__item-spec-title span::after {
  right: 1.1rem;
  width: 0.2rem;
  height: 1.2rem;
  background: #fff;
  transform: translateY(-50%) scaleY(1);
  transform-origin: center;
  transition: transform 0.25s ease;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-title span::after {
    right: 1rem;
    width: 0.2rem;
    height: 1rem;
  }
}
.home-lineup__item-spec-detail {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: grid-template-rows;
}
.home-lineup__item-spec-detail-inner {
  min-height: 0;
  overflow: hidden;
}
.home-lineup__item-spec-tables {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 4rem 0 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-tables {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0 0 0;
  }
}
.home-lineup__item-spec-table {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table {
    width: 100%;
    font-size: 1.2rem;
  }
}
.home-lineup__item-spec-table--wide {
  width: 100%;
}
.home-lineup__item-spec-table tr {
  border-top: 0.1rem solid #fff;
}
.home-lineup__item-spec-table tr:first-child {
  border-top: 0;
}
.home-lineup__item-spec-table th,
.home-lineup__item-spec-table td {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table th,
  .home-lineup__item-spec-table td {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }
}
.home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) tr:nth-child(2n) td {
  background: #f7f7f7;
}
.home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) th {
  width: 17.4rem;
  color: #fff;
  background: #1b1b1b;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) th {
    width: 9rem;
  }
}
.home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) th small {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) th small {
    font-size: 0.8rem;
  }
}
.home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) td {
  background: #ededed;
}
.home-lineup__item-spec-table:not(.home-lineup__item-spec-table--sub) td figure figcaption {
  margin-top: 0.5rem;
}
.home-lineup__item-spec-table--sub th {
  width: 17.4rem;
  padding: 2.2rem 1.5rem;
  color: #fff;
  background: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub th {
    width: 9rem;
    padding: 1.5rem 1rem;
  }
}
.home-lineup__item-spec-table--sub th dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub th dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.home-lineup__item-spec-table--sub th dt {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub th dt {
    font-size: 1.4rem;
  }
}
.home-lineup__item-spec-table--sub th dd {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub th dd {
    font-size: 1rem;
  }
}
.home-lineup__item-spec-table--sub td {
  color: #fff;
  background: #00b2ff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub td {
    font-size: 1.2rem;
  }
}
.home-lineup__item-spec-table--sub td small {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-table--sub td small {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    font-size: 1rem;
  }
}
.home-lineup__item-spec-table--sub tr.is-gradient td {
  background: linear-gradient(90deg, #00b2ff 0%, #009c3c 100%);
}
.home-lineup__item-spec-table--sub tr.is-gradient2 td {
  background: linear-gradient(90deg, #009c3c 0%, #b9d426 100%);
}
.home-lineup__item-spec-table--sub tr.is-gradient3 td {
  background: linear-gradient(90deg, #00b2ff 0%, #009c3c 50%, #b9d426 100%);
}
.home-lineup__item-spec-table--sub tr.is-green td {
  background: #b9d426;
}
.home-lineup__item-spec-table--sub tr.is-inactive td {
  background: #1b1b1b;
}
.home-lineup__item-spec-carbon picture, .home-lineup__item-spec-carbon img {
  display: block;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__item-spec-carbon picture, .home-lineup__item-spec-carbon img {
    width: 8rem;
  }
}
.home-lineup__banner {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .home-lineup__banner {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    margin-top: 5rem;
  }
}
.home-lineup__banner a {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .home-lineup__banner a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .home-lineup__banner a:active {
    opacity: 0.6;
  }
}
