.fv--page {
  position: relative;
  padding-bottom: 150px;
  /* 10 < 150 */
  padding-bottom: clamp(0.625rem, -9.891rem + 21.41vw, 9.375rem);
}
.fv__thumbnail {
  background: url(../img/sanu-img-2.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 730px;
  /* 500 < 730 */
  height: clamp(31.25rem, 13.974rem + 35.17vw, 45.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}
.fv__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 270px;
  /* 80 < 270 */
  height: clamp(5rem, -9.272rem + 29.05vw, 16.875rem);
  width: 100%;
}
.fv__deco img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 768px) {
  /* .fv__deco {
    height: 80px;
  } */
}

.vr-success {
  flex-direction: row;
  justify-content: center;
  gap: 64px;
}
.vr-success__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  gap: 24px;
  background: #f2eeeb;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  max-width: 550px;
  transition: transform 0.3s ease;
  color: var(--theme-black-dark);
}
.vr-success__item:nth-child(1):hover {
  transform: rotate(-5deg);
}
.vr-success__item:nth-child(2):hover {
  transform: rotate(5deg);
}
.vr-success__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.vr-success__link {
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid var(--theme-black-dark);
  border-radius: 50px;
  max-width: 210px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}
.vr-success__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.vr-success__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vr-success__image figcaption.vr-success__copyright {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 10px;
  color: #fff;
}
.vr-success__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vr-success__item:nth-child(1) .vr-success__logo {
  max-width: 280px;
  width: 100%;
}
.vr-success__item:nth-child(2) .vr-success__logo {
  max-width: 183px;
  width: 100%;
}
.vr-success__desc {
  text-align: right;
}

.section__header p{
  font-size: 18px;
  /* 16 < 18 */
  font-size: clamp(1rem, 0.85rem + 0.31vw, 1.125rem);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .vr-success {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .vr-success__item {
    padding: 24px;
    gap: 32px;
  }
  .vr-success__meta {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .vr-success__desc {
    text-align: left;
  }
  .section__header p{
    text-align: left;
  }
}
.vr-success-link {
  gap: 0;
}
.vr-success-link .title--md {
  font-size: 40px;
  font-size: clamp(2rem, 1.225rem + 1.58vw, 3.75rem);
}
.vr-success-link p {
  text-align: center;
}
.vr-success-link .section__body {
  background: var(--thema-beige);
}
.vr-success-link .section__footer--img img {
  transform: rotate(-180deg);
}
.vr-success__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  gap: clamp(1.5rem, -1.357rem + 5.95vw, 4rem);
}
.vr-success__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc((100% - 64px * 1) / 2);
  max-width: calc((100% - clamp(1.5rem, -1.357rem + 5.95vw, 4rem) * 1) / 2);
  width: 100%;
  aspect-ratio: 16/9;
  font-size: 34px;
  font-size: clamp(1.5rem, 0.786rem + 1.49vw, 2.125rem);
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.vr-success__nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  z-index: -1; /* 本文より後ろに配置 */
}
.success__nav--concept{
  aspect-ratio: 6 / 2;
  max-width: 100%;
  flex-grow: 1;
}
.success__nav--concept::before {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/success__nav-1.webp);
  background-size: cover;
  background-position: center;
}
.success__nav--support{
  display: none;
}
/* .success__nav--support::before {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/vrsp/vrsp-2.webp);
  background-size: cover;
  background-position: center;
} */
.success__nav--ground::before {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/achieve-sale.webp);
  background-size: cover;
  background-position: center;
}
.success__nav--house::before {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/success__nav-4.webp);
  background-size: cover;
  background-position: center;
}
.vr-success__nav-link:hover::before {
  transform: scale(1.1); /* 拡大 */
}
@media screen and (max-width: 768px) {
  .vr-success-link .section__wrap {
    gap: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vr-success__nav {
    gap: 24px;
    margin-top: calc(60px - 16px);
  }
  .vr-success__nav-link {
    flex-direction: column;
    max-width: 100%;
    font-size: 20px;
    font-size: clamp(1.125rem, 0.686rem + 1.69vw, 1.5rem);
    aspect-ratio:16/9 !important;
  }
}

.section__header--img{
  margin-bottom: -1px;
}
.section__footer--img{
  margin-top: -1px;
}